bus: don't forward messages with unix fds on connections that don't support it
authorLennart Poettering <lennart@poettering.net>
Wed, 20 May 2009 23:00:52 +0000 (01:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 May 2009 23:21:35 +0000 (01:21 +0200)
commit89f70b19495e9c3dadbbb7b51ce1629fa22ea3af
tree404dabfc98634a6aa025f6d74b432cff49e60e14
parent724adb2f61bd8a6ea41932e04df9303d0a1eed18
bus: don't forward messages with unix fds on connections that don't support it

This simply verifies that we forward unix fds only on connection that
support it. We willr eturn an error if a client attempts to send a
message with unix fds to another client that cannot do it.
bus/dispatch.c
dbus/dbus-message-internal.h
dbus/dbus-message.c
dbus/dbus-message.h