The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
On 22.08.2021 14:56, Hauke Mehrten
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
On 22.08.2021 15:02, Hauke Mehrten
From: Manuel Tabares
Pass the event type as a parameter to the event callback.
Signed-off-by: Manuel Tabares
---
lua/ubus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lua/ubus.c b/lua/ubus.c
index e2bb081..cbe4a69 100644
--- a/lua/ubus.c
+++ b/lua/ubus.c
@@ -713,7 +7
From: Nicola Pancheri
Exposes the ubus file descriptor sharing interface to Lua.
Signed-off-by: Nicola Pancheri
---
lua/ubus.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/lua/ubus.c b/lua/ubus.c
index e2bb081..8378a25 100644
--- a/lua/ubus.c
+++ b/lua/ubus.c
From: Nicola Pancheri
Fixes leak in the Lua stack; the call to lua_next in the loop pushes two
values to the stack, therefore both values should be popped off the
stack.
Signed-off-by: Nicola Pancheri
---
lua/ubus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/ubus.c
Some devices using the safeloader firmware format require a minimum or
specific version to be set in the soft-version metadata partition.
Currently only custom text values can be provided, but not all device
firmware support this format.
Modify the device info struct to allow for more well-defined
Starting with v3 of the vendor firmware for the TP-Link EAP235-Wall v1,
downgrades to firmware versions below v3 as not allowed. Since OpenWrt
uses version 0.0.0 as a default, this causes the factory install to fail
on devices with a recent firmware. This failure is associated by the
following mes
Safeloader firmware images contain a soft-version partition, which encodes
version info about the image. There are currently two formats: plain text and
structured binary with the firmware version number and build info.
Currently custom firmware version number values can only be provided if these