Project

General

Profile

Download (15.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b0cf10bf 11/30/2010 04:47 PM Ermal LUÇI

Ticket #911. Provide an option under system->advanced->misc to disable killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!

7e1cf139 10/06/2010 07:44 PM Jim Pingle

Replace hardcoded pfSense with product_name.

7b2fdac4 09/22/2010 02:07 PM Jim Pingle

Properly check and set "Prefer older IPsec SAs" setting in the config and its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

f7ec62f8 08/05/2010 03:53 AM Chris Buechler

Fix text, and default to 1400

6441fa9a 08/03/2010 05:35 PM Ermal LUÇI

Resolves #787. Present an option to enable a scrub rule for <vpns> target to limit the mss to specified value.

1ca3ccd4 07/27/2010 01:16 PM Jim Pingle

Fix test for checking the prefer old IPsec SA box.

d0a00ec9 04/29/2010 05:56 PM Vinicius Coque

Removing tab character

f0d1af93 04/29/2010 05:53 PM Carlos Eduardo Ramos

Fix gettext issues

4d473c89 04/29/2010 05:18 PM Vinicius Coque

Fixing gettext() on multiline strings

79eaddf4 04/27/2010 08:26 PM Renato Botelho

Fix : for translations

267c28ab 04/27/2010 01:07 PM Vinicius Coque

Adding gettext() to save button

e51ed1e9 04/27/2010 12:52 PM Vinicius Coque

Reviewing gettext()

1eacdc8a 04/26/2010 07:10 PM Carlos Eduardo Ramos

Implement gettext()

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

f204df7d 08/12/2009 12:02 PM Ermal Luçi
  • Fix setting unsetting of a few option under System-> Misc
  • Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
487b16ec 07/10/2009 01:03 AM Scott Ullrich

Adding Notifications tab

09f18f59 07/04/2009 11:49 PM Jim Pingle

Add configurable option to enable glxsb.

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
6d74f28b 04/15/2009 05:13 PM Jim Pingle

Cosmetic fix - two words were split with hyphenation that didn't look right in the WebGUI.

60359eaa 04/05/2009 08:03 PM Scott Ullrich

Add Use PowerD

c912fe28 04/05/2009 07:55 PM Scott Ullrich

Add missing spacing before PowerD section

d66a8cae 04/05/2009 07:47 PM Scott Ullrich

Add power savings header

8e9fa41d 04/05/2009 07:38 PM Scott Ullrich

Adding PowerD knob to system -> advanced -> misc. This will be useful
for folks wishing for their firewall to use less power overall. Blurb
from the powerd man page from freebsd:

The powerd utility monitors the system state and sets various power con-...
501d5f98 11/06/2008 10:53 PM Ermal Luçi

Remove unused code.

432bd199 10/23/2008 10:41 PM Ermal Luçi

Remove ocurrences of m0n0 for shaper type in the code.

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

df81417f 09/04/2008 03:40 PM Matthew Grooms

Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.