summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add all to the reserved keywordsScott Ullrich2011-03-221-1/+1
|
* 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.
* Resolves #1224. Correctly change name on port alias in firewall rules if the ↵Ermal2011-02-081-0/+2
| | | | alias name changes.
* 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
* Move to index.php.Scott Ullrich2010-12-171-1/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Use a list that includes WAN and LAN here rather than only OPT.Erik Fonnesbeck2010-09-151-2/+2
|
* Fix the delete button and a couple other small errors. Ticket #891Erik Fonnesbeck2010-09-141-4/+3
|
* Simplify sprintfErik Fonnesbeck2010-08-111-1/+1
|
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-2/+2
| | | | order of the inserted strings.
* Fix textErik Fonnesbeck2010-08-111-1/+1
|
* Fixing gettext calls on firewall_aliases_edit.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-1/+1
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Change these to lower-case to match the lower-case names from the previous ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | | | | | revert.
| * Update the VPN names in the reserved keywords list for aliases.Erik Fonnesbeck2010-08-011-1/+1
| |
* | Checked gettext() implementation on firewall_aliases_edit.phpCarlos Eduardo Ramos2010-07-131-1/+2
| |
* | Checked gettext() implementation on firewall_aliases_edit.phpCarlos Eduardo Ramos2010-07-121-1/+1
| |
* | Corrections gettext implementation on firewall_aliases_edit.phpCarlos Eduardo Ramos2010-07-081-3/+3
| |
* | Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-071-1/+1
|\ \ | |/
| * Fixes #698. Always check if we are dealing with an ip value to then store ↵Ermal2010-07-051-1/+1
| | | | | | | | the subnet in the config.
* | Review firewall_aliases_edit.php - part 2Renato Botelho2010-06-301-1/+1
| |
* | Review firewall_aliases_edit.phpRenato Botelho2010-06-301-6/+6
| |
* | Revert "Implemment gettext() calls"Renato Botelho2010-06-301-9/+6
| | | | | | | | | | | | | | | | | | This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* | Implemment gettext() callsJeann2010-06-301-6/+9
| |
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-241-35/+35
|/
* Merge remote branch 'mainline/master'Renato Botelho2010-04-221-9/+67
|\ | | | | | | | | Conflicts: etc/inc/filter.inc
| * Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-211-8/+65
| | | | | | | | and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
| * Validate imported URL data. Resolves #530.jim-p2010-04-211-1/+2
| |
* | When renaming or removing aliases, deal with new NAT Port Forwarding fieldsRenato Botelho2010-04-121-1/+4
|/
* Use url consistentlyScott Ullrich2010-03-191-1/+1
|
* Fix textScott Ullrich2010-03-191-1/+1
|
* Disable update freqencyScott Ullrich2010-03-191-2/+2
|
* Use URLScott Ullrich2010-03-191-1/+1
|
* Add alias data url option. This code existed but lacked a backend daemon to ↵Scott Ullrich2010-03-191-18/+1
| | | | update the data every 24 hours. Adding this as well.
* Unbreak ranges.Ermal2010-03-181-1/+1
|
* Improve aliases a little bit to show large aliases.Ermal2010-03-181-36/+30
|
* Allow editing aliases. Pointyhat-to: ?!Ermal2010-03-181-7/+6
|
* Add myself to the copyrightjim-p2010-03-111-0/+1
|
* Add some verbage to the on-screen message stating that IP ranges are ↵jim-p2010-03-111-1/+1
| | | | available for use as well as CIDR networks in aliases.
* Ticket #421. Do not allow blank alias names in firewall_aliases_edit.phpErik Fonnesbeck2010-03-111-0/+5
|
* Fix a slight bug. This would have caused an empty description in some cases.jim-p2010-03-091-1/+1
|
* Adding support for using IP ranges aliases. If you input an IP Range such as ↵jim-p2010-03-071-13/+20
| | | | 192.168.0.1-192.168.0.254, it will instead turn that into a number of CIDR networks which will completely fill the range.
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-2/+3
| | | | config.xml. This reverts to previous behaviour.
* Ticket #261 Do not consider ports as hostnames. This changes the is_port ↵Ermal Luçi2009-12-301-7/+2
| | | | function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
* Ticket #258 fix regression.Ermal Luçi2009-12-291-2/+7
|
OpenPOWER on IntegriCloud