Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset firewall_ files | Renato Botelho | 2010-06-30 | 1 | -11/+11 |
| | |||||
* | Revert "Implemment gettext() calls" | Renato Botelho | 2010-06-30 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 49031495b501e4477941fa6248fe94cc698f9dcd. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php | ||||
* | Implemment gettext() calls | Jeann | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | Implement gettext() calls | Carlos Eduardo Ramos | 2010-06-24 | 1 | -10/+10 |
| | |||||
* | gettext on archives firewall_aliases.php e firewall_nat.php | me | 2010-06-23 | 1 | -4/+4 |
| | |||||
* | Merge remote branch 'mainline/master' | Renato Botelho | 2010-04-22 | 1 | -0/+6 |
|\ | | | | | | | | | Conflicts: etc/inc/filter.inc | ||||
| * | Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵ | jim-p | 2010-04-21 | 1 | -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 this | Renato Botelho | 2010-04-13 | 1 | -1/+1 |
| | | |||||
* | | Check if var exist before compare its value | Renato Botelho | 2010-04-13 | 1 | -10/+10 |
| | | |||||
* | | When renaming or removing aliases, deal with new NAT Port Forwarding fields | Renato Botelho | 2010-04-12 | 1 | -3/+13 |
|/ | |||||
* | Rename import to bulk import. Suggested-by: Chris Horn | Scott Ullrich | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Improve aliases a little bit to show large aliases. | Ermal | 2010-03-18 | 1 | -3/+1 |
| | |||||
* | Resolves #401. Fix the ... display on aliases description. | Ermal | 2010-03-16 | 1 | -2/+3 |
| | |||||
* | Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵ | Ermal Luçi | 2010-02-09 | 1 | -2/+0 |
| | | | | config.xml. This reverts to previous behaviour. | ||||
* | Remove msort call for aliases sorting, aliases are sorted by aliases_sort() ↵ | pierrepomes | 2010-02-08 | 1 | -3/+0 |
| | | | | function. Ticket #338 | ||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Sort aliases | Scott Ullrich | 2009-09-11 | 1 | -0/+3 |
| | |||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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çi | 2009-05-08 | 1 | -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 alignment | Bill Marquette | 2009-03-12 | 1 | -4/+3 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+0 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Backport alias import option to RELENG_1 from HEAD. | Scott Ullrich | 2007-09-19 | 1 | -0/+6 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 1 | -2/+9 |
| | | | | This to make it easier on large configurations. | ||||
* | Sync aliases after removing | Scott Ullrich | 2007-01-24 | 1 | -0/+1 |
| | |||||
* | Do not iterate items if they are not an array. | Scott Ullrich | 2006-08-17 | 1 | -48/+54 |
| | |||||
* | Do not delete a NAT item if its being referenced by an ALIAS. | Scott Ullrich | 2006-08-16 | 1 | -0/+24 |
| | |||||
* | Remove alias import option. It was never MFC'd and the icon should not be ↵ | Scott Ullrich | 2006-06-14 | 1 | -1/+1 |
| | | | | present. | ||||
* | Do not allow an alias to be deleted if its currently referenced ina rule. | Scott Ullrich | 2006-04-19 | 1 | -5/+44 |
| | | | | Ticket #914 | ||||
* | MFC 8297 | Scott Ullrich | 2006-01-19 | 1 | -1/+1 |
| | | | | Some very minor proofreading. | ||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Do not show . at end of alias list | Scott Ullrich | 2005-12-18 | 1 | -1/+1 |
| | |||||
* | Remove reboot required checks | Scott Ullrich | 2005-12-14 | 1 | -6/+6 |
| | |||||
* | MFC 8291 | Scott Ullrich | 2005-12-04 | 1 | -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 buttons | Bill Marquette | 2005-08-24 | 1 | -3/+3 |
| | |||||
* | updating files to use theme images | Erik Kristensen | 2005-07-21 | 1 | -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 side | Scott Ullrich | 2005-07-03 | 1 | -2/+1 |
| | |||||
* | Use $pgtitle instead of re-typing the page title over | Bill Marquette | 2005-07-02 | 1 | -1/+1 |
| | | | | Use head.inc on the _edit.php files | ||||
* | include head.inc and round corners on tabs | Scott Ullrich | 2005-07-02 | 1 | -7/+4 |
| | |||||
* | doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -3/+3 |
| | |||||
* | Cleanup icon placement to be more like rules screen | Bill Marquette | 2005-04-04 | 1 | -3/+15 |
| | |||||
* | Add $Id$ tag | Bill Marquette | 2005-03-27 | 1 | -0/+1 |
| | |||||
* | alias table is above, not below note | Bill Marquette | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | If an error occurs during the rule loading, report the error to the user. | Scott Ullrich | 2005-02-07 | 1 | -1/+4 |
| | |||||
* | Break after each host / port or alias address. | Scott Ullrich | 2005-02-05 | 1 | -2/+12 |
| | |||||
* | Aliases now work for ports. Add autocomplete hint field for aliases box on ↵ | Scott Ullrich | 2005-02-05 | 1 | -1/+1 |
| | | | | rules edit form. | ||||
* | Do not call shaper_configure() .. It is now built into filter_configure() | Scott Ullrich | 2005-02-05 | 1 | -1/+0 |
| | |||||
* | Remove type and make all code uniform. | Scott Ullrich | 2004-11-24 | 1 | -3/+0 |
| |