summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Allow dot at end of FQDN for a hostPhil Davis2014-12-181-2/+7
* Use the undocumented -q options of devd to reduce spamming on logs. pfSense s...Ermal LUÇI2014-11-271-1/+3
* Add is_unqualified_hostname functionPhil Davis2014-11-111-1/+12
* Fixes #3967, configure ip alias on top of carp by joining them to the same vh...Ermal2014-11-101-5/+28
* Fix to SMART disk matchingPhil Davis2014-11-061-1/+2
* Use a better method of finding disks for SMART.jim-p2014-11-041-0/+13
* Support converting an IP range to an array of addressesPhil Davis2014-10-241-12/+52
* Add a function to redirect to a page passing parameters through POSTRenato Botelho2014-09-111-0/+13
* Change is_port() to only validate a single port, we have is_portrange() for s...Renato Botelho2014-09-101-10/+7
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-8/+2
* Fix sysctl nameRenato Botelho2014-07-071-1/+1
* Add set_single_sysctl(), a wrapper to set_sysctl() to make it simple to set v...Renato Botelho2014-07-071-0/+17
* Add get_single_sysctl(), a wrapper to get_sysctl() to make it simple to get v...Renato Botelho2014-07-071-0/+16
* Remove unused function color()Renato Botelho2014-07-011-73/+0
* Silent kldstatRenato Botelho2014-05-051-1/+1
* Fix kldstat match/output to check for a running module. It was claiming all m...jim-p2014-04-291-2/+2
* Fix PBI symlink creation and deletion under /usr/local following .pbiopt file...Renato Botelho2014-04-221-9/+0
* Unload the ZFS module if its not in use to not consume uselss memoryErmal2014-04-171-2/+4
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
* Make is_linklocal case-insensitive and fix #3433Renato Botelho2014-02-241-1/+1
* Merge pull request #959 from stilez/patch-3Renato Botelho2014-02-241-33/+12
|\
| * Tighten is_subnet() functionsstilez2014-02-211-33/+12
* | Tighten is_validaliasname()stilez2014-02-211-7/+13
|/
* Tighten is_numeric()stilez2014-02-201-5/+5
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...Renato Botelho2014-02-041-6/+6
* Sprinkle some more unsetsErmal2013-12-241-0/+2
* Correct displaying states status and avoid divison by zero due to wrong data ...Ermal2013-12-231-2/+7
* Correct curlies yet againErmal2013-12-071-1/+2
* Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa...Ermal2013-12-061-5/+16
* Add a knob to prefer IPv4 over IPv6, it fixes #2833Renato Botelho2013-12-061-0/+10
* Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
* Correct syntaxErmal2013-12-051-1/+1
* Handle more carp enahancements for FreeBSD 10. the interface vips will be nam...Ermal2013-12-051-1/+1
* Use proper interface hereErmal2013-12-041-1/+1
* Remove references to _vip interface and provide proper configuration for carp...Ermal2013-11-281-1/+1
* Introduce two new functions to be used on locking.Ermal2013-09-041-0/+33
* Fix #3004:Renato Botelho2013-09-031-0/+16
* Improve var names in get_memoryPhil Davis2013-08-281-4/+5
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-0/+8
* Handle link local addresses with embedded interface scope on is_ipaddrv6 and ...Ermal2013-08-161-0/+4
* Use pfSense module functions for finding interface v6 addresses. The addresse...Ermal2013-08-141-1/+1
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-1/+1
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-2/+2
* Add group_ports()Renato Botelho2013-07-041-0/+48
* If the script_name is blank, try another method to locate what our filename i...jim-p2013-06-281-0/+4
* Add extra param, off by default, to make get_staticroutes() return hostnames tooRenato Botelho2013-05-271-7/+7
* Fix whitespace and indentRenato Botelho2013-05-271-61/+61
* 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
OpenPOWER on IntegriCloud