summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-2/+1
|\
| * Reject alias names that are too long. Fixes #1510jim-p2011-05-191-2/+1
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-2/+2
|\ \ | |/
| * 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
* | Merge branch 'master' into incVinicius Coque2011-01-281-0/+13
|\ \ | |/
| * Ticket #802. During a config restore detect if the vlan interfaces need reass...Ermal2010-12-281-1/+14
* | Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-10/+32
|\ \ | |/
| * 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
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-11-161-0/+31
|\ \ | |/
| * 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
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-11-031-16/+21
|\ \ | |/
| * 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
* | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-1/+1
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-09-281-8/+14
|\ \ | |/
| * 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
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-09-161-49/+16
|\ \ | |/
| * 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
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-09-081-15/+38
|\ \ | |/
| * 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
* | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-1/+1
* | Implement gettext() calls on util.incRenato Botelho2010-08-181-4/+4
|/
* 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