Handle widgets having no items selected for display
Don't display the "export key" icon if there is no key to export. e.g. If hte cert was created from a pasted-in CSR
Base64 encode private key
Add the ability to save a private key with the newly signed cert
Revised certificate selectors to use refid rather than index
Deleted CSR key textarea - No longer required
Merge pull request #3515 from marjohn56/master
Merge pull request #3583 from phil-davis/alias-hover-text
Merge pull request #3457 from stilez/patch-38
Revised error handling for CSR signing
Spelling fix in help text
Improve error detection in Openssl lib
Added the ability to sign a CSR
WAN flap loss of IPv6
Some hardware is taking too long to set ACCEPT_RTADV on the Interface,this results in RTSOLD exiting and this not sending RS to start theprocess. Apart from adding a delay to the start of RTSOLD which didimprove but not totally fix the issue the other change is to prevent the...
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
Fix #7316 Alias Edit keep pattern, placeholder, title in sync on all rows
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.