uci: reset uci_ptr flags when merging options during section add
[oweals/rpcd.git] / file.c
2019-12-11 Jo-Philipp Wichfile: extend exec acl checks to commands with arguments
2019-10-29 Yousong Zhoufile: exec: properly free memory on error
2019-09-21 Jo-Philipp Wichfile: increase minimum read buffer size to 4096 bytes
2019-09-08 Jo-Philipp Wichfile: refactor message parsing and permission checking
2019-09-03 Jo-Philipp Wichfile: add remove operation
2019-09-01 Jo-Philipp Wichfile: add path based read/write/exec ACL checks
2019-09-01 Jo-Philipp Wichfile: add stat() information to directory listings
2018-12-21 Jo-Philipp Wichfile: avoid closing stdio descriptors in rpc_file_exec_run
2018-12-21 Jo-Philipp Wichfile: patch process stdin to /dev/null
2018-12-21 Jo-Philipp Wichfile: remove unused members from struct rpc_file_exec_c...
2018-12-21 Jo-Philipp Wichfile: rpc_file_exec_run: fix potential memory leak...
2018-11-28 Jo-Philipp Wichfile: access exec timeout via daemon ops structure
2018-11-28 Jo-Philipp Wichtreewide: rename exec_timeout to rpc_exec_timeout
2018-11-22 Jo-Philipp Wichfile: use global exec timeout instead of own hardcoded...
2016-04-12 Luka Perkovfile: add myself in Copyright header
2016-04-12 Luka Perkovfile: handle return output of b64_decode
2016-04-12 Luka Perkovfile: add append write support
2015-07-14 Luka Perkovfile: be consistent with string termination character
2015-07-14 Luka Perkovfile: add support for setting mode when writing files
2015-07-14 Luka Perkovfile: add support for base64
2015-04-12 Luka Perkovfile: add md5sum support
2015-03-28 John Crispinproperly handle return codes
2015-03-11 Luka Perkovfile: free memory after opendir()
2015-03-11 Luka Perkovfile: use blob_buf_free()
2015-03-11 Luka Perkovfile: show "data" ubus parameter only when used
2014-01-29 Luka Perkovfix segmentation fault when plugins are loaded
2014-01-29 Luka Perkovfile: when writing a file make sure it's contents are...
2014-01-29 Luka Perkovfile: create a file on write if it does not exist
2014-01-29 Luka Perkovfix whitespaces
2014-01-12 Jo-Philipp WichExtend copyright
2013-09-04 Jo-Philipp WichMove includes into subdirectory
2013-09-02 Jo-Philipp WichFold plugin specific headers files into the plugins...
2013-09-02 Jo-Philipp WichRename from "luci-rpcd" to "rpcd"
2013-09-02 Jo-Philipp Wichfile: convert to plugin library
2013-04-16 Jo-Philipp Wichfile: properly use container_of() to not trip type...
2013-02-03 Jo-Philipp Wichfile: remove unused mode argument from exec procedure
2013-01-31 Jo-Philipp Wichfile: add exec method, rework read method
2013-01-26 Jo-Philipp Wichinitial commit