From 5bd876bef0235ec5c745ac948e906bf51adf2fef Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 7 May 2010 14:56:01 -0400 Subject: [PATCH] Add TODO item about wanting G_DBUS_NONCE_TCP_TMPDIR --- gio/gdbusconnection.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 24dbeac..1612404 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -25,6 +25,11 @@ * * - would be nice to expose GDBusAuthMechanism and an extension point * + * - probably want a G_DBUS_NONCE_TCP_TMPDIR environment variable + * to specify where the nonce is stored. This will allow people to use + * G_DBUS_NONCE_TCP_TMPDIR=/mnt/secure.company.server/dbus-nonce-dir + * to easily acheive secure RPC via nonce-tcp. + * * - need to expose an extension point for resolving D-Bus address and * turning them into GIOStream objects. This will allow us to implement * e.g. X11 D-Bus transports without dlopen()'ing or linking against -- 2.7.4