summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-13/+0
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Continue interface improvementsErmal Luçi2008-06-211-10/+4
|
* shorten description field to prevent creating rulesets that won't load.Chris Buechler2008-02-031-1/+1
| | | | Ticket #1619
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* Tell user which characters are badScott Ullrich2007-12-041-1/+1
|
* Use htmlentities() to detect html injections.Scott Ullrich2007-12-041-3/+4
|
* Do a check on all ID's > -1. When we a dup a rule with id 0 the checks ↵Scott Ullrich2007-12-031-1/+1
| | | | where bypassed. Spotted-by: billm
* * Run through all posted values and encode them to a temporary variable. IF ↵Scott Ullrich2007-12-031-0/+9
| | | | the contents differ then the operator is doing something bad. Simply reject the item with invalid character error and let them fix their XSS exploit attempt, etc.
* Add multi user firewall nat port forward capabilities.Scott Ullrich2007-12-031-4/+38
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-7/+7
|
* Limit NAT description to prevent invalid rules.Seth Mos2006-12-271-1/+8
| | | | Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
* Fix case-oScott Ullrich2006-09-061-1/+1
| | | | | | s/carp/CARP Ticket #1097
* When a External port range item is an alias, disallow the entry of Local port.Scott Ullrich2006-09-041-7/+7
| | | | | In-discussion-with: BillM Bug-reported-by: ChrisB
* Correct error message field namesScott Ullrich2006-08-211-1/+1
| | | | Ticket #1084
* When redirecting FTP entries to internal, install rules for interface ↵Scott Ullrich2006-08-191-17/+17
| | | | address correctly if chosen.
* Make field names in input validation consistent with the field names on the ↵Scott Ullrich2006-05-011-1/+1
| | | | form. Our users are already confused enough to have this type of stuff going on.
* Return correct field for input validation for nat ipScott Ullrich2006-05-011-1/+1
|
* add value="yes" for nosyncScott Ullrich2006-04-211-1/+1
|
* Correctly display NOSYNCScott Ullrich2006-04-211-2/+3
| | | | Ticket #848
* Complete nosync supportScott Ullrich2006-04-211-0/+13
| | | | Ticket #848
* Add PPPOE options.Scott Ullrich2006-04-041-1/+3
|
* When adding a redirect for FTP alert the user that it really creates 2 ↵Scott Ullrich2006-04-041-2/+0
| | | | | | firewall rules Ticket #899
* When adding a redirect for FTP alert the user that it really creates 2 ↵Scott Ullrich2006-04-041-0/+8
| | | | | | firewall rules Ticket #899
* When selecting WAN ip in NAT port forward, correctly create the helper ↵Scott Ullrich2006-03-091-2/+7
| | | | | | firewall rule for it if the service is ftp Ticket #843
* Sync w/ m0n0wall 1.21 to bring back in the overlap port checkScott Ullrich2006-01-191-3/+5
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* MFC 8805Scott Ullrich2005-12-291-3/+6
| | | | Fix protocol checking so that existing input validation works use endport as startport if specified w/out startport
* Check "Auto-add a firewall rule to permit traffic through this NAT rule" by ↵Scott Ullrich2005-12-091-1/+1
| | | | default. This seems to be a really commonly asked question in #m0n0wall
* MFC 7730Scott Ullrich2005-11-161-0/+24
| | | | When adding a NAT redirect to a internal FTP server automatically create a rule to allow traffic to the external IP of the redirect, port 21 so that pftpx can function.
* * Grey out port items when proto is GRE or ESPScott Ullrich2005-10-051-22/+34
| | | | | | * Ignore ports in input validation fields when port is GRE or ESP Ticket #585
* Adding AutoComplete to firewall_nat_editErik Kristensen2005-08-231-48/+19
| | | | head.inc searchs javascript directory for includes now
* Ticket #283 - make the error message contain enough information to helpBill Marquette2005-08-061-1/+1
| | | | further debugging
* Allow port forwarding of GRE and ESP protocolsScott Ullrich2005-08-041-1/+1
| | | | Ticket #289
* Auto complete alias ports correctylScott Ullrich2005-07-291-3/+3
|
* Merge in virtual IP codeBill Marquette2005-07-131-5/+4
| | | | | | | | | This changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag removes server NAT (why duplicate work?)
* Display grey topbarScott Ullrich2005-07-051-1/+1
|
* Change "Inbound NAT" to "Port Forward"Bill Marquette2005-07-031-5/+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
* Fix nat rule dup so we really create a new rule instead of just editing the ↵Bill Marquette2005-06-051-0/+3
| | | | | | current one. Reported-By: Criggie
* Allow hijacking of PPTP connections.Scott Ullrich2005-05-181-1/+1
| | | | This should fix Ticket #69
* Ticket 6: Allow NAT to duplicate rulesBill Marquette2005-05-161-3/+12
|
* Whitespace cleanupBill Marquette2005-05-051-1/+1
|
* Do not define name twice. This broke port range capabilityScott Ullrich2005-05-011-2/+2
|
* show any optionScott Ullrich2005-05-011-1/+1
|
* Fix missing closing bracketScott Ullrich2005-05-011-1/+1
|
* Make Cancel button match the Save buttons styleScott Ullrich2005-04-281-1/+1
|
* Add any option and blurb about when to use itScott Ullrich2005-04-281-1/+2
|
* * Add missing cancel buttonScott Ullrich2005-04-221-1/+1
| | | | * cancel -> Cancel
OpenPOWER on IntegriCloud