summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-10-26 19:01:10 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-10-26 19:01:10 +0000
commitcaae991f97ce1b09595d3229f2868268678b8de6 (patch)
treef0c8b8244742ca1c251c42de345bb80af099f3b0 /doc
parent82c9cd05cd19a397043db94025c7a80e75386e8a (diff)
* dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
LOCAL_CREDS vs CMSGCRED stuff a bit. Prefer CMSGCRED. This needs to be cleaned up more. * doc/TODO: Add a todo that *BSD hackers should look at cleaning up the CREDS issue.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 0ede53b8..ca906680 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -42,6 +42,10 @@ Might as Well for 1.0
Can Be Post 1.0
===
+ - clean up the creds issue on *BSD's in dbus/dbus-sysdeps-unix.c.
+ They should work as is but we need to rearange it to make it
+ clearer which method is being used. configure.in should
+ be fixed up to make that decition.
- _dbus_connection_unref_unlocked() is essentially always broken because
the connection finalizer calls non-unlocked functions. One fix is to make