summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-13session: unload rpcd configuration before checking loginJo-Philipp Wich
2021-05-04iwinfo: add 802.11ax HE supportDavid Bauer
2021-03-11sys: packagelist: drop ABI version from package nameDaniel Golle
2021-01-17uci: manually clear uci_ptr flags after uci_delete() operationsJo-Philipp Wich
2021-01-06iwinfo: include ht_operation data only if availableAnsuel Smith
2021-01-05iwinfo: return hwmode 'ad' on 802.11ad-only hardwareDaniel Golle
2021-01-05iwinfo: add support for 802.11ad and GCMPDaniel Golle
2021-01-05iwinfo: export center channel for info ubus callAnsuel Smith
2021-01-05iwinfo: add ht and vht operation info to wifi scanAnsuel Smith
2020-09-18rc: support init.d scripts with START=0Rafał Miłecki
2020-09-10rc: new ubus object for handling /etc/init.d/ scriptsRafał Miłecki
2020-05-26uci: reset uci_ptr flags when merging options during section addJo-Philipp Wich
2020-03-17session: deny access if password login is disabledFabian Bläse
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