summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not synchronize ip alias. Ticket #882pierrepomes2010-09-261-2/+4
* 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
* unbreak rc.bootupChris Buechler2010-09-221-1/+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
* Bring gitsync to the new check_reload_status behaviour.Ermal2010-09-222-6/+2
* Properly check if this is in use.jim-p2010-09-211-1/+1
* Allow selecting an OpenVPN Server CRL if we are in an SSL mode.jim-p2010-09-211-2/+4
* Some fixes/enhancements/cleanupjim-p2010-09-211-7/+37
* Fix write_rcfile() declaring $rcfileprefix as global and touching rcfile befo...Renato Botelho2010-09-201-0/+7
* Update (C)Scott Ullrich2010-09-191-1/+1
* Ensure /etc/gettytab is of a sane size and restore from backup + log if it is...Scott Ullrich2010-09-191-0/+7
* Correct typo. Spotted by: wagnoza(IRC)Ermal2010-09-171-1/+1
* on newip event reload the static routes for that interface because on dynamic...Ermal2010-09-172-1/+6
* Prevent a foreach on what might not be an array. Fixes #900jim-p2010-09-161-0/+4
* Add as a search domain the domains suggested by dhcp.Ermal2010-09-162-0/+26
* We might not have any defaultgw selected and consider wan as default. Make su...Ermal2010-09-161-0/+7
* Fix this function's logic/variable tests.jim-p2010-09-161-3/+3
* Add some safety belt checks so we don't try to update an imported crljim-p2010-09-161-0/+9
* Add some CRL support functions, not active or used in the GUI yet.jim-p2010-09-161-2/+119
* Make it possible to show default against dynamic gateway names in the GUI.Ermal2010-09-161-3/+10
* Actually display a the right class for static gateways. Also fix whitespaceErmal2010-09-161-9/+8
* Do not suck in the file but actually execute it.Ermal2010-09-161-1/+1
* Add support for an automatic merge list to gitsync, properly escape user-supp...Erik Fonnesbeck2010-09-161-11/+40
* Return list with WAN and LAN interfaces in the configured order rather than g...Erik Fonnesbeck2010-09-151-47/+14
* Revert "Reorder the way this list (get_configured_interface_list) is generate...Erik Fonnesbeck2010-09-151-7/+9
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-09-163-76/+51
|\
| * Write status file every 5seconds.Ermal2010-09-151-1/+1
| * Send a log entry when openvpn resync is called.Ermal2010-09-151-2/+6
| * Oops this is meant to add members not override them.Ermal2010-09-151-1/+1
| * Cleanup code.Ermal2010-09-151-1/+0
| * Do not use the \ based list for modules because it treats even the comments a...Ermal2010-09-151-71/+43
* | Reorder the way this list (get_configured_interface_list) is generated to mak...gnhb2010-09-161-9/+7
|/
* Ticket #867. Flush the cache when restarting apinger and also when rc.newwani...Ermal2010-09-143-5/+9
* Do stricter validation of host names and domain names.Erik Fonnesbeck2010-09-141-2/+2
* Simplify logic.Ermal2010-09-131-7/+8
* Ticket #876. Actually use the friendly name for the key of the array returned...Ermal2010-09-131-7/+7
* Ticket #876. Show all gateways even though apinger is not monitoring them, fo...Ermal2010-09-092-18/+14
* Ticket #876. Add the ip to the respective files on ppp linkup event so the co...Ermal2010-09-091-167/+142
OpenPOWER on IntegriCloud