summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix URL add when you break sequence for addresses and details, shile I'm here...Renato Botelho2013-04-021-13/+12
* Preserve all URLs when one of them is invalidRenato Botelho2013-04-021-4/+6
* Back to previous tab when click on CancelRenato Botelho2013-04-021-1/+1
* Preserve old URLs when an error happens, also, fix descriptions save for URLsRenato Botelho2013-04-021-6/+11
* Simplify logicRenato Botelho2013-04-021-11/+3
* Return to correct tab after save or delete an aliasRenato Botelho2013-04-021-3/+15
* Save URLs and URL Table detailsRenato Botelho2013-04-021-0/+8
* Fix whitespaces and indentRenato Botelho2013-04-021-124/+127
* Use class tabcont for tableRenato Botelho2013-01-251-1/+1
* Fix: Repopulate fieldbcyrill2012-11-181-1/+1
* Refine saving/applying on more pages - don't show apply or take an action unl...jim-p2012-10-091-3/+2
* Return the user to the tab they were working originally working onWarren Baker2012-07-241-2/+6
* Fix hardcodded alias type so alias suggestion works as expected while creatin...r-duran2012-07-051-1/+1
* Overcome laziness to avoid unnecessary loopCristian Feldman2012-05-181-5/+4
* Fix of bug #2374 "When entering values in firewall rules leading andCristian Feldman2012-05-181-0/+4
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-101-24/+10
* Add _ to the list of are allowed charactersWarren Baker2012-05-101-1/+1
* When the "OpenVPN" users type was commented out of the drop-down, this functi...jim-p2012-05-021-4/+4
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+2
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-281-4/+4
* Update help text for Host alaises to indicate FQDNs are allowed.jim-p2012-03-151-1/+1
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-2/+2
* Adding hookScott Ullrich2011-07-271-0/+2
* Add hooksScott Ullrich2011-07-271-0/+4
OpenPOWER on IntegriCloud