summaryrefslogtreecommitdiff
path: root/libubus-obj.c
Commit message (Expand)AuthorAgeFilesLines
* fix blob parsing vulnerability by using blob_parse_untrustedPetr Štetiar2019-12-191-3/+3
* libubus: check for non-NULL data before running callbacksFelix Fietkau2018-07-251-1/+6
* valgrind complained about theseJohn Crispin2018-01-171-2/+4
* fix invalid close() callJohn Crispin2018-01-171-1/+2
* libubus: Fix deletion from context's object AVL tree when removing objectBob Ham2017-11-131-2/+2
* Allow sending a fd along a ubus_requestamine ahd2016-12-241-8/+16
* hook acl into libubusJohn Crispin2015-06-181-1/+5
* libubus: preserve the received message buffer for incoming invoke callsFelix Fietkau2014-09-151-0/+14
* libubus: remove ubus_msghdr_data() by passing in the right data structure poi...Felix Fietkau2014-09-151-2/+3
* libubus: add support for defining a policy maskFelix Fietkau2014-04-271-1/+5
* libubus: implement file descriptor passing supportFelix Fietkau2014-02-181-1/+3
* libubus: pull the variable length data array out of struct ubus_msghdr to fix...Felix Fietkau2013-10-291-1/+1
* libubus: Check if remove callback exists before call itLukasz Baj2013-08-291-1/+2
* libubus: do not send a status reply if UBUS_ATTR_NO_REPLY is setFelix Fietkau2012-12-141-1/+5
* libubus: reduce code duplication and add stack depth protection for unsubscri...Felix Fietkau2012-12-141-16/+68
* libubus: fix stack space init for processing requestsFelix Fietkau2012-10-301-1/+1
* libubus: split out some code into separate source filesFelix Fietkau2012-10-241-0/+179