summaryrefslogtreecommitdiff
path: root/ubusd_acl.c
Commit message (Expand)AuthorAgeFilesLines
* ubusd: log ACL init errorsRafał Miłecki2021-09-071-3/+10
* ubusd_acl: add support for wildcard in methodsAnsuel Smith2020-10-251-2/+6
* fix blob parsing vulnerability by using blob_parse_untrustedPetr Štetiar2019-12-191-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-12-161-5/+5
* ubusd_acl: event send access list supportHans Dedecker2018-10-061-0/+20
* ubusd_acl: event listen access list supportHans Dedecker2018-10-061-0/+20
* ubusd_acl: rework wildcard supportHans Dedecker2018-10-061-42/+69
* ubusd: fix inverted check in ubusd_reply_addDenis Osvald2016-09-051-1/+1
* ubusd: don't check ACL when object is NULLDenis Osvald2016-08-251-1/+1
* ubusd: fix a memory leak on user/group client infoFelix Fietkau2016-01-261-0/+7
* ubusd: add missing NULL pointer checks for ACL processingFelix Fietkau2016-01-131-0/+6
* ubusd: allow all object access if uid=0 (ignore gid)Felix Fietkau2015-12-091-1/+1
* ubusd: simplify/fix avl loop in ubusd_reply_add()Felix Fietkau2015-12-091-15/+17
* ubusd: simplify/fix avl loop in ubusd_acl_check()Felix Fietkau2015-12-091-5/+2
* ubusd: make ACL path configurable on the command lineFelix Fietkau2015-12-091-1/+5
* ubusd: remove a faulty and redundant checkFelix Fietkau2015-12-091-3/+0
* fix off-by-one in acl match iterationJohn Crispin2015-09-221-1/+1
* unbreak acl allocationJohn Crispin2015-09-221-1/+1
* fix a copy & paste bugJohn Crispin2015-07-011-1/+1
* ubusd: fix build on non-linux systems without peercred supportFelix Fietkau2015-06-241-1/+14
* add acl codeJohn Crispin2015-06-181-0/+469