Age | Commit message (Expand) | Author |
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-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-25 | bus-proxyd: add some asserts | Tom Gundersen |
2014-09-22 | sd-bus: sync kdbus.h (API+ABI break) | Daniel Mack |
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-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-10 | bus-proxy: read the right policy when running in user mode | 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 |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |