chiark / gitweb /
treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1
[elogind.git] / src / bus-proxyd / bus-policy.c
2014-11-28 Lennart Poetteringtreewide: introduce UID_INVALID (and friends) as macro...
2014-11-28 Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27 Lennart Poetteringbus-proxy: beef up policy enforcement
2014-11-26 Lennart Poetteringbus-policy: actually test messages against the newly...
2014-11-26 Lennart Poetteringbus-policy: steal a test case for prefix ownership...
2014-11-14 Lennart Poetteringbus-proxy: properly check for bus name prefixes when...
2014-10-09 Daniel Mackbus-policy: move name list iteration to policy users
2014-10-07 Daniel Mackbus-proxyd: assorted cleanups and fixes
2014-09-25 Tom Gundersenbus-proxy: drop one wrong assert()
2014-09-25 Tom Gundersenbus-proxyd: add some asserts
2014-09-24 Daniel Mackbus-policy: split API for bus-proxyd
2014-09-20 Daniel Mackbus-policy: add policy check function
2014-09-20 Daniel Mackbus-policy: print numeric [gu]id in dump_items()
2014-09-20 Daniel Mackbus-policy: do not exit() from policy_dump()
2014-09-20 Daniel Mackbus-policy: implement dump_items() with LIST_FOREACH
2014-09-20 Daniel Mackbus-policy: resolve [ug]id of POLICY_ITEM_{USER,GROUP}
2014-09-20 Daniel Mackbus_policy: set i->[ug]id_valid
2014-09-20 Daniel Mackbus-policy: append items rather than prepending them
2014-09-20 Daniel Mackbus-policy: story mandatory items in right list
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-07-16 Zbigniew Jędrzejew... test-tables: add new entries
2014-06-16 Kay Sieversbus-proxy: policy - ignore unsupported tags and attributes
2014-06-10 Lennart Poetteringbus-proxy: properly index policy by uid/gid when parsing
2014-06-10 Lennart Poetteringbus-proxy: read the right policy when running in user...
2014-06-08 Daniel Buchbus-policy.c: use draw_special_char(DRAW_ARROW)
2014-06-07 Kay Sieversbus-proxyd: do not free NULL items
2014-06-06 Lennart Poetteringbus-proxy: properly read user/group policy items
2014-06-06 Lennart Poetteringbus: add basic dbus1 policy parser