summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_firewall.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a GUI field to increase the pf frag entries limit. Fixes ticket #4775jim-p2015-06-181-0/+17
|
* Encode parameters in system_advanced_firewall.php before displaying back to ↵jim-p2015-06-161-5/+5
| | | | the user.
* Code style system aPhil Davis2015-05-301-166/+192
|
* add granular control of state timeouts. Ticket #4509Chris Buechler2015-03-111-2/+196
| | | | | Conflicts: etc/inc/filter.inc
* update description after adaptive start/end default change.Chris Buechler2015-03-111-1/+1
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* XHTML Compliance - System MenuN0YB2014-06-161-1/+6
| | | | Enforce select option
* XHTML Compliance - System MenuN0YB2014-06-161-1/+1
| | | | | | | | Advanced - Admin Access Tab Advanced - Firewall / NAT Tab Cert Manager - Certificate Revocation Tab User Manager - Users Tab User Manager - Groups Tab
* xhtml Complianceayvis2014-03-141-33/+33
| | | replaced <br>, <br/> and </br> with <br />
* Remove maximumtables even from the GUI since there is no optionErmal2013-11-211-21/+0
|
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* fix typoChris Buechler2013-07-061-2/+2
|
* Fix a small issue when disable a boolean option and save, it shows option as ↵Renato Botelho2013-07-051-1/+1
| | | | enabled
* Remove extra { wrongly added on last commitRenato Botelho2013-07-051-1/+1
|
* Fix whitespacesRenato Botelho2013-07-051-26/+26
|
* Fix set/unset of checkaliasesurlcertRenato Botelho2013-07-051-3/+3
|
* Add an option to check certificate for https URL aliasesRenato Botelho2013-07-051-0/+16
|
* Allow user to set interval between attempts to resolve hostnames configured ↵Renato Botelho2013-06-171-0/+21
| | | | on aliases
* Tidy up System:Advanced:FirewallNat XHTMLColin Fleming2013-03-071-38/+38
| | | | | Close BR tags Updated HTML boolean operators
* Set adaptive.start/adaptive.end to disabled. Also allow them to be ↵Ermal2013-01-131-0/+34
| | | | customized through system->advanced->firewall. This allows the firewall to be reachable if the state limit is hit but default.
* use Sunday rather than Monday for weekly bogon updateChris Buechler2013-01-081-1/+1
|
* Add bogons update frequency selectionbcyrill2013-01-061-0/+35
|
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-221-7/+0
| | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* Add "idle" to clarify that legitimate active connections would not be ↵jim-p2012-06-211-2/+2
| | | | dropped by the pf optimization mode.
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+21
| | | | | | | | default of 1000 is too low for systems with >500 aliases. Conflicts: etc/inc/filter.inc
* Add note to NAT Reflection helper indicating where it works.Erik Fonnesbeck2012-04-281-0/+2
|
* Change description of 1:1 NAT Reflection setting to be more accurate.Erik Fonnesbeck2012-04-281-1/+1
|
* Allow optionally using the type of NAT reflection implementation used for ↵Erik Fonnesbeck2012-04-201-19/+39
| | | | 1:1 mappings with port forwards as well, in addition to allowing the old type, which is still useful in its own way.
* Merge array and keep unchanged values.bcyrill2012-04-081-1/+1
|
* Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-201-0/+16
| | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* Fix typojim-p2011-10-191-1/+1
|
* Clarify notes so people don't think they need to disable pf to disable NAT.jim-p2011-08-301-1/+2
|
* remove dead link, no equivalent exists, will add info on that page's helpChris Buechler2011-08-201-1/+0
|
* Test if a variable is set before trying to unset it. If a user has no rules ↵jim-p2011-04-141-1/+1
| | | | in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html
* Correct text to include PPTP as well.Ermal2011-04-061-1/+1
|
* Resolves #1391. Bring back VPN auto rule disable advanced setting.Ermal2011-04-061-0/+15
|
* This is not NAT, so put it under the Firewall Advanced heading instead.Erik Fonnesbeck2011-03-011-11/+11
|
* Add Global reply-to disable checkbox, resolves the issue #1137lgcosta2011-02-221-0/+17
|
* reversal of accidentally deleted fileslgcosta2011-02-221-20/+0
| | | | | | Revert "Add Global reply-to disable checkbox, resolves the issue #1137" This reverts commit c646776871dacebcaa4225b083aa0789dc0bfba6.
* Add Global reply-to disable checkbox, resolves the issue #1137Luiz Gustavo S. Costa2011-02-211-0/+20
|
* Add option to control automatic creation of NAT rules which assist ↵Erik Fonnesbeck2010-11-221-0/+14
| | | | forwarding rules that send traffic out to the same subnet it originated from.
* gettext fixesRenato Botelho2010-08-121-3/+3
|
* On system_advanced_firewall.php, fix display of selected TFTP interfaces ↵Erik Fonnesbeck2010-08-051-2/+2
| | | | after saving. Fixes #794
* Make Firewall Optimization Options text readableScott Ullrich2010-05-211-1/+1
|
* Add a GUI field to let the user configure the maxium table entries size. ↵jim-p2010-05-131-0/+20
| | | | | | Resolves #588 NOTE: Actual tables, not states.
* Add note that reflection timeout only applies for port forwards.Erik Fonnesbeck2010-05-081-1/+1
|
* Revert changes to reflection for port forwards until finished and approved.Erik Fonnesbeck2010-05-081-2/+15
|
OpenPOWER on IntegriCloud