summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Create is_linklocal() to validate ll addressesRenato Botelho2013-05-091-0/+4
* Make get_static routes behave correctly with aliasesErmal2013-03-051-13/+15
* Added IE mobile for WP8un0x2013-03-021-1/+1
* Also do checks for ipv6 on is_ipaddr_configuredErmal2013-02-141-2/+1
* Check for the right function name since the previous was present in util.inc ...Ermal2013-02-141-2/+1
* Restore require_once(interfaces.inc) on get_configured_ip_addresses(), it's r...Renato Botelho2013-02-131-0/+1
* Two interfaces, carp, ip aliases might be on the same subnet as their parent....Ermal2013-02-131-4/+7
* Use full path to nohupErmal2013-02-131-1/+1
* Assign the output of exec to a var to avoid any issuesErmal2013-02-131-1/+2
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-0/+14
* Correct name of function call and use directly its return value as its boolea...Ermal2013-02-071-8/+5
* Make gen_subnetv6 return a compressed form IPv6 address/net representation. T...Ermal2013-02-071-1/+2
* IPv6 subnet checkbcyrill2013-02-061-1/+1
* Add check_subnetsv6_overlap()bcyrill2013-02-061-3/+13
* Make more strict checks during is_ip* functions. Helps http://forum.pfsense.o...Ermal2013-02-041-1/+3
* Add option filter to return_dir_as_array()Renato Botelho2013-01-281-7/+8
* Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-0/+8
* Move is_inrange() to util.inc and rename it to is_inrange_v4()Renato Botelho2013-01-241-0/+8
* Forgotten -n optionErmal2013-01-161-1/+1
* Use sysctl for this since its better rather than going thorugh dmesgErmal2013-01-161-13/+5
* Prevent no such file message when pid file does not existPhil Davis2013-01-061-4/+6
* Add the PPPoE Server IP addresses to the locally configured addresses, this p...smos2013-01-051-0/+13
* Just check the file_exists let pkill decide if its a vaild file or not.Ermal2012-12-281-1/+1
* code comment typo ('log_error' should have been 'log_auth')PiBa-NL2012-11-181-1/+1
* Add refcount_read to util.incPhil Davis2012-11-151-0/+13
* Make a function to get the current theme and use it everywhere rather than du...jim-p2012-11-021-0/+23
* Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-131-2/+3
* Unlock on returnErmal2012-07-311-0/+2
* There is no need to remove the @ from function names. Also properly unlock in...Ermal2012-07-311-27/+27
* Make access to shared memory atomicPhil Davis2012-07-311-13/+30
* Fix negative testjim-p2012-07-301-2/+2
* Pad data when adding to refcount reference, to avoid some oddities with how p...jim-p2012-07-301-2/+2
* Fix get_staticroutes() function to handle IPv6 subnets properlyr-duran2012-07-051-1/+3
* Do not directly print out a message when checking the interfaces, instead sav...Erik Fonnesbeck2012-07-021-2/+8
* Catch libraries from subdirectories of PBI lib dirs toojim-p2012-06-241-1/+1
* Setup library paths to include /usr/pbi/*/lib as a last resort to make sure t...jim-p2012-06-231-0/+9
* Make mac_format aware of cpzone but also friendly to previous code!Ermal2012-06-111-2/+2
* Revert "Make mac_format aware of multiple Captiveportal instances"Ermal2012-06-111-3/+2
* Revert "Make sure mac_format is always defined"Ermal2012-06-111-1/+2
* Make sure mac_format is always definedbcyrill2012-06-101-2/+1
* Make mac_format aware of multiple Captiveportal instancesbcyrill2012-06-091-2/+3
* Get rid of carpdev, it will never beErmal2012-06-071-1/+0
* Catch up with multiple events sending. Also do not blindly startup check_relo...Ermal2012-06-071-3/+16
* Make lock files availble to all users for usage from php processErmal2012-06-061-1/+3
* Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that...jim-p2012-05-161-2/+17
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-101-0/+13
* prep work: function get_alias_list()Darren Embry2012-05-101-0/+33
* Revert change to get_interface_list()'s $vfaces list for now. Interfaces in ...Erik Fonnesbeck2012-04-221-3/+0
* Add message stating which interfaces are missing.Erik Fonnesbeck2012-04-201-0/+1
* Add some missing interface types in is_interface_mismatch() and get_interface...Erik Fonnesbeck2012-04-201-1/+4
OpenPOWER on IntegriCloud