summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * Adding drag and drop feature to firewall rules ordering. Simply start ↵Scott Ullrich2010-07-111-2/+66
| | | | | | | | dragging a rule and release and the page will refresh with the new order. If all goes well I will duplicate this feature to other pages with rule reordering functionality.
* | Fixing gettext calls on firewall_rules.phpVinicius Coque2010-07-021-19/+19
| |
* | Revert "Implemment gettext() calls"Renato Botelho2010-06-301-2/+2
| | | | | | | | | | | | | | | | | | This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* | Implemment gettext() callsJeann2010-06-291-2/+2
| |
* | Implement gettext() callsRafael Lucas2010-06-241-65/+65
|/
* Add status/log links to Firewall rulesjim-p2010-06-021-0/+3
|
* Ticket #525. Correct message shown for a schedule now that the behviour has ↵Ermal2010-04-271-6/+1
| | | | changed.
* correctly go to interface for edit bogons/rfc1918Chris Buechler2010-04-251-2/+2
|
* Simplify logic implemented on commit 673d29c0Renato Botelho2010-04-121-10/+11
|
* When delete a filter rule that is associated with a nat rule, cleanup the ↵Renato Botelho2010-04-091-6/+22
| | | | association
* The sum of % for table size should be 100%, fixing itRenato Botelho2010-04-091-8/+8
|
* fix reject rules to the same as in 1_2. return is valid on all rulesChris Buechler2009-12-181-4/+1
|
* Add missing PF 'max' tracking option , and clarify message for 'max-src-nodes'pierrepomes2009-12-131-0/+2
|
* Escape ' Ticket #143sullrich2009-11-271-3/+3
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Add support for 'max-src-conn' PF feature, to limit the maximum number of ↵pierrepomes2009-11-161-0/+2
| | | | established connections per host
* 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
* Catch up to reality -- there are now 10 fieldsScott Ullrich2009-08-241-1/+1
|
* Merge branch 'master' of ↵Scott Ullrich2009-08-241-5/+12
|\ | | | | | | git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
| * Added support for automatically managing firewall rules with NAT rules.unknown2009-08-141-5/+12
| |
* | Make the icon the correct sizeScott Ullrich2009-08-201-1/+1
| |
* | Add avanced item indicator which will show when hovering the mouse over the ↵Scott Ullrich2009-08-201-6/+33
|/ | | | icon which advanced item has been enabled
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+6
| | | | | | - 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.
* Move interface groups after Floating and before other interfacesScott Ullrich2009-05-041-6/+6
|
* * Convert schedules to pf(4).Ermal Luçi2009-04-261-1/+1
| | | | | | | This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc... * Whitespace cleaning on filter.inc * Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_. * Small bugfixes here and there.
* Use * instead of Default for consistencyScott Ullrich2009-04-121-1/+1
|
* Do not show an * in schedule box. No schedule is applied for block private.Scott Ullrich2009-04-021-1/+1
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-0/+6
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-1/+1
| | | | Purged unused JS
* More L2TP fixesErmal Luçi2009-02-011-0/+4
|
* correct description on block bogon ruleChris Buechler2008-11-301-1/+1
|
* Do not hard code white colorScott Ullrich2008-10-121-1/+1
|
* Honour listbg font propertiesScott Ullrich2008-10-121-1/+1
|
* Use listbg instead of hard coding red background for RFC1918 informationScott Ullrich2008-10-121-2/+2
|
* Catch up with file rename.Ermal Luçi2008-09-091-2/+2
|
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-5/+2
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* 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
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-10/+0
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-2/+3
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Use different name for loop var.Ermal Luçi2008-06-241-3/+3
|
* Continue interface improvementsErmal Luçi2008-06-211-11/+4
|
* Move alias popup to function. Display Alias popup for NATs now.Scott Dale2008-05-231-70/+10
|
* Introduce OpenVPN tabErmal Luçi2008-03-061-0/+7
|
* Fix typo.Ermal Luçi2008-03-061-1/+1
|
* With addition of queue column there are 9 columns to fill now so the message ↵Ermal Luçi2008-02-101-1/+1
| | | | when there are no rules fills the whole area.
* Do not show LAN interface when it is not present.Scott Ullrich2008-02-091-2/+4
|
* minor cosmetic nitpick - move "selected" icons one column to the rightBill Marquette2008-01-281-3/+4
| | | | after the queues column got introduced
* Finish the Floating rules toolbar.Ermal Luçi2008-01-171-1/+1
| | | | | | Now you can create rules with tags/direction/match by tag/choose direction/choose multiple interface/quick. Just for note the queue assignment has been moved to the Firewall->Rules section. Now for every rule you create you can choose the queue for it.
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-161-6/+18
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
OpenPOWER on IntegriCloud