Improve unbound DNSSEC option check. Issue #12985
OpenVPN unbound restart fixes. Issue #12991
Add option to limit concurrent connections per OpenVPN user. Implements #12267
Use OpenVPN deferred client-connect. Implements #12407
Duplicate wireless interfaces fix. Issue #12999
OpenVPN shared key warning. Implements #12981.
Adds a warning to the OpenVPN client and server list and edit pageswarning the user about shared key mode being deprecated by OpenVPN.
Warning only displays on the instance lists if there is an existingshared key instance. Warning only displays when editing an instance...
Restart unbound to update ACL on OpenVPN change. Issue #12991
Convert IPv6 with IPv4 mapping to hex on prefix merge. Fixes #12440
Unset $filename variable. Fixes #12986
Do not sync root.key file if DNSSEC is not enabled. Issue #12985
Skip unresolved OpenVPN alias DNS entries. Fixes #12984
Add upgradeconfig script. Implements #12973
Fix syntax errors. Issue #12940
Always change .ssh directory permission. Issue #12940
Delete user home directory on user delete XMLRPC sync. Fixes #12940
OpenVPN FQDN in alias netmask fix. Issue #12925
pf host ID support. Issue #12702
Add user opt to keep history. Implements #12675
Remember dyn GW when if is down. Issue #12931
Enable /etc/rc.d/zfsbe support in pfSense-rc
Revert "Skip gateway if interface is down. Fixes #12920"
This breaks some gateway operations because the gateways disappearentirely when the interface loses link.
This reverts commit c07c5cf5f2387cb2b9efdf25545bafebfa414f00.
New methods for killing states. Implements #12092
OpenVPN FQDN in alias support. Fixes #12925
DHCPD: deny MAC Deny entries instead of ignore. Fixes #12923
Do not add HTTPClient entries if netboot is disabled. Issue #12892
Skip gateway if interface is down. Fixes #12920
OpenVPN status TAP mode double entries fix. Issue #12884
Restart gateways monitor on dynamic interface down. Fixes #12920
Status Interfaces SPF details fix. Feature #8861
Encrypt/Decrypt Robustness & Testing. Issue #12897
OpenVPN status incorrect TAP mode RA server+empty tunnel. Fixes #12884
Define dnsmasq upstream DNS via --server option. Fixes #12902
Show SFP module details on status_interfaces.php. Implements #8861
Fix infinite CPU loop on failed restore
When restoring a backup with wrong password or a user custom iterations count different than 10k or 500k, GUI timed out in an infinite CPU loop
Revert "captiveportal: fix ipfw rules"
This reverts commit 9dac41af43a5b977a604098688776987c4f76722.
DHCPD HTTPClient option for static mappings. Fixes #12896
Merge pull request #4551 from luckman212/dpinger_dont_add_static_routes
adds option to not auto-create static routes for dpinger (squashed)
DHCPD HTTPClient custom option. Fixes #12892
Increase OpenSSL iterations. Issue #12556
When encrypting and decrypting content such as config.xml backups,increase the default number of iterations used by OpenSSL when derivingthe key material. Fall back to previous default and also retain the oldlegacy behavior.
syslog: Update filters now that the rule format has changed
We no longer have '@1(0)' but '@1' at the start of rules. This used tobe where we kept the trackerid, but that's now supplanted by theridentifier, so the field isn't useful any more, and has been removed...
Remove default gateway if Mark Gateway is set. Fixes #12536
Attempt to clear the ZFS label off the end of the disk before expanding
This prevents hangs when importing the pool due to garbage on the end ofthe disk
Do not remove net.link.ifqmaxlen from /boot/loader.conf.local. Fixes #12862
Add option for pw hash algo. Implements #12855
Namecheap DDNS response parse change. Fixes #12816
If the first attempt to parse the response fails, try again without theXML declaration. The server may not be sending an accurate XMLdeclaration.
Fix dynamic IPv6 gateway address resolution. Issue #12847
Fix php syntax. Fixes #12831
LAGG hashing option. Implements #12819
Dynamic NPT support. Implements #4881
Multiple DHCP6 WAN connections. Fixes #6880
Use random_bytes() to generate salt for SHA512 password hashing. Fixes #12801
Merge pull request #4555 from zacwest/dnsimple-v6
Merge pull request #4554 from lmcquade/master
Merge pull request #4549 from hpeters/master
Remove quotes from TOS values. Fixes #12803
The quotes are no longer required by pf.
See also: #4302
Fallback to package \"name\" during package reinstall on restore. Fixes #12766
Password prompt on encrypted ECL config.xml. Feature #12685
Start/stop PPPoE interface on parent interface events. Fixes #12633
Allow the selection of "any" interface in floating rules. Implements #12392
SNMP service restart improvements. Fixes #12611
IGMP Proxy service improvements. Fixes #12609
Always restart gateway monitoring and services on interface UP/START event. Fixes #11570
Clear aliases,filter,shaper and natconf flags on filter_configure(). Fixes #12678
DNS Resolver restart improvements. Fixes #12612
Remove unused add_hostname_to_watch() from ipsec_setup_gwifs(). Issue #12645
Fix full path to executable files. Issue #11941
Keep command line history WebGUI option. Implements #12675
Optimize openvpn_resync_all(). Fixes #12628
Delete static default route if default gateway is NONE. Fixes #12536 #11692
CARP status check for RADVD with link-local address. Fixes #12582
Remove link-local scope from IPv6 addresses in filter_nat_rules_generate_if(). Fixes #11984
GleSYS DDNS return code check fix. Issue #12672
Add IPv6 scope to DHCP6 link-local routes. Fixes #11764
Skip out-of-range entries on DHCP6 service start. Fixes #12527
Generate unbound ACLs for OpenVPN CSO. Fixes #12636
Initialize $cmp with an empty array. Fixes #12749
Static IPv6 route delete fix. Issue #12728
Update Static Route and OpenVPN alias name when the alias is renamed. Fixes #12727
Only request copyright file is ews.netgate.com is resolvable. Issue #12141
Use http_build_query() for Google Domains DDNS post data. Fixes #12754
Eliminate duplicate shell commands from history file. Feature #12741
Convert OpenVPN Tunnel Network to correct format on save. Issue #11416
Display interface interrupts. Fixes #12735
Add OpenVPN CSO to Automatic Outbound NAT. Fixes #12792
Correct NTP service status logic. Fixes #12775
Add UPnP NAT anchors before NAT rules. Fixes #7727
One-time NTP sync from static servers NG 7447
Sanity check the clock at boot. Issue NG 7447
Delete temporary ACB files. Fixes #12745
Add IPv6 variant of DNSimple DynDNS Provider
Fix formatting. Add get_ll_scope() check.
Change get_gwgroup_members to include interface in link-local IPv6 addresses (Bug #12721)
Default repo selector to stable repo after upgrade to Plus
Detect correct setting for custom repo and call pkg_switch_repo to be sure
Revert clearing custom repo on boot
Revert "Move custom repo removal code to a better location in rc.reboot"
This reverts commit e696b0868a495af4f19505b8261f25d6604adc8d
Move custom repo removal code to a better location in rc.reboot
openvpn.tls-verify.php exec() output fix. Issue #11829
ldap_get_groups() return value fix. Issue #12699