An ubus RPC daemon for Liminix
Find a file
Luka Perkov 4cc6a9deb8 fix segmentation fault when plugins are loaded
Function rpc_plugin_register_library() is modifying the struct's contents in
list_add() call. That said, the rpc_plugin struct should not be defined as
const. This caused segmentation fault when built on up-to-date Arch Linux.

Signed-off-by: Luka Perkov <luka@openwrt.org>
2014-01-29 13:29:57 +00:00
include/rpcd fix whitespaces 2014-01-29 13:29:32 +00:00
CMakeLists.txt rpcd: CMake: fix out of tree builds 2013-10-10 12:19:01 +00:00
exec.c Extend copyright 2014-01-12 12:48:58 +00:00
file.c fix segmentation fault when plugins are loaded 2014-01-29 13:29:57 +00:00
iwinfo.c fix segmentation fault when plugins are loaded 2014-01-29 13:29:57 +00:00
main.c Extend copyright 2014-01-12 12:48:58 +00:00
plugin.c Extend copyright 2014-01-12 12:48:58 +00:00
session.c session: make object and function arguments of session.access optional, dump effective acls in this case 2014-01-19 19:45:25 +00:00
uci.c uci: fix same buffer reuse introduced by previous commit 2014-01-12 17:43:48 +00:00
unauthenticated.json session: setup a persistent NULL section and implement login procedure 2013-09-10 19:56:36 +02:00