Add missing include
Remove duplicate pfSenseHeader() function
Sort includes while here.
Merge pull request #3626 from phil-davis/trigger-initial-wizard-7364
Merge pull request #3577 from phil-davis/patch-10
Remove whirlpool from the list of CA/Cert digest algorithms as it does not work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.
Fix display of openssl errors when working with CA or certificate entries. Found this while looking into ticket #7370
Fix #7364 Console assigned VLAN disappears after reboot
Merge pull request #3574 from phil-davis/wrap-host-domain-names
Merge pull request #3606 from PiBa-NL/igmp_apply-20170303
Merge pull request #3603 from NOYB/RAM_Disk_Settings_GUI
Set new blog URL (https://www.netgate.com/blog/) as default for RSS widget
Add reason to write_config() call
Add reason to write_config() calls
Merge pull request #3622 from doktornotor/patch-23
Merge pull request #3616 from doktornotor/patch-18
Merge pull request #3619 from phil-davis/write_config_openvpn
Merge pull request #3620 from doktornotor/patch-21
Update translation files
Regenerate pot
Deduplicate code
Allow CloudFlare DDNS entries to use "" or "." for the hostname portion of the domain in the GUI to update the domain's @ record. Then in the backend code, remove that from the FQDN since CloudFlare doesn't like that to be sent explicitly. Fixes #7357
" or "
Fix is confirmed to work by two forum users: https://forum.pfsense.org/index.php?topic=122099.msg699763#msg699763
Do not enforce a max limit on state timeout when editing a firewall rule. Fixes #7356
Add reason to write_config() calls for OpenVPN
Add reasons to write_config() calls
Remove useless add_base_packages_menu_items() function
Not really sure what was the idea 7+ years ago, but the code just doesn't make sense now.
igmp, fix apply button, remove save button
RAM Disk Settings GUI
Update notice re: log data loss. The log directory is now also backed up.
Group settings to consolidate.
Merge pull request #3570 from phil-davis/fw-rule-desc-7294
Merge pull request #3595 from doktornotor/patch-14
Merge pull request #3596 from NOYB/User_Manager_-_Status_Icon_-_Sort_Order
Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndns
Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items and for all IPv6 items
Sync up package help links with current packages.
Many do not yet exist, but can easily be created.
Sort help URL list.
Update help URLs for base system files, remove old/obsolete files.
Fix up some options in OpenVPN that were not showing for the correct modes. Fixes #7331
Add GUI components for loading cryptodev as a module, and upgrade code so users have it on upgrade since it was in-kernel before. Fixes #5976Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
Finish MAC address matching for packet capture. Implements #6743
Fix #7317 Widget Filter All button
Merge pull request #3589 from phil-davis/patch-12
Merge pull request #3573 from phil-davis/patch-9
Merge pull request #3581 from phil-davis/patch-11
Merge pull request #3550 from phil-davis/patch-5
User Manager - Status Icon - Sort Order
Make status column sort order work correctly with the icons.
(2.4, 2.3)
Show PPPoE/PPTP/L2TP uptime on the Interfaces widget (Feature #6032)
Fix syntax error in services_wol_edit.php
Remove unused ntpWidgetUpdateFromServer() from NTP widget
I don;t see where this is used at all. Nothing seems to break if I remove it.
Fix #7306 Correctly filter log widget entries by interface description
Redmine #7301 Put dot after the word break
Signed-off-by: Phil Davis <phil.davis@inf.org>
Redmine #7301 Provide word-break opportunity for dynamic DNS host names
Fix #7300 provide default value for ipprotocol for old rules
Fixed typo in $POST/$_POST
Remove some unused code from diag_command.php.
Fixes #7296HTML tags not allowed in selector option values
Correct variable name. Fixes #7297
Merge pull request #3568 from doktornotor/patch-7
Fix 7294 keep full rule description
Fixed #7203 by visually separating the legend areaMake legen area fixed rather than AJAX data
Check that DHCP registration isn't enabled for DNS forwarder/resolver when disabling DHCP server
Only allow the DHCP registration options to be enabled when DHCP server is enabled as well
Merge pull request #3552 from NOYB/User_Manager_-_Status_Icon
Fix "Save and Force" action
Remove newline in error msg
Spelling
Fixed #7231
This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
Merge pull request #3533 from phil-davis/fw-rules-iface-selector
Merge pull request #3557 from jskyboo/dev
Merge pull request #3553 from doktornotor/patch-1
Allow PGRMF for Custom GPS type.
Fix ublox parsing.
Save tab value (if) in HTML
Fixed #7277
Fix NTP widget to show server time (Issue #7245)
This is a couple of seconds late depending on how much stuff people have on dashboard, but at least displays the server time/TZ instead of the browser time. Plus good riddance wrt those 200+ lines of past century JS.
Fixed #7274
User Manager - Status Icon
Use icon for status rather than textual asterisk to indicate disabled account.
Fix handling of 0 for Backup Count. Fixes #7273