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
fix text
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
Resolves #1703. Correct array key value.
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 chosen js library (mit lic). Modify interface multiple select box to use.
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 423023b6dff620fe790c09bd0398ba4fad9ee444.
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
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.
More sanity checking
Ipsec xAuth patch
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
Plug a security risk on CP where a user can login by submitting a special request
Fix redirurl collection so after login the user can be redirected correctly
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
Merge remote-tracking branch 'mainline/master' into inc
Adding pre_input_errors hook
Revert "Move early call up a bit"
This reverts commit 35843e59c81366a7d30a44a94c8a135fc6834454.
Move early call up a bit
removes variables concatenation on gettext strings
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Adding hook for interfaces edit
Make name similar
Adding hooks
Merge branch 'master' of git@github.com:bsdperimeter/pfsense
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.
Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)."
This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.
Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind."
This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.
Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this.
Fixes #1618. Always convert the NAS_PORT value to int in php and pass the attribute type during encoding to guarantee that it is encoded as an integer.
CRL fixes for empty CRLs (so they don't kill OpenVPN)
Merge remote-tracking branch 'upstream/master'
Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
Fix botched patch, add closing bracket
Allow DHCP mappings to be resolved first for reverse lookups.
This was affecting a kerberos installation where the first DNS alias wasgiven for the PTR instead of the static DHCP mapping name, breaking thekerberos tokens.
Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.
Do not check to see if gateay falls within a null value. Resolves #1664
Bug #1639. Port alias missing input validation in firewall_rules_edit.php.