summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Compenstate for the write_config calls sending the filesystem to ro during pa...Ermal2011-08-191-1/+1
* Prevent negative references to be used for the refcount API. This should help...Ermal2011-08-191-0/+2
* Ticket #1279. Decrease the refcount even though we're in booting phase. This ...Ermal2011-08-171-23/+31
* Revert "Make initial changes to allow pfSense to work in a jail."Andrew Thompson2011-08-171-13/+5
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-5/+13
* Revert "Feature #1603. Correct nested urltable alias code to be more fullproo...Ermal2011-08-151-22/+6
* Fix typoScott Ullrich2011-08-041-1/+1
* Max procs should be 1 when using an op code cacherScott Ullrich2011-07-291-1/+4
* Feature #1603. Correct nested urltable alias code to be more fullproof to err...Ermal2011-07-061-6/+22
* More whitespace fixes.Warren Baker2011-06-211-199/+194
* If no event_address in globals.inc specified assume the default. Also fixed w...Warren Baker2011-06-211-9/+15
* Do not check dynamic and special interfaces for a complete interface mismatch...Scott Ullrich2011-06-191-17/+18
* Reject alias names that are too long. Fixes #1510jim-p2011-05-191-2/+1
* Simplify is_macaddr regex.Erik Fonnesbeck2011-03-021-1/+1
* Slight regex fix on is_macaddr - the previous regex was letting through a mac...jim-p2011-03-021-1/+1
* Pass the -a parameters to pgrep to be certain we search ancestors as well. Th...Ermal2011-03-011-1/+1
* Ticket #802. During a config restore detect if the vlan interfaces need reass...Ermal2010-12-281-1/+14
* Add log_auth() which with send items to syslogd using LOG_AUTH facilities. U...Scott Ullrich2010-12-101-1/+18
* Do not spam console with useless messages. Also remove killall not needed any...Ermal2010-12-011-8/+7
* 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
* Fix filter_rules_sort's compare function to know about floating rules so it w...Erik Fonnesbeck2010-11-101-0/+16
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* * Adding function get_configured_ip_addresses() which returns all interfaces ...Scott Ullrich2010-11-101-0/+15
* Protect from strange situations on bootup by testing for is_array(). Do not a...Ermal2010-11-021-11/+17
* Make isvalidpid() know about pidfile the same as the other *pid functions do....Ermal2010-10-291-5/+4
* Make safe_mkdir() create directories recursivelyRenato Botelho2010-09-221-1/+1
* If we fail to send an event to check_reload_status consider its not running a...Ermal2010-09-221-7/+13
* 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
* Reorder the way this list (get_configured_interface_list) is generated to mak...gnhb2010-09-161-9/+7
* Do stricter validation of host names and domain names.Erik Fonnesbeck2010-09-141-2/+2
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-3/+31
* Use exec() for is_process_running since system() displays command output(not ...Ermal2010-08-311-1/+2
* Ticket #485. Correct code and use pkill/pgrep to match or kill process. Since...Ermal2010-08-311-12/+6
* Add l2tp where missing. Also add l2tp and igb to altq capable interfaces.Ermal2010-08-161-2/+2
* Add sysctl functions that support getting/setting multiple values in a single...Erik Fonnesbeck2010-08-041-0/+61
* use more efficient is_macaddr from bblacey on forumChris Buechler2010-07-271-16/+2
* This code returned the size in kilobytes, while the part usually used returns...Erik Fonnesbeck2010-07-011-1/+2
* Be more strict when doing checks for empty values.Ermal2010-06-221-2/+2
* Add array_merge_recursive_unique which was called in xmlrpc.php but did not y...jim-p2010-06-111-0/+51
* Do not show ipfw0 for assignment.Ermal2010-05-251-1/+2
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ...Erik Fonnesbeck2010-05-201-8/+18
* Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ...Ermal2010-05-131-5/+5
* Ensure the URL table file is not empty at this step.jim-p2010-05-121-1/+1
* Add a new alias type, urltable, which downloads a file of IP/CIDR addresses a...jim-p2010-04-211-0/+16
* Remove bogus char. Spotted-by:gnoahb@Ermal2010-03-291-1/+1
* Restore tun interface because it is still used by openvpn.Ermal2010-03-291-1/+1
* Changes to make PPP work again. mpd5 fails to establish a ppp link withoutgnhb2010-03-291-1/+1
* Use alias style when creating aliases in wizards.Ermal2010-03-191-1/+0
OpenPOWER on IntegriCloud