Include files used to provide logic for web pages now moved to /etc/inc/web
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.
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
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
Move build_vip_list() function to util.inc. Fix var ambiguity
Set net.inet.ip.dummynet sysctl. Fixes #10780
DNS Resolver restart fix. Issue #10781
Add a system option to handle the queue API usage in hn NICs.
A single queue is used in order to enable the ALTQ support, but some people mayprefer performance over the ALTQ features.
Ticket: #9647
'hw.usb.no_pf' is deprecated now.
Fix the repeated entries in loader.conf.
Merge pull request #4401 from vktg/binat6rdfix
Fix syntax error.
Fix #9647.
Instead of forcing the defaults in the OS driver (introducing yet anotherchange), set the default to enable ALTQ support for hnX NICs in loader.conf.
add Broadcom NetXtreme to ALTQ-capable list. Implements #10762
6RD/6to4 NAT rules fix. Issue #10757
Merge pull request #4397 from vktg/cpvoucherrestore
Merge pull request #4395 from vktg/binatsrcfix
Active voucher restore from backup. Implements #3128
Merge pull request #4394 from vktg/get_interface_subnet_fix
Merge pull request #4392 from Rooke/google-stadia-wiz
Merge pull request #4389 from vktg/unboundidnacl
Merge pull request #4388 from vktg/limmbits
Merge pull request #4387 from vktg/priqonlychk
Merge pull request #4386 from vktg/captivednsmultiip
Merge pull request #4383 from vktg/gwdownpolfix
Fix unparenthesized expression deprecation notice
Merge pull request #4381 from vktg/voucherconlogopt
1:1 NAT net fix. Issue #10752
get_interface_subnet() improvement. Fixes #10740
Add Google Stadia ports to traffic shaper wizard
- According to https://support.google.com/stadia/answer/9595943?hl=en-CA Google Stadia uses "traffic on ports in the range 44700–44899 (TCP and UDP)" - https://redmine.pfsense.org/issues/10743
Revise default gateway handling for speed
Move gateway interface friendly name functionality to gwlb.inc
IDN symbols in DNS Resolver ACL. Fixes #10730
Gateway down policy rule fix. Issue #10716
Limiter default bw type in Mbit/s. Implements #10727
Shaper check prio only for CBQ/FAIRQ/PRIQ. Issue #1353
Make sure dhcpleases is killed before writing the hosts file.
Needs to happen before fopen($hosts, "w") as it is going to truncate the fileand that breaks the tracking of hosts size in dhcpleases.
Ticket: #9383
Allowed Hostnames add/delete multiple A entries. Fixes #10724
Block additional Captive Portal Logins. Implements #9432
Fix indenting
Fix typo in comment
Revise return_gateways_array() to include the tier name in hte returned array. This avoids the need to call the function for every gateway in the array and makes life easier for system_gateways.php, which no longer needs to call multiple functions to get the display information.