Initialize variable. Ticket #1023.
Ticket #1023. Correct carp status even on the status page.
Ticket #1023. Correct the widget code bringing it full speed with latest carp code.
Add option to control automatic creation of NAT rules which assist forwarding rules that send traffic out to the same subnet it originated from.
When adding/editing a gateway, check IP alias subnets, too. Fixes #1015
Add other interfaces to local network selection and show proper names. Fixes #965
Do not save settings related to ports when protocol does not use ports. Ticket #953
Do not save fields from translation section when "Do not NAT" is checked. Ticket #952
Use correct names for integer and boolean types in DHCP options and fix typo in hexadecimal validation for strings. Fixes #962
Upon restoring a config, replacing whole sections, or editing config.xml in edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
Fix reading the ip from the right file for dyndns.
When the local port is left blank on an OpenVPN client, use 'lport 0' to direct the client to use a random source port. Fixes #1025
Save the host name and domain to a temporary location until the setup wizard is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455
Handling this properly when the web gui is on an alternate port number.
Make this check more general in case someone makes a wizard that changes an opt interface's IP address and wants to use the "Reload in progress" step. Ticket #455
Properly reflect ports in the GUI view of the anti-lockout rule since Ermal's changes restricted it to only ssh/gui ports.
Show CRL download link only for imported certificates or CRLs with revoked certificates.
Some CRL fixes.
Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the log file in the beginning rather than on each individual function.
Resolves #1018. Provide a more unique host name for the file.
Add workaround for referrer check to not be triggered on the previous IP address when redirected by the setup wizard.
Redirect to the correct IP at the end of the setup wizard if accessing it on an IP address that was changed. Fixes #455
Fix typo in comment.
Ensure this is an array before entering the foreach loop. Fixes #1012
Avoid exec() and use php calls.
Disable CSRF checks on the backup page.
Add nocsrf flag
Fix misnamed form field on CRL import.
Fix variable names. Ticket #954
Fix case of variable name for swap usage. Ticket #477
Open link in new tab/window
Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.
Add style to rowhelper normal text fields in packages for consistency.
CSRF startup code has been moved to guiconfig.inc
Unbreak AJAX
Misc XSS fixes
Protect against XSS by someone broadcasting an HTML SSID... (better to be safe...)
One more potential XSS vector. Not sure how it would have text injected here, but better safe than sorry.
More notice XSS fixes.
Fix XSS issues
Fix XSS in notices.
Bring in XSS id fixes from m0n0wall
Clarify these descriptions a bit more on 1:1 edit.
Handle AJAX
NiftyCheck already included in bottom-loader.js otherwise div mainarea gets rounded twice.
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
Move this function to allow removing it from easyrule.
Fix filter_rules_sort's compare function to know about floating rules so it won't change their order.
Use this sort before saving, so the rule just added is sorted into the proper category like the rest.
Unbreak graphs
Copy logic for when to show the cellular tab from status_rrd_graph.php. Fixes #714
Return this field to its old name to prevent a conflict of names and since the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html
This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).
Only use escapeshellarg when passing the arguments to the shell. Fixes #1005
Note that this textbox controls HTTP_REFERER hostname checks as well
This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.
Fix misc XSS issues from davey b
Add option to System: Firmware: Settings for running gitsync after installing an update, hidden/disabled if git has not been installed yet.
Ensure csrf magic is loaded
Fix Misc XSS issues
Testing csrf-magic
Add a setting for the data type of values used with DHCP option numbers and input validation for each type. Fixes #962
Add a function type to the field types allowed, to allow more field types without directly adding all of them to row helper.
fix input validation for GRE
Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet.
Return disabled interfaces as well
Do not use sub array
Make sure ipsec is incuded in valid interfaces
Move Note to bottom of page
Show interface description
Interface names should appear as uppercase
Do not escape strings twice
Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.
Various CRL fixes.
Define variable a bit earlier in case its shared
Use get_configured_interface_list() so Ermal does not yell at me :)
Fix misc input validation errors. Move routed/* to same dir as pkg items
Ensure passed interface is valid
Use htmlspecialchars() for santitized output
Ensure that we are working with a proper passed interface..
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)
Warn a user when entering the OpenVPN client/server screens that they need a CA/Cert if none exist.
Use addslashes() here to prevent unescaped quotes from causing PHP errors. Fixes advanced/custom options in OpenVPN wizard.
Use a different variable name here to avoid colliding with another of the same name.
Use != here to avoid a potential issue with empty() testing intermediate arrays.
Add a button to the filter reload screen to force a config sync (only shows up if a config sync peer is defined).
Fix saving of off/disabled PPPoE server instances. Fixes #987
Don't show empty user IPsec keys.
Ticket #980. Bring CP widget up to date. Also bind lighty for CP to 127.0.0.1 it should not be accessible otherwise.
Don't use pconfig in a widget, it can cause issues with other widget settings.
CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 in ticket #830
More VPN log fixes, for consistency. Ticket #912
Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn type, and some general cleanup. Fixes #912