summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Ticket #612. Correctly show the number of users as 0 on a group with no users...Ermal2010-05-241-9/+13
* Use mwexec where it does not make sense to use popen for something that does ...Ermal2010-05-241-10/+21
* Ensure config.cache does not exist so the subsequent requests can cleanly rel...Scott Ullrich2010-05-221-0/+2
* Move get_include_contents function to pfsense-utils.incScott Ullrich2010-05-211-1/+13
* Allow php code to be included in the primary captive portal page. Add new OR...Scott Ullrich2010-05-211-0/+16
* Ups remove erroneous curly.Ermal2010-05-211-1/+1
* Actually return to previous function code for lookup_gateway_ip_by_name() to ...Ermal2010-05-211-5/+5
* Revert "Use a global array for the most part of using the return_gateways_arr...Ermal2010-05-213-12/+12
* Use a global array for the most part of using the return_gateways_array() fun...Ermal2010-05-213-12/+12
* Remove unecessary check.Ermal2010-05-211-1/+1
* Do not process items in which we cannot resolve the config fileScott Ullrich2010-05-211-0/+2
* Fixes #610. Do not use the value of mtu blindly test it is set or use 1500 as...Ermal2010-05-201-1/+1
* Do not aritificially add spaces around values on CDATA fields. Tested-by: JimErmal2010-05-201-2/+2
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ...Erik Fonnesbeck2010-05-203-22/+32
* block carp traffic to hosts self to avoid loops. fixes #598Scott Ullrich2010-05-191-0/+1
* get rid of flowtableChris Buechler2010-05-191-1/+3
* Refactor this function a little so it will also rebuild the cache if it does ...jim-p2010-05-191-49/+55
* Include filter.inc for the ipfw load function.Ermal2010-05-191-0/+1
* Use nanobsdScott Ullrich2010-05-181-1/+1
* Use !=Scott Ullrich2010-05-181-1/+1
* Nuke nonsenseScott Ullrich2010-05-181-34/+1
* Add back needed functionsScott Ullrich2010-05-181-0/+80
* Only check g['platform'] for nanobsdScott Ullrich2010-05-181-79/+3
* Add missing functions and move check earlier since this only checks on bootupScott Ullrich2010-05-181-0/+39
* Add system_identify_specific_platform()Scott Ullrich2010-05-181-0/+39
* Add reset button support to alix/wrap. Obtained-from: m0n0wallScott Ullrich2010-05-181-1/+31
* Encode/decode special characters with htmlentities/html_entity_decode combo t...Ermal2010-05-181-4/+9
* Do not bail out when we write a new config. Seems that we can write some spec...Ermal2010-05-182-11/+12
* Do not duplicate gateway entries when status file is not present. Mostly an i...Ermal2010-05-181-6/+4
* Fixes #536. More fixes and optimizations on the various functions and status ...Ermal2010-05-181-4/+3
* Fixes #536. More fixes and optimizations on the various functions used for ga...Ermal2010-05-181-37/+31
* Fixes #536. Actually add all available gateways to the gateway_groups array s...Ermal2010-05-181-5/+7
* Add myself to copyright for gwlb file.Ermal2010-05-181-3/+3
* Revert "Allow the user to override OpenVPN interface name in custom options (...jim-p2010-05-171-37/+21
* Allow the user to override OpenVPN interface name in custom options (e.g. dev...jim-p2010-05-171-21/+37
* Fix OpenVPN upgrade code to properly handle the disable option. Fixes item 1a...jim-p2010-05-171-0/+10
* Do not throw the error message unnecerssarily. It is legal on 2.0 to not spec...Ermal2010-05-171-6/+4
* Reduce the amount of logic in system_routing_configure to check for existing ...smos2010-05-171-18/+5
* Do not unconditionaly remove the default route and readd it. This should make...smos2010-05-141-3/+30
* fix typoChris Buechler2010-05-131-1/+1
* Simplify/optimize code.Ermal2010-05-131-3/+2
* Add a GUI field to let the user configure the maxium table entries size. Reso...jim-p2010-05-132-0/+10
* Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ...Ermal2010-05-132-19/+16
* Correct the shell for the admin account, this should be /etc/rc.initial. Not ...smos2010-05-131-1/+1
* Using binat for reflection rules created some NAT issues under certain circum...Erik Fonnesbeck2010-05-131-9/+16
* Tag all config write cases with the username.jim-p2010-05-121-2/+2
* Include username of person making the change in config change description, an...jim-p2010-05-121-1/+2
* Ensure the URL table file is not empty at this step.jim-p2010-05-121-1/+1
* Move RRD quality databases to reflect the gateway name instead of the interfa...smos2010-05-121-0/+7
* Change the exec() calls to mwexec, this supresses the rrdtool messages during...smos2010-05-121-8/+8
OpenPOWER on IntegriCloud