[glib/gdbus-merge] Add TODO item about wanting G_DBUS_NONCE_TCP_TMPDIR



commit 5bd876bef0235ec5c745ac948e906bf51adf2fef
Author: David Zeuthen <davidz redhat com>
Date:   Fri May 7 14:56:01 2010 -0400

    Add TODO item about wanting G_DBUS_NONCE_TCP_TMPDIR

 gio/gdbusconnection.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]