Project

General

Profile

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

# Date Author Comment
8d70eb8d 05/02/2012 12:30 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.

b0b22431 03/15/2012 01:56 PM Jim Pingle

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

619e4229 08/15/2011 07:36 PM Ermal LUÇI

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

This reverts commit ae660b3ce7d7e2b1f34cb9f1b52eb4ce21e17c42.

df58fd46 08/15/2011 07:32 PM Ermal LUÇI

Revert "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."...

ff49f684 07/27/2011 11:23 PM Scott Ullrich

Adding hook

d9327477 07/27/2011 11:03 PM Scott Ullrich

Add hooks

88377362 07/18/2011 10:13 PM Scott Ullrich

Add alias edit hook

3a26fb7f 07/06/2011 06:59 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.

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

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

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

Reject alias names that are too long. Fixes #1510

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

Add all to the reserved keywords

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.

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.

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

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

Move to index.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

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

143048e3 11/28/2009 03:43 AM Scott Ullrich

Do not allow interface names as alias names Ticket #141

f76a479d 11/28/2009 03:41 AM Scott Ullrich

Do not allow reserved keywords as alias names Ticket #141

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

978fd2e8 09/21/2009 11:12 PM Scott Ullrich

Pass origname instead of relying on a global

b6db8ea3 09/21/2009 03:28 PM Scott Ullrich

Check for interfaces with same name as alias. Ticket #92

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

f43ba926 08/23/2009 07:45 PM Scott Ullrich

Remove stray ;

7c872d3b 08/23/2009 07:44 PM Scott Ullrich

Unbreak. Pointy-hat-to: Ermal!

58ca68ef 08/21/2009 10:53 AM Ermal Luçi

Fix wrong code!
This is wrong since it is not that simple to rename an alias in an alias and correct code for this was already present before.

7515fb4b 08/21/2009 10:38 AM Ermal Luçi

Use global variable which defines the tmp_path and remove hardcoded ones.

24b9ea9a 08/20/2009 10:47 PM Scott Ullrich

Oops, use address instead of name

869857aa 08/20/2009 10:31 PM Scott Ullrich

Handle alias in an alias rename situation

82adb823 08/20/2009 10:29 PM Scott Ullrich

Remove non-needed debugging item and rename debug log to /tmp/alias_rename_log.txt

f5200c44 08/20/2009 09:59 PM Scott Ullrich

Add missing debug checks

ed0b7949 08/20/2009 09:57 PM Scott Ullrich

Allow editing of alias names that already are being referenced by rules, nat, etc by looping through items and replacing the old alias name with the newly updated alias name.
Sponsored-by: BSD Perimeter Commercial Support

96b4269c 07/28/2009 10:28 AM Ermal Luçi

Change only needed aliases.

16f78ff0 07/28/2009 09:59 AM Ermal Luçi

Fix the alias replacing when renamed so it does not do casualities like replacing thing with same name. This change prevents i.e. alias Test and Test34 refrenced in alias MyHome after renaming alias Test to Testagain the previous code would replace even Test34 to Testagin34 which is very unexpected.

171aa30d 07/24/2009 10:34 AM Ermal Luçi

When renaming an alias that is referenced by other aliases make the propper ajustements to reflect the changed name.

d6c9ab97 07/24/2009 07:34 AM Ermal Luçi

Fix typo

5e34cdb2 07/23/2009 09:44 PM Ermal Luçi
  • If editing an alias do not display itself on the autocompletion list
  • Prevent that the user mixes wrong type of aliases, only host and network type mixing is allowed. Openvpn may be added later on too.
  • Instead of checking for nested loops when unwinding aliases just prevent the loops. It is easier and allows some rare cases when nesting is needed.
3c4a3d96 07/23/2009 09:11 PM Ermal Luçi

Remove unused code.

460b3848 07/23/2009 09:08 PM Ermal Luçi

Add my copyright i have done the necessary work on aliases.

0cea9a23 07/23/2009 09:05 PM Ermal Luçi

Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented).

92b9f237 07/22/2009 06:25 PM Ermal Luçi

Allow to enter names in these fields for letting nested aliases to be specified.

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
974ff781 04/07/2009 08:31 PM Chris Buechler

fix typo, clean up text

625dcc40 03/14/2009 07:41 PM Bill Marquette

Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS

a2d8d3dd 01/04/2009 10:32 PM Ermal Luçi

Increase alias limit!

c823d56b 08/30/2008 07:52 PM Scott Ullrich

Show header when alias is not in use

fa157587 08/30/2008 07:50 PM Scott Ullrich

Add CSS header like other pages use.

0d3f3e90 08/10/2008 05:02 PM Ermal Luçi

style(9)++.