Tidy up "firewall_rules.php" XHTML
Close INPUT, BR and IMG tags and add ALT to IMG tagsDeprecate the ampersand in ANCHOR tagsMove NOWRAP to class statementAdd missing closing FONTAdd missing opening and closing TR tagsAdd CDATA sections to SCRIPT tags
Fix extra curly that is breaking firewall rules
Fix indent and whitespaces
Spelling mistake
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
Encode the if parameter before using it in redirects, too.
Conflicts:
usr/local/www/firewall_rules.php
Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that.
Don't offer to apply changes if no changes actually happened.
fix some imbalanced HTML tags
hopefully this will fix #2625 but this needs to be done anyway.
Activate new shortcuts/status in the rest of the areas that are currently setup.
improve alias popup in firewall_rulesinclude url_table list up to 10000 itemsread alias only on mouseoveruse table to list columnsshow edit shortcutshow total items value on popup description
Add a inet46 filter type on the firewall rules page. I have locked down a few of the most common limitations.Still arguing if we should lock this down even further to aliases only.Redmine ticket #2466
Switch to a common function to determine anti-lockout ports, and fix a bug that was getting the ports wrong with custom https+redirect on.
fix for #2289: Logic error in firewall rule interface selection for drop-down menu case
If no rules are defined on the floating rules tab, show a more relevant message.
now we use the Chosen javascript plugin for jQuery
replacing prototype by jQuery on firewall_*
Fix bottom note when viewing Floating rules to better reflect how they operate.
Fix display of ssh port on anti-lockout rule display in GUI.
Adding hook for first tr
Load chosen but do not use it (for pkgs)
Move hook up some
Adding hooks that will be used for filtering plugins
Move hook code up a few lines
Add hook for overriding interfaces
Add hook for bottom icon row
Add hook and fix style for anti lockout
Add missing ;
Adding pre_id_tablerow hook
Adding apply hooks
Make name similar
Adding hooks
Merge remote branch 'upstream/master'
Make the ICMP echo request type less ambiguous, and since it's likely the main one to get used, move it to the top.
Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Test for arrach before foreach'ing. Reported-by: http://forum.pfsense.org/index.php/topic,32865.0.html
Show PPPoE tab if any of the PPPoE server instances are enabled. Fixes #1243
Conflicts: etc/inc/system.inc
fix text
Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
Ticket #1060. Escape even the alias entry descritpions.
Disable firewall rule drag and drop. Will bring this feature back in 2.1
Properly reflect ports in the GUI view of the anti-lockout rule since Ermal's changes restricted it to only ssh/gui ports.
Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
Fix XSS issues
Small rework of code for applying drag and drop reordering of rules and some extra checks added to fix some potential bugs. Ticket #878
Also minimizes the extent of the changes performed (useful when comparing config.xml files from before and after).
Fix handling of floating rules in the drag and drop reordering code. Fix for part of ticket #878
If the anti-lockout rule is active, show it in the rules list for the LAN interface (or WAN if the interface count is 1, same rules as in filter.inc for putting the rule in the ruleset)
Fix the filter.inc rule generation for icmp to prevent a double inet6 in the ruleAdd inet6 for user defined rules to ipv6 addresses.
Display the ICMP type (abbreviated) in the firewall rule list and show the full text when the cursor is over it for ticket #762
Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set.
Add missing space for separating the text for this option from the last one.
Ticket #695. Restore accidentally removed char.
Ticket #695. Fix the advanced icon showing on firewall rules page.
Merge remote branch 'mainline/master'
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.
Remove or simplify some (s)printf calls.
Move : to gettext string
Change bogon color row to E0E0E0
Checked gettext() implementation on firewall_rules.php
Merge remote branch 'mainline/master' into 2_firewall
Conflicts: usr/local/www/firewall_rules.php
Add undo button for drag and drop reordering
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 saving
Add hint about drag and drop reordering
Unbreak OnMouseEvent
Mark Loading box visibility has hidden as it is only used for drag and drop
Use redboxtable
Rename to already existing name=infoboxnp
Show a loading ajax widget when the page is refreshing the order
Use the move pointer type
Adding drag and drop feature to firewall rules ordering. Simply start 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.php
Revert "Implemment gettext() calls"
This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d.A lot of mistakes
usr/local/www/firewall_nat.php
Implemment gettext() calls
Implement gettext() calls
Add status/log links to Firewall rules
Ticket #525. Correct message shown for a schedule now that the behviour has changed.
correctly go to interface for edit bogons/rfc1918
Simplify logic implemented on commit 673d29c0
When delete a filter rule that is associated with a nat rule, cleanup the association
The sum of % for table size should be 100%, fixing it
fix reject rules to the same as in 1_2. return is valid on all rules
Add missing PF 'max' tracking option , and clarify message for 'max-src-nodes'
Escape ' Ticket #143
Require filter.inc and shaper.inc
Add support for 'max-src-conn' PF feature, to limit the maximum number of established connections per host
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Catch up to reality -- there are now 10 fields
Merge branch 'master' of git://rcs.pfsense.org/pfsense/automatically-managing-firewall-rules-with-nat-rules into review/master
Make the icon the correct size
Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled
Added support for automatically managing firewall rules with NAT rules.