summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uci: manually clear uci_ptr flags after uci_delete() operationsopenwrt-19.07Jo-Philipp Wich2021-01-171-1/+5
* uci: reset uci_ptr flags when merging options during section addJo-Philipp Wich2020-05-261-0/+1
* session: deny access if password login is disabledFabian Bläse2020-05-261-1/+1
* file: extend exec acl checks to commands with argumentsJo-Philipp Wich2019-12-111-2/+28
* plugin: avoid truncating numeric valuesJo-Philipp Wich2019-11-101-2/+72
* plugin: fix double free in finish callbackJo-Philipp Wich2019-10-291-1/+0
* main: exec_self: make clang analyzer happyYousong Zhou2019-10-291-3/+8
* file: exec: properly free memory on errorYousong Zhou2019-10-291-3/+18
* uci: free configs list memory on returnYousong Zhou2019-10-291-0/+4
* exec: always call finish_cb to allow plugin to free up memoryYousong Zhou2019-10-291-5/+5
* plugin: do not free method name separatelyJo-Philipp Wich2019-10-291-4/+1
* exec: properly free memory on rpc_exec() errorYousong Zhou2019-10-292-4/+12
* plugin: exec: properly free memory on parse errorYousong Zhou2019-10-291-2/+7
* uci: reset uci_ptr flags when merging set operationsJo-Philipp Wich2019-10-291-0/+1
* plugin: fix leaking invoked method name for exec pluginsJo-Philipp Wich2019-10-171-3/+3
* file: increase minimum read buffer size to 4096 bytesJo-Philipp Wich2019-09-211-1/+1
* iwinfo: add WPA3 supportJo-Philipp Wich2019-09-091-10/+10
* file: refactor message parsing and permission checkingJo-Philipp Wich2019-09-081-80/+43
* iwinfo: expose all rate info fields in assoclist replyJo-Philipp Wich2019-09-041-8/+22
* sys: fix symbol redeclarationJo-Philipp Wich2019-09-041-2/+2
* rpcd: sys: actually move timespec declarationJo-Philipp Wich2019-09-031-1/+1
* file: add remove operationJo-Philipp Wich2019-09-031-6/+88
* rpcd: Switch to nanosleepRosen Penev2019-09-031-1/+2
* file: add path based read/write/exec ACL checksJo-Philipp Wich2019-09-011-20/+156
* file: add stat() information to directory listingsJo-Philipp Wich2019-09-011-24/+41
* Fix possible linker errors by using CMake find_library macroPetr Štetiar2019-06-051-4/+9
* session: handle NULL return values of crypt()Jo-Philipp Wich2019-05-221-1/+1
* iwinfo: add mesh infos in assoclist.Daniel Danzberger2019-03-051-0/+7
* iwinfo: add survey.Daniel Danzberger2019-03-051-0/+40
* iwinfo: show more stats from assoclist.Daniel Danzberger2019-03-051-0/+16
* file: avoid closing stdio descriptors in rpc_file_exec_runJo-Philipp Wich2018-12-211-5/+12
* file: patch process stdin to /dev/nullJo-Philipp Wich2018-12-211-1/+8
* file: remove unused members from struct rpc_file_exec_contextJo-Philipp Wich2018-12-211-4/+0
* file: rpc_file_exec_run: fix potential memory leak and integer overflowJo-Philipp Wich2018-12-211-4/+16
* file: access exec timeout via daemon ops structureJo-Philipp Wich2018-11-281-1/+5
* plugin: store pointer to exec timeout value in the ops structureJo-Philipp Wich2018-11-282-0/+2
* treewide: rename exec_timeout to rpc_exec_timeoutJo-Philipp Wich2018-11-284-6/+6
* main: fix logic bug when not specifying a timeout optionJo-Philipp Wich2018-11-221-4/+2
* file: use global exec timeout instead of own hardcoded limitJo-Philipp Wich2018-11-221-2/+1
* exec: increase maximum execution time to 120sJo-Philipp Wich2018-11-223-3/+19
* uci: tighten uci reorder operation error handlingJo-Philipp Wich2018-08-091-3/+15
* uci: tighten uci delete operation error handlingJo-Philipp Wich2018-08-091-10/+33
* uci: tighten uci set operation error handlingJo-Philipp Wich2018-08-091-14/+45
* uci: tighten uci add operation error handlingJo-Philipp Wich2018-08-091-9/+40
* uci: reject invalid section and option namesJo-Philipp Wich2018-08-081-0/+74
* uci: fix memory leak in rpc_uci_replace_savedir()Jo-Philipp Wich2018-05-131-1/+5
* exec: close stdout and stderr streams on child signalJo-Philipp Wich2018-05-081-0/+6
* uci: use correct sort index when reordering sectionsJo-Philipp Wich2018-04-281-1/+1
* uci: fix memory leak in rpc_uci_apply_timeout()Jo-Philipp Wich2018-04-201-0/+2
* uci: switch to proper save directory on apply/rollbackJo-Philipp Wich2018-04-201-35/+49