Systemd/src/libsystemd
David Herrmann 9ee7a50c0b bus: fix installing DRIVER matches on kdbus
In kdbus we still have to support org.freedesktop.DBus matches even though
there is no real bus driver. The reason is that bus-control.c turns
NameOwnerChanged matches into proper kdbus matches. If we drop DRIVER
matches early, we will never match on name-changes for kdbus.

Two ways to fix this:

 1) Install DRIVER matches on kdbus (which is the simple way our and which
    is what this patch does).

 2) Properly fix the scope-detection to let NameOwnerChanged matches
    through (or better: block anything with Member!=NameOwnerChanged).
2015-06-17 19:18:37 +02:00
..
sd-bus bus: fix installing DRIVER matches on kdbus 2015-06-17 19:18:37 +02:00
sd-daemon sd-daemon: simplify sd_pid_notify_with_fds 2015-03-13 23:42:17 -04:00
sd-device hashmap: fix iterators to not skip entries 2015-06-14 16:56:02 +02:00
sd-event sd-event: make errors on EPOLL_CTL_DEL pseudo-fatal 2015-06-17 09:13:48 +02:00
sd-hwdb hashmap: fix iterators to not skip entries 2015-06-14 16:56:02 +02:00
sd-id128 shared: add random-util.[ch] 2015-04-11 00:11:13 +02:00
sd-login build-sys: split internal basic/ library from shared/ 2015-06-11 10:52:46 +02:00
sd-netlink sd-netlink: socket - move some functions from main source file 2015-06-13 21:25:05 +02:00
sd-network sd-network: fix CID 1306198 2015-06-11 14:08:56 +05:30
sd-path tree-wide: there is no ENOTSUP on linux 2015-03-13 14:10:39 +01:00
sd-resolve Add (void) where we don't care about return value 2015-03-15 17:26:58 -04:00
sd-utf8 libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
.gitignore libsystemd: remove list of symbols to export only in the future 2015-06-17 16:21:13 +02:00
Makefile libsystemd-bus: rename to libsystemd 2014-01-13 18:54:19 +01:00
libsystemd.pc.in build-sys: update .pc.in files 2014-01-25 18:55:58 -05:00
libsystemd.sym libsystemd: remove list of symbols to export only in the future 2015-06-17 16:21:13 +02:00