summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-05iwinfo: add current hw and ht mode to info callDaniel Danzberger
2019-12-11file: extend exec acl checks to commands with argumentsJo-Philipp Wich
2019-11-10plugin: avoid truncating numeric valuesJo-Philipp Wich
2019-10-29plugin: fix double free in finish callbackJo-Philipp Wich
2019-10-29main: exec_self: make clang analyzer happyYousong Zhou
2019-10-29file: exec: properly free memory on errorYousong Zhou
2019-10-29uci: free configs list memory on returnYousong Zhou
2019-10-29exec: always call finish_cb to allow plugin to free up memoryYousong Zhou
2019-10-29plugin: do not free method name separatelyJo-Philipp Wich
2019-10-29exec: properly free memory on rpc_exec() errorYousong Zhou
2019-10-29plugin: exec: properly free memory on parse errorYousong Zhou
2019-10-29uci: reset uci_ptr flags when merging set operationsJo-Philipp Wich
2019-10-17plugin: fix leaking invoked method name for exec pluginsJo-Philipp Wich
2019-09-21file: increase minimum read buffer size to 4096 bytesJo-Philipp Wich
2019-09-09iwinfo: add WPA3 supportJo-Philipp Wich
2019-09-08file: refactor message parsing and permission checkingJo-Philipp Wich
2019-09-04iwinfo: expose all rate info fields in assoclist replyJo-Philipp Wich
2019-09-04sys: fix symbol redeclarationJo-Philipp Wich
2019-09-03rpcd: sys: actually move timespec declarationJo-Philipp Wich
2019-09-03file: add remove operationJo-Philipp Wich
2019-09-03rpcd: Switch to nanosleepRosen Penev
2019-09-01file: add path based read/write/exec ACL checksJo-Philipp Wich
2019-09-01file: add stat() information to directory listingsJo-Philipp Wich
2019-06-05Fix possible linker errors by using CMake find_library macroPetr Štetiar
2019-05-22session: handle NULL return values of crypt()Jo-Philipp Wich
2019-03-05iwinfo: add mesh infos in assoclist.Daniel Danzberger
2019-03-05iwinfo: add survey.Daniel Danzberger
2019-03-05iwinfo: show more stats from assoclist.Daniel Danzberger
2018-12-21file: avoid closing stdio descriptors in rpc_file_exec_runJo-Philipp Wich
2018-12-21file: patch process stdin to /dev/nullJo-Philipp Wich
2018-12-21file: remove unused members from struct rpc_file_exec_contextJo-Philipp Wich
2018-12-21file: rpc_file_exec_run: fix potential memory leak and integer overflowJo-Philipp Wich
2018-11-28file: access exec timeout via daemon ops structureJo-Philipp Wich
2018-11-28plugin: store pointer to exec timeout value in the ops structureJo-Philipp Wich
2018-11-28treewide: rename exec_timeout to rpc_exec_timeoutJo-Philipp Wich
2018-11-22main: fix logic bug when not specifying a timeout optionJo-Philipp Wich
2018-11-22file: use global exec timeout instead of own hardcoded limitJo-Philipp Wich
2018-11-22exec: increase maximum execution time to 120sJo-Philipp Wich
2018-08-08uci: tighten uci reorder operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci delete operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci set operation error handlingJo-Philipp Wich
2018-08-08uci: tighten uci add operation error handlingJo-Philipp Wich
2018-08-08uci: reject invalid section and option namesJo-Philipp Wich
2018-05-13uci: fix memory leak in rpc_uci_replace_savedir()Jo-Philipp Wich
2018-05-08exec: close stdout and stderr streams on child signalJo-Philipp Wich
2018-04-28uci: use correct sort index when reordering sectionsJo-Philipp Wich
2018-04-20uci: fix memory leak in rpc_uci_apply_timeout()Jo-Philipp Wich
2018-04-20uci: switch to proper save directory on apply/rollbackJo-Philipp Wich
2018-04-19uci: add rpc_uci_replace_savedir() helperJo-Philipp Wich
2018-03-15session: ignore non-string username attribute upon restoreJo-Philipp Wich