summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from ↵Chris Buechler2014-01-092-13/+1
| | | | | | | derelict-pf/cp-nohttpsforwards" This reverts commit f8d1587b6e2cd8441fa16733a02af25257fc7708, reversing changes made to 51922cb793b83bf7d22fdaa47205fd59b4d70e87.
* Merge pull request #882 from derelict-pf/cp-nohttpsforwardsChris Buechler2014-01-092-1/+13
|\ | | | | Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)
| * Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)derelict-pf2013-12-202-1/+13
| | | | | | | | connections to the captive portal if HTTPS logins is enabled.
* | Add 'limited' to ntpd restrict list to workaround CVE-2013-5211. It fixes #3384Renato Botelho2014-01-071-2/+2
| |
* | Update reserved_keywords checks to match firewall_aliases_editPhil Davis2014-01-071-2/+8
| | | | | | | | | | | | firewall_aliases_import should have the same checks for reserved names as firewall_aliases_edit This code should really be in a function in a common include file, but which one is the appropriate one? For now I made the checks the same.
* | 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
| |
* | Fix display of CIDR/Update Freq in Alias EditPhil Davis2013-12-301-2/+2
| | | | | | | | Fixes #3376. I have no idea what the "^" characters were meant to do, but removing them makes the CIDR/Update Freq value be displayed correctly when editing. Will there be some other side-effect from removing the "^"?
* | Validate IP address ranges correctly on Alias Bulk Importphildd2013-12-301-2/+2
| | | | | | | | | | | | | | The code was there to attempt to validate and implement IP address range lines in Alias Bulk Import e.g. 10.20.0.0-10.21.22.0 should produce a bunch of smaller ranges with appropriate CIDRs. This fixes the code so IP address ranges actually make it through into the resulting Alias.
* | Correct the check to what was intendedErmal2013-12-271-1/+1
| |
* | Remove not needed codeErmal2013-12-271-2/+0
| |
* | Make sense of interface mtu handling code. No need to do unneeded ↵Ermal2013-12-272-107/+51
| | | | | | | | operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types.
* | Delete static route when monitor IP is removed, also save monitor IP even ↵Renato Botelho2013-12-271-9/+9
| | | | | | | | when it's disabled
* | 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
| |
* | Remove /var/run/booting early to be consistent with $g['booting']Renato Botelho2013-12-241-1/+4
| |
* | Revert "Make sure functions called by rc.start_packages can see ↵Renato Botelho2013-12-241-7/+0
| | | | | | | | | | | | $g['booting'] when we are booting" This reverts commit 5eb99ec9fae6b6ff077559b3feab8565701f2635.
* | Revert "Only unset $g['booting'] when it was set here"Renato Botelho2013-12-241-5/+2
| | | | | | | | This reverts commit 73abb573feae03b164d3ed4284db4ed4ff26a256.
* | Only unset $g['booting'] when it was set hereRenato Botelho2013-12-241-2/+5
| |
* | Make sure functions called by rc.start_packages can see $g['booting'] when ↵Renato Botelho2013-12-241-0/+7
| | | | | | | | we are booting
* | When WANTIME is empty, there is nothing to do hereRenato Botelho2013-12-241-1/+1
| |
* | test only does integer comparison, use bc to compare floatRenato Botelho2013-12-241-2/+2
| |
* | Save status even if no script is executedRenato Botelho2013-12-241-2/+2
| |
* | On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ↵Renato Botelho2013-12-241-5/+7
| | | | | | | | the logic to fix this. While I'm here, check if file exists before cat it
* | 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 ↵Ermal2013-12-241-35/+54
| | | | | | | | zone dedicated rules in the rules/pipes DBs to properly release when a zone is deactivated
* | Remove not relevant comment now. Also make the operation clear to avoid ↵Ermal2013-12-241-7/+2
| | | | | | | | priority issues.
* | Fix DHCP lease time display, strftime already convert it to local timezone, ↵Renato Botelho2013-12-231-11/+5
| | | | | | | | so we no need to calc offset
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-232-13/+0
| | | | | | | | it fixes #3364
* | Make sure to give the zone a name during the upgrade, or else it comes ↵jim-p2013-12-231-0/+1
| | | | | | | | through with a blank/null name.
* | Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
|/
* Use proper function to check for ipaddr and also do not call the module ip ↵Ermal2013-12-181-3/+3
| | | | set function since its only v4 fro now
* 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 ↵jim-p2013-12-171-1/+1
| | | | directly. Otherwise the voucher will be cut short or listed invalid when it otherwise should have time left over.
* Fix saving of voucher sync settings.jim-p2013-12-161-11/+12
|
* Check that DHCP end IP is >= DHCP start IPPhil Davis2013-12-091-23/+29
|
* Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
|
* Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it ↵Renato Botelho2013-12-091-2/+2
| | | | fixes #2286
* Fix checking DHCP end IP is in rangePhil Davis2013-12-091-1/+1
| | | | Cut-paste bug
* Merge pull request #860 from iamzam/RELENG_2_1Renato Botelho2013-12-072-1/+30
|\ | | | | Allow setting a default scale type preference for the traffic graphs wid...
| * added missing quotesdwayne voelker2013-12-051-1/+1
| | | | | | | | thx rbgarga
| * Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-052-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I originally submitted this at https://redmine.pfsense.org/issues/2994 but it seems that is not used for commits now so I am adding it here. It works great on my box, and I can't see these changes causing any issues on other types. I like to have Autoscale (follow) set for the traffic graphs widget and hate having to click on Autoscale (up) to change it to follow every time I enter the dashboard page. This preference is written to the traffic graph widget section in config.xml
* | Load only the options rather than clearing the whole ruleset. This solves a ↵Ermal2013-12-061-1/+1
| | | | | | | | problematic issue on 2.1
* | Check if dhcp start and end addresses are inside interface subnet, helps #3196Renato Botelho2013-12-061-3/+11
| |
* | Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
| |
OpenPOWER on IntegriCloud