Allow special chars to be used on IPSec mobile login banner. Fixes #3247
Set default value to radius_protocol during upgrade, it should fix #3226
Fix 'Packet loss rate' and 'Bucket Size' range checking
Merge pull request #818 from jdillard/master
added favicon to logged in pages
Needs parens
Add upgrade code to change the DHCP next-server value to nextserver since it was renamed sometime in 2.1 but upgrade code didn't follow. Also shuffle the upgrade code blocks a bit since we need these on 2.1.x and nobody should be on 2.2 yet, so the impact should be minimal to renumber the one bit specific to 2.2.
Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237
Remove newsyslog cron job on upgrade, if present.
We do not use nor include newsyslog, so remove the cron job.
Remove this check, the value can be 0 here if the target is the first item in the array.
Replace pfSense with the rebrand
Now that doc.pfsense.org does https and redirects http to https, we may as well send the help links to the https destinations.
use (self) instead of any for web lockout
use (self) rather than any as the destination for the lockout rules
Fix display of pools in the LB status widget and on the LB Virtual Server status.
Merge pull request #814 from phildd/master
Traffic graphs widget has old interface names
Fixes bug #3245
Remove redundant copies of getNasIP(), it should fix #3234
Merge pull request #812 from irconan/master
Minor CoDel fixes, fix #3239 and #3240
Fix codel not being applied on non-priq queue types
Fixed typo in CoDel wiki link
If rc.newwanip is run on an interface that should not have an IP address, do not take any action.
Merge pull request #811 from Scavy/patch-1
Patch to include GratisDNS as dynDNS service
Update to include GratisDNS dynDNS service
Merge pull request #810 from ExolonDX/branch_04
Update "status_rrd_graph_settings.php" XHTML
Merge pull request #809 from ExolonDX/branch_02
Update "status_rrd_graph.php" XHTML
Merge pull request #808 from ExolonDX/branch_01
Update "pkg_edit.php" XHTML
require service-utils.inc for find_service_by_openvpn_vpnid()
Add missing td
Remove use of undefined var $conn and fix some td class
Close INPUT tagsUpdate HTML Boolean operatorsUpdate TABLE tag with summary statement
Update SCRIPT statements with CDATAMove the close HEAD statementMove the FORM statement outside the main tableClose INPUT tagUpdate HTML Boolean operatorsAdd closing table cell (TD) and table row (TR) tags so that the rows are...
Update HTML Boolean operator
Merge pull request #806 from ccesario/master
Set network interfaces description as interface name.
Make sure no extra spaces end up in the parsed IP, it can lead to issues in other places (Easy Rule, etc)
Respect default gateway option when adding a gateway from interfaces page. It fixes #3230
OpenSSL does not like country codes longer than two letters, so remove these entries that are not actually country codes.
Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General
Add patch from Ermal to fix ifconfig error on gif in certain cases.
Include the CP zone in the form parameters if one is defined. Fixes access to concurrent graph on zones other than the first/default.
Fix CP stats generation for concurrent users. Fixes #3225
Fix #3218, reaload filter rules when activate or deactivate dhcpdv6
Make this name a little more general in case we decide to have multiple similar files.
Merge pull request #795 from razzfazz/ia-pd-hint
add option to send prefix hint for requesting desired prefix length for delegation (for master branch)
Fix ufslabels.sh logic to avoid trying to convert slices which are already using appropriate labels. Fixes #3207
Switch to rw mode before file operations on RFC2136 cache. Fixes #3201
Merge pull request #803 from PiBa-NL/outboundnat_disable_checkbox
outboundnat, disable rule checkbox
outboundnat, disable checkbox
Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
Merge pull request #802 from Xon/patch-1
Alix 2D6 crashes during 2.1 upgrade process with an out of diskspace error
Alix 2D6 crashes upgrade process withou out of diskspace
Updating the the RRD graphs causes two copies of each RRD's XML file to be stored in /tmp.
On Nanobsd, the default /tmp size is 40mb. It doesn't require very many RRD XML dumps before this is exhausted.
Set action = pass for configured mac addresses on CP passtrumac
Remove unecessary blockedmacs db and read it directly from config
Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195
Do not allow local mac address to be added to passtrumac list in CP. It fixes #3122
Fix php short tag opening and silent php -l
Remove call-time pass by reference from traffic shaper files, it should fix #2565
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Do not add a ipfw rule to block mac since auth can take care of block or redirect it
Redirect blocked macs to desired URL or show an error message
Add a redirect url option to blocked macs
Make sure db doesn't exist when start to configure macs
Delete the old mac when action changes, not the current one
When block a MAC address, add it to a DB to make it possible to redirect it to a URL
Add action to auto created passtru mac rule
Remove unused variable $macdb
Make captiveportal_passthrumac_delete_entry() return rules instead of execute them as other similar functions do
Use same tab name on all pages
Change 'Pass-through MAC' tab name to reflect current reality
Add actions (block or pass) to Captive Portal passtrumac
Fix indent and whitespaces
s/BSDP/ESF/
Make sure to account for IP aliases on lo0 here, or they get duplicated on each CARP sync
Include CA in generated .p12 file. Fixes #2147 the way it was originally intended.
Simplify the update URL definition in globals.inc and add some comments to it.
Merge pull request #801 from phil-davis/master
Update an existing cron entry for pppoe periodic resets
The array variable name was incorrect in the test, so the existing cron entry was not being matched. Fixes #3192
Require IPv6.inc header so that if ipv6 functions are called no surprises arise
Leave a trace that rtsold did fire the dhcp6c client so troubleshooting is easier
Correctly check the secondary/primary parameter setting on dhcp failover configuration
Correct typo that prevents dhcp rules from properly being generated.
Merge pull request #800 from phil-davis/master
Do not include disabled OpenVPN in vpn_networks and negate_networks
Fix errant display of "0 table deleted" during filter reload on console.
Remove unecessary capitalized WARNING from disabled APC message
Test growl whether or not growl is disabled.
Do not sync DHPCv6, it must operate independetly. Ticket #3184
Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184
Disable kill_states by default on upgrade, it fixes #3183
Fix #3127
By default htmlspecialchars does not consider single quotes, what can bea problem when value attribute is set using it. Replace value attributeset to use double quotes on places where it's obviously recieving aresult of htmlspecialchars() call.
Allow for easier override on $g values if needed.
Correct check to match the right vip based on configured ip. Reported-by: http://forum.pfsense.org/index.php/topic,66234.0.html
Ticket #3181 do the state flushing only on down gateway detection rather than any time.
When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration.
Actually the / here is not needed.
Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to killall returning without the process really exiting.