Add a note to convert it to json_encode
Apply style and space fixes
Fix column count for floating rules tab. Fixes #10667
Fix implode() param order. Issue #10659
DynDNS gateway group fix. Issue #9435
Merge pull request #4327 from vktg/prioinputvalid
Fix syntax error in shaper.inc
Fix duplicate upgrade function. Fixes #10652
PRIQ queue input validation. Issue #1353
Merge pull request #4321 from vktg/sanitizeacme
Merge pull request #4322 from vktg/captivedisableperuserbw
Merge pull request #4323 from vktg/captiveautomacfix
Merge pull request #4324 from vktg/statusl2tp
Merge pull request #4352 from vktg/ovpntcpfix
Merge pull request #4328 from vktg/dnqueuerename
Merge pull request #4329 from vktg/gwhover
Merge pull request #4335 from vktg/qlxgbaltq
Merge pull request #4332 from vktg/gwfoverdyndns
Merge pull request #4330 from vktg/doublerootqueuefix
Merge pull request #4337 from vktg/pppoehostuniq
Merge pull request #4150 from Augustin-FL/captiveportal-db-sync
Merge pull request #4338 from vktg/conferrorfix
Merge pull request #4340 from vktg/6rd6to4mtu
OpenVPN TCP client fix. Issue #10650
Merge pull request #4341 from vktg/6rdfloatfwfix
Merge pull request #4334 from csobankesmarki/master
Merge pull request #4342 from vktg/6rddyndns
Merge pull request #4343 from vktg/cleanupshapercode
Merge pull request #4344 from einichi/master
Merge pull request #4345 from vktg/pftopview
Merge pull request #4346 from vktg/hidestfint
Merge pull request #4347 from vktg/gifgreparentvlan
Merge pull request #4348 from vktg/noreassign
Merge pull request #4339 from bailsman/rc-initial-multiple-parameters
OpenVPN CSO remove routes option. Implements #9702
Use close_action=trap, not hold. Fixes #10632
Do not reset/reassign interfaces in certain cases. Fixes #10383
Use VLAN interface as parent for GIF/GRE. Fixes #10623
Do not show stf(6RD/6to4) interface as parent physical. Issue #10626
PFTop filter hide for non-states views. Issue #10625
Fix Google Cloud Platform spelling
Deect Azure and differentiate from Hyper-V by looking at hte bios version
Fixed #10621. Identify Amazon AWS instances without breaking Hyper-V
Fixed #10621. Identify Amazon AWS instances
Adjusted freedns v2 API var name to be more readable
Include platform name in update check JSON
Merge pull request #4333 from vktg/reflectiontimeoutfix
Add support for freeDNS DynDNS v2 API refs #10617
Cleanup status_queues.php code. Issue #10613
Allow to use 6RD/6to4 interfaces for DynDNS. Fixes #9641
Fixed whitespace issues as requested by jim-p in the review.
Floating rules 6RD and 6to4 interface. Fixes #7142
Do not halt on configuration file not found error. Implements #10556
6RD and 6to4 interface MTU set fix. Issue #6377
Correct selectors for remote auth logs. Fixes #10607
Reindex users before performing XMLRPC auth. Fixes #10585
The users may have changed between XMLRPC calls, so take that intoaccount.
Setting host-uniq for PPPoE. Implements #10597
rc.initial: handle -c command with arguments
before this change rc.initial only passes the first -c parameter.instead passing every parameter allows you to run complex commandsover ssh even if the shell is set to /etc/rc.initial
implements #10603
Status / Queues root queue bandwidth calculation fix. Issue #3381
DynDNS with gateway group restart on failover event. Issue #9435
Add REQUEST back to dhcp6c without RA path. Issue #9634
Add qlxgb to ALTQ-capable list. Issue #10594
Redmine Issue: https://redmine.pfsense.org/issues/10592
NAT Reflection timeout set fix. Issue #10591
Limiters/queues rename/delete fix. Issue #3924
Show gateway/group IPs on mouseover. Implements #885
status.php: Add L2TP VPN configuration. Implements #10583
Captive Portal keep Pass-through MAC Auto Entry. Issue #9933
Improve handling of an empty IPsec phase1 tag. Fixes #10580
Also fixes another PHP error after config upgrade which behaved in asimilar way.
Fix #10525: Move locale directories to proper name
Captive Portal per-user bandwidth input validation fix. Issue #9311
Sanitize ACME passwords. Issue #10569
Sanitize FreeRADIUS passwords. Fixes #10568
Set the default ICMP data payload size to 1 in dpinger probes.
This fixes the dropping of the ICMP probes in some broken routers/ISPs.
There is no increase of the packet size on wire as probes are smaller than 60 bytes (all probe packets are padded)....
Enforce saving logins across reboots when captive portal HA is enabledRedmine #97
Do not remove captive portal zones on backup node if captive portal HA sync is disabledFix #9303
Reset in-use/expired vouchers on backup node if vouchers are reset on master node.Redmine #8809
Remove non captive-portal logs from Local4 syslog facility.Various logs are recorded in local4 in HA situation. They should not be recorded here.Redmine #97
Write vouchers public key and config in /var/db/ on backup nodeFix #8807
Refresh connected users on primary when becoming master node.Redmine #97
Forward in-use/expired vouchers to the other node when performing a voucher expirationRedmine #97
Do not save in-use vouchers to config.Saving in use/expired vouchers to XML config does trigger an ACB Save and has many undesirable effects in HA situation (DHCP restart on the backup node, etc...)Implement Redmine #97
Forward in-use/expired vouchers to the other node when performing a voucher auth.Redmine #97
Forward "Disconnect all" to the other nodeRedmine #97
Forward an user disconnection to the other nodeRedmine #97
Forward an user connection to the backup nodeRedmine #97
Do not perform RADIUS accounting/prune operations when node is in backup modeImplement Redmine #97
Backup node : fetch user list and in-use/expired vouchers from master node.Implement Redmine #97
Create a new page dedicated to backward syncImplement Redmine #97
Fix backward vouchers synchronizationRedmine #7972
Merge pull request #4306 from vktg/hidearmnetboot
Merge branch 'master' into aliasclone
Merge pull request #4311 from vktg/dyndnscopy
Merge pull request #4312 from vktg/dynv6
Merge pull request #4309 from vktg/idndnslookup
Merge pull request #4316 from vktg/idnalias
Merge pull request #4318 from vktg/isprocfix
Merge pull request #4308 from xrm/master
L2TP server secret is not base64 encoded. Fixes #10527