summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Add suggested fix from ticket #1037jim-p2010-11-291-1/+1
* Reintroduce this optimization, but use the correct return value this time.Erik Fonnesbeck2010-11-281-4/+3
* Unbreak sysctl handling.Scott Ullrich2010-11-282-5/+6
* Use exec()Scott Ullrich2010-11-282-6/+4
* Add pfSsh.php externalconfiglocator playback scriptScott Ullrich2010-11-283-2/+6
* Nuke newlineScott Ullrich2010-11-281-1/+0
* Skip slices on bootup deviceScott Ullrich2010-11-281-1/+11
* CleanupScott Ullrich2010-11-281-3/+6
* Use product nameScott Ullrich2010-11-282-2/+2
* Use head binary and eliminate a pipe to avoid broken pipe warningScott Ullrich2010-11-281-2/+3
* Fix misc errors. File now restores and throws an alert when completed.Scott Ullrich2010-11-281-17/+43
* Add php headerScott Ullrich2010-11-281-0/+2
* Handle slicesScott Ullrich2010-11-281-32/+46
* Only check / and /config for config.xml. Otherwise you might step on a nanob...Scott Ullrich2010-11-281-1/+1
* Adding external configuration loader which will look on all found disks excep...Scott Ullrich2010-11-282-0/+125
* Ooops add missing or.Ermal2010-11-271-1/+2
* Increase suhosin maximum memory to avoid this error: ALERT - script tried to ...Scott Ullrich2010-11-261-0/+1
* Check for pfsense root object name in config.xml as a fallback if the configu...Erik Fonnesbeck2010-11-263-6/+18
* Ticket #1037. Move environment manipulation to the authentication script sinc...Ermal2010-11-262-4/+9
* No need to go through the array when the key can be tested directly.Ermal2010-11-261-5/+4
* Remove temporary hack which spams console during boot.Ermal2010-11-261-2/+0
* Use php_uname where possible.Ermal2010-11-262-5/+5
* Do not exec but use php_unameErmal2010-11-261-2/+2
* include broadcast address to allow dhcp to work.Ermal2010-11-261-2/+2
* Do not guess the defaultgw this is static info.Ermal2010-11-251-3/+4
* Ticket #1037. Add suggestion in the ticket for using the CA supplied to openv...Ermal2010-11-251-2/+4
* Nuke trailing c/rScott Ullrich2010-11-249-10/+8
* Nuke trailing c/rScott Ullrich2010-11-241-2/+2
* Set memory to 256M on amd64Scott Ullrich2010-11-241-2/+9
* Ensure returned item is an array.Scott Ullrich2010-11-231-6/+8
* Return CARP IP Addresses in get_configured_ip_addresses()Scott Ullrich2010-11-231-0/+4
* Remove this since it does not make anymore sense after code arrangements.Ermal2010-11-231-4/+0
* Do not output done. because it does not related overall to the output messages.Ermal2010-11-231-5/+2
* Ticket #1023. Correct carp status even on the status page.Ermal2010-11-231-3/+2
* Ticket #1023. Correct the widget code bringing it full speed with latest carp...Ermal2010-11-231-5/+2
* Try 3 times to resolve the host to ip before giving up. Leave a proper log if...Ermal2010-11-231-2/+14
* Use full path to command binaries.Ermal2010-11-231-22/+22
* Add option to control automatic creation of NAT rules which assist forwarding...Erik Fonnesbeck2010-11-221-0/+5
* In filter_generate_reflection_nat, generate a rule with the actual subnet ins...Erik Fonnesbeck2010-11-221-15/+21
* Add newlinesScott Ullrich2010-11-211-4/+4
* nuke ;Scott Ullrich2010-11-211-1/+1
* Remove hw.bce.tso_enable item it is loader.conf only per jimpScott Ullrich2010-11-211-10/+6
* Remove bce item it is loader.conf only per jimpScott Ullrich2010-11-211-2/+1
* Define hw.bce.tso_enableScott Ullrich2010-11-211-1/+2
* Don't consider the HTTP referrer check as passing if it was skipped. Ticket #...Erik Fonnesbeck2010-11-211-1/+2
* Upon restoring a config, replacing whole sections, or editing config.xml in e...Erik Fonnesbeck2010-11-213-4/+52
* Increase vfs.read_max to 32. See http://ivoras.sharanet.org/blog/tree/2010-1...Scott Ullrich2010-11-201-26/+27
* Disable this test, it was causing some package file downloads to be skipped f...jim-p2010-11-201-2/+4
* Reorder some code and combine the nobind test with the lport code to ensure o...jim-p2010-11-191-9/+9
* When the local port is left blank on an OpenVPN client, use 'lport 0' to dire...jim-p2010-11-191-3/+3
OpenPOWER on IntegriCloud