summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-5/+5
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Fix text for a couple advanced options on filter rule list.Erik Fonnesbeck2010-08-111-4/+4
| |
| * Remove or simplify some (s)printf calls.Erik Fonnesbeck2010-08-111-1/+1
| |
* | Move : to gettext stringRenato Botelho2010-08-111-1/+1
|/
* Change bogon color row to E0E0E0Scott Ullrich2010-08-051-18/+18
|
* Checked gettext() implementation on firewall_rules.phpCarlos Eduardo Ramos2010-07-131-2/+2
|
* Checked gettext() implementation on firewall_rules.phpCarlos Eduardo Ramos2010-07-131-1/+1
|
* Checked gettext() implementation on firewall_rules.phpCarlos Eduardo Ramos2010-07-131-9/+10
|
* Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-131-2/+21
|\ | | | | | | | | Conflicts: usr/local/www/firewall_rules.php
| * Add undo button for drag and drop reorderingScott Ullrich2010-07-121-2/+21
| |
* | Merge remote branch 'mainline/master' into 2_firewallRenato Botelho2010-07-121-8/+85
|\ \ | |/ | | | | | | | | | | Conflicts: usr/local/www/firewall_nat_out.php usr/local/www/firewall_rules.php usr/local/www/firewall_rules_edit.php
| * Mark filter dirty after savingScott Ullrich2010-07-121-1/+2
| |
| * Add hint about drag and drop reorderingScott Ullrich2010-07-111-4/+12
| |
| * Unbreak OnMouseEventScott Ullrich2010-07-111-2/+1
| |
| * Mark Loading box visibility has hidden as it is only used for drag and dropScott Ullrich2010-07-111-1/+1
| |
| * Use redboxtableScott Ullrich2010-07-111-2/+2
| |
| * Rename to already existing name=infoboxnpScott Ullrich2010-07-111-2/+2
| |
| * Show a loading ajax widget when the page is refreshing the orderScott Ullrich2010-07-111-5/+9
| |
| * Use the move pointer typeScott Ullrich2010-07-111-4/+5
| |
| * 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
|
OpenPOWER on IntegriCloud