summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Correct error string to read "pptp" instead of "WAN".Scott Ullrich2007-07-281-1/+1
|
* Do not allow aliases to be named "pptp".Scott Ullrich2007-07-281-0/+2
|
* Do not allow - in aliases. This breaks port aliases.Seth Mos2007-05-021-1/+1
| | | | tables are fine with the - and the _. Ports only work with _.
* Removed redundant code, added feature to copy over data when input errors ↵Scott Dale2007-03-231-125/+125
| | | | are detected (prevents retyping).
* Page title was defined twice, removed incorrect definition.Scott Dale2007-03-201-2/+1
|
* Backport the alias rowhelper description featureScott Ullrich2007-01-241-155/+375
|
* MFC 12386Scott Ullrich2006-05-261-0/+8
| | | | | | Do not allow interface descriptions to match an alias name. They end up colliding in the PF MACRO space. Ticket #996
* Correctly turn off un-needed options such as subnet when selecting a type of ↵Scott Ullrich2006-03-091-7/+8
| | | | | | "Port(s)", etc. Ticket #864
* Do not error out while adding and removing rowsScott Ullrich2006-02-021-16/+22
| | | | Ticket #809
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Do not allow aliases of the name LAN or WANScott Ullrich2006-01-011-0/+5
|
* Nuke display_topbar(). It krept back in from the previous MFCScott Ullrich2005-12-051-1/+0
|
* Do not allow an alias name to be edited if the item is in use.Scott Ullrich2005-12-051-1/+13
| | | | Ticket #720
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* Reload filter after alias changeScott Ullrich2005-11-181-2/+2
|
* Correctly utilize true/false/other return valuesBill Marquette2005-09-071-5/+6
|
* Remove reserved words check. Its not working correctly.Scott Ullrich2005-09-061-2/+2
|
* (#458) create reserved word list - we'll stumble over more reserved words in ↵Bill Marquette2005-09-051-1/+4
| | | | the future
* (#355) Fix type detection - networks should now be recognized as networksBill Marquette2005-09-041-7/+17
| | | | ports as ports, hosts as hosts...etc
* (#355) Validate inputBill Marquette2005-09-041-6/+14
|
* Call filter_configure() to force syncingScott Ullrich2005-09-031-1/+1
|
* friendly button titleBill Marquette2005-08-241-1/+1
|
* updating files to use theme imagesErik Kristensen2005-07-211-2/+2
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* More screens inherit rounded tabletopsBill Marquette2005-07-031-3/+1
|
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-3/+4
| | | | | Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
* Don't close <head> tag - these files use javascript inside <head>Bill Marquette2005-07-031-0/+1
|
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-7/+6
| | | | Use head.inc on the _edit.php files
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
* Add a Cancel button which takes the browser back to the page prior.Scott Ullrich2005-04-211-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Aliases now work for ports. Add autocomplete hint field for aliases box on ↵Scott Ullrich2005-02-051-4/+5
| | | | rules edit form.
* Correct the behavior for hosts networks and portsScott Ullrich2005-02-051-0/+6
|
* The subnet box should be greyed out when entering a port alias.Scott Ullrich2005-02-041-4/+3
|
* Convert Add to + button, Delete to - buttonScott Ullrich2005-01-111-2/+2
|
* Update (C)Scott Ullrich2004-11-211-1/+0
|
* Update copyrightScott Ullrich2004-11-211-3/+4
|
* Forgot to implement option 2 PortsScott Ullrich2004-11-211-0/+12
|
* Add the ability to define networks, ports and or hosts as aliases. Allow ↵Scott Ullrich2004-11-211-44/+153
| | | | the alias to point to more than ONE item ;)
* Initial revisionScott Ullrich2004-11-071-0/+195
OpenPOWER on IntegriCloud