summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the firewall rule Edit page, input error array was unset halfway the ↵Seth Mos2011-08-241-1/+25
| | | | | | validation. Set that back up ontop. Add gateway validation
* Catch another possiblity for invalid rule generationSeth Mos2011-08-241-0/+4
|
* Properly fix the address family check for gateway groups Ticket #1659Seth Mos2011-08-241-2/+3
|
* Unbreak firewall rules edit, missing a )Seth Mos2011-08-241-1/+1
|
* Add address family validation, also hide gateways or gateway groups from the ↵Seth Mos2011-08-241-2/+15
| | | | | | gateway list. Fix Ticket #1659
* Add chosen js library (mit lic). Modify interface multiple select box to use.Scott Ullrich2011-07-231-2/+3
|
* Adding pre_input_errors hookScott Ullrich2011-07-181-0/+1
|
* Revert "Move early call up a bit"Scott Ullrich2011-07-181-3/+4
| | | | This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.
* Move early call up a bitScott Ullrich2011-07-181-4/+3
|
* Adding hook for interfaces allowing pfCenter and friends to add interfaces ↵Scott Ullrich2011-07-161-1/+3
| | | | to the dropdown
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-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 Yurchenko2011-07-071-0/+20
| |
* | Merge remote branch 'upstream/master'jim-p2011-06-271-4/+4
|\ \ | |/
| * Be consistent with upper and lowercase.Warren Baker2011-06-271-4/+4
| |
* | Merge remote branch 'upstream/master'jim-p2011-06-011-1/+1
|\ \ | |/
| * Make the ICMP echo request type less ambiguous, and since it's likely the ↵jim-p2011-06-011-1/+1
| | | | | | | | main one to get used, move it to the top.
* | Merge remote branch 'upstream/master'jim-p2011-06-011-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 Ullrich2011-05-311-13/+0
| |
| * Add missing plugin code. Move the pre_write section up a bit.Scott Ullrich2011-05-301-3/+3
| |
| * Adding a new hook system for firewall nat edit and firewall rules edit page.Scott Ullrich2011-05-251-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 Mos2011-04-121-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-p2011-03-281-1/+1
| | | | | | | | but not everywhere followed.
* | Resolve merge conflictScott Ullrich2011-03-061-2/+8
|\ \ | |/
| * Show friendly names of interface for root queues of ALTQ.Ermal2011-03-021-2/+8
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-231-1/+1
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/vpn.inc
| * Fix typo/spacing issue. Resolves #1300jim-p2011-02-211-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-161-1/+1
|\ \ | |/
| * Use autocomplete='off' like all other fields that accept aliases, to prevent ↵Erik Fonnesbeck2011-02-131-1/+1
| | | | | | | | web browser auto-complete from covering up the alias list popup.
* | Catch upScott Ullrich2011-02-121-0/+6
|\ \ | |/
| * Allow match action on Floating rules and exposed it with name Queue. More ↵Ermal2011-02-111-0/+6
| | | | | | | | validation is needed.
* | Merge remote branch 'upstream/master'Seth Mos2011-02-111-3/+2
|\ \ | |/
| * Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵jim-p2011-02-101-3/+2
| | | | | | | | needed fixed. Still needs changes in filter.inc - Ticket #1243
* | Merge remote branch 'upstream/master'Seth Mos2011-01-261-1/+1
|\ \ | |/ | | | | | | Conflicts: etc/inc/system.inc
| * fix textChris Buechler2011-01-211-1/+1
| |
* | Enlarge subnet bits to 128Seth Mos2011-01-201-2/+3
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-181-2/+2
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * remove <strong> to make consistent with all other textChris Buechler2010-12-311-1/+1
| |
| * Add OSPF to firewall rule protocol choicesjim-p2010-12-231-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-0/+4
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Ticket #1043. Check for '' and not for 'default' since this is the default ↵Ermal2010-12-141-1/+1
| | | | | | | | value of the select.
| * Do not allow gateways to be selected without a direction.Ermal2010-12-101-0/+2
| |
| * Allow floating rules without direction to be created again.Ermal2010-12-101-1/+1
| |
| * Resolves #1043. Do not allow limiters in floating rules without direction. ↵Ermal2010-11-251-0/+2
| | | | | | | | It is invalid practice and while the backend skips it the user should be warned.
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-14/+15
|\ \ | |/ | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
| * Fix XSS issuesScott Ullrich2010-11-121-10/+10
| |
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-4/+4
| |
| * Use this sort before saving, so the rule just added is sorted into the ↵Erik Fonnesbeck2010-11-101-0/+1
| | | | | | | | proper category like the rest.
* | Merge remote branch 'upstream/master'Seth Mos2010-11-011-11/+11
|\ \ | |/ | | | | | | Conflicts: etc/inc/filter.inc
| * Balance <p> with </p>Ermal2010-10-221-7/+7
| |
| * Put </ul> tags inside the same <td> since they cannot span multiple of them.Ermal2010-10-221-4/+4
| |
OpenPOWER on IntegriCloud