summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove this compress line, it breaks the dhcpv6 configSeth Mos2011-02-041-1/+0
* Fix the subnet check for gif tunnels by dropping the bits to 126.Seth Mos2011-02-031-1/+4
* Merge remote branch 'upstream/master'Seth Mos2011-01-181-0/+13
|\
| * Ticket #802. During a config restore detect if the vlan interfaces need reass...Ermal2010-12-281-1/+14
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-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 'upstream/master'Seth Mos2010-11-151-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 'upstream/master'Seth Mos2010-11-031-11/+17
|\ \ | |/
| * Protect from strange situations on bootup by testing for is_array(). Do not a...Ermal2010-11-021-11/+17
* | Merge remote branch 'upstream/master'Seth Mos2010-11-011-5/+4
|\ \ | |/
| * Make isvalidpid() know about pidfile the same as the other *pid functions do....Ermal2010-10-291-5/+4
* | Add function for generating ipv6 subnet mask end, hook into ipv4 subnet mask ...Seth Mos2010-10-311-0/+50
* | Switch over the IPv6 functions from IPv6.inc, these are from the PHP PEAR lib...Seth Mos2010-10-261-37/+13
* | Change the firewall rule generation to look for the ipprotocol tag which defi...Seth Mos2010-10-251-4/+7
* | Allow for configuring a IPv6 address on the interfaces page.Seth Mos2010-10-221-1/+46
|/
* 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
OpenPOWER on IntegriCloud