summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* More special meaning words.Ermal Luçi2009-12-131-1/+1
|
* Add listtopic and note that only ip addresses may be imported.Ermal Luçi2009-12-091-1/+1
|
* Add the same checks to the aliases import functionality as the ones that are ↵Ermal Luçi2009-12-091-3/+1
| | | | done during creation/editing of aliases. Ticket #146
* Use is_port here.Ermal Luçi2009-12-081-3/+1
|
* Add one more check for port aliases now that /etc/services can be used in ↵Ermal Luçi2009-12-081-0/+2
| | | | port names.
* Resolves #138 Add propper input validation to aliases. Do not allow to ↵Ermal Luçi2009-11-301-5/+14
| | | | nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
* Please pretty please use the interfaces function rather than than growing ↵Ermal Luçi2009-11-281-4/+5
| | | | yet again the horrendous custom made things. Thank you. Ticket #141
* Correct typo Resolves #141sullrich2009-11-281-1/+1
|
* Do not allow interface names as alias names Ticket #141sullrich2009-11-271-1/+3
|
* Do not allow reserved keywords as alias names Ticket #141sullrich2009-11-271-0/+8
|
OpenPOWER on IntegriCloud