Commit Graph

48 Commits

Author SHA1 Message Date
Cristian Feldman
53c210dd64 Added mode selection options for PowerD. 2012-04-10 22:12:30 -03:00
Pierre POMES
37129ab8f8 Ticket #2157. Add missing call to relayd_configure() 2012-02-14 21:57:44 -05:00
jim-p
6fbe016841 If the sticky option is changed, restart relayd. Fixes #2157 2012-02-02 11:20:04 -05:00
jim-p
4573641589 Add a gui field to set the source tracking timeout for sticky connections. 2011-11-15 16:30:25 -05:00
jim-p
f65555eb88 More typos/text fixes. 2011-10-19 14:39:45 -04:00
Vinicius Coque
300e2c0bc9 convert javascript code to jQuery on system* files 2011-09-27 19:38:56 -03:00
jim-p
ae0023beea Don't try to unset this variable if it isn't set to begin with. Fixes #1865 2011-09-09 11:16:36 -04:00
jim-p
8ca95ed86f Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location. 2011-08-30 13:32:36 -04:00
Chris Buechler
ace9a95466 fix text 2011-08-24 21:54:48 -04:00
jim-p
b4eec6e60a Fix field name label. 2011-08-22 08:37:08 -04:00
Chris Buechler
2a5d416d8f fix text 2011-08-17 22:28:11 -04:00
Ermal
6c86a39f8e Allow disabling having localhost in resolv.conf. There are some special setups that might need this. 2011-08-12 11:47:12 +00:00
Vinicius Coque
d1d0a1ad1b makes correct use of printf and gettext
removes variables names and replace it with '%s'
2011-07-18 14:33:20 -03:00
jim-p
e8c8891d0c Fix typo 2011-06-28 11:20:06 -04:00
Ermal
3781d8099c Correct input object name from wrong copy/pasto. Reported-by: http://forum.pfsense.org/index.php/topic,37369.0.html 2011-06-02 08:14:10 +00:00
Ermal
f4645d7f48 Add tunable, by default disabled, to enable the default gateway switching feature when the default one 'disappears'. 2011-06-01 14:03:57 +00:00
Ermal
42c0700392 Add an option under advanced->misc to specify a proxy for retreiving pfsense package info or downloading packages. 2011-04-18 18:25:56 +00:00
jim-p
127eb8e023 Add a toggle under System > Advanced on the misc tab to enable/disable debug mode for racoon. 2011-04-11 16:58:13 -04:00
Ermal
b0cf10bff2 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! 2010-11-30 16:47:32 +00:00
jim-p
7e1cf139c3 Replace hardcoded pfSense with product_name. 2010-10-06 15:44:46 -04:00
jim-p
7b2fdac49b 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. 2010-09-22 10:07:15 -04:00
Renato Botelho
ea53e38ff1 gettext fixes 2010-08-12 09:44:02 -03:00
Chris Buechler
f7ec62f873 Fix text, and default to 1400 2010-08-04 23:53:59 -04:00
Ermal
6441fa9a5f Resolves #787. Present an option to enable a scrub rule for <vpns> target to limit the mss to specified value. 2010-08-03 17:35:50 +00:00
jim-p
1ca3ccd499 Fix test for checking the prefer old IPsec SA box. 2010-07-27 09:16:41 -04:00
Vinicius Coque
d0a00ec991 Removing tab character 2010-04-29 14:56:33 -03:00
Carlos Eduardo Ramos
f0d1af931a Fix gettext issues 2010-04-29 14:53:19 -03:00
Vinicius Coque
4d473c89f7 Fixing gettext() on multiline strings 2010-04-29 14:18:44 -03:00
Renato Botelho
79eaddf458 Fix : for translations 2010-04-27 17:26:59 -03:00
Vinicius Coque
267c28abea Adding gettext() to save button 2010-04-27 10:07:07 -03:00
Vinicius Coque
e51ed1e9e9 Reviewing gettext() 2010-04-27 09:52:34 -03:00
Carlos Eduardo Ramos
1eacdc8a87 Implement gettext() 2010-04-26 16:10:53 -03:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Ermal Luçi
f204df7d77 * 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!
2009-08-12 12:02:59 +00:00
Scott Ullrich
487b16ecd8 Adding Notifications tab 2009-07-09 21:03:58 -04:00
jim-p
09f18f59dd Add configurable option to enable glxsb. 2009-07-04 19:49:50 -04:00
Ermal Luçi
0027de0a54 * 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.
	If any sybsytem wants to lock can do so with its own lock.
* Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant.
	This compenstates for the removal of lock aquiring from the scripts/pages.
* config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
2009-05-08 18:42:37 +00:00
jim-p
6d74f28b3d Cosmetic fix - two words were split with hyphenation that didn't look right in the WebGUI. 2009-04-15 13:13:47 -04:00
Scott Ullrich
60359eaa6a Add Use PowerD 2009-04-05 16:03:50 -04:00
Scott Ullrich
c912fe285a Add missing spacing before PowerD section 2009-04-05 15:55:33 -04:00
Scott Ullrich
d66a8cae60 Add power savings header 2009-04-05 15:47:04 -04:00
Scott Ullrich
8e9fa41d89 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-
     trol options accordingly.	It offers three modes (maximum, minimum, and
     adaptive) that can be individually selected while on AC power or batter-
     ies.  The modes maximum, minimum, and adaptive may be abbreviated max,
     min, adp.

     Maximum mode chooses the highest performance values.  Minimum mode
     selects the lowest performance values to get the most power savings.
     Adaptive mode attempts to strike a balance by degrading performance when
     the system appears idle and increasing it when the system is busy.  It
     offers a good balance between a small performance loss for greatly
     increased power savings.  The default mode is adaptive.
2009-04-05 15:38:00 -04:00
Ermal Luçi
501d5f987f Remove unused code. 2008-11-06 22:53:17 +00:00
Ermal Luçi
432bd199e7 Remove ocurrences of m0n0 for shaper type in the code. 2008-10-23 22:41:50 +00:00
Matthew Grooms
2ff19bfd40 Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.
2008-09-09 18:54:57 +00:00
Matthew Grooms
ab3c85535d Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.
2008-09-09 05:50:32 +00:00
Matthew Grooms
df81417f55 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.
2008-09-04 15:40:54 +00:00