summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)Author
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27bus-proxy: beef up policy enforcementLennart Poettering
2014-11-27bus-proxy: check passed parameter signature of all driver method callsLennart Poettering
2014-11-26bus-policy: actually test messages against the newly added test.confLennart Poettering
2014-11-26bus-policy: also add in other bus policy tests from dbus1Lennart Poettering
2014-11-26bus-policy: steal a test case for prefix ownership from dbus1, and make sure ...Lennart Poettering
2014-11-25sd-bus: update to current kernel version, by splitting off the extended KDBUS...Lennart Poettering
2014-11-14bus-proxy: avoid redundant name validity checksLennart Poettering
2014-11-14bus-proxy: properly check for bus name prefixes when enforcing policyLennart Poettering
2014-11-14bus-proxy: drop broken access check in driverLennart Poettering
2014-11-13bus-proxyd: temporarily disable policy checks againDaniel Mack
2014-11-11bus-proxyd: explicitly address messages to unique and well-known nameDaniel Mack
2014-11-11Revert "bus-proxyd: make policy checks optional"Michal Schmidt
2014-11-11bus-proxyd: make policy checks optionalDaniel Mack
2014-11-11bus-proxyd: move name list iteration to policy usersDaniel Mack
2014-11-11bus-proxyd: enforce policy for method callsDaniel Mack
2014-11-11bus-proxyd: enforce policy for name ownershipDaniel Mack
2014-11-11bus-proxyd: enforce policy for Hello messagesDaniel Mack
2014-11-11bus-proxyd: keep track of names acquired by legacy clientDaniel Mack
2014-11-04sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id()Lennart Poettering
2014-11-04sd-bus: rename "connection name" to "description" for the sd-bus API tooLennart Poettering
2014-11-04sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-24bus-proxy: it's OK if getpeercred doesn't workLennart Poettering
2014-10-22sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b...Daniel Mack
2014-10-21sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-20bus-proxy: let's make use of the translated errors get_creds_by_name() provid...Lennart Poettering
2014-10-20Revert "bus-proxyd: improve compatibility with dbus-1"Lennart Poettering
2014-10-15bus-proxyd: add missing flag translation for RequestNameLukasz Skalski
2014-10-14bus-proxyd: improve compatibility with dbus-1Lukasz Skalski
2014-10-10bus-proxyd: fix compatibility with old dbus-1Lukasz Skalski
2014-10-09bus-proxy: allow getpeersec() to failDaniel Mack
2014-10-09bus-policy: move name list iteration to policy usersDaniel Mack
2014-10-07bus-proxyd: assorted cleanups and fixesDaniel Mack
2014-10-07bus-proxyd: check return values of getpeercred() and getpeersec()Daniel Mack
2014-10-06sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-01Remove repeated includesThomas Hindoe Paaboel Andersen
2014-09-28test-bus-policy: silence coverityThomas Hindoe Paaboel Andersen
2014-09-26test-bus-policy: load policy files from TEST_DIRDaniel Mack
2014-09-25bus-proxy: drop one wrong assert()Tom Gundersen
2014-09-25bus-proxyd: add some assertsTom Gundersen
2014-09-24bus-policy: split API for bus-proxydDaniel Mack
2014-09-22sd-bus: sync kdbus.h (API+ABI break)Daniel Mack
2014-09-20bus-policy: add test utilityDaniel Mack
2014-09-20bus-policy: add policy check functionDaniel Mack
2014-09-20bus-policy: print numeric [gu]id in dump_items()Daniel Mack
2014-09-20bus-policy: do not exit() from policy_dump()Daniel Mack
2014-09-20bus-policy: implement dump_items() with LIST_FOREACHDaniel Mack
2014-09-20bus-policy: resolve [ug]id of POLICY_ITEM_{USER,GROUP}Daniel Mack
2014-09-20bus_policy: set i->[ug]id_validDaniel Mack