summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iwinfo: add 802.11ax HE supportopenwrt-21.02David Bauer2022-02-181-0/+45
* sys: packagelist: drop ABI version from package nameDaniel Golle2021-03-111-0/+12
* uci: manually clear uci_ptr flags after uci_delete() operationsJo-Philipp Wich2021-01-171-1/+5
* iwinfo: include ht_operation data only if availableAnsuel Smith2021-01-061-5/+7
* iwinfo: return hwmode 'ad' on 802.11ad-only hardwareDaniel Golle2021-01-051-0/+6
* iwinfo: add support for 802.11ad and GCMPDaniel Golle2021-01-051-0/+6
* iwinfo: export center channel for info ubus callAnsuel Smith2021-01-051-0/+2
* iwinfo: add ht and vht operation info to wifi scanAnsuel Smith2021-01-051-1/+15
* rc: support init.d scripts with START=0Rafał Miłecki2020-09-181-8/+12
* rc: new ubus object for handling /etc/init.d/ scriptsRafał Miłecki2020-09-104-3/+375
* 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-03-171-1/+1
* iwinfo: add current hw and ht mode to info callDaniel Danzberger2020-01-051-0/+44
* 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