| Commit message (Expand) | Author | Age | Files | Lines |
* | bus-proxyd: fix incorrect comparison | Lukas Nykryn | 2014-07-25 | 1 | -1/+1 |
* | bus-proxyd: fix incorrect comparison | Lukas Nykryn | 2014-07-25 | 1 | -1/+1 |
* | test-tables: add new entries | Zbigniew Jędrzejewski-Szmek | 2014-07-17 | 1 | -0/+1 |
* | sd-bus: support connecting to remote hosts, directly into containers | Lennart Poettering | 2014-07-03 | 1 | -7/+48 |
* | bus-proxy: restore operation in non-kdbus mode | Lennart Poettering | 2014-07-02 | 1 | -1/+7 |
* | bus-proxy: policy - ignore unsupported tags and attributes | Kay Sievers | 2014-06-16 | 2 | -3/+15 |
* | bus-proxy: properly index policy by uid/gid when parsing | Lennart Poettering | 2014-06-10 | 1 | -41/+72 |
* | bus-proxy: read the right policy when running in user mode | Lennart Poettering | 2014-06-10 | 3 | -20/+40 |
* | bus-policy.c: use draw_special_char(DRAW_ARROW) | Daniel Buch | 2014-06-08 | 1 | -4/+4 |
* | bus-proxyd: do not free NULL items | Kay Sievers | 2014-06-07 | 1 | -5/+1 |
* | bus-proxy: properly read user/group policy items | Lennart Poettering | 2014-06-06 | 1 | -2/+4 |
* | bus: add basic dbus1 policy parser | Lennart Poettering | 2014-06-06 | 3 | -0/+775 |
* | bus-proxy: drop priviliges if we can | Lennart Poettering | 2014-06-04 | 1 | -5/+29 |
* | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering | 2014-05-15 | 1 | -6/+10 |
* | bus-proxyd: handle org.freedesktob.DBus calls natively | Kay Sievers | 2014-04-22 | 1 | -4/+490 |
* | bus-proxy: remove unused variable | Thomas Hindoe Paaboel Andersen | 2014-04-14 | 1 | -1/+0 |
* | bus-proxy: when replying to bus calls set a synthetic serial number and patch... | Lennart Poettering | 2014-04-14 | 1 | -9/+80 |
* | bus: process AddMatch/RemoveMatch driver call in proxy | Lennart Poettering | 2014-04-14 | 1 | -8/+60 |
* | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek | 2014-02-25 | 1 | -2/+0 |
* | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering | 2014-02-20 | 1 | -6/+6 |
* | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH | 2014-01-31 | 1 | -1/+1 |
* | bus: when proxying messages from the bus driver patch the driver's well-known... | Lennart Poettering | 2014-01-29 | 1 | -0/+32 |
* | bus: fake security labels again | Lennart Poettering | 2014-01-29 | 1 | -5/+4 |
* | bus: temporarily disable faking of seclabels, as this is broken in kdbus righ... | Lennart Poettering | 2014-01-22 | 1 | -4/+5 |
* | bus: set debug name of proxy bus connections | Lennart Poettering | 2014-01-22 | 1 | -0/+6 |
* | bus-proxyd: add some more debugging | Tom Gundersen | 2014-01-12 | 1 | -0/+2 |
* | bus: properly handle EOF error conditions in proxyd | Lennart Poettering | 2014-01-12 | 1 | -4/+14 |
* | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek | 2014-01-03 | 1 | -9/+9 |
* | Move bus path definitions to def.h | Zbigniew Jędrzejewski-Szmek | 2014-01-03 | 1 | -11/+3 |
* | bus: add a temporary hard-coded policy to proxyd to make gdm work | Lennart Poettering | 2013-12-26 | 1 | -0/+45 |
* | bus: don't process Peer interface messages in the proxy | Lennart Poettering | 2013-12-26 | 1 | -5/+12 |
* | bus: be a bit more verbose when debug mode is on | Lennart Poettering | 2013-12-25 | 1 | -0/+3 |
* | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering | 2013-12-24 | 1 | -1/+1 |
* | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering | 2013-12-24 | 1 | -44/+1 |
* | bus: fake client side creds in the proxy to the caller's creds | Lennart Poettering | 2013-12-24 | 1 | -0/+62 |
* | bus-proxyd: init cleanup variable | Kay Sievers | 2013-12-23 | 1 | -1/+1 |
* | bus-proxyd: synthesize NameAcquire/NameLost signals for socket clients | Lennart Poettering | 2013-12-23 | 1 | -58/+323 |
* | Revert "bus-proxyd: use a loop instead of c&p" | Kay Sievers | 2013-12-22 | 1 | -55/+81 |
* | man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8) | Zbigniew Jędrzejewski-Szmek | 2013-12-22 | 1 | -1/+1 |
* | bus-proxyd: use a loop instead of c&p | Zbigniew Jędrzejewski-Szmek | 2013-12-22 | 1 | -81/+55 |
* | bus-proxyd: show address nicely in --help | Zbigniew Jędrzejewski-Szmek | 2013-12-22 | 1 | -3/+8 |
* | bus: poll() on the right fds in proxyd | Lennart Poettering | 2013-12-21 | 1 | -7/+7 |
* | bus: send status message from proxyd to systemd about client we are working for | Lennart Poettering | 2013-12-21 | 1 | -7/+70 |
* | bus: properly react to Disconnected messages in bus-proxyd | Lennart Poettering | 2013-12-21 | 1 | -1/+23 |
* | bus: change bus-proxyd command line parsing to be more similar to other tools | Lennart Poettering | 2013-12-21 | 1 | -15/+16 |
* | bus: install systemd-bus-proxyd unit files for compatibility with dbus1 | Lennart Poettering | 2013-12-13 | 1 | -6/+8 |
* | bus-proxyd: Fix CLI help. --bus-path is also usable as -p. | David Strauss | 2013-11-30 | 1 | -1/+1 |
* | rename stdio-bridge to bus-proxyd | Kay Sievers | 2013-11-29 | 2 | -0/+311 |