summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
AgeCommit message (Expand)AuthorFilesLines
2014-08-05bus-proxy: service_name_is_valid will never be < 0Thomas Hindoe Paaboel Andersen1-5/+5
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-6/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-2/+1
2014-07-25bus-proxyd: fix incorrect comparisonLukas Nykryn1-1/+1
2014-07-25bus-proxyd: fix incorrect comparisonLukas Nykryn1-1/+1
2014-07-16test-tables: add new entriesZbigniew Jędrzejewski-Szmek1-0/+1
2014-07-03sd-bus: support connecting to remote hosts, directly into containersLennart Poettering1-7/+48
2014-07-02bus-proxy: restore operation in non-kdbus modeLennart Poettering1-1/+7
2014-06-16bus-proxy: policy - ignore unsupported tags and attributesKay Sievers2-3/+15
2014-06-10bus-proxy: properly index policy by uid/gid when parsingLennart Poettering1-41/+72
2014-06-10bus-proxy: read the right policy when running in user modeLennart Poettering3-20/+40
2014-06-08bus-policy.c: use draw_special_char(DRAW_ARROW)Daniel Buch1-4/+4
2014-06-07bus-proxyd: do not free NULL itemsKay Sievers1-5/+1
2014-06-06bus-proxy: properly read user/group policy itemsLennart Poettering1-2/+4
2014-06-06bus: add basic dbus1 policy parserLennart Poettering3-0/+775
2014-06-04bus-proxy: drop priviliges if we canLennart Poettering1-5/+29
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering1-6/+10
2014-04-22bus-proxyd: handle org.freedesktob.DBus calls nativelyKay Sievers1-4/+490
2014-04-14bus-proxy: remove unused variableThomas Hindoe Paaboel Andersen1-1/+0
2014-04-13bus-proxy: when replying to bus calls set a synthetic serial number and patch...Lennart Poettering1-9/+80
2014-04-13bus: process AddMatch/RemoveMatch driver call in proxyLennart Poettering1-8/+60
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-2/+0
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-6/+6
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+1
2014-01-29bus: when proxying messages from the bus driver patch the driver's well-known...Lennart Poettering1-0/+32
2014-01-29bus: fake security labels againLennart Poettering1-5/+4
2014-01-22bus: temporarily disable faking of seclabels, as this is broken in kdbus righ...Lennart Poettering1-4/+5
2014-01-22bus: set debug name of proxy bus connectionsLennart Poettering1-0/+6
2014-01-12bus-proxyd: add some more debuggingTom Gundersen1-0/+2
2014-01-12bus: properly handle EOF error conditions in proxydLennart Poettering1-4/+14
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek1-9/+9
2014-01-02Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek1-11/+3
2013-12-26bus: add a temporary hard-coded policy to proxyd to make gdm workLennart Poettering1-0/+45
2013-12-26bus: don't process Peer interface messages in the proxyLennart Poettering1-5/+12
2013-12-25bus: be a bit more verbose when debug mode is onLennart Poettering1-0/+3
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-1/+1
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering1-44/+1
2013-12-24bus: fake client side creds in the proxy to the caller's credsLennart Poettering1-0/+62
2013-12-23bus-proxyd: init cleanup variableKay Sievers1-1/+1
2013-12-23bus-proxyd: synthesize NameAcquire/NameLost signals for socket clientsLennart Poettering1-58/+323
2013-12-22Revert "bus-proxyd: use a loop instead of c&p"Kay Sievers1-55/+81
2013-12-21man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)Zbigniew Jędrzejewski-Szmek1-1/+1
2013-12-21bus-proxyd: use a loop instead of c&pZbigniew Jędrzejewski-Szmek1-81/+55
2013-12-21bus-proxyd: show address nicely in --helpZbigniew Jędrzejewski-Szmek1-3/+8
2013-12-21bus: poll() on the right fds in proxydLennart Poettering1-7/+7
2013-12-21bus: send status message from proxyd to systemd about client we are working forLennart Poettering1-7/+70
2013-12-21bus: properly react to Disconnected messages in bus-proxydLennart Poettering1-1/+23
2013-12-21bus: change bus-proxyd command line parsing to be more similar to other toolsLennart Poettering1-15/+16
2013-12-13bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering1-6/+8
2013-11-30bus-proxyd: Fix CLI help. --bus-path is also usable as -p.David Strauss1-1/+1