summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)Author
2015-01-05machined,bus-proxy: fix connecting to containersLennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-29bus-proxy: fix sd_bus_reply_*() usageDavid Herrmann
2014-12-23core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering
2014-12-23bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names()Daniel Mack
2014-12-23bus-proxyd: handle -ESRCH and -ENXIO gracefullyDaniel Mack
2014-12-09bus-proxy: cloning smack labelPrzemyslaw Kedzierski
2014-12-08bus-proxy: fix compat with autostarted servicesLennart Poettering
2014-12-02bus-proxy: don't log bus policy every single time we runLennart Poettering
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-11-28sd-bus: rename sd_bus_get_owner_id() → sd_bus_get_bus_id()Lennart Poettering
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28bus-proxy: automatically detect scope of bus and derive which XML snippets to...Lennart Poettering
2014-11-28sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering
2014-11-28sd-bus: rework credential query logicLennart Poettering
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