summaryrefslogtreecommitdiffstats
path: root/src/bus-proxyd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus-proxyd: fix incorrect comparisonLukas Nykryn2014-07-251-1/+1
* bus-proxyd: fix incorrect comparisonLukas Nykryn2014-07-251-1/+1
* test-tables: add new entriesZbigniew Jędrzejewski-Szmek2014-07-171-0/+1
* sd-bus: support connecting to remote hosts, directly into containersLennart Poettering2014-07-031-7/+48
* bus-proxy: restore operation in non-kdbus modeLennart Poettering2014-07-021-1/+7
* bus-proxy: policy - ignore unsupported tags and attributesKay Sievers2014-06-162-3/+15
* bus-proxy: properly index policy by uid/gid when parsingLennart Poettering2014-06-101-41/+72
* bus-proxy: read the right policy when running in user modeLennart Poettering2014-06-103-20/+40
* bus-policy.c: use draw_special_char(DRAW_ARROW)Daniel Buch2014-06-081-4/+4
* bus-proxyd: do not free NULL itemsKay Sievers2014-06-071-5/+1
* bus-proxy: properly read user/group policy itemsLennart Poettering2014-06-061-2/+4
* bus: add basic dbus1 policy parserLennart Poettering2014-06-063-0/+775
* bus-proxy: drop priviliges if we canLennart Poettering2014-06-041-5/+29
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-6/+10
* bus-proxyd: handle org.freedesktob.DBus calls nativelyKay Sievers2014-04-221-4/+490
* bus-proxy: remove unused variableThomas Hindoe Paaboel Andersen2014-04-141-1/+0
* bus-proxy: when replying to bus calls set a synthetic serial number and patch...Lennart Poettering2014-04-141-9/+80
* bus: process AddMatch/RemoveMatch driver call in proxyLennart Poettering2014-04-141-8/+60
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-251-2/+0
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-6/+6
* 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-031-9/+9
* Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek2014-01-031-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-221-1/+1
* bus-proxyd: use a loop instead of c&pZbigniew Jędrzejewski-Szmek2013-12-221-81/+55
* bus-proxyd: show address nicely in --helpZbigniew Jędrzejewski-Szmek2013-12-221-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