summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
Commit message (Collapse)AuthorAgeFilesLines
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for services-igmpproxy-edit - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-031-3/+2
| | | | Clarify the text describing the option while here.
* Fixes #3100. Fix spell and spaces issuesRenato Botelho2013-07-221-2/+2
|
* Add an option to force IPsec to reload on failover, which is needed in some ↵jim-p2013-06-181-0/+18
| | | | cases for IPsec to fail from one interface to another. Ticket #2896
* Tidy up "system_advanced_misc.php" XHTMLColin Fleming2013-04-031-4/+4
| | | | Tidy up HTML boolean operators
* Move tmp/var init to just after mount of /cf so that the sizing works ↵jim-p2013-03-121-5/+5
| | | | properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
* Do not route do default gw when rule gw is downRenato Botelho2013-03-121-0/+16
| | | | | | | | - Add a new advanced misc option to change the behaviour - When it is set and rule has its own gateway, that is down, just disable the rule instead of routing it to default gw Fixes #2858
* Fix indent and whitespacesRenato Botelho2013-03-121-62/+62
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-111-0/+103
| | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
* Tidy up System:Advanced:Misc XHTMLColin Fleming2013-03-071-30/+31
| | | | | | | Close BR tags Close INPUT tags Update CDATA secions in script tags Update HTML boolean operators
* System: Advanced: Miscellaneous: PowerDN0YB2013-02-081-11/+23
| | | | Add the on battery mode option settings.
* Fix typojim-p2012-07-061-1/+1
|
* Add an option to System > Advanced, misc tab to enable loading thermal ↵jim-p2012-07-061-0/+37
| | | | modules (amdtemp, coretemp)
* Fix some Crypto Acceleration text typosPhil Davis2012-06-131-2/+2
|
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-18/+30
|
* Added mode selection options for PowerD.Cristian Feldman2012-04-101-6/+24
|
* Ticket #2157. Add missing call to relayd_configure()Pierre POMES2012-02-141-0/+2
|
* If the sticky option is changed, restart relayd. Fixes #2157jim-p2012-02-021-5/+14
|
* Add a gui field to set the source tracking timeout for sticky connections.jim-p2011-11-151-3/+17
|
* More typos/text fixes.jim-p2011-10-191-4/+4
|
* convert javascript code to jQuery on system* filesVinicius Coque2011-09-271-2/+2
|
* Don't try to unset this variable if it isn't set to begin with. Fixes #1865jim-p2011-09-091-1/+1
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-301-21/+0
| | | | so it is grouped with other system DNS options in a more logical location.
* fix textChris Buechler2011-08-241-1/+1
|
* Fix field name label.jim-p2011-08-221-1/+1
|
* fix textChris Buechler2011-08-171-3/+3
|
* Allow disabling having localhost in resolv.conf. There are some special ↵Ermal2011-08-121-0/+22
| | | | setups that might need this.
* makes correct use of printf and gettextVinicius Coque2011-07-181-4/+4
| | | | removes variables names and replace it with '%s'
* Fix typojim-p2011-06-281-1/+1
|
* Correct input object name from wrong copy/pasto. Reported-by: ↵Ermal2011-06-021-1/+1
| | | | http://forum.pfsense.org/index.php/topic,37369.0.html
* Add tunable, by default disabled, to enable the default gateway switching ↵Ermal2011-06-011-0/+15
| | | | feature when the default one 'disappears'.
* Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-181-0/+59
| | | | package info or downloading packages.
* Add a toggle under System > Advanced on the misc tab to enable/disable debug ↵jim-p2011-04-111-0/+28
| | | | mode for racoon.
* Ticket #911. Provide an option under system->advanced->misc to disable ↵Ermal2010-11-301-0/+21
| | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!
* Replace hardcoded pfSense with product_name.jim-p2010-10-061-1/+1
|
* Properly check and set "Prefer older IPsec SAs" setting in the config and ↵jim-p2010-09-221-4/+6
| | | | its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Fix text, and default to 1400Chris Buechler2010-08-041-4/+4
|
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ↵Ermal2010-08-031-0/+30
| | | | limit the mss to specified value.
* Fix test for checking the prefer old IPsec SA box.jim-p2010-07-271-1/+1
|
* Removing tab characterVinicius Coque2010-04-291-1/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-28/+28
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-291-4/+4
|
* Fix : for translationsRenato Botelho2010-04-271-1/+1
|
* Adding gettext() to save buttonVinicius Coque2010-04-271-1/+1
|
* Reviewing gettext()Vinicius Coque2010-04-271-7/+7
|
* Implement gettext()Carlos Eduardo Ramos2010-04-261-38/+38
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* * Fix setting unsetting of a few option under System-> MiscErmal Luçi2009-08-121-3/+35
| | | | * Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
OpenPOWER on IntegriCloud