subscribe

2024-01-09 Thread john
smime.p7s Description: S/MIME cryptographic signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] ubus: add ACL support for "subscribe" request

2020-09-15 Thread Rafał Miłecki
From: Rafał Miłecki With this change ubus will allow users with access to the object pseudo method ":subscribe" to subscribe for notifications. 1. Move uh_ubus_allowed() up in the code 2. Export "Authorization" parsing code to the uh_ubus_get_auth() 3. Check for "

[PATCH ubus] cli: document usage of "subscribe" command

2020-07-29 Thread Rafał Miłecki
From: Rafał Miłecki Support for "subscribe" command was added years ago in the commit 453b87f6315f ("cli: add support for subscribing to objects"). Document its usage. Cc: Felix Fietkau Signed-off-by: Rafał Miłecki --- cli.c | 1 + 1 file changed, 1 insertion(+) diff -