Project

General

Profile

Download (29.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8543a5bb 04/10/2013 11:07 AM Renato Botelho

Prohibit adding aliases containing FQDNs in static routes. Fixes #2941

709e62f0 04/09/2013 11:48 AM Colin Fleming

Tidy up "firewall_aliases*.php" XHTML

Add CDATA sections to SCRIPT tags
Close INPUT and BR tags
Update HTML boolean operators
Move NOWRAP to class statement
Add missing closing TD tag

ae5f96c8 04/02/2013 10:17 PM Renato Botelho

Fix URL add when you break sequence for addresses and details, shile I'm here, simplify logic

7cbeade1 04/02/2013 07:22 PM Renato Botelho

Preserve all URLs when one of them is invalid

5a815dc7 04/02/2013 06:53 PM Renato Botelho

Back to previous tab when click on Cancel

6a45942f 04/02/2013 06:41 PM Renato Botelho

Preserve old URLs when an error happens, also, fix descriptions save for URLs

c5eaef8e 04/02/2013 06:41 PM Renato Botelho

Simplify logic

ac7f1763 04/02/2013 03:34 PM Renato Botelho

Return to correct tab after save or delete an alias

0b9e4e8f 04/02/2013 03:34 PM Renato Botelho

Save URLs and URL Table details

f29109d0 04/02/2013 03:34 PM Renato Botelho

Fix whitespaces and indent

8fcb7cf4 01/25/2013 01:35 PM Renato Botelho

Use class tabcont for table

578c81b6 11/18/2012 02:24 PM Cyrill B

Fix: Repopulate field

3a343d73 10/09/2012 07:17 PM Jim Pingle

Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.

a5416de2 07/24/2012 02:35 PM Warren Baker

Return the user to the tab they were working originally working on

dd760cfc 07/05/2012 09:28 AM Rahman Duran

Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.

fd86d829 05/19/2012 02:22 AM Cristian Feldman

Overcome laziness to avoid unnecessary loop

90f90934 05/19/2012 01:57 AM Cristian Feldman

Fix of bug #2374 "When entering values in firewall rules leading and
trailing spaces are not deleted"

4dfd930e 05/10/2012 07:17 PM Darren Embry

cleanup: code for building arrays for autocompleted fields

06f746c3 05/10/2012 07:02 AM Warren Baker

Add _ to the list of are allowed characters

aa11af07 05/02/2012 12:29 PM Jim Pingle

When the "OpenVPN" users type was commented out of the drop-down, this function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.

f51d5d57 03/28/2012 10:50 PM Darren Embry

feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input

http://redmine.pfsense.org/issues/2320

a8fe61f1 03/28/2012 08:56 PM Darren Embry

prep work for feature #2320: tag fields for ipv4v6

e8e2ffbd 03/15/2012 02:01 PM Jim Pingle

Update help text for Host alaises to indicate FQDNs are allowed.

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

b22bf161 07/27/2011 11:24 PM Scott Ullrich

Adding hook

439cc13f 07/27/2011 11:03 PM Scott Ullrich

Add hooks

193716d0 07/18/2011 10:12 PM Scott Ullrich

Add alias edit hook

13b9dba9 07/07/2011 08:03 PM Jim Pingle

Merge remote branch 'upstream/master'

5ffa3389 07/06/2011 06:52 PM Ermal LUÇI

Feature #1603. Correct nested urltable alias code to be more fullproof to 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.

769c4591 07/04/2011 03:11 PM Jim Pingle

Merge remote-tracking branch 'upstream/master'

ae660b3c 07/03/2011 07:18 AM Evgeny Yurchenko

Feature#1603. URL table aliases should be usable within network type aliases.

e4aa1eae 05/19/2011 06:51 PM Jim Pingle

Merge remote branch 'upstream/master'

bac9941b 05/19/2011 05:34 PM Jim Pingle

Reject alias names that are too long. Fixes #1510

126f5314 03/24/2011 07:42 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/rrd.inc
usr/local/www/interfaces.php

66fc1f14 03/22/2011 02:21 PM Scott Ullrich

Add all to the reserved keywords

2936a57e 03/01/2011 01:11 PM Seth Mos

add subnet mask clarification for IPv6 and correct default count to 128 bits

f698b262 02/16/2011 08:11 AM Seth Mos

Merge remote branch 'upstream/master'

ca640261 02/13/2011 04:27 PM Erik Fonnesbeck

Add alias support for source and destination ports on outbound NAT.

b43b7613 02/13/2011 03:08 PM Erik Fonnesbeck

Check for aliases in 1:1 and outbound NAT rules, too.

f1ac1733 02/13/2011 01:44 PM Erik Fonnesbeck

In update_alias_names_upon_change function add capability to access more deeply nested sections and fields.

652ed95d 02/09/2011 08:33 PM Scott Ullrich

Merge remote branch 'upstream/master'

36d6af43 02/08/2011 10:28 PM Ermal LUÇI

Resolves #1224. Correctly change name on port alias in firewall rules if the alias name changes.

1f74cd2d 01/18/2011 08:10 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/interfaces.inc
etc/inc/system.inc

34bf3b3b 01/11/2011 02:28 AM Pierre POMES

Ticket #1183. Skip call to filter_configure() here, this will be done when user will click on 'apply changes' button in firewall_aliases.php

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

0b821acf 01/04/2011 11:56 PM Chris Buechler

comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 release

81afb509 12/20/2010 08:06 PM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/interfaces.inc
etc/inc/vslb.inc
usr/local/www/interfaces.php

0183a568 12/17/2010 10:52 PM Scott Ullrich

Move to index.php.

172007f5 11/15/2010 11:46 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/filter.inc
etc/inc/system.inc
usr/local/www/interfaces.php
usr/local/www/interfaces_gif_edit.php

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

b2c63fa3 10/25/2010 01:54 PM Seth Mos

up the subnet bits from 32 to 128 so that the access can be locked down to 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.

9bc8788a 09/16/2010 05:47 AM Erik Fonnesbeck

Use a list that includes WAN and LAN here rather than only OPT.

331a89ca 09/14/2010 07:59 AM Erik Fonnesbeck

Fix the delete button and a couple other small errors. Ticket #891

bcc8d8a3 08/12/2010 05:35 AM Erik Fonnesbeck

Simplify sprintf

ddc55e12 08/12/2010 04:18 AM Erik Fonnesbeck

Modify various (s)printf format strings to allow translations to change the order of the inserted strings.

4c807d76 08/12/2010 12:46 AM Erik Fonnesbeck

Fix text

4bfb2809 08/10/2010 02:29 PM Carlos Eduardo Ramos

Fixing gettext calls on firewall_aliases_edit.php

270f81d9 08/03/2010 01:59 PM Renato Botelho

Merge remote branch 'mainline/master' into 2_firewall

Conflicts:
usr/local/www/diag_nanobsd.php
usr/local/www/diag_packet_capture.php
usr/local/www/firewall_shaper.php

0c9f92bf 08/02/2010 10:32 PM Erik Fonnesbeck

Change these to lower-case to match the lower-case names from the previous revert.

7193cf12 08/02/2010 05:43 AM Erik Fonnesbeck

Update the VPN names in the reserved keywords list for aliases.

b13f7f80 07/13/2010 05:14 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_aliases_edit.php

48ba486a 07/12/2010 05:43 PM Carlos Eduardo Ramos

Checked gettext() implementation on firewall_aliases_edit.php

731df1af 07/08/2010 04:29 PM Carlos Eduardo Ramos

Corrections gettext implementation on firewall_aliases_edit.php

6a73963a 07/07/2010 11:28 AM Renato Botelho

Merge remote branch 'mainline/master' into 2_firewall

6775c54e 07/05/2010 04:28 PM Ermal LUÇI

Fixes #698. Always check if we are dealing with an ip value to then store the subnet in the config.

3337063d 06/30/2010 10:49 PM Renato Botelho

Review firewall_aliases_edit.php - part 2

bd413d76 06/30/2010 10:38 PM Renato Botelho

Review firewall_aliases_edit.php

3deb92f7 06/30/2010 12:01 PM Renato Botelho

Revert "Implemment gettext() calls"

This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd.
A lot of mistakes

Conflicts:

usr/local/www/firewall_nat.php
49031495 06/30/2010 03:49 AM Jeann

Implemment gettext() calls

24148939 06/24/2010 03:25 PM Carlos Eduardo Ramos

Implement gettext() calls

0f9b6beb 04/22/2010 12:18 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
etc/inc/filter.inc

c7de8be4 04/21/2010 09:03 PM Jim Pingle

Add a new alias type, urltable, which downloads a file of IP/CIDR addresses 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

74e861e3 04/21/2010 01:44 PM Jim Pingle

Validate imported URL data. Resolves #530.

b52d3aa5 04/12/2010 01:42 PM Renato Botelho

When renaming or removing aliases, deal with new NAT Port Forwarding fields

6c5bb502 03/20/2010 12:32 AM Scott Ullrich

Use url consistently

63e8a8ab 03/20/2010 12:19 AM Scott Ullrich

Fix text

a0fc25ae 03/20/2010 12:09 AM Scott Ullrich

Disable update freqency

2aed5121 03/20/2010 12:04 AM Scott Ullrich

Use URL

f6ba4bd1 03/19/2010 11:54 PM Scott Ullrich

Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.

9ae9a7fc 03/18/2010 11:12 PM Ermal LUÇI

Unbreak ranges.

6c33fb4b 03/18/2010 07:58 PM Ermal LUÇI

Improve aliases a little bit to show large aliases.

6b487ec6 03/18/2010 06:05 PM Ermal LUÇI

Allow editing aliases. Pointyhat-to: ?!

fff3d2b9 03/11/2010 04:50 PM Jim Pingle

Add myself to the copyright

7a288dc9 03/11/2010 04:49 PM Jim Pingle

Add some verbage to the on-screen message stating that IP ranges are available for use as well as CIDR networks in aliases.

69d2ad77 03/11/2010 11:16 AM Erik Fonnesbeck

Ticket #421. Do not allow blank alias names in firewall_aliases_edit.php

800ae412 03/09/2010 07:40 PM Jim Pingle

Fix a slight bug. This would have caused an empty description in some cases.

ecd1f2d9 03/07/2010 09:37 PM Jim Pingle

Adding support for using IP ranges aliases. If you input an IP Range such as 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.

974cbfe0 02/09/2010 01:07 PM Ermal Luçi

Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.

231e0606 12/30/2009 04:34 PM Ermal Luçi

Ticket #261 Do not consider ports as hostnames. This changes the is_port function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!

86b66287 12/29/2009 11:26 PM Ermal Luçi

Ticket #258 fix regression.

b4deddce 12/21/2009 10:27 AM Ermal Luçi

Fix type handling to save what was choosen end not to guess it. Save the cidr when specified with hostnames seems people used this feature in 1.2.x branch.

a14bc953 12/13/2009 08:38 PM Ermal Luçi

More special meaning words.

712b72d7 12/09/2009 12:45 PM Ermal Luçi

Add listtopic and note that only ip addresses may be imported.

984c64a4 12/09/2009 12:37 PM Ermal Luçi

Add the same checks to the aliases import functionality as the ones that are done during creation/editing of aliases. Ticket #146

7c3f1ed2 12/08/2009 05:47 PM Ermal Luçi

Use is_port here.

52d618c2 12/08/2009 05:41 PM Ermal Luçi

Add one more check for port aliases now that /etc/services can be used in port names.

f71e0ac6 11/30/2009 06:07 AM Ermal Luçi

Resolves #138 Add propper input validation to aliases. Do not allow to nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.

7c9d8d71 11/28/2009 07:28 AM Ermal Luçi

Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141

58b0abb3 11/28/2009 05:11 AM Scott Ullrich

Correct typo Resolves #141