Age | Commit message (Expand) | Author |
2014-11-14 | bus-proxy: avoid redundant name validity checks | Lennart Poettering |
2014-11-14 | bus-proxy: properly check for bus name prefixes when enforcing policy | Lennart Poettering |
2014-11-14 | bus-proxy: drop broken access check in driver | Lennart Poettering |
2014-11-13 | bus-proxyd: temporarily disable policy checks again | Daniel Mack |
2014-11-11 | bus-proxyd: explicitly address messages to unique and well-known name | Daniel Mack |
2014-11-11 | Revert "bus-proxyd: make policy checks optional" | Michal Schmidt |
2014-11-11 | bus-proxyd: make policy checks optional | Daniel Mack |
2014-11-11 | bus-proxyd: move name list iteration to policy users | Daniel Mack |
2014-11-11 | bus-proxyd: enforce policy for method calls | Daniel Mack |
2014-11-11 | bus-proxyd: enforce policy for name ownership | Daniel Mack |
2014-11-11 | bus-proxyd: enforce policy for Hello messages | Daniel Mack |
2014-11-11 | bus-proxyd: keep track of names acquired by legacy client | Daniel Mack |
2014-11-04 | sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id() | Lennart Poettering |
2014-11-04 | sd-bus: rename "connection name" to "description" for the sd-bus API too | Lennart Poettering |
2014-11-04 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack |
2014-10-24 | bus-proxy: it's OK if getpeercred doesn't work | Lennart Poettering |
2014-10-22 | sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b... | Daniel Mack |
2014-10-21 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack |
2014-10-20 | bus-proxy: let's make use of the translated errors get_creds_by_name() provid... | Lennart Poettering |
2014-10-20 | Revert "bus-proxyd: improve compatibility with dbus-1" | Lennart Poettering |
2014-10-15 | bus-proxyd: add missing flag translation for RequestName | Lukasz Skalski |
2014-10-14 | bus-proxyd: improve compatibility with dbus-1 | Lukasz Skalski |
2014-10-10 | bus-proxyd: fix compatibility with old dbus-1 | Lukasz Skalski |
2014-10-09 | bus-proxy: allow getpeersec() to fail | Daniel Mack |
2014-10-09 | bus-policy: move name list iteration to policy users | Daniel Mack |
2014-10-07 | bus-proxyd: assorted cleanups and fixes | Daniel Mack |
2014-10-07 | bus-proxyd: check return values of getpeercred() and getpeersec() | Daniel Mack |
2014-10-06 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack |
2014-10-01 | Remove repeated includes | Thomas Hindoe Paaboel Andersen |
2014-09-28 | test-bus-policy: silence coverity | Thomas Hindoe Paaboel Andersen |
2014-09-26 | test-bus-policy: load policy files from TEST_DIR | Daniel Mack |
2014-09-25 | bus-proxy: drop one wrong assert() | Tom Gundersen |
2014-09-25 | bus-proxyd: add some asserts | Tom Gundersen |
2014-09-24 | bus-policy: split API for bus-proxyd | Daniel Mack |
2014-09-22 | sd-bus: sync kdbus.h (API+ABI break) | Daniel Mack |
2014-09-20 | bus-policy: add test utility | Daniel Mack |
2014-09-20 | bus-policy: add policy check function | Daniel Mack |
2014-09-20 | bus-policy: print numeric [gu]id in dump_items() | Daniel Mack |
2014-09-20 | bus-policy: do not exit() from policy_dump() | Daniel Mack |
2014-09-20 | bus-policy: implement dump_items() with LIST_FOREACH | Daniel Mack |
2014-09-20 | bus-policy: resolve [ug]id of POLICY_ITEM_{USER,GROUP} | Daniel Mack |
2014-09-20 | bus_policy: set i->[ug]id_valid | Daniel Mack |
2014-09-20 | bus-policy: append items rather than prepending them | Daniel Mack |
2014-09-20 | bus-policy: story mandatory items in right list | Daniel Mack |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-05 | bus-proxy: service_name_is_valid will never be < 0 | Thomas Hindoe Paaboel Andersen |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-25 | bus-proxyd: fix incorrect comparison | Lukas Nykryn |