poudriere: move to drm-515-kmod
Handle VIPs in OpenVPN Wizard. Fix #15148
Font Awesome: Update to v6.5.1
Consolidate is_url_hostname_resolvable() into resolve_address()
is_url_hostname_resolvable() used gethostbyname() which onlysupports getting IPv4 records. This change makes resolve_address()more flexible by accepting URLs and consumes the timeout codefrom is_url_hostname_resolvable().
Clarify function use and description
Refactor system DNS check. Fix #15127
Add IPv6 localhost nameserver to /etc/resolv.conf. Fix #15139
Improve validation of DNS Resolver Python script. Fixes #15135
Update the years in the Copyright notice.
Correct DHCPv6 lease shortcut section. Fixes #15117
Bail earlier if the LDAP connection fails. Fix #15122
Remove broken input validation
This input validation was originally done in a function that effectivelyignored any input errors. When it was taken out of the function, theinput errors were no longer ignored which resulted in false positives.This commit removes the respective input validation which effectively...
pfSense-boot: Ensure freebsd efi directory exists
Strip the prefix size from the VTI remote address. Fix #15124
pfSenseHelpers.js: improve usepost interface. See comment.
Remove unnecessary sleep when configuring unbound
Reconfigure VLANs after recreating LAGG interfaces. Fix #9453
Only backup kernel on UFS systems
Trim DHCP & DHCPv6 search strings. #14261
Fix typo in setup wizard. Fixes #14989
get_sysctl(): check return status and log failures, add retries. #14648
Update loader on ESPs without use of a label
Show only the Message column for raw logs. Implement #15106
Remove TOTH. Fix NG#12636
Handle IPv6 GUA and ULA in get_interface_track6ip(). Fix #15057
Include IPv6 VIPs in system subnet aliases. Fix #15096
Handle backuppath entries with multiple paths. Fix #15076
Fix off-by-one error when checking for system uid/gid. Fix #15067
Check "all" when restarting unbound based on interface. Fix #15071
Retire Zabbix 4 now that they are EoL
Use the correct fontawesome icon prefix
Remove bonus space. Fixes #15069
Dynamically adjust login banner interface max width. Fix #13268
Consolidate shaper input validation
Remove the duplicate function and integrate it with the rest of thevalidate_input() methods.do_input_validation() in guiconfig.inc cannot be included in shaper.inc;this change avoids moving it somewhere that may not be ideal.
Allow disabling RA with no IPv6 config on the interface. Fix #14967
etc/rc.ecl: Update CD/DVD logic. Fixes #14728
poudriere_bulk: remove frr8* and bump PHP to 8.3
Don't refresh the cache when visiting the update page. Fix #15055
make.conf: move to PHP 8.3
net/frr9: enable SNMP port option
Show the target for auto outbound NAT rules. Fix #15025
Append a new line to NAT rule errors. Fix #15024
Update fontawesome references in form buttons
More fontawesomev6 updates
Correct ESP mount executed in a subshell. Fixes #15007
Merge pull request #4615 from blkeller/apu2-expanded-serial-fix
Merge pull request #4652 from jaredhendrickson13/fix/bring-down-proxyarp-after-deletion
Fix IPsec log value handling. Fixes #14990
Refactor use of return_gateways_array() with get_gateways(). Fix #14893
Most calls to return_gateways_array() do not need the gateway list to berecreated. get_gateways() can filter the gateway list, and indexing ismoved from return_gateways_array() to get_gateways() to avoid using...
Don't split fontawesome icon names
This makes it easier to update fontawesome versions. While here, fix amissing closing quote, and use the correct fontawesome prefix.
Remove duplicate class
Update fontawesome icon names to v6. Implement #13537
Revert "Update fontawesome icon names to v6. Implement #13537"
This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.
Utilize new -C flag to pfSense-upgrade
pfSense-upgrade's -c flag is intended to check only for upgrades against thecurrently configured repository (better termed as updates). The new -C flagexpands the search for new versions of core packages into other non-devel repo...
Expand detection of PC Engines APU2 platform to include all variants
Fixes #13498 in Redmine.
Update direct config access in services_dhcpv6.php. Fix #14978
Remove use of 0.0.0.0 alias in pfSense-dhclient-script. Fixes #14966
Remove invalid field from input validation. Fix #14965
Save the mobile IPsec group auth setting. Fix #14963
Merge pull request #4642 from marcelloc/patch-8
Merge pull request #4634 from rlaager/fix-mss-clamping-for-v6-vpn
Merge pull request #4647 from Tsuser1/ecl-cdrom
Merge pull request #4653 from PhilZ-cwm6/patch_ovpn_nbdd
Update nvd3. Implement #13537
Update fontawesome. Implement #13537
Update jQuery and jQuery-ui. Implement #13537
Fix PHP error when saving PPP interface w/o config. Issue #14949
Merge pull request #4603 from luckman212/reduce-log-spew-during-static-dhcp-deletions
Merge pull request #4603 from luckman212/enhancement-to-dhcp-static-map-handling-of-duplicate-ips
Update misleading function names. Fix #11566
Support URL IP aliases in alias_expand(). Fix #14947
OpenVPN: expose NBDD servers in GUI
In GUI for both server and client specific overrides, add option to push DHCP NBDD option to client
Merge pull request #4575 from PhilZ-cwm6/patch_vpn_netbios_settings
Merge pull request #4576 from PhilZ-cwm6/patch_vpn_netbios_deprecated_settings
Hide WINS fields if NetBIOS is disabled. Fix #13087
Run rc.local on system boot instead of on user logon. Fix #10980
Merge pull request #4603 from luckman212/scrubing-to-scrubbing
Use a function to get OpenVPN device names
Rector some direct config array accesses with pure scalar paths.
Specify specialnet flags when calling get_specialnet(). Fix #14935
Allow passing specialnet flags to pconfig_to_address() to correctlyhandle address/network config elements. Also correctly handle VIPselection in nat/binat rules.
fix: delete vips before calling interface_proxyarp_configure()
kea: validate v4 client identifiers as being valid hex strings, otherwise wrap in single quotes
Revert "Add zsh to the list of packages to build"
This reverts commit d36017f86fc4da9fbcdad230e7edc0a8f271b0d2.
Revert this until the fix for zsh without docs lands upstream:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274713
Don't use aliases in binat rules. Fix #14918While there, handle negated binat addresses.Also use the correct specialnet description.
Add zsh to the list of packages to build
Selectively kill DHCP server by family. Fixes #14897
Fix some syntax/logic errors in interface config.
Save rules changes before the ruleset is sorted.
MVC updates for SSH and gateways code.
Traffic Graph filtering corrections. Fix #14892
Recognize the 200xx Series QAT device. Implement #14844
Amend P12 error for bad ciphers. Fixes #14877
Revert "Enable OpenSSL legacy provider by default. Issue #14877"
This reverts commit 275ae19ad70336f06ed53d655ceb96c8b2ab56f0.
Generate a system alias for PPPoE clients. Fix #14885
Remove trigger_initial_wizard since it is not used in the pkg
Remove outddated DHCPv6 test. Fixes #14884
Fix state dump rule ID validation. Fixes #14880
Enable OpenSSL legacy provider by default. Issue #14877
Refresh OS CA list after updating trust store. Fixes #14876