| Commit message (Expand) | Author | Age | Files | Lines |
* | "Like with like" - move a few functions to better places in the code (they ar... | stilez | 2015-01-07 | 1 | -87/+88 |
* | Remove some extra spaces | Renato Botelho | 2015-01-06 | 1 | -2/+2 |
* | Fix typo on variable name | Renato Botelho | 2015-01-06 | 1 | -1/+1 |
* | Tighten and IPv6-ify gen_subnet() etc | stilez | 2015-01-06 | 1 | -27/+39 |
* | Allow dot at end of FQDN for a host | Phil Davis | 2014-12-23 | 1 | -2/+7 |
* | Use the undocumented -q options of devd to reduce spamming on logs. pfSense s... | Ermal LUÇI | 2014-11-27 | 1 | -1/+3 |
* | Add is_unqualified_hostname function | Phil Davis | 2014-11-11 | 1 | -1/+12 |
* | Fixes #3967, configure ip alias on top of carp by joining them to the same vh... | Ermal | 2014-11-10 | 1 | -5/+28 |
* | Fix to SMART disk matching | Phil Davis | 2014-11-06 | 1 | -1/+2 |
* | Use a better method of finding disks for SMART. | jim-p | 2014-11-04 | 1 | -0/+13 |
* | Support converting an IP range to an array of addresses | Phil Davis | 2014-10-24 | 1 | -12/+52 |
* | Add a function to redirect to a page passing parameters through POST | Renato Botelho | 2014-09-11 | 1 | -0/+13 |
* | Change is_port() to only validate a single port, we have is_portrange() for s... | Renato Botelho | 2014-09-10 | 1 | -10/+7 |
* | Convert almost all /sbin/sysctl calls to php functions | Renato Botelho | 2014-07-07 | 1 | -8/+2 |
* | Fix sysctl name | Renato Botelho | 2014-07-07 | 1 | -1/+1 |
* | Add set_single_sysctl(), a wrapper to set_sysctl() to make it simple to set v... | Renato Botelho | 2014-07-07 | 1 | -0/+17 |
* | Add get_single_sysctl(), a wrapper to get_sysctl() to make it simple to get v... | Renato Botelho | 2014-07-07 | 1 | -0/+16 |
* | Remove unused function color() | Renato Botelho | 2014-07-01 | 1 | -73/+0 |
* | Silent kldstat | Renato Botelho | 2014-05-05 | 1 | -1/+1 |
* | Fix kldstat match/output to check for a running module. It was claiming all m... | jim-p | 2014-04-29 | 1 | -2/+2 |
* | Fix PBI symlink creation and deletion under /usr/local following .pbiopt file... | Renato Botelho | 2014-04-22 | 1 | -9/+0 |
* | Unload the ZFS module if its not in use to not consume uselss memory | Ermal | 2014-04-17 | 1 | -2/+4 |
* | standardize on https://www.pfsense.org | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
* | Make is_linklocal case-insensitive and fix #3433 | Renato Botelho | 2014-02-24 | 1 | -1/+1 |
* | Merge pull request #959 from stilez/patch-3 | Renato Botelho | 2014-02-24 | 1 | -33/+12 |
|\ |
|
| * | Tighten is_subnet() functions | stilez | 2014-02-21 | 1 | -33/+12 |
* | | Tighten is_validaliasname() | stilez | 2014-02-21 | 1 | -7/+13 |
|/ |
|
* | Tighten is_numeric() | stilez | 2014-02-20 | 1 | -5/+5 |
* | Add escapeshellarg() calls on exec parameters. While I'm here, replace some e... | Renato Botelho | 2014-02-04 | 1 | -6/+6 |
* | Sprinkle some more unsets | Ermal | 2013-12-24 | 1 | -0/+2 |
* | Correct displaying states status and avoid divison by zero due to wrong data ... | Ermal | 2013-12-23 | 1 | -2/+7 |
* | Correct curlies yet again | Ermal | 2013-12-07 | 1 | -1/+2 |
* | Use _vip as identified for CARP vip IPs to allow easier upgrade code. This wa... | Ermal | 2013-12-06 | 1 | -5/+16 |
* | Add a knob to prefer IPv4 over IPv6, it fixes #2833 | Renato Botelho | 2013-12-06 | 1 | -0/+10 |
* | Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordingly | Renato Botelho | 2013-12-06 | 1 | -0/+5 |
* | Correct syntax | Ermal | 2013-12-05 | 1 | -1/+1 |
* | Handle more carp enahancements for FreeBSD 10. the interface vips will be nam... | Ermal | 2013-12-05 | 1 | -1/+1 |
* | Use proper interface here | Ermal | 2013-12-04 | 1 | -1/+1 |
* | Remove references to _vip interface and provide proper configuration for carp... | Ermal | 2013-11-28 | 1 | -1/+1 |
* | Introduce two new functions to be used on locking. | Ermal | 2013-09-04 | 1 | -0/+33 |
* | Fix #3004: | Renato Botelho | 2013-09-03 | 1 | -0/+16 |
* | Improve var names in get_memory | Phil Davis | 2013-08-28 | 1 | -4/+5 |
* | Add scope to target when it is a link-local, it helps ticket #3150 | Renato Botelho | 2013-08-20 | 1 | -0/+8 |
* | Handle link local addresses with embedded interface scope on is_ipaddrv6 and ... | Ermal | 2013-08-16 | 1 | -0/+4 |
* | Use pfSense module functions for finding interface v6 addresses. The addresse... | Ermal | 2013-08-14 | 1 | -1/+1 |
* | Implement URL Table aliases for ports instead of IP addresses | Renato Botelho | 2013-07-08 | 1 | -1/+1 |
* | Add a new alias type, URLs containing Ports | Renato Botelho | 2013-07-04 | 1 | -2/+2 |
* | Add group_ports() | Renato Botelho | 2013-07-04 | 1 | -0/+48 |
* | If the script_name is blank, try another method to locate what our filename i... | jim-p | 2013-06-28 | 1 | -0/+4 |
* | Add extra param, off by default, to make get_staticroutes() return hostnames too | Renato Botelho | 2013-05-27 | 1 | -7/+7 |