summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at the start of firewall_aliases.php - it was causing ↵jim-p2011-07-221-1/+1
| | | | errors in the GUI.
* Adding hook to pre_table for aliasesScott Ullrich2011-07-181-2/+2
|
* Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-1/+1
|
* 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
|
* Simply code for determining whether an alias is currently in use.Erik Fonnesbeck2011-02-131-74/+49
|
* fix textChris Buechler2010-09-121-1/+1
|
* gettext() fixes on firewall_aliases.phpCarlos Eduardo Ramos2010-08-121-1/+1
|
* Fix improper gettext changes that broke various confirmation prompts, ↵Erik Fonnesbeck2010-08-061-1/+1
| | | | causing them to never show.
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-08-031-19/+22
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/firewall_shaper.php
| * Indent checksScott Ullrich2010-07-301-20/+20
| |
| * Handle cases when source or destination is not enabled and you end up with ↵Scott Ullrich2010-07-301-0/+3
| | | | | | | | an offset error
* | Corrections gettext implementation on firewall_aliases.phpCarlos Eduardo Ramos2010-07-081-1/+1
| |
* | Review firewall_aliases.phpRenato Botelho2010-06-301-3/+3
| |
* | Revert "Implemment gettext() calls"Renato Botelho2010-06-301-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* | Implemment gettext() callsJeann2010-06-301-1/+1
| |
* | Implement gettext() callsCarlos Eduardo Ramos2010-06-241-10/+10
| |
* | gettext on archives firewall_aliases.php e firewall_nat.phpme2010-06-231-4/+4
|/
* Merge remote branch 'mainline/master'Renato Botelho2010-04-221-0/+6
|\ | | | | | | | | Conflicts: etc/inc/filter.inc
| * Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-211-0/+6
| | | | | | | | 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
| * source address is been checked 2 times and destination address no one, fix thisRenato Botelho2010-04-131-1/+1
| |
* | Check if var exist before compare its valueRenato Botelho2010-04-131-10/+10
| |
* | When renaming or removing aliases, deal with new NAT Port Forwarding fieldsRenato Botelho2010-04-121-3/+13
|/
* Rename import to bulk import. Suggested-by: Chris HornScott Ullrich2010-03-201-1/+1
|
* Improve aliases a little bit to show large aliases.Ermal2010-03-181-3/+1
|
* Resolves #401. Fix the ... display on aliases description.Ermal2010-03-161-2/+3
|
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-2/+0
| | | | config.xml. This reverts to previous behaviour.
* Remove msort call for aliases sorting, aliases are sorted by aliases_sort() ↵pierrepomes2010-02-081-3/+0
| | | | function. Ticket #338
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Sort aliasesScott Ullrich2009-09-111-0/+3
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-6/+4
| | | | | | - 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 - This improves a lot the control on this notification
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | 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. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* fix image alignmentBill Marquette2009-03-121-4/+3
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+0
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Backport alias import option to RELENG_1 from HEAD.Scott Ullrich2007-09-191-0/+6
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-2/+9
| | | | This to make it easier on large configurations.
* Sync aliases after removingScott Ullrich2007-01-241-0/+1
|
* Do not iterate items if they are not an array.Scott Ullrich2006-08-171-48/+54
|
* Do not delete a NAT item if its being referenced by an ALIAS.Scott Ullrich2006-08-161-0/+24
|
* Remove alias import option. It was never MFC'd and the icon should not be ↵Scott Ullrich2006-06-141-1/+1
| | | | present.
* Do not allow an alias to be deleted if its currently referenced ina rule.Scott Ullrich2006-04-191-5/+44
| | | | Ticket #914
* MFC 8297Scott Ullrich2006-01-191-1/+1
| | | | Some very minor proofreading.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Do not show . at end of alias listScott Ullrich2005-12-181-1/+1
|
* Remove reboot required checksScott Ullrich2005-12-141-6/+6
|
* MFC 8291Scott Ullrich2005-12-041-7/+7
| | | | | | 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.
* put friendly titles on the icon buttonsBill Marquette2005-08-241-3/+3
|
OpenPOWER on IntegriCloud