chiark / gitweb /
Add bus-driverd
authorDaniel Mack <zonque@gmail.com>
Fri, 29 Nov 2013 23:45:53 +0000 (00:45 +0100)
committerDaniel Mack <zonque@gmail.com>
Mon, 16 Dec 2013 21:34:48 +0000 (22:34 +0100)
commit294c866023d05162880b056fea5242d25cd9e865
treefa1f750dab2eabf96cb891e64fe690f4f8f3daf6
parent16ac401407959cbc62312e61c2dd76dbc3a0793b
Add bus-driverd

systemd-bus-driverd is a small daemon that connects to kdbus and
implements the org.freedesktop.DBus interface. IOW, it provides the bus
functions  traditionally taken care for by dbus-daemon.

Calls are proxied to kdbus, either via libsystemd-bus (were applicable)
or with the open-coded use of ioctl().

Note that the implementation is not yet finished as the functions to
add and remove matches and to start services by name are still missing.
.gitignore
Makefile.am
configure.ac
src/bus-driverd/bus-driverd.c [new file with mode: 0644]