summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge: Just check the file_exists let pkill decide if its a vaild file or not.Ermal2013-01-041-1/+1
* Make a function to get the current theme and use it everywhere rather than du...jim-p2012-11-021-0/+23
* Do not blindly startup check_reload_status check firstErmal2012-06-071-1/+1
* Make lock files availble to all users for usage from php processErmal2012-06-061-1/+3
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this shoul...jim-p2012-05-081-5/+5
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-101-0/+36
* Make vips vhid be unique per parent interface!Ermal2012-04-051-5/+5
* Remove unused codeErmal2012-03-231-8/+6
* Use the latest functions from pfSense module for getting interface listErmal2012-03-081-3/+3
* Correct send_multiple_events to conform with new check_reload_status behaviourErmal2012-03-031-10/+3
* Select the newest of processes to make the command betterErmal2011-11-211-2/+2
* 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
OpenPOWER on IntegriCloud