summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Expand)AuthorAgeFilesLines
* Fix Firewall - Aliases GUI inconsistencies for URL Table type aliasesdoktornotor2015-07-171-4/+4
* Merge pull request #1743 from phil-davis/patch-4Renato Botelho2015-07-151-0/+1
|\
| * Firewall Aliases Edit ensure input_addresses array existsPhil Davis2015-07-121-0/+1
* | Cancel button after input errorPhil Davis2015-07-131-1/+6
|/
* Code spacingPhil Davis2015-06-151-5/+5
* Fix alias rename and delete bug #4701Phil Davis2015-05-141-5/+5
* Code style firewall_aliasesPhil Davis2015-05-111-65/+95
* Fix aliases popup width when fields are hidden when page is loaded. It should...Renato Botelho2015-02-021-1/+1
* Improve URL and URL ports alias update data:Renato Botelho2015-01-081-30/+2
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
* Welcome 2015Renato Botelho2014-12-311-1/+1
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* Merge pull request #1297 from phil-davis/patch-23Renato Botelho2014-10-281-38/+138
|\
| * Expand range or subnet for host aliasPhil Davis2014-10-241-18/+95
| * Clarify bracketingPhil Davis2014-09-271-2/+2
| * Allow extended alias inputs #3890Phil Davis2014-09-271-35/+58
* | update input_error description after changes for ticket #3491Chris Buechler2014-10-131-1/+1
|/
* firewall_aliases_edit UI text changesPhil Davis2014-09-261-3/+9
* Remove useless check for alias description matching an interface descriptionPhil Davis2014-09-261-6/+0
* Remove almost all calls to history.back() and make Cancel button back to HTTP...Renato Botelho2014-09-121-1/+3
* Change is_port() to only validate a single port, we have is_portrange() for s...Renato Botelho2014-09-101-1/+1
* Alias name cannot have more than 31 chars, add maxlength here just as an extr...Renato Botelho2014-08-251-1/+1
* Encode the detail field of an alias entry before displaying its contents back...jim-p2014-08-061-1/+1
* Change Cancel button to call history.back() as done in Firewall Rules, the cu...Renato Botelho2014-07-031-1/+1
* Improve checks for params 'id', 'dup' and other similar ones to make sure the...Renato Botelho2014-03-121-2/+3
* Help ticket #3449:Renato Botelho2014-02-171-2/+6
* Catch a validation issue reported on the mailing list thread: IPv6 address da...Ermal2014-02-111-2/+2
* Use unlink_if_exists or @unlink to avoid PHP errors when file doesn't existRenato Botelho2014-02-041-2/+2
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...Renato Botelho2014-02-041-3/+3
* Really fix #3376Phil Davis2014-01-271-3/+3
* Check for vertical bars in alias detail descriptionsPhil Davis2014-01-071-11/+45
* Fix display of CIDR/Update Freq in Alias EditPhil Davis2013-12-291-2/+2
* Make it more explicit that 'update freq.' unit is daysRenato Botelho2013-10-221-1/+1
* Remove unused variableRenato Botelho2013-10-221-4/+0
* Fix #3283, use jQuery to change attributes based on idRenato Botelho2013-10-211-61/+18
* Actually there is no reason to set a variable just to use onceRenato Botelho2013-10-181-2/+1
* Fix #3242 and some code cleanup:Renato Botelho2013-10-181-21/+15
* Fix #3268 - avoid pf table names conflict:Renato Botelho2013-10-161-5/+9
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
* When adding Port or URL alias default the alias typePhil Davis2013-07-211-3/+3
* Implement URL Table aliases for ports instead of IP addressesRenato Botelho2013-07-081-5/+29
* Process zipped aliases listRenato Botelho2013-07-051-0/+2
* Use download_file() and check ssl certificatesRenato Botelho2013-07-051-1/+3
* Remove useless codeRenato Botelho2013-07-051-3/+0
* Add a new alias type, URLs containing PortsRenato Botelho2013-07-041-9/+32
* "block" is also a reserved keyword that can't be an alias name, or pf tosses ...jim-p2013-05-291-1/+1
* Permit to use aliases containing hostnames on static routesRenato Botelho2013-05-271-14/+0
* Prohibit adding aliases containing FQDNs in static routes. Fixes #2941Renato Botelho2013-04-101-0/+14
* Tidy up "firewall_aliases*.php" XHTMLColin Fleming2013-04-091-21/+17
OpenPOWER on IntegriCloud