Use a better method of finding disks for SMART.Old code was inaccurate and also listed entries that were symlinks to other disks
Restore 3 values back on NAT-T settings Just Enable now its Auto as per strongswan default. and off disabled mobike. Ticket #3979
Rename the options to actually make sense with strongswan
Remove Force options since it has not meaning for now.
Catch some more sensitive info when sanitizing.
Merge pull request #1328 from wagonza/master
Fix indent
Revert "Indent better"
This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
Make sure defaults values are actually used. Fixes #3974
Indent better
Be consistent with the other pages
Add braces
Correct dispaly of checkboxes for ipsec
Allow accept_unencrypted_mainmode_messages to be enabled if needed
Fix a typo on array index, related to ticket #3963
Merge pull request #1317 from phil-davis/patch-1
Merge pull request #1297 from phil-davis/patch-23
Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937
Simplify logic
Remove unecessary variables
Whitespace and indent
fix ping_hosts.sh to not ping IPsec if CARP is in backup
Warn if attempting to import IPv6 range
There is currently no code to convert an IPv6 range to a set of corresponding IPv6 subnets, so warn the user if they attempt that from the alias bulk import GUI.
Expand range or subnet for host alias
When entering a host alias, if the user put an IP range (like 192.168.0.10-192.168.0.20) or a subnet (like 192.168.1.200/29) then expand it into a list of individual IP addresses. Check that it will not make too many rows to exceed the existing 5000 row limit on the GUI....
Encode values before displaying them back to the user in notification settings
+ is a valid character in some dynamic DNS providers' usernames. Fixes #3912
Merge pull request #1306 from phil-davis/patch-3
h-node should be 8
Merge pull request #1310 from phil-davis/patch-6
Merge pull request #1311 from phil-davis/patch-7
Fix the log widget to lookup hosts by DNS using a link rather than AJAX. Quick fix for now. Ticket #3829
Manage dhcpleaseinlocaltime consistently
dhcpleaseinlocaltime is actually a global setting, but the setting is stored per-DHCP-enabled-interface.The display code in status_dhcp_leases already sorts this out - if any interface has the setting enabled then the displayed lease times are adjusted to local time....
Provide an edit button for static mapped entries
As suggested in forum https://forum.pfsense.org/index.php?topic=82883.msg0#newInstead of a non-functioning red plus icon, show an edit icon for static mapped entries, and take the user to services_dhcp_edit page if it is clicked. IMHO this makes it much easier to correct things that are noticed when viewing the Status, DHCP Leases display.
Whitespace in status_dhcp_leases.php
rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.
Fixes #3727 Do not unset ondemand for ppp type interfaces since it is controlled here only for pppoe/l2tp
Fix PSK for non-ascii also here, ticket #3917
Improve IPsec status page for mobile. It fixes #3917
Add missing gettext call
Add missing gettext calls
Fix indent and spaces
Does not accept non-ascii characters on IPsec PSK. It fiixes #3931
Close this form early since there is another form below
update input_error description after changes for ticket #3491
Make sentence more accurate as pointed out by phil-davis
GIF interfaces MTU must be something between 1280 and 8192, make the correct check. It fixes #3927
fix text
fix up text on sys_adv_misc
fix text and descriptions in GRE edit page
s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading.
Support up to 4 DNS Servers in DHCP
Fixes #3909 Properly report and detect carp_status
Merge pull request #1303 from PiBa-NL/carp_without_matching_subnet
Add powerd normal mode flag (-n)
Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807
get back to our standard RFC-defined capitalization of IPsec
CARP, allow carp ip to be outside interface and alias subnets (FreeBSD10 feature)
Merge pull request #1300 from jean-m-cyr/master
Merge pull request #1298 from PiBa-NL/vips_sort
firewall_virtual_ip make the table sortable remove double tfoot, but use 2 tr inside.
Remove stray 'i'.Reported-by: https://forum.pfsense.org/index.php?topic=82393.0
Fix up NTP status page formatting
Number of columns is not the same for all table rows
firewall_virtual_ip make the table sortable
Spelling
Clarify bracketing
to minimize risk of a problem when adding code here in the future.
Allow extended alias inputs #3890
Currently if you enter a space-separated list of subnets in the IP address box when entering an alias, the code reports that the data is invalid. But it does actually expand the list of subnets into multiple rows, and enters the various subnet CIDRs into the CIDR column for the user. The user can press Save a second time and the data is now valid so the code saves it happily. This is rather odd, as reported in redmine #3890....
firewall_aliases_edit UI text changes
If type URL Table then the heading "Description" on the 3rd column gets suppressed (I am not really sure why that is, since the description data entry box still appears - I guess someone intended that the data entry box itself also be suppressed, since URL Table takes just a single line entry, the overall description of the alias should be enough - no need for a per-line description.)...
Remove useless check for alias description matching an interface description
While looking at other checks in the code I noticed this check. It was not effective anyway, because the first line inside "if ($_POST)" below doesunset($input_errors);which undoes this check anyway....
Be more strict on removing groups checking group id and group name, it avoids issues like happened to users on ticket #3856. While I'm here, replace GET by POST
Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856
Fix close button in the info box
Merge pull request #1287 from jean-m-cyr/master
Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues
NTP Service GPS page always reverts to 'Custom' GPS type
Remember and correctly display GPS type setting
Add a note clarifying the usage of OpenVPN's Auth Digest setting.
NTP server configuration does not highlight selected interfaces
Missing explode of selected interface list prevent logic from working.
Add a more obvious note about the use of WAN interface on group rules.
Apply previous progressbar customizations for jquery-ui 1.11.1
Update jquery-ui components to 1.11.1, it fixes #3879"
Add missing <form> and require filter.inc for filter_configure()
Do the proper action if Apply button is pressed even on the preshared keys page
Recent versions of miniupnpd does not accept IPv4 address anymore, use interface name always. It fixes #3874
Allow hostname to start with '@.' for namecheap. It fixes #3568