Commit Graph

71 Commits

Author SHA1 Message Date
Bill Marquette
c68fc1e7ab really restrict user labels to 63 chars 2005-07-24 03:34:34 +00:00
Bill Marquette
9b7f994532 server side checking that description doesn't exceed 63 characters (since
we use it for the rule label"
2005-07-23 18:58:27 +00:00
Bill Marquette
09db10704f Don't allow user to enter descriptions longer than 63 chars 2005-07-23 14:50:01 +00:00
Bill Marquette
ef97ce1bf9 More screens inherit rounded tabletops 2005-07-03 19:17:51 +00:00
Bill Marquette
a1357fe0ab Don't close <head> tag - these files use javascript inside <head> 2005-07-03 16:13:36 +00:00
Scott Ullrich
c60824d20a Correctly include head.inc 2005-07-03 02:09:00 +00:00
Bill Marquette
da7ae7ef9b Use $pgtitle instead of re-typing the page title over
Use head.inc on the _edit.php files
2005-07-02 06:01:59 +00:00
Scott Ullrich
105800d246 Do not redeclare functions 2005-06-22 01:45:34 +00:00
Scott Ullrich
bbd0311987 Add address_to_pconfig() 2005-06-22 01:39:16 +00:00
Scott Ullrich
f4e2a35256 Backout last commit 2005-06-21 21:08:59 +00:00
Scott Ullrich
6847d0ede4 Add TCP Flags menu to firewall rules edit screen 2005-06-21 21:06:47 +00:00
Scott Ullrich
e59803707d Close a comment correctly 2005-06-16 17:18:10 +00:00
Scott Ullrich
d957c1fbca Missing "e" in "else" 2005-06-13 21:59:55 +00:00
Bill Marquette
bd8d9d9238 No need to check for default route, this option should only override the routing table
not make you choose per rule.
2005-06-13 02:39:23 +00:00
Bill Marquette
c98ddde28f Really create a "default" gateway that doesn't override the routing table 2005-06-13 02:31:05 +00:00
Bill Marquette
fe038cb6b9 Grab default route as a gateway, interface might be dynamic 2005-06-11 03:55:24 +00:00
Scott Ullrich
dd31e6a9ae Fix ) bug 2005-06-11 03:18:13 +00:00
Scott Ullrich
45f58438da Remove extra input box 2005-06-11 03:00:23 +00:00
Scott Ullrich
82628210f6 Add support for roue-to inside each rule which allows traffic direction for multiple wan environments 2005-06-11 02:58:24 +00:00
Bill Marquette
0884ea0ab2 Remove more duplicate code 2005-05-15 22:38:44 +00:00
Bill Marquette
23a8ad0447 Remove duplicate code 2005-05-15 22:35:06 +00:00
Bill Marquette
e2cb6b5097 returngateway and friends aren't part of rules 2005-05-15 22:19:17 +00:00
Bill Marquette
f87f85c3ef Fix broken rules 2005-05-15 22:18:02 +00:00
Scott Ullrich
40b0fe5b56 * Change to minutes to 1-255
* Select "" if minutes < 1
2005-05-04 05:37:45 +00:00
Scott Ullrich
ed08ef3ea3 Backend and support for allow limiting of TCP connections by establishment rate
Useful for protecting against sudden outburts, etc.
2005-05-04 04:02:24 +00:00
Scott Ullrich
fc01e4144b Make Cancel button match the Save buttons style 2005-04-28 02:05:50 +00:00
Scott Ullrich
28b86d6486 * Add missing cancel button
* cancel -> Cancel
2005-04-22 02:27:38 +00:00
Bill Marquette
2898f8630e Oops, remove keep fragments option - in pf this is global 2005-04-03 22:12:09 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Scott Ullrich
007be4f3aa * Remove return gateway from the rules section
* Add a gateway option to the optional interfaces
* Use new gateway in filter.inc when creating the rules if its defined
2005-03-18 18:45:41 +00:00
Scott Ullrich
07f9c903a9 Use the firewall interface for reply-to directive. 2005-03-17 19:09:39 +00:00
Scott Ullrich
092ac49dfc * Do not output alias javascript array unless its an array
* Add return interface for return gateway
2005-03-16 22:51:53 +00:00
Scott Ullrich
09a86e314c Save the return gateway value. 2005-03-16 17:36:34 +00:00
Scott Ullrich
f38dea0814 Add reply-to (aka return gateway) rule support for multiple WAN support.
And the crowd goes nuts!
2005-03-15 19:18:13 +00:00
Scott Ullrich
9620d290be Add pfsync and carp protocols 2005-03-14 23:16:49 +00:00
Scott Ullrich
97f6d48fbe Add ICMP6 as a supported porotocol type. 2005-03-06 01:38:20 +00:00
Scott Ullrich
65465a3ce2 Toggle OS dropdown off and on when a TCP rule is enabled or disabled. 2005-03-03 23:20:01 +00:00
Scott Ullrich
8be60f21ed Do not update os type unless its defined in the rule. 2005-03-02 20:35:22 +00:00
Bill Marquette
e33c869497 We can now put OS filtering in rules 2005-02-28 03:45:04 +00:00
Bill Marquette
ec4940b968 clean up ICMP types 2005-02-28 02:42:51 +00:00
Bill Marquette
8361098bdf Make rules for icmp echo work 2005-02-28 02:13:39 +00:00
Bill Marquette
c22767b120 Only allow tcp rules to use alternate keep state methods 2005-02-22 16:47:27 +00:00
Scott Ullrich
fa9af16466 Be sure to save and restore state values.
Submitted-by:  Bill Marquette <bill.marquette_AT_gmail.com>
2005-02-19 17:31:07 +00:00
Scott Ullrich
3d85f6b4fa Do not submit the form if the user presses enter in one of the textarea fields with a dropdown widget attached to it. 2005-02-05 22:51:11 +00:00
Scott Ullrich
aba8aacef1 On input validation note that the source or destionation ports can now be aliases. 2005-02-05 20:18:26 +00:00
Scott Ullrich
a6308b24e8 Style cleanup 2005-02-05 07:33:30 +00:00
Scott Ullrich
ef8b343d45 Add auto_complete_helper.hs auto complete javascript helper file. 2005-02-05 07:06:51 +00:00
Scott Ullrich
19757279ce Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form. 2005-02-05 05:40:42 +00:00
Scott Ullrich
5ba1889725 Add per rule state timeout option. Good for heavily loaded http servers, etc. 2005-01-28 21:25:01 +00:00
Scott Ullrich
bdb7d6e77e Resync with 1.2b3 with the additional pf options. 2005-01-22 21:18:16 +00:00