summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix URL add when you break sequence for addresses and details, shile I'm ↵Renato Botelho2013-04-021-13/+12
| | | | here, simplify logic
* 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 ↵jim-p2012-10-091-3/+2
| | | | unless the user is allowed to do that.
* 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 ↵r-duran2012-07-051-1/+1
| | | | creating nested aliases.
* 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
| | | | trailing spaces are not deleted"
* 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 ↵jim-p2012-05-021-4/+4
| | | | function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+2
| | | | http://redmine.pfsense.org/issues/2320
* 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 ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Adding hookScott Ullrich2011-07-271-0/+2
|
* Add hooksScott Ullrich2011-07-271-0/+4
|
* Add alias edit hookScott Ullrich2011-07-181-0/+1
|
* Merge remote branch 'upstream/master'jim-p2011-07-071-1/+1
|\
| * Feature #1603. Correct nested urltable alias code to be more fullproof to ↵Ermal2011-07-061-1/+1
| | | | | | | | errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents.
* | Merge remote-tracking branch 'upstream/master'jim-p2011-07-041-1/+4
|\ \ | |/
| * Feature#1603. URL table aliases should be usable within network type aliases.Evgeny Yurchenko2011-07-031-1/+4
| |
* | Merge remote branch 'upstream/master'jim-p2011-05-191-1/+1
|\ \ | |/
| * Reject alias names that are too long. Fixes #1510jim-p2011-05-191-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-03-241-1/+1
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/rrd.inc usr/local/www/interfaces.php
| * Add all to the reserved keywordsScott Ullrich2011-03-221-1/+1
| |
* | add subnet mask clarification for IPv6 and correct default count to 128 bitsSeth Mos2011-03-011-2/+2
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-02-161-11/+21
|\ \ | |/
| * Add alias support for source and destination ports on outbound NAT.Erik Fonnesbeck2011-02-131-0/+2
| |
| * Check for aliases in 1:1 and outbound NAT rules, too.Erik Fonnesbeck2011-02-131-0/+8
| |
| * In update_alias_names_upon_change function add capability to access more ↵Erik Fonnesbeck2011-02-131-11/+11
| | | | | | | | deeply nested sections and fields.
* | Merge remote branch 'upstream/master'Scott Ullrich2011-02-091-0/+2
|\ \ | |/
| * Resolves #1224. Correctly change name on port alias in firewall rules if the ↵Ermal2011-02-081-0/+2
| | | | | | | | alias name changes.
* | Merge remote branch 'upstream/master'Seth Mos2011-01-181-4/+3
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * Ticket #1183. Skip call to filter_configure() here, this will be done when ↵Pierre POMES2011-01-101-1/+0
| | | | | | | | user will click on 'apply changes' button in firewall_aliases.php
| * Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-061-2/+2
| | | | | | | | config now and this just causes some characters to be lost on input. Ticket #1168
| * comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 ↵Chris Buechler2011-01-041-1/+1
| | | | | | | | release
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Move to index.php.Scott Ullrich2010-12-171-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-2/+2
|\ \ | |/ | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
| * Fix XSS issuesScott Ullrich2010-11-121-1/+1
| |
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
| |
* | up the subnet bits from 32 to 128 so that the access can be locked down to ↵Seth Mos2010-10-251-1/+1
|/ | | | | | | | the host for ipv6. This will require a javascript routine that prevents a subnet mask higher then 32 bits for a ipv4 address. Alternatively the subnet bits should be steered by javascript to prevent use of more then 32 bits on a ipv4 address. When a hostname is used all bets are off, even worse if the hostname is a combined ipv4/ipv6.
OpenPOWER on IntegriCloud