summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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
|
OpenPOWER on IntegriCloud