summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* ports ntp moved to sbin, followjim-p2014-01-151-2/+2
* Use "disable monitor" in NTP config to mitigate CVE-2013-5211.jim-p2014-01-101-1/+1
* Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from der...Chris Buechler2014-01-091-3/+1
* Merge pull request #882 from derelict-pf/cp-nohttpsforwardsChris Buechler2014-01-091-1/+3
|\
| * Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)derelict-pf2013-12-201-1/+3
* | Add 'limited' to ntpd restrict list to workaround CVE-2013-5211. It fixes #3384Renato Botelho2014-01-071-2/+2
* | This might also say "icmpv6" here and lead to a bad rule.jim-p2014-01-061-1/+1
* | Do not allocate the same pipe to everyone rather give each person its own!Ermal2014-01-031-9/+9
* | Use empty here for testing even if the setting is unsetErmal2014-01-031-1/+1
* | Make sense of interface mtu handling code. No need to do unneeded operations....Ermal2013-12-271-104/+48
* | No reason to set the same value to ipprotocolRenato Botelho2013-12-271-2/+0
* | Use empty even hereErmal2013-12-261-1/+1
* | Check if there is a value before trying to do any operationErmal2013-12-261-1/+1
* | Use intval even hereErmal2013-12-241-1/+1
* | Use intval here to not trust php and also use empty which gives more protectionsErmal2013-12-241-3/+3
* | unset these values to not confuse phpErmal2013-12-241-0/+1
* | Properly initialize thisErmal2013-12-241-0/+1
* | Switch to a while loop to make things clear and readble. Also properly set zo...Ermal2013-12-241-35/+54
* | Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-231-3/+0
* | Make sure to give the zone a name during the upgrade, or else it comes throug...jim-p2013-12-231-0/+1
|/
* Use proper function to check for ipaddr and also do not call the module ip se...Ermal2013-12-181-3/+3
* Correct removing the ip addresses from an interface!Ermal2013-12-181-2/+2
* Reduce the total minutes by the remote minutes used, do not use the value dir...jim-p2013-12-171-1/+1
* Load only the options rather than clearing the whole ruleset. This solves a p...Ermal2013-12-061-1/+1
* Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
* Remove 0.0.0.0 from automatic outbound nat rulesRenato Botelho2013-11-281-1/+1
* Fix 0.0.0.0 mask for automatic outbound NATRenato Botelho2013-11-281-1/+1
* Fix #3331. Set interface subnet as destination when VIP is in the same subnet...Renato Botelho2013-11-211-1/+4
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-2/+4
* Don't flush interface cache on each call of the function when looping through...jim-p2013-11-202-6/+8
* Add subnet to 0.0.0.0 otherwise it's not added to table, ticket #2416Renato Botelho2013-11-181-1/+1
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-65/+47
* Remove unused variables and fix automatic nat to alias-addressRenato Botelho2013-11-131-5/+1
* Add missing count incrementRenato Botelho2013-11-131-0/+1
* Handle comma-separated list of remote networks when making vpn_networks tablePhil Davis2013-11-121-2/+5
* Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax e...jim-p2013-11-111-5/+4
* Unset this variable used in the loop to avoid having wrong informationErmal2013-11-071-0/+2
* Do not forget the trace in the pf.conf that something went wrong during rules...Ermal2013-11-071-1/+1
* Give clients the IPV6 address of the DNS serverJean Cyr2013-11-061-0/+4
* Revert "Add conf_mount_rw calls on functions that changes user/groups. It fix...Renato Botelho2013-11-021-12/+0
* Prevent a Fall Back Pool from being selected when the DNS protocol is in use....jim-p2013-11-011-2/+2
* Teach system_timezone_configure() to deal with symlinks to avoid having timez...Renato Botelho2013-11-011-1/+11
* Add conf_mount_rw calls on functions that changes user/groups. It fixes #3294Renato Botelho2013-11-011-0/+12
* Revert "Define dynamic gateway for GRE interfaces and do not user to define I...Renato Botelho2013-10-292-23/+1
* Define dynamic gateway for GRE interfaces and do not user to define IP addres...Renato Botelho2013-10-292-1/+23
* Make return_gateways_array() return all disabled gateways when $disabled is t...Renato Botelho2013-10-281-1/+1
* Fix an attempt to read unset variable $rtentRenato Botelho2013-10-281-4/+2
* Add source address selection to syslog settings, so it can work more effectiv...jim-p2013-10-241-1/+17
* Fix #3235Renato Botelho2013-10-241-5/+5
OpenPOWER on IntegriCloud