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
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.
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)
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.
MFC: Do not check to see if gateway alls within a null value.
Bug #1639. Port alias missing input validation in firewall_rules_edit.php.
Bug #1641 fix. DHCP server default gateway needs input validation.
Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.
Kill states from the previous ip the link had on all mpd consumers. Resolves #1629
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.
Fix test for tun device, -f fails because it's a char device, not a regular file. -e works.
Fix use post here, since the other var isn't defined as it was before my commit yesterday.
Fix select detection code for the RADIUS NAS IP. Fixes #1648
Spelling fix.
Fix handling of interface selectors in packages.
Revert "Add php errors (non warnings) to the crash reporter"
This reverts commit cb61dad8ab812a3740648dc0e3f4b74959713ef3.
Revert "Simplify message"
This reverts commit 6608507d3ba546a8a0c9ce2d6570f98d5494f11e.
Simplify message
Add php errors (non warnings) to the crash reporter
Copy crash file to crash reporter directory if it exists
Feature#1603. URL table aliases should be usable within network type aliases.
Do not add an automatic gateway on openvpn tap case since its only the netmask.
Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...)
Correctly display page title
Fix typo
Make text cosmetics consistent and close off missing <span/> tag.
Use correct table header class.
More text consistency.
Note consistency and gettext() added.
Consistency of NOTE vs Note as through the rest of the webGUI.