Add function to list recent backups as JSON array
Remove commented out line
Merge pull request #4400 from bonald/master
Merge pull request #4439 from vktg/cpcpdbbackup
Backup Captive Portal DB files. Implements #10868
Only set headers if called from UI
Accept backup XML data as string or file
Style changes
Fix indent
Change comment to match function
Simplify logic
Remove unused variable
Initialize config item
Return 1 when config section is empty
Break long line
Initialize config item and remove unneded var
Merge pull request #4190 from vktg/remove00vti
Merge pull request #4427 from vktg/vtinodestroy
Merge pull request #4447 from overtninja/master
Merge pull request #4448 from vktg/dhcp6dnsprefix
Merge pull request #4443 from vktg/unboundmultiip
Merge pull request #4449 from vktg/dhcpv6rmrouterip
Merge pull request #4315 from vktg/localradiusauth
Merge pull request #4450 from vktg/pppalias
Fix backup of 'all' areas01~
Allow to use IP Alias on PPP interfaces. Issue #7132
Rework route functions
- Created route_table() that returns an array containing all items from route table. It uses --libxo to get a json object- Created route_get() that return an array with route items to desired target- Created route_get_default() to get current default route for inet or...
Support JSON format when retrieving XML to backup
Provide option for default notification tone to play, rather than being overridden.
Include files used to provide logic for web pages now moved to /etc/inc/web
Correct use of sprintf
Correcting style issues
Ignore the UFS journal when pfSense tries to fix a disk corruption.
Not all UFS issues are present on journal, which can make the fsck miss someissues.
This change improves the pfSense chances of fixing UFS issues.
DHCPv6 do not announce Router Address. Issue #9710
DHCPv6 merge IPv6 prefix for DNS servers. Fixes #7384
Pushover Notification Support. Implements #10495
DNS Resolver multi IP for host overrides. Implements #10896
Remove extra 00 padding of VTI interface names. Issue #9592
Style: Break a couple of long lines
Combine nested conditionals into a single one
Remove commented out lines
Same address can't be IPv4 and IPv6 at the same time
Style: break long line
Update alias-utils.inc
Merge pull request #4435 from vktg/pppoeacctupdatefix
Merge pull request #4431 from vktg/cpusedmacsbackup
Access from saveAlias()
PPPoE Server Accounting Update fix. Issue #10869
Merge branch 'master' into cpusedmacsbackup
Backup/restore Captive Portal UsedMACs. Implements #10856
Merge pull request #4434 from vktg/ddnsname
Merge pull request #4433 from vktg/cpusedmacsha
DHCP service DDNS key name RFC2845 compat. Fixes #10844
Captive Portal UsedMACs sync. Issue #10857
alias.inc changed to alias-utils.inc
Update obsoleted files list for 2.5.0
Fix file name on copyright notice
Fix syntax error in alias.inc
Moved controller logic out of display file and into .inc file
Merge pull request #4421 from vktg/vxlangui
VXLAN configuration WebGUI. Feature #6240
Merge pull request #4230 from vktg/ipsecp2shunt
Merge pull request #4414 from jturnism/patch-1
Merge pull request #4429 from basicmonkey/master
Remove deprecated hash module
Fix some illegal string offset errors. Issue #10659
Remove the /usr/libexec/telnetd from the default installation.
There is no reason to keep a telnet daemon.
Upgrade PHP to 7.4.x
Added PPPoE handler to setup wizard utilities
Fix array pass by reference in ipsec.auth-user.php
Fixes error: PHP Fatal error: Uncaught Error: Cannot pass parameter 3 by reference in /etc/inc/ipsec.auth-user.php:95 on IPSec Xauth.
Signed-off-by: James Cooksey <james@basicmonkey.net>
Added setup wizard utility file
Not destroying VTI interfaces when booting before creating a new one. Fixes #10842
RFC2136 zone option. Implements #10684
Merge pull request #4424 from vktg/disablevlantso
Merge pull request #4420 from vktg/domeneshopddns
Merge pull request #4416 from vktg/hostsfullipv6addr
Merge pull request #4415 from vktg/eclgptslice
Merge pull request #4411 from MariusRejdak/master
Merge pull request #4408 from vktg/qlaltq
Merge pull request #4360 from vktg/gifbootbridgefix
Merge pull request #4396 from vktg/ipsecradiusgroup
Merge pull request #4403 from vktg/dummynetsysctlfix
Merge pull request #4404 from vktg/unboundrestartfix
Toggle VLAN_HWTSO when TSO is toggled in the GUI. Fixes #10836
Accommodate encryption_password when updating ACB config
Improved ACB config update by requiring only a single visit to the system
Correct CRON functionality and move to pfsense-utils.inc
Domeneshop DynDNS support. Implements #10826
Full IPv6 host address for DHCP6 static entries. Fixes #8156
ECL GPT partitions support. Fixes #9097
Update wizardapp.inc
These are the ports needed for any xbox live platform.https://support.microsoft.com/en-us/help/4026770/xbox-open-these-network-ports-for-xbox-one
Fixed some ports using improper protocolFixed naming comment for Wiiremoved ports that werent specific to xbox at all...
Fix OpenVPN AVPair network/netmask output. Issue #10803
Revise get_services() to include the current service state in the returned array. This saves having to get the list of services three times in order to draw the status_services web page
Correct QLogic interface name in ALTQ-capable list. Issue #10594
IPsec Mobile RADIUS Group authentication. Implements #10748