summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ticket #417. Fix installation on embedded by using a refcount system for the ...Ermal2010-03-171-1/+5
* Generalize.Ermal2010-03-171-3/+3
* Use procatat instead of ps as the latter always prints a header, alsothompsa2010-03-121-1/+1
* '\b' is not the word boundary on BSD, its actually '[[:<:]]' and '[[:>:]]',thompsa2010-03-121-1/+1
* Return the data after unreference, it might be needed.Ermal Luçi2010-03-091-0/+2
* Use shmop module to implement reference count calls.Ermal Luçi2010-03-081-0/+29
* Adding support for using IP ranges aliases. If you input an IP Range such as ...jim-p2010-03-071-0/+121
* Till the flock issue is fixed open the races doors, place your bets please!Ermal Luçi2010-03-051-3/+3
* Do not show pppoe/pptp/l2tp interfaces for assignment.Ermal Luçi2010-03-051-0/+3
* Change method of displaying wireless clone interfaces on the assignment page.Erik Fonnesbeck2010-02-231-3/+4
* Move most of the code for dealing with wireless clone interface names to sepa...Erik Fonnesbeck2010-02-231-10/+4
* Missing a part of the last change. Also use bssid for the first wireless clone.Erik Fonnesbeck2010-02-131-1/+1
* For now, don't count any wireless clones as mismatches unless the base interf...Erik Fonnesbeck2010-02-121-4/+10
OpenPOWER on IntegriCloud