summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
Commit message (Expand)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-2259/+0
* Drop support for jail platformRenato Botelho2015-07-311-15/+6
* Code spacingPhil Davis2015-06-151-7/+7
* Merge pull request #1710 from stilez/patch-4Renato Botelho2015-06-111-10/+2
|\
| * simplify is_ipaddrv4() and fix zero-padding issue stilez2015-06-071-10/+2
* | Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it ...Chris Buechler2015-06-101-3/+0
* | Do not synchronize alias url during filter reload rather trigger one if neededErmal LUÇI2015-06-081-2/+3
* | Ticket #4442 Do not process URL aliases during bootup but trigger it just aft...Ermal LUÇI2015-06-071-0/+3
|/
* Setup Wizard can result in invalid LAN DHCP pool calculationPhil Davis2015-06-021-4/+4
* Code style bits and pieces from etcPhil Davis2015-05-311-8/+8
* Remove make_dirs(), it was only being used by packages but now all calls were...Renato Botelho2015-05-051-17/+0
* Be nicer when checking if alias is numericPhil Davis2015-03-061-4/+4
* Skip any numeric-only aliases in the ruleset to prevent errors from thoseChris Buechler2015-03-041-0/+4
* Code style etc inc uPhil Davis2015-03-031-288/+421
* Three minor improvements to IP functionsstilez2015-02-171-12/+22
* Ticket #4390 Return only the subnet bits not the full network in cidr format.Ermal LUÇI2015-02-111-2/+2
* speedup 'function is_port($port)' speed by skipping calls to getservbyname wh...PiBa-NL2015-01-311-5/+3
* Fix #4318 - gen_subnetv4_max() not working on 32bitRenato Botelho2015-01-281-1/+1
* Validate if both IP address and subnet are valid and the same version. Fixes ...Renato Botelho2015-01-161-2/+3
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ch...Ermal LUÇI2015-01-151-2/+2
* "Like with like" - move a few functions to better places in the code (they ar...stilez2015-01-071-87/+88
* Remove some extra spacesRenato Botelho2015-01-061-2/+2
* Fix typo on variable nameRenato Botelho2015-01-061-1/+1
* Tighten and IPv6-ify gen_subnet() etcstilez2015-01-061-27/+39
* 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
OpenPOWER on IntegriCloud