summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)Author
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
2014-09-20bus-policy: append items rather than prepending themDaniel Mack
2014-09-20bus-policy: story mandatory items in right listDaniel Mack
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-05bus-proxy: service_name_is_valid will never be < 0Thomas Hindoe Paaboel Andersen
2014-08-04bus: always explicitly close bus from main programsLennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-07-25bus-proxyd: fix incorrect comparisonLukas Nykryn
2014-07-25bus-proxyd: fix incorrect comparisonLukas Nykryn
2014-07-16test-tables: add new entriesZbigniew Jędrzejewski-Szmek
2014-07-03sd-bus: support connecting to remote hosts, directly into containersLennart Poettering
2014-07-02bus-proxy: restore operation in non-kdbus modeLennart Poettering
2014-06-16bus-proxy: policy - ignore unsupported tags and attributesKay Sievers
2014-06-10bus-proxy: properly index policy by uid/gid when parsingLennart Poettering
2014-06-10bus-proxy: read the right policy when running in user modeLennart Poettering
2014-06-08bus-policy.c: use draw_special_char(DRAW_ARROW)Daniel Buch
2014-06-07bus-proxyd: do not free NULL itemsKay Sievers
2014-06-06bus-proxy: properly read user/group policy itemsLennart Poettering
2014-06-06bus: add basic dbus1 policy parserLennart Poettering
2014-06-04bus-proxy: drop priviliges if we canLennart Poettering
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering
2014-04-22bus-proxyd: handle org.freedesktob.DBus calls nativelyKay Sievers
2014-04-14bus-proxy: remove unused variableThomas Hindoe Paaboel Andersen
2014-04-13bus-proxy: when replying to bus calls set a synthetic serial number and patch...Lennart Poettering
2014-04-13bus: process AddMatch/RemoveMatch driver call in proxyLennart Poettering
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH