Project

General

Profile

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

# Date Author Comment
173d8e75 07/18/2011 10:17 PM Scott Ullrich

Adding hook to pre_table for aliases

17d5077f 06/05/2011 07:15 PM Evgeny Yurchenko

Restoring gray background to the right of some tables in GUI.

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.

c769f983 02/13/2011 02:25 PM Erik Fonnesbeck

Simply code for determining whether an alias is currently in use.

4b4d550a 09/13/2010 01:54 AM Chris Buechler

fix text

3931c643 08/12/2010 11:14 AM Carlos Eduardo Ramos

gettext() fixes on firewall_aliases.php

3ced0d25 08/07/2010 12:33 AM Erik Fonnesbeck

Fix improper gettext changes that broke various confirmation prompts, causing them to never show.

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

565390d3 07/31/2010 01:43 AM Scott Ullrich

Indent checks

a4a793c1 07/31/2010 01:42 AM Scott Ullrich

Handle cases when source or destination is not enabled and you end up with an offset error

9dc65295 07/08/2010 04:33 PM Carlos Eduardo Ramos

Corrections gettext implementation on firewall_aliases.php

808614b1 06/30/2010 10:30 PM Renato Botelho

Review firewall_aliases.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

ecacce60 06/24/2010 04:24 PM Carlos Eduardo Ramos

Implement gettext() calls

5463dd9f 06/24/2010 02:33 AM me

gettext on archives firewall_aliases.php e firewall_nat.php

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

532f800b 04/13/2010 02:05 PM Renato Botelho

Check if var exist before compare its value

0e7dded1 04/13/2010 01:27 PM Renato Botelho

source address is been checked 2 times and destination address no one, fix this

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

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

27f9c8b4 03/20/2010 05:53 PM Scott Ullrich

Rename import to bulk import. Suggested-by: Chris Horn

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

Improve aliases a little bit to show large aliases.

4ef606fb 03/16/2010 01:18 PM Ermal LUÇI

Resolves #401. Fix the ... display on aliases description.

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.

fef1c556 02/09/2010 12:56 AM Pierre POMES

Remove msort call for aliases sorting, aliases are sorted by aliases_sort() function. Ticket #338

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

Require filter.inc and shaper.inc

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

45887105 09/11/2009 07:41 PM Scott Ullrich

Sort aliases

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...
0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
19f11aef 03/13/2009 04:23 AM Bill Marquette

fix image alignment

33300c73 10/12/2008 08:22 PM Scott Ullrich

Do not hard code white

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

f724d6b6 09/19/2007 04:50 PM Scott Ullrich

Backport alias import option to RELENG_1 from HEAD.

d415d821 05/08/2007 10:09 PM Seth Mos

Add a plus button on the top header of these pages.
This to make it easier on large configurations.

339495c7 01/24/2007 10:58 PM Scott Ullrich

Sync aliases after removing

676abc7c 08/17/2006 02:04 AM Scott Ullrich

Do not iterate items if they are not an array.

3e3e9bee 08/16/2006 05:12 PM Scott Ullrich

Do not delete a NAT item if its being referenced by an ALIAS.

7e9cc1e9 06/14/2006 12:02 AM Scott Ullrich

Remove alias import option. It was never MFC'd and the icon should not be present.

58c32a28 04/19/2006 01:45 AM Scott Ullrich

Do not allow an alias to be deleted if its currently referenced ina rule.

Ticket #914

31e92b6a 01/19/2006 06:16 AM Scott Ullrich

MFC 8297
Some very minor proofreading.

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

2e445a9e 12/18/2005 06:07 PM Scott Ullrich

Do not show . at end of alias list

920b3bb0 12/14/2005 05:08 PM Scott Ullrich

Remove reboot required checks

9e49dae8 12/04/2005 10:58 PM Scott Ullrich MFC 8291
Make aliase display much prettier.
  • Use array_slice() and implode() to automatically generate our string and terminate after 10 entries.
  • Separate entries with ", " instead of a newline.
ec3418ed 08/24/2005 12:55 AM Bill Marquette

put friendly titles on the icon buttons

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

a0509c58 07/03/2005 01:34 AM Scott Ullrich

Consolidate Apply changes button into the info box on the right hand side

da7ae7ef 07/02/2005 06:01 AM Bill Marquette

Use $pgtitle instead of re-typing the page title over
Use head.inc on the _edit.php files

b63695db 07/02/2005 04:21 AM Scott Ullrich

include head.inc and round corners on tabs

20ba0ca5 04/12/2005 07:04 PM Bill Marquette

doubleclick for edit

725f5e5a 04/04/2005 12:52 AM Bill Marquette

Cleanup icon placement to be more like rules screen

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

10681748 02/22/2005 12:57 AM Bill Marquette

alias table is above, not below note

b2774343 02/07/2005 05:00 AM Scott Ullrich

If an error occurs during the rule loading, report the error to the user.

7e65fc22 02/05/2005 07:32 AM Scott Ullrich

Break after each host / port or alias address.

19757279 02/05/2005 05:40 AM Scott Ullrich

Aliases now work for ports. Add autocomplete hint field for aliases box on rules edit form.

5c9ac755 02/05/2005 01:55 AM Scott Ullrich

Do not call shaper_configure() .. It is now built into filter_configure()

d304351c 11/24/2004 09:15 PM Scott Ullrich

Remove type and make all code uniform.

4d875b4f 11/21/2004 07:09 PM Scott Ullrich

Update (C)

1dc8c3eb 11/21/2004 05:50 AM Scott Ullrich

Small bug fixes and minor description changes

42137aab 11/21/2004 05:14 AM Scott Ullrich

heh.

blue -> red

on a completely off topic note, uofl rules!

b4b7d8a5 11/21/2004 03:01 AM Scott Ullrich

reflect that this could be address(s) or host(s) or port(s)

d2cfb7a4 11/21/2004 02:16 AM Scott Ullrich

Add the ability to define networks, ports and or hosts as aliases. Allow the alias to point to more than ONE item ;)

f0fe3d30 11/19/2004 06:45 PM Scott Ullrich

Convert description font color to white

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision