summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix text.Erik Fonnesbeck2010-10-101-1/+1
* Kill apinger with a large axe until the TERM issues can be resolvedScott Ullrich2010-10-101-0/+4
* Cosmetic change from product_website to product_nameWarren Baker2010-10-101-1/+1
* Wording fix.Warren Baker2010-10-101-2/+2
* Fix the "all dynamic gateways are shown as default" problem reported here: ht...gnhb2010-10-101-1/+1
* Add function to convert pfsense slice name to product name.jim-p2010-10-071-0/+5
* Use mwexec_bg instead of exec to run a service's start command so PHP doesn't...Erik Fonnesbeck2010-10-051-1/+1
* Fix racoon.conf generation for localid_type=address. Ticket #936pierrepomes2010-10-051-4/+6
* Avoid generating a dynamic gateway entry in the list if there is already one ...gnhb2010-10-051-1/+2
* Test if this variable is set before making a reference, for safety. Add refer...jim-p2010-10-051-1/+4
* This one looks safe, and might improve speed. Add it back.jim-p2010-10-051-1/+1
* This ref should be safe toojim-p2010-10-051-1/+1
* Whoops this reference was good (for speed) and should stay.jim-p2010-10-051-1/+1
* More unneeded references.jim-p2010-10-052-5/+5
* Remove unneeded reference.jim-p2010-10-051-1/+1
* Add contributed patch to allow certain IPsec mobile clients to save Xauth pas...jim-p2010-10-051-0/+3
* Report dynamic gateways as default even when they are down.gnhb2010-10-051-4/+5
* Add $g variable to global declaration so we can access it later.gnhb2010-10-051-1/+1
* Do not use mwexec when unlink can be used and is faster. This also avoids err...Ermal2010-10-041-2/+2
* Do not try to update dyndns for an interface that no ip can be determined, si...Ermal2010-10-041-3/+4
* Fix checking the status of gateways. Typos and unset variables! Spotted-by: M...Ermal2010-10-041-1/+2
* Be sane at what was supposed to be done.:Ermal2010-10-011-1/+1
* Do not show statically configured interfaces as with dynamic gateways because...Ermal2010-10-011-0/+4
* Better initialize this.Ermal2010-10-011-0/+1
* Make sure we do not overwrite the gateway stored in config with a dynamic gat...Ermal2010-10-011-6/+2
* Fix syslog.conf generation. Ticket #929pierrepomes2010-10-011-2/+4
* cbuechler says monitorip should not be stored in <interfaces><$if>. See ticke...gnhb2010-10-011-5/+1
* Make this code more readble and clear on what it does.Ermal2010-09-301-7/+6
* Remove legacy code for static routes.Ermal2010-09-301-4/+2
* Oops fix long standing variable name mistype.Ermal2010-09-301-1/+1
* Remove legacy codeErmal2010-09-301-8/+0
* Remove support for this legacy code. The upgrade path handles this.Ermal2010-09-301-3/+0
* Do not support anymore an ip in the 'gateway' section of an interface.Ermal2010-09-301-3/+1
* Don't refer to non-existent variable.gnhb2010-09-301-1/+1
* Define and explain $aliases as a global.jim-p2010-09-281-0/+3
* Use a glob here instead of a shell exec.jim-p2010-09-281-3/+1
* Carry aliases around as a global so that discover_pkg_rules() can see aliases...jim-p2010-09-281-4/+4
* Test before working on what could be an empty value, otherwise it ends up set...jim-p2010-09-281-0/+2
* Properly handle reinitializing of variables on the next loop. Reported-by: ht...Ermal2010-09-261-1/+2
* Fix the contents of the captive portal logout popup. Fixes #836Erik Fonnesbeck2010-09-231-4/+4
* Add additional acceptable version strings.jim-p2010-09-231-2/+4
* Pass args to openssl_pkey_new() so it gets the key length too. Fixes #905jim-p2010-09-231-3/+3
* DNSWatch core dumps when it encounters white spaces.Warren Baker2010-09-231-1/+1
* Make safe_mkdir() create directories recursivelyRenato Botelho2010-09-221-1/+1
* Initialize variable to possibly prevent hard caching of content.Ermal2010-09-221-0/+1
* Restart dnsmasq first because dyndns might depend on it. Possibly these all s...Ermal2010-09-221-3/+3
* Fixup multiple dyndns updates with interface parameter passed. Reported-by: B...Ermal2010-09-221-4/+1
* Use pkill to avoid an error if the process isn't already running. This was a ...jim-p2010-09-221-1/+1
* Properly check and set "Prefer older IPsec SAs" setting in the config and its...jim-p2010-09-221-4/+8
* If we fail to send an event to check_reload_status consider its not running a...Ermal2010-09-221-7/+13
OpenPOWER on IntegriCloud