index
:
rpcd
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
openwrt-24.10
OpenWrt ubus RPC daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-29
fix segmentation fault when plugins are loaded
Luka Perkov
2014-01-29
file: when writing a file make sure it's contents are stored
Luka Perkov
2014-01-29
file: create a file on write if it does not exist
Luka Perkov
2014-01-29
fix whitespaces
Luka Perkov
2014-01-19
session: make object and function arguments of session.access optional, dump effective acls in this case
Jo-Philipp Wich
2014-01-12
uci: fix same buffer reuse introduced by previous commit
Jo-Philipp Wich
2014-01-12
debug
Jo-Philipp Wich
2014-01-12
uci: grant access to confirm and rollback methods only to initiating session
Jo-Philipp Wich
2014-01-12
uci: introduce confirm method to cancel pending rollbacks without side effects
Jo-Philipp Wich
2014-01-12
Extend copyright
Jo-Philipp Wich
2014-01-12
uci: rename uci.apply "commit" attribute to "roolback" and invert its logic
Jo-Philipp Wich
2013-12-18
config.change triggers should only run if the config is valid
John Crispin
2013-12-18
fix inverted apply_running check
John Crispin
2013-11-23
uci: make config argument of changes call optional to allow listing all changes in all files
Jo-Philipp Wich
2013-11-23
uci: add state call to retrieve uci state variables
Jo-Philipp Wich
2013-10-26
session: fix file descriptor leak in rpc_blob_from_file()
Jo-Philipp Wich
2013-10-10
rpcd: CMake: fix out of tree builds
Alexander Couzens
2013-09-29
uci: clear ptr.value in rpc_uci_merge_set(), this fixes missing delete deltas if multiple options are merged
Jo-Philipp Wich
2013-09-13
session: change "sid" attribute to "ubus_rpc_session", this ensures that exposed session calls are confined to the calling session context
Jo-Philipp Wich
2013-09-12
plugin: use blobmsg_type() instead of blob_id()
Jo-Philipp Wich
2013-09-12
session.c: use blobmsg_type() instead of blob_id()
Jo-Philipp Wich
2013-09-12
session: support negative group expressions
Jo-Philipp Wich
2013-09-12
session: restore ACL dumping for session get and session list calls
Jo-Philipp Wich
2013-09-12
session: fix enum mismatch in rpc_handle_get() and rpc_handle_set()
Jo-Philipp Wich
2013-09-12
session: remove unused ctx argument from rpc_session_grant() and rpc_session_destroy()
Jo-Philipp Wich
2013-09-12
session: do not dump and restore session ACLs but recalculate them when restoring the session
Jo-Philipp Wich
2013-09-12
session: disallow destroying the null session
Jo-Philipp Wich
2013-09-11
uci: properly deal with uci_load() failures
Jo-Philipp Wich
2013-09-10
session: fix argument order of crypt() and prevent segfault if /etc/config/rpcd does not exist
Jo-Philipp Wich
2013-09-10
session: use correct policy for rpc_handle_login()
Jo-Philipp Wich
2013-09-10
session: setup a persistent NULL section and implement login procedure
Jo-Philipp Wich
2013-09-09
Drop LuCI2 backend, it will move to its own repository
Jo-Philipp Wich
2013-09-05
add config transaction support
John Crispin
2013-09-05
make uci commit calls trigger config.change events
John Crispin
2013-09-05
rename rpc_uci_purge_savedir to rpc_uci_purge_dir
John Crispin
2013-09-05
Fix rpcd includes in plugin.h
Jo-Philipp Wich
2013-09-05
Set umask to 0077 on daemon startup to prevent libuci from making world-readable directories
Jo-Philipp Wich
2013-09-05
Use common /var/run/rpcd base directory to store runtime information
Jo-Philipp Wich
2013-09-05
main: only purge uci savedirs if not reloading
Jo-Philipp Wich
2013-09-05
uci: expose rpc_uci_purge_savedirs() helper
Jo-Philipp Wich
2013-09-05
main: store session data to disk on receipt of SIGUSR1 or SIGHUP. On HUP terminate self and re-exec
Jo-Philipp Wich
2013-09-04
session: add support for saving and restoring session data to disk
Jo-Philipp Wich
2013-09-04
Move includes into subdirectory
Jo-Philipp Wich
2013-09-03
uci: use per-session save directory and register session destroy callback to purge leftover deltas
Jo-Philipp Wich
2013-09-03
luci2: change ops->access to ops->session_access to accomodate for changed plugin api
Jo-Philipp Wich
2013-09-03
plugin: expose rpc_session_create_cb() and rpc_session_destroy_cb() in plugin ops; rename access to session_access
Jo-Philipp Wich
2013-09-03
session: introduce api to register session create and destroy callbacks
Jo-Philipp Wich
2013-09-02
Fold plugin specific headers files into the plugins .c file
Jo-Philipp Wich
2013-09-02
Rename from "luci-rpcd" to "rpcd"
Jo-Philipp Wich
2013-09-02
Add CMake definitions for plugins
Jo-Philipp Wich
[next]