Age | Commit message (Expand) | Author |
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 |
2014-07-25 | bus-proxyd: fix incorrect comparison | Lukas Nykryn |
2014-07-16 | test-tables: add new entries | Zbigniew Jędrzejewski-Szmek |
2014-07-03 | sd-bus: support connecting to remote hosts, directly into containers | Lennart Poettering |
2014-07-02 | bus-proxy: restore operation in non-kdbus mode | Lennart Poettering |
2014-06-16 | bus-proxy: policy - ignore unsupported tags and attributes | Kay Sievers |
2014-06-10 | bus-proxy: properly index policy by uid/gid when parsing | Lennart Poettering |
2014-06-10 | bus-proxy: read the right policy when running in user mode | Lennart Poettering |
2014-06-08 | bus-policy.c: use draw_special_char(DRAW_ARROW) | Daniel Buch |
2014-06-07 | bus-proxyd: do not free NULL items | Kay Sievers |
2014-06-06 | bus-proxy: properly read user/group policy items | Lennart Poettering |
2014-06-06 | bus: add basic dbus1 policy parser | Lennart Poettering |
2014-06-04 | bus-proxy: drop priviliges if we can | Lennart Poettering |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-04-22 | bus-proxyd: handle org.freedesktob.DBus calls natively | Kay Sievers |
2014-04-14 | bus-proxy: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-04-13 | bus-proxy: when replying to bus calls set a synthetic serial number and patch... | Lennart Poettering |
2014-04-13 | bus: process AddMatch/RemoveMatch driver call in proxy | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-29 | bus: when proxying messages from the bus driver patch the driver's well-known... | Lennart Poettering |
2014-01-29 | bus: fake security labels again | Lennart Poettering |
2014-01-22 | bus: temporarily disable faking of seclabels, as this is broken in kdbus righ... | Lennart Poettering |
2014-01-22 | bus: set debug name of proxy bus connections | Lennart Poettering |
2014-01-12 | bus-proxyd: add some more debugging | Tom Gundersen |
2014-01-12 | bus: properly handle EOF error conditions in proxyd | Lennart Poettering |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2014-01-02 | Move bus path definitions to def.h | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | bus: add a temporary hard-coded policy to proxyd to make gdm work | Lennart Poettering |
2013-12-26 | bus: don't process Peer interface messages in the proxy | Lennart Poettering |
2013-12-25 | bus: be a bit more verbose when debug mode is on | Lennart Poettering |