project/rpcd.git
2024-02-22 Justin Klaassensys: use "Auto-Installed" field for packagelist master
2023-06-25 Thomas Weißschuhiwinfo: update byte counter to 64bit
2023-06-25 Erik Karlssonfile: strengthen exec access control
2023-01-31 Christian Marangirc: add option to get info for a single script in list...
2023-01-31 Christian Marangirc: add option to skip running check for list method
2023-01-31 Christian Marangirc: add support for scanning USE_PROCD and skip running...
2023-01-31 Christian Marangirc: fix and improve script scanning START and STOP
2023-01-21 Andre Heideriwinfo: add "band" and "mhz" to the scan output
2023-01-21 Andre Heideriwinfo: add "band" to the freqlist output
2023-01-21 Christian Marangiiwinfo: add flags to freqlist output
2022-12-15 Andre Heideriwinfo: add "hwmodes_text" to the info output
2022-12-15 Andre Heideriwinfo: clean up rpc_iwinfo_call_hw_ht_mode()
2022-12-15 Andre Heideriwinfo: reuse infos provided by libiwinfo
2022-12-15 Andre Heideriwinfo: constify string map arg for rpc_iwinfo_call_int()
2022-09-21 Jo-Philipp... ucode: write ucode runtime exceptions to stderr
2022-09-12 Jo-Philipp... ucode: pass-through `ubus_rpc_session` argument
2022-09-12 Jo-Philipp... ucode: initialize module search path early
2022-08-24 Petr Štetiarsys: mitigate possible strncpy string truncation
2022-08-12 Jo-Philipp... ucode: parse ucode plugin scripts in raw mode, init...
2022-05-31 Christian ... iwinfo: fix compilation error with GCC 12
2022-02-07 Jo-Philipp... ucode: adjust to latest ucode api
2021-12-08 Jo-Philipp... ucode: add ucode interpreter plugin
2021-12-08 Jo-Philipp... treewide: adjust ubus object type names
2021-12-08 Jo-Philipp... build: honour CMake install prefix in hardcoded paths
2021-11-04 Stijn Tintelsession: use blobmsg_get_u64 for RPC_DUMP_EXPIRES
2021-11-04 Stijn Tintelsession: use uloop_timeout_remaining64
2021-07-13 Jo-Philipp... session: unload rpcd configuration before checking...
2021-05-04 David Baueriwinfo: add 802.11ax HE support
2021-03-11 Daniel Gollesys: packagelist: drop ABI version from package name
2021-01-17 Jo-Philipp... uci: manually clear uci_ptr flags after uci_delete...
2021-01-06 Ansuel Smithiwinfo: include ht_operation data only if available
2021-01-05 Daniel Golleiwinfo: return hwmode 'ad' on 802.11ad-only hardware
2021-01-05 Daniel Golleiwinfo: add support for 802.11ad and GCMP
2021-01-05 Ansuel Smithiwinfo: export center channel for info ubus call
2021-01-05 Ansuel Smithiwinfo: add ht and vht operation info to wifi scan
2020-09-18 Rafał Miłeckirc: support init.d scripts with START=0
2020-09-10 Rafał Miłeckirc: new ubus object for handling /etc/init.d/ scripts
2020-05-26 Jo-Philipp... uci: reset uci_ptr flags when merging options during...
2020-03-17 Fabian Bläsesession: deny access if password login is disabled
2020-01-05 Daniel Danzbergeriwinfo: add current hw and ht mode to info call
2019-12-11 Jo-Philipp... file: extend exec acl checks to commands with arguments
2019-11-10 Jo-Philipp... plugin: avoid truncating numeric values
2019-10-29 Jo-Philipp... plugin: fix double free in finish callback
2019-10-29 Yousong Zhoumain: exec_self: make clang analyzer happy
2019-10-29 Yousong Zhoufile: exec: properly free memory on error
2019-10-29 Yousong Zhouuci: free configs list memory on return
2019-10-29 Yousong Zhouexec: always call finish_cb to allow plugin to free...
2019-10-29 Jo-Philipp... plugin: do not free method name separately
2019-10-29 Yousong Zhouexec: properly free memory on rpc_exec() error
2019-10-29 Yousong Zhouplugin: exec: properly free memory on parse error
2019-10-29 Jo-Philipp... uci: reset uci_ptr flags when merging set operations
2019-10-17 Jo-Philipp... plugin: fix leaking invoked method name for exec plugins
2019-09-21 Jo-Philipp... file: increase minimum read buffer size to 4096 bytes
2019-09-09 Jo-Philipp... iwinfo: add WPA3 support
2019-09-08 Jo-Philipp... file: refactor message parsing and permission checking
2019-09-04 Jo-Philipp... iwinfo: expose all rate info fields in assoclist reply
2019-09-04 Jo-Philipp... sys: fix symbol redeclaration
2019-09-03 Jo-Philipp... rpcd: sys: actually move timespec declaration
2019-09-03 Jo-Philipp... file: add remove operation
2019-09-03 Rosen Penevrpcd: Switch to nanosleep
2019-09-01 Jo-Philipp... file: add path based read/write/exec ACL checks
2019-09-01 Jo-Philipp... file: add stat() information to directory listings
2019-06-05 Petr ŠtetiarFix possible linker errors by using CMake find_library...
2019-05-22 Jo-Philipp... session: handle NULL return values of crypt()
2019-03-05 Daniel Danzbergeriwinfo: add mesh infos in assoclist.
2019-03-05 Daniel Danzbergeriwinfo: add survey.
2019-03-05 Daniel Danzbergeriwinfo: show more stats from assoclist.
2018-12-21 Jo-Philipp... file: avoid closing stdio descriptors in rpc_file_exec_run
2018-12-21 Jo-Philipp... file: patch process stdin to /dev/null
2018-12-21 Jo-Philipp... file: remove unused members from struct rpc_file_exec_c...
2018-12-21 Jo-Philipp... file: rpc_file_exec_run: fix potential memory leak...
2018-11-28 Jo-Philipp... file: access exec timeout via daemon ops structure
2018-11-28 Jo-Philipp... plugin: store pointer to exec timeout value in the...
2018-11-28 Jo-Philipp... treewide: rename exec_timeout to rpc_exec_timeout
2018-11-22 Jo-Philipp... main: fix logic bug when not specifying a timeout option
2018-11-22 Jo-Philipp... file: use global exec timeout instead of own hardcoded...
2018-11-22 Jo-Philipp... exec: increase maximum execution time to 120s
2018-08-08 Jo-Philipp... uci: tighten uci reorder operation error handling
2018-08-08 Jo-Philipp... uci: tighten uci delete operation error handling
2018-08-08 Jo-Philipp... uci: tighten uci set operation error handling
2018-08-08 Jo-Philipp... uci: tighten uci add operation error handling
2018-08-08 Jo-Philipp... uci: reject invalid section and option names
2018-05-13 Jo-Philipp... uci: fix memory leak in rpc_uci_replace_savedir()
2018-05-08 Jo-Philipp... exec: close stdout and stderr streams on child signal
2018-04-28 Jo-Philipp... uci: use correct sort index when reordering sections
2018-04-20 Jo-Philipp... uci: fix memory leak in rpc_uci_apply_timeout()
2018-04-20 Jo-Philipp... uci: switch to proper save directory on apply/rollback
2018-04-19 Jo-Philipp... uci: add rpc_uci_replace_savedir() helper
2018-03-15 Jo-Philipp... session: ignore non-string username attribute upon...
2018-03-15 Jo-Philipp... session: support reclaiming pending apply session
2018-03-15 Jo-Philipp... session: remove redundant key attribute to rpc_session_...
2018-03-15 Jo-Philipp... uci: fix session delta isolation
2017-12-06 Daniel Gollesys: packagelist: allow listing all packages
2017-11-28 Roman Yeryominsys: fix passwd path
2017-11-12 Daniel Gollesys: fix memory leak in packagelist
2017-11-12 Daniel Gollesys: add packagelist method
2017-11-09 Rafał Miłeckiplugin: use RTLD_LOCAL instead of RTLD_GLOBAL when...
2016-12-11 Florian Fainellicmake: Find libubox/blobmsg_json.h
2016-12-11 Florian Fainellisys: Check return values of chdir and write
2016-07-27 Florian Fainellicmake: Find libubus.h
next