OPNSense/core f9ea696 — src/etc/inc/xmlrpc legacy.inc, src/www services_dnsmasq.php system_general.php
system: use system_resolver_configure() everywhere
(cherry picked from commit 412c0c7b714193fa182e34ef02a68a00f0d8536d)
(cherry picked from commit 2a81e78c41532e4b9d76a58c85e30aaae048e89d)
system: create system_resolver_configure() to simplify callers
Replace a few easy spots. Eventually we want to call both
functions for each spot instead of doing both (in switching order)
or only one of them. They are both cheap operations since they
don't (re)start DNS processes any longer.
OPNSense/core d4a6bdd — src/etc/inc interfaces.inc, src/opnsense/scripts/dhcp unbound_watcher.py
Merge branch 'master' into system_status
system: make sure the repercussion of using "0" is very clear
(cherry picked from commit 3d7a9ac1ea554e58f99763dbdca1ceec023e7062)
system: make sure the repercussion of using "0" is very clear
openvpn: hardcode the RFC 7919 DH parameter #4722
This allows us to remove all DH handling remnants. If people
want to use a separate content they will have to let us know,
but it seems unlikely. The only impact seems to be a security
bump from 2k to 4k default.
src: whitespace diff from master
system: allow to adjust default of 50% RAM usage for MFS options; closes #5727
Add a maximum for /tmp MFS as well and make it adjustable while we still
know what we are doing. ;)
OPNSense/core dc33b3a — src/etc/rc.subr.d var, src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms main.xml
system: narrow /var MFS down to /var/log and cap to 50% of physical memory #5727
Here we remove all persistently stored data from /root/var as configured
by the *_var_mfs rc variable. The cap should be able to be adjusted in
the GUI but will follow in a separate commit.
Eventually this also helps us with #5475.
system: support qat and multiple selection #5559
(cherry picked from commit dd4512aa3e93e13a2a66ab5eec96bc6e81628f29)
system: aesni is now a kernel-builtin #5559
Remove modules that are no longer available.
(cherry picked from commit db686a857b6c7a0c91309013aa1e6a9404ae736a)
system: support qat and multiple selection #5559
system: aesni is now a kernel-builtin #5559
Remove modules that are no longer available.
OPNSense/core c2f07bf — src/etc/inc auth.inc interfaces.inc, src/etc/inc/plugins.inc.d dhcpd.inc
Merge tag '21.1.5' into stable/21.4
stable release
Conflicts:
Makefile
src/etc/inc/system.inc
system: remove /dev/crypto GUI support #4896
(cherry picked from commit 6c96038cedc4e09101bfd5801952da5518f21142)
OPNSense/core bf07d89 — src/etc/inc interfaces.inc, src/opnsense/mvc/app/controllers/OPNsense/Core/Api FirmwareController.php
Merge branch 'master' into enhance-openvpn-config-tlscrypt
system: remove /dev/crypto GUI support #4896
system: html_safe() for module outputs
PR: https://forum.opnsense.org/index.php?topic=16955.0
(cherry picked from commit 4bac359e092539e9c5e084901b78cc66f6a79139)
system: html_safe() for module outputs
PR: https://forum.opnsense.org/index.php?topic=16955.0
dhcpd: naming convention, plugins_configure() use
OPNSense/core e4285e9 — src/etc/rc.syshook.d/early 01-usbconfig_reset, src/www system_advanced_misc.php
Revert "System->Settings->Miscellaneous : add "Reset usb on boot" option"
This reverts commit 6dd8bbe14b1068d462654be46102a6f7f239c3c1.
OPNSense/core 6dd8bbe — src/etc/rc.syshook.d/early 01-usbconfig_reset, src/www system_advanced_misc.php
System->Settings->Miscellaneous : add "Reset usb on boot" option
While testing 4g modems, it seems that initial device detection isn't flawless leading to USB_ERR_IOERROR failures and non functional modems.
Most likely cause of these issues seems to be that some devices need a bit of time between powering the bus and performing registration.
This option adds an early boot script, which optionally performs a usbconfig reset on boot.
fix some gettext() + html_safe, discussed https://github.com/opnsense/core/commit/c4c7f8d732a9e3e7ab4bef8573379cf5721ae9d8
(cherry picked from commit 4a8e737ced67ebb89368f92086c8a4ea282a1468)
fix some gettext() + html_safe, discussed https://github.com/opnsense/core/commit/c4c7f8d732a9e3e7ab4bef8573379cf5721ae9d8
system: files merged, copyright retained
OPNSense/core 0d7001a — src/etc/inc notices.smtp.inc notices.sasl.inc, src/www system_advanced_notifications.php
Remove legacy SMTP notices (for #2919) (#3031)
* Remove remaining calls to notify_via_smtp()
* Remove SMTP notices code
* Remove SMTP notifications config from System/Settings/Notifications
* Move system beep settings to System/Settings/Miscellaneous, remove System/Settings/Notifications
system: minor cleanups from master
system: typos in css
OPNSense/core 77191c0 — src/etc/inc/plugins.inc.d core.inc, src/etc/rc.syshook.d/backup 20-captiveportal 20-dhcpleases
system: allow to disable backups completely for #2876
(cherry picked from commit 7b2b0724491e1eefa353122ea198ca1ebb4930ff)
(cherry picked from commit 8462c5457f55875a0372be746ffab27f9a6dfbf2)
(cherry picked from commit eccc9eea1fc56b5a538a32d49720a3a837461ac9)
(cherry picked from commit 664cad48c9071bc0e68b98f6ef434f57419134e3)
(cherry picked from commit 2d0075de05b3838fe19d57f5bdd8388df119467f)
system: 4/4; closes #2876