summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
Commit message (Expand)AuthorAgeFilesLines
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* bus: when proxying messages from the bus driver patch the driver's well-known...Lennart Poettering2014-01-291-0/+32
* bus: fake security labels againLennart Poettering2014-01-291-5/+4
* bus: temporarily disable faking of seclabels, as this is broken in kdbus righ...Lennart Poettering2014-01-221-4/+5
* bus: set debug name of proxy bus connectionsLennart Poettering2014-01-221-0/+6
* bus-proxyd: add some more debuggingTom Gundersen2014-01-121-0/+2
* bus: properly handle EOF error conditions in proxydLennart Poettering2014-01-121-4/+14
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-021-9/+9
* Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek2014-01-021-11/+3
* bus: add a temporary hard-coded policy to proxyd to make gdm workLennart Poettering2013-12-261-0/+45
* bus: don't process Peer interface messages in the proxyLennart Poettering2013-12-261-5/+12
* bus: be a bit more verbose when debug mode is onLennart Poettering2013-12-251-0/+3
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-44/+1
* bus: fake client side creds in the proxy to the caller's credsLennart Poettering2013-12-241-0/+62
* bus-proxyd: init cleanup variableKay Sievers2013-12-231-1/+1
* bus-proxyd: synthesize NameAcquire/NameLost signals for socket clientsLennart Poettering2013-12-231-58/+323
* Revert "bus-proxyd: use a loop instead of c&p"Kay Sievers2013-12-221-55/+81
* man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)Zbigniew Jędrzejewski-Szmek2013-12-211-1/+1
* bus-proxyd: use a loop instead of c&pZbigniew Jędrzejewski-Szmek2013-12-211-81/+55
* bus-proxyd: show address nicely in --helpZbigniew Jędrzejewski-Szmek2013-12-211-3/+8
* bus: poll() on the right fds in proxydLennart Poettering2013-12-211-7/+7
* bus: send status message from proxyd to systemd about client we are working forLennart Poettering2013-12-211-7/+70
* bus: properly react to Disconnected messages in bus-proxydLennart Poettering2013-12-211-1/+23
* bus: change bus-proxyd command line parsing to be more similar to other toolsLennart Poettering2013-12-211-15/+16
* bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering2013-12-131-6/+8
* bus-proxyd: Fix CLI help. --bus-path is also usable as -p.David Strauss2013-11-301-1/+1
* rename stdio-bridge to bus-proxydKay Sievers2013-11-292-0/+311