OPNSense/core a4beef6 — src/etc/inc/plugins.inc.d openvpn.inc
openvpn: squelch a PHP warning (cherry picked from commit 123eed8963c38f0338e30ce069f1b109e3e230b3)
Delta | File | |
---|---|---|
+2 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+2 | -1 | 1 files |
openvpn: squelch a PHP warning (cherry picked from commit 123eed8963c38f0338e30ce069f1b109e3e230b3)
Delta | File | |
---|---|---|
+2 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+2 | -1 | 1 files |
openvpn: squelch a PHP warning
Delta | File | |
---|---|---|
+2 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+2 | -1 | 1 files |
openvpn: use vpn_map event in OpenVPN server restart
Delta | File | |
---|---|---|
+9 | -13 | src/etc/inc/plugins.inc.d/openvpn.inc |
+9 | -13 | 1 files |
interfaces: full-cirle on vpn_map vs. vpn event We actually only want the vpn_map event in the stable branch and move to a backwards compatible format for 25.1 but as a new coalesced (mapped) caller.
openvpn: port to plugins_argument_map()
Delta | File | |
---|---|---|
+4 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+4 | -1 | 1 files |
openvpn: forgot to switch to mapped event
Delta | File | |
---|---|---|
+1 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+1 | -1 | 1 files |
interfaces: introduce vpn_map event There appear to be no callers in plugins. We could argue that the vpn/vpn_map event isn't really needed as it brings just OpenVPN, IPsec and WireGuard to the table, but we can decide on this later.
Delta | File | |
---|---|---|
+7 | -14 | src/etc/inc/plugins.inc.d/openvpn.inc |
+9 | -4 | src/etc/inc/plugins.inc.d/ipsec.inc |
+2 | -1 | src/etc/rc.newwanipv6 |
+2 | -1 | src/etc/rc.bootup |
+2 | -1 | src/etc/rc.newwanip |
+2 | -1 | src/etc/rc.reload_all |
+24 | -22 | 2 files not shown |
+27 | -24 | 8 files |
VPN: OpenVPN: Servers [legacy] - disable DCO, only supported for new instances (and prevents server startup for tun devices). (cherry picked from commit 89135cdc7bf23ad57ca9fcd725b2b13989a3aea1)
Delta | File | |
---|---|---|
+4 | -0 | src/etc/inc/plugins.inc.d/openvpn.inc |
+4 | -0 | 1 files |
VPN: OpenVPN: Servers [legacy] - disable DCO, only supported for new instances (and prevents server startup for tun devices).
Delta | File | |
---|---|---|
+4 | -0 | src/etc/inc/plugins.inc.d/openvpn.inc |
+4 | -0 | 1 files |
openvpn: fix php warning (cherry picked from commit 37986490dcb7c1c9af24cc1dc8b3c2443f99310c)
Delta | File | |
---|---|---|
+1 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+1 | -1 | 1 files |
openvpn: fix php warning
Delta | File | |
---|---|---|
+1 | -1 | src/etc/inc/plugins.inc.d/openvpn.inc |
+1 | -1 | 1 files |
VPN: OpenVPN: Instances - add optional DCO support and make sure our standard tun selection stays unchanged for FreeBSD 14.1, closes https://github.com/opnsense/core/issues/7474 This commit explicitly disables DCO when tun/tap are being chosen (--disable-dco) and offers DCO as a seperate interface type choice (tun,tap,ovpn). We need some glue to make sure people can switch between tun/ovpn types in ovpn_service_control.php to drop the interface when the interface type changes. Finally, to make it easier for people to find the DCO option, remove the "advanced" tag from the type field and extend the help text.
VPN: OpenVPN: Instances - add DCO support (work in progress)
VPN: OpenVPN: Instances - add DCO support (work in progress)
VPN: OpenVPN: Instances - add DCO support (work in progress)
Delta | File | |
---|---|---|
+10 | -2 | src/etc/inc/plugins.inc.d/openvpn.inc |
+6 | -3 | src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.php |
+1 | -0 | src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.xml |
+17 | -5 | 3 files |
wireguard: reload filter if we modified a device PR: https://forum.opnsense.org/index.php?topic=37248.0
Delta | File | |
---|---|---|
+2 | -2 | src/etc/inc/plugins.inc.d/openvpn.inc |
+4 | -0 | src/opnsense/scripts/Wireguard/wg-service-control.php |
+6 | -2 | 2 files |
Merge remote-tracking branch 'origin/master' into gateways
openvpn: emit device name upon creation
Delta | File | |
---|---|---|
+9 | -9 | src/etc/inc/plugins.inc.d/openvpn.inc |
+9 | -9 | 1 files |
Merge branch 'master' into gateways note: this commit also accomodates the changes made in https://github.com/opnsense/core/commit/3786caf568a34083f6cefcb521caa45d321c57a0
Delta | File | |
---|---|---|
+1,417 | -941 | src/opnsense/www/js/bootstrap-select.js |
+459 | -0 | src/opnsense/www/css/bootstrap-select.css |
+0 | -403 | src/opnsense/www/css/bootstrap-select-1.13.3.css |
+61 | -139 | src/opnsense/mvc/app/models/OPNsense/Unbound/Unbound.xml |
+81 | -22 | src/sbin/pluginctl |
+47 | -48 | src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml |
+2,065 | -1,553 | 76 files not shown |
+2,606 | -2,176 | 82 files |
VPN: OpenVPN: Client Specific Overrides - add "route-gateway" advanced option which can be used to offer a different default gateway to the client when splitting the pool into smaller blocks. for https://github.com/opnsense/core/issues/6703 (cherry picked from commit 54ebcb00c6cac006e51f6f59dd2f4b476fe6bf60)
VPN: OpenVPN: Client Specific Overrides - add "route-gateway" advanced option which can be used to offer a different default gateway to the client when splitting the pool into smaller blocks. for https://github.com/opnsense/core/issues/6703
openvpn: refactor openvpn_csc_conf_write() slightly During testing the code flow was hard to trace since the final return as implicit.
Delta | File | |
---|---|---|
+10 | -4 | src/etc/inc/plugins.inc.d/openvpn.inc |
+10 | -4 | 1 files |
openvpn: move tun-mtu/fragment/mssfix to instance (part 2)
Revert "openvpn: add tun-mtu/fragment/mssfix combo for CSOs #6703" This reverts commit 6346ea1ab6fad10c08718c30e39aa272ec8c1209.
openvpn: add tun-mtu/fragment/mssfix combo for CSOs #6703 (cherry picked from commit 0a4eacfb6abe122951c11f4ad34c384e0befb368)
openvpn: add tun-mtu/fragment/mssfix combo for CSOs #6703
src: fix deprecations on PHP 8.2 (cherry picked from commit 8eaa7adfe6db04ec7406b0d3dd33d6872bd54788)
src: fix deprecations on PHP 8.2
src: fix permission-after-write
src: style sweep