Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Activate new shortcuts/status in the rest of the areas that are currently setup. | jim-p | 2012-08-10 | 1 | -2/+1 |
| | |||||
* | Fixes #2428. Reference limiters in rules by name to avoid issues. Also put ↵ | Ermal | 2012-06-01 | 1 | -13/+13 |
| | | | | upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there. | ||||
* | Add a inet46 filter type on the firewall rules page. I have locked down a ↵ | smos | 2012-05-31 | 1 | -1/+23 |
| | | | | | | | few of the most common limitations. Still arguing if we should lock this down even further to aliases only. Redmine ticket #2466 | ||||
* | Properly test for the address family now that the array says what it's ↵ | smos | 2012-05-21 | 1 | -4/+7 |
| | | | | supposed to be. | ||||
* | Fix of bug #2374 "When entering values in firewall rules leading and | Cristian Feldman | 2012-05-18 | 1 | -13/+15 |
| | | | | trailing spaces are not deleted" | ||||
* | Allow 802.1p tags to be controlled from firewall rules edit screen | Ermal | 2012-05-18 | 1 | -0/+41 |
| | |||||
* | cleanup: code for building arrays for autocompleted fields | Darren Embry | 2012-05-10 | 1 | -31/+4 |
| | |||||
* | Fix preservation of the selection of interfaces on input errors for floating ↵ | Erik Fonnesbeck | 2012-04-27 | 1 | -0/+2 |
| | | | | rules. | ||||
* | feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input | Darren Embry | 2012-03-28 | 1 | -0/+1 |
| | | | | http://redmine.pfsense.org/issues/2320 | ||||
* | prep work for feature #2320: tag for ipv4v6 fields | Darren Embry | 2012-03-28 | 1 | -4/+4 |
| | |||||
* | now we use the Chosen javascript plugin for jQuery | Vinicius Coque | 2011-11-15 | 1 | -1/+1 |
| | |||||
* | Add a check to prevent this gateway code from triggering the address family ↵ | Seth Mos | 2011-10-18 | 1 | -1/+1 |
| | | | | check. This might not be all that is needed for Ticket #1949 | ||||
* | Unbreak the firewall rule Edit page, input error array was unset halfway the ↵ | Seth Mos | 2011-08-24 | 1 | -1/+25 |
| | | | | | | validation. Set that back up ontop. Add gateway validation | ||||
* | Catch another possiblity for invalid rule generation | Seth Mos | 2011-08-24 | 1 | -0/+4 |
| | |||||
* | Properly fix the address family check for gateway groups Ticket #1659 | Seth Mos | 2011-08-24 | 1 | -2/+3 |
| | |||||
* | Unbreak firewall rules edit, missing a ) | Seth Mos | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | Add address family validation, also hide gateways or gateway groups from the ↵ | Seth Mos | 2011-08-24 | 1 | -2/+15 |
| | | | | | | gateway list. Fix Ticket #1659 | ||||
* | Add chosen js library (mit lic). Modify interface multiple select box to use. | Scott Ullrich | 2011-07-23 | 1 | -2/+3 |
| | |||||
* | Adding pre_input_errors hook | Scott Ullrich | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | Revert "Move early call up a bit" | Scott Ullrich | 2011-07-18 | 1 | -3/+4 |
| | | | | This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454. | ||||
* | Move early call up a bit | Scott Ullrich | 2011-07-18 | 1 | -4/+3 |
| | |||||
* | Adding hook for interfaces allowing pfCenter and friends to add interfaces ↵ | Scott Ullrich | 2011-07-16 | 1 | -1/+3 |
| | | | | to the dropdown | ||||
* | Merge remote-tracking branch 'upstream/master' | jim-p | 2011-07-12 | 1 | -0/+20 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php | ||||
| * | Bug #1639. Port alias missing input validation in firewall_rules_edit.php. | Evgeny Yurchenko | 2011-07-07 | 1 | -0/+20 |
| | | |||||
* | | Merge remote branch 'upstream/master' | jim-p | 2011-06-27 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Be consistent with upper and lowercase. | Warren Baker | 2011-06-27 | 1 | -4/+4 |
| | | |||||
* | | Merge remote branch 'upstream/master' | jim-p | 2011-06-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Make the ICMP echo request type less ambiguous, and since it's likely the ↵ | jim-p | 2011-06-01 | 1 | -1/+1 |
| | | | | | | | | main one to get used, move it to the top. | ||||
* | | Merge remote branch 'upstream/master' | jim-p | 2011-06-01 | 1 | -13/+15 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php | ||||
| * | Remove bogus protection. We have better handling of this now. | Scott Ullrich | 2011-05-31 | 1 | -13/+0 |
| | | |||||
| * | Add missing plugin code. Move the pre_write section up a bit. | Scott Ullrich | 2011-05-30 | 1 | -3/+3 |
| | | |||||
| * | Adding a new hook system for firewall nat edit and firewall rules edit page. | Scott Ullrich | 2011-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basically if the directory exists it will suck in the files to extend these pags. /usr/local/pkg/firewall_nat/input_validation /usr/local/pkg/firewall_nat/pre_write_config /usr/local/pkg/firewall_nat/htmlphpearly /usr/local/pkg/firewall_nat/htmlphplate /usr/local/pkg/firewall_rules/input_validation /usr/local/pkg/firewall_rules/pre_write_config /usr/local/pkg/firewall_rules/htmlphpearly /usr/local/pkg/firewall_rules/htmlphplate | ||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-04-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php | ||||
| * | In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵ | jim-p | 2011-03-28 | 1 | -1/+1 |
| | | | | | | | | but not everywhere followed. | ||||
* | | Resolve merge conflict | Scott Ullrich | 2011-03-06 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | Show friendly names of interface for root queues of ALTQ. | Ermal | 2011-03-02 | 1 | -2/+8 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-02-23 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/vpn.inc | ||||
| * | Fix typo/spacing issue. Resolves #1300 | jim-p | 2011-02-21 | 1 | -1/+1 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-02-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use autocomplete='off' like all other fields that accept aliases, to prevent ↵ | Erik Fonnesbeck | 2011-02-13 | 1 | -1/+1 |
| | | | | | | | | web browser auto-complete from covering up the alias list popup. | ||||
* | | Catch up | Scott Ullrich | 2011-02-12 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Allow match action on Floating rules and exposed it with name Queue. More ↵ | Ermal | 2011-02-11 | 1 | -0/+6 |
| | | | | | | | | validation is needed. | ||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-02-11 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵ | jim-p | 2011-02-10 | 1 | -3/+2 |
| | | | | | | | | needed fixed. Still needs changes in filter.inc - Ticket #1243 | ||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-01-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: etc/inc/system.inc | ||||
| * | fix text | Chris Buechler | 2011-01-21 | 1 | -1/+1 |
| | | |||||
* | | Enlarge subnet bits to 128 | Seth Mos | 2011-01-20 | 1 | -2/+3 |
| | | |||||
* | | Merge remote branch 'upstream/master' | Seth Mos | 2011-01-18 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc | ||||
| * | remove <strong> to make consistent with all other text | Chris Buechler | 2010-12-31 | 1 | -1/+1 |
| | | |||||
| * | Add OSPF to firewall rule protocol choices | jim-p | 2010-12-23 | 1 | -1/+1 |
| | |