summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-2/+1
|
* Use $pgtitle instead of re-typing the page title overBill Marquette2005-07-021-1/+1
| | | | Use head.inc on the _edit.php files
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* doubleclick for editBill Marquette2005-04-121-3/+3
|
* Cleanup icon placement to be more like rules screenBill Marquette2005-04-041-3/+15
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* alias table is above, not below noteBill Marquette2005-02-221-1/+1
|
* If an error occurs during the rule loading, report the error to the user.Scott Ullrich2005-02-071-1/+4
|
* Break after each host / port or alias address.Scott Ullrich2005-02-051-2/+12
|
* Aliases now work for ports. Add autocomplete hint field for aliases box on ↵Scott Ullrich2005-02-051-1/+1
| | | | rules edit form.
* Do not call shaper_configure() .. It is now built into filter_configure()Scott Ullrich2005-02-051-1/+0
|
* Remove type and make all code uniform.Scott Ullrich2004-11-241-3/+0
|
* Update (C)Scott Ullrich2004-11-211-1/+3
|
* Small bug fixes and minor description changesScott Ullrich2004-11-211-2/+5
|
* heh.Scott Ullrich2004-11-211-1/+1
| | | | | | blue -> red on a completely off topic note, uofl rules!
* reflect that this could be address(s) or host(s) or port(s)Scott Ullrich2004-11-211-1/+1
|
* Add the ability to define networks, ports and or hosts as aliases. Allow ↵Scott Ullrich2004-11-211-37/+34
| | | | the alias to point to more than ONE item ;)
* Convert description font color to whiteScott Ullrich2004-11-191-14/+14
|
* Initial revisionScott Ullrich2004-11-071-0/+127
OpenPOWER on IntegriCloud