Only in ./: anonymous.patch diff -u -r ./bus/bus.c /home/ievaolkh/tmp/dbus-1.1.2.patched/bus/bus.c --- ./bus/bus.c 2007-07-24 21:39:55.000000000 +0300 +++ /home/ievaolkh/tmp/dbus-1.1.2.patched/bus/bus.c 2008-03-12 10:13:02.000000000 +0200 @@ -188,6 +188,8 @@ dbus_connection_set_max_message_size (new_connection, context->limits.max_message_size); + dbus_connection_set_allow_anonymous (new_connection, TRUE); + /* on OOM, we won't have ref'd the connection so it will die. */ }