Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845
Also show queues on limiter info page, so that the child queues of limiter pipes can be viewed. (See ticket #1843)
Remove the gateway field from view since it is not a valid option for now.
Add empty dhcp6c client control socket file
Avoid a blank trailing entry
Have Diag>DNS pull servers from /etc/resolv.conf instead of the config, so it reflects all of the servers in use for the speed report.
Add a note to the server Load Balancer page to let users know it's not for Multi-WAN.
Wording fix to better describe the Translation address.
Fix bottom note when viewing Floating rules to better reflect how they operate.
Fix note width for 1:1 NAT
Fix QinQ note width.
Clarify text
Clarify notes so people don't think they need to disable pf to disable NAT.
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.
Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663
Correct the link for EasyRule so that IPv6 addresses parse
Add IPv6 love to diag states Summary. For Ticket #1816
Reflect the dynamic(6) gateway naming change in interfaces.php too
Merge pull request #10 from namezero111111/patch-2
Added web interface capability to make the LDAP search more specific in o
Log when XMLRPC auth fails so that the brute force lockout will kick in.
Add default values for latency, packet loss, down on GUI
Added web interface capability to make the LDAP search more specific in order to filter for group membership for example.
Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)
fix text
Unbreak the firewall rule Edit page, input error array was unset halfway the validation. Set that back up ontop.Add gateway validation
Catch another possiblity for invalid rule generation
Make sure this does not operate on empty parameters, and also log when removing states.
Properly fix the address family check for gateway groups Ticket #1659
Unbreak firewall rules edit, missing a )
Fix a typo in the subnet generation causing the code to fail
Only show gateways from the same address family on the groups edit page. Ticket #1659
These html tags are not required since they are used in head.inc which is included.
Add address family validation, also hide gateways or gateway groups from the gateway list.Fix Ticket #1659
Add address family input validation on the Gateways edit page, also prevent adding gateways on interfaces that do not carry that address family.Fix Ticket #1633
Automatically adjust the subnet size drop down when editing a entryTicket #1661
Add Address Family input validation on the system routes edit page. Do not allow IPv4 subnet masks > 32 bits.Ticket #1661
Fix the address family check to skip empty DNS gateway fieldS
Change the DNS interface code to DNS gateway code. This will need upgrade code for existing configs.
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.
un-break services_dhcpv6.php
Clarify advertising options, add router only type.
Fix the redirect URL for IPv6 addresses Ticket #1583
Make sure to set the $pconfig prefix delegation setting from the config.
Fix mismatched curly brace
remove dead link, no equivalent exists, will add info on that page's help
Calculate the possible subnet ids from the delegated prefix length for the dropdown
Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now.
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.
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
Unbreak interfaces.php
Fix a typo that caused stripping of the v4 config
Split the IPv4 and IPv6 configuration out into 2 seperate drop downs.
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
Merge branch 'master' of github.com:bsdperimeter/pfsense
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
Correct whitespace and some problems in the just merged ldap auth sorce for racoon
Merge pull request #8 from ninja76/master
IPSec xAuth allowing LDAP to be used as a backend
Check for null Array and move option system to top
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.
Improved ipsec ldap xauth
Use the new change to be less distuptive