An ubus RPC daemon for Liminix
Find a file
Christian Marangi 5577db9208
rc: add support for scanning USE_PROCD and skip running if not supported
Running check is supported only in procd scripts. This cause prolonged
execution time since the function needs to timeout.

To fix this check if the script USE_PROCD and run running check only if
supported.

Also provide running info only if the running check is supported.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-01-31 16:11:23 +01:00
examples/ucode ucode: parse ucode plugin scripts in raw mode, init search path 2022-08-12 21:14:27 +02:00
include/rpcd build: honour CMake install prefix in hardcoded paths 2021-12-08 20:09:24 +01:00
CMakeLists.txt ucode: add ucode interpreter plugin 2021-12-08 20:09:24 +01:00
exec.c exec: always call finish_cb to allow plugin to free up memory 2019-10-29 09:24:46 +01:00
file.c treewide: adjust ubus object type names 2021-12-08 20:09:24 +01:00
iwinfo.c iwinfo: add "band" and "mhz" to the scan output 2023-01-21 01:18:12 +01:00
main.c rc: new ubus object for handling /etc/init.d/ scripts 2020-09-10 13:18:09 +02:00
plugin.c ucode: add ucode interpreter plugin 2021-12-08 20:09:24 +01:00
rc.c rc: add support for scanning USE_PROCD and skip running if not supported 2023-01-31 16:11:23 +01:00
session.c treewide: adjust ubus object type names 2021-12-08 20:09:24 +01:00
sys.c sys: mitigate possible strncpy string truncation 2022-08-24 12:51:39 +02:00
uci.c treewide: adjust ubus object type names 2021-12-08 20:09:24 +01:00
ucode.c ucode: write ucode runtime exceptions to stderr 2022-09-21 23:25:00 +02:00
unauthenticated.json session: setup a persistent NULL section and implement login procedure 2013-09-10 19:56:36 +02:00