Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location.
Sync note for "server address" between PPTP/PPPoE/L2TP for consistency.
Add some help links for pages that were missing.
Change mbuf output on dashboard to read total/max, instead of current/total, to give a more useful view. Also only use a single netstat command instead of two.
Fix several issues in pppoe code and remove duplicated code.
Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.
Unlink last msg cache for growl when sending test messagws
Give the Layer7 patterns page some much needed love.
Log when XMLRPC auth fails so that the brute force lockout will kick in.
Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)
fix text
Make sure this does not operate on empty parameters, and also log when removing states.
These html tags are not required since they are used in head.inc which is included.
Simplify this code a bit, should be the same test in both locations since this should be either/or, and with the other code it can apparently fall into a trap where it shows neither.
Fix field name label.
remove dead link, no equivalent exists, will add info on that page's help
Put rw/ro calls on pkg_edit.php on POST to avoid packages having to do these calls.
Include the rate output in the privilege for the traffic graph.
Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight.
Revert "Make initial changes to allow pfSense to work in a jail."
This reverts commit a26d95383a6146734f67c9db21cd83534052843a.
Make initial changes to allow pfSense to work in a jail.
This mostly avoids starting things that will not work and gets theinitial config. Most of the pfSense functionality will not work(pf rules, routing, etc) but it can be used for testing.
Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos
Revert "Feature#1603. URL table aliases should be usable within network type aliases."
This reverts commit ae660b3ce7d7e2b1f34cb9f1b52eb4ce21e17c42.
Revert "Feature #1603. Correct nested urltable alias code to be more fullproof to errors and does not break the ruleset on large lists of urltables. Though this needs a revisit to work properly since it breaks urltable alias property of reloading contents."...
Allow disabling having localhost in resolv.conf. There are some special setups that might need this.
Populate pconfig in all cases with user info, or else when you delete a privilege, the list disappears until you go back and edit the user again. (Certs too)
Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page.
Make this box much bigger, it's hard to find things in the tiny window with a long list.
Make the checks during step4 and step5 actually work.
Show the CP User count in the page title, as on 1.2.3.
Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days.
Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0885b9a407db026723bb61f568effc3
Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance.
Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
Correct the link to index.php so it always works correctly.
If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.
Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.
Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html
Add an override for default interval to send icmp
Clarify notes for pptp "Server address"
Fix status page of gateways to show gateways with monitoring disabled as up.
Add a new option to allow disabling of gateway monitoring. This gateways will always be reported as up.
Just break states based on the remote host ip and not with localip. The later might be the same as address used by other services and might interrupt them
Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.
Fix whitespace formatting
Fix display of ssh port on anti-lockout rule display in GUI.
Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues.
Adding hook
Add hooks
Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
Shift OpenVPN require, it was causing CRLs to not save changes properly.
Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI.
Rework OpenVPN status, show status for shared key servers.
Resolves #1703. Correct array key value.
Adding hook for first tr
Fix copy and pasto
Load chosen but do not use it (for pkgs)
Move hook code up a bit
Adding hooks that will be used for filtering plugins
Move hook code up a few lines
Add hook for overriding interfaces
Adding chosen but do not actually use it beyond loading
Add hook for bottom icon row
Add hook and fix style for anti lockout
Add missing ;
Adding pre_id_tablerow hook
Revert "fix text"
This reverts commit c27ca36eb3fb3a5c5c1ca7feb9567bd6d23a16dc.
Adding apply hooks
make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down
Bump to 1.7
Remove whitespace at the start of firewall_aliases.php - it was causing errors in the GUI.
Clear \r from these files to be readble
Ticket #749. Make the rules of the traffic shaper wizard select the wan side of the interfaces to not make the intra-lan traffic classifible in this way.
Resolves #1703. Correctly delete a interface group members when the group is deleted.
Correctly restart the SSL lighty instance when running.
Remove 'maxproc' since its unused in the code and correctly use maxprocperip to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html
Fix redirurl collection so after login the user can be redirected correctly
Plug a security risk on CP where a user can login by submitting a special request
Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig.
Fix label for SMTP server. Hostnames work fine.
Adding dashboard hook
Adding hook to pre_table for aliases
Add alias edit hook
Add pre_input_errors hook to interfaces assign
Adding pre_input_errors hook
Revert "Move early call up a bit"
This reverts commit 50cd07ff1190cdd25293ecdd7e08e81161de33c5.
Move early call up a bit
Oops fix hook name
Adding hook for interfaces edit
Make name similar
Adding hooks
Adding hook for interfaces allowing pfCenter and friends to add interfaces to the dropdown
Actually increase the default queue length for the new default queue
Respect the p2p catchall setting.
Add checks to prevent php warnings.
Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.