summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* add pfSense (C)Scott Ullrich2005-07-311-1/+3
|
* Add PPPoE optionsScott Ullrich2005-07-311-2/+7
|
* really restrict user labels to 63 charsBill Marquette2005-07-241-2/+2
|
* server side checking that description doesn't exceed 63 characters (sinceBill Marquette2005-07-231-2/+1
| | | | we use it for the rule label"
* Don't allow user to enter descriptions longer than 63 charsBill Marquette2005-07-231-1/+2
|
* More screens inherit rounded tabletopsBill Marquette2005-07-031-0/+1
|
* Don't close <head> tag - these files use javascript inside <head>Bill Marquette2005-07-031-0/+1
|
* Correctly include head.incScott Ullrich2005-07-031-1/+3
|
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-7/+4
| | | | Use head.inc on the _edit.php files
* Do not redeclare functionsScott Ullrich2005-06-221-30/+0
|
* Add address_to_pconfig()Scott Ullrich2005-06-221-0/+31
|
* Backout last commitScott Ullrich2005-06-211-35/+1
|
* Add TCP Flags menu to firewall rules edit screenScott Ullrich2005-06-211-1/+35
|
* Close a comment correctlyScott Ullrich2005-06-161-1/+1
|
* Missing "e" in "else"Scott Ullrich2005-06-131-1/+1
|
* No need to check for default route, this option should only override the ↵Bill Marquette2005-06-131-6/+3
| | | | | | routing table not make you choose per rule.
* Really create a "default" gateway that doesn't override the routing tableBill Marquette2005-06-131-1/+11
|
* Grab default route as a gateway, interface might be dynamicBill Marquette2005-06-111-0/+3
|
* Fix ) bugScott Ullrich2005-06-111-1/+1
|
* Remove extra input boxScott Ullrich2005-06-111-1/+0
|
* Add support for roue-to inside each rule which allows traffic direction for ↵Scott Ullrich2005-06-111-0/+28
| | | | multiple wan environments
* Remove more duplicate codeBill Marquette2005-05-151-9/+0
|
* Remove duplicate codeBill Marquette2005-05-151-62/+0
|
* returngateway and friends aren't part of rulesBill Marquette2005-05-151-8/+0
|
* Fix broken rulesBill Marquette2005-05-151-6/+14
|
* * Change to minutes to 1-255Scott Ullrich2005-05-041-3/+3
| | | | * Select "" if minutes < 1
* Backend and support for allow limiting of TCP connections by establishment rateScott Ullrich2005-05-041-4/+24
| | | | Useful for protecting against sudden outburts, etc.
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Oops, remove keep fragments option - in pf this is globalBill Marquette2005-04-031-12/+0
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* * Remove return gateway from the rules sectionScott Ullrich2005-03-181-9/+0
| | | | | * Add a gateway option to the optional interfaces * Use new gateway in filter.inc when creating the rules if its defined
* Use the firewall interface for reply-to directive.Scott Ullrich2005-03-171-12/+0
|
* * Do not output alias javascript array unless its an arrayScott Ullrich2005-03-161-11/+26
| | | | * Add return interface for return gateway
* Save the return gateway value.Scott Ullrich2005-03-161-0/+1
|
* Add reply-to (aka return gateway) rule support for multiple WAN support.Scott Ullrich2005-03-151-0/+14
| | | | And the crowd goes nuts!
* Add pfsync and carp protocolsScott Ullrich2005-03-141-1/+1
|
* Add ICMP6 as a supported porotocol type.Scott Ullrich2005-03-061-1/+1
|
* Toggle OS dropdown off and on when a TCP rule is enabled or disabled.Scott Ullrich2005-03-031-1/+8
|
* Do not update os type unless its defined in the rule.Scott Ullrich2005-03-021-1/+2
|
* We can now put OS filtering in rulesBill Marquette2005-02-281-1/+35
|
* clean up ICMP typesBill Marquette2005-02-281-5/+8
|
* Make rules for icmp echo workBill Marquette2005-02-281-1/+1
|
* Only allow tcp rules to use alternate keep state methodsBill Marquette2005-02-221-2/+2
|
* Be sure to save and restore state values.Scott Ullrich2005-02-191-0/+4
| | | | Submitted-by: Bill Marquette <bill.marquette_AT_gmail.com>
* Do not submit the form if the user presses enter in one of the textarea ↵Scott Ullrich2005-02-051-6/+6
| | | | fields with a dropdown widget attached to it.
* On input validation note that the source or destionation ports can now be ↵Scott Ullrich2005-02-051-4/+4
| | | | aliases.
* Style cleanupScott Ullrich2005-02-051-2/+1
|
* Add auto_complete_helper.hs auto complete javascript helper file.Scott Ullrich2005-02-051-292/+2
|
* Aliases now work for ports. Add autocomplete hint field for aliases box on ↵Scott Ullrich2005-02-051-12/+335
| | | | rules edit form.
OpenPOWER on IntegriCloud