From caae991f97ce1b09595d3229f2868268678b8de6 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 26 Oct 2006 19:01:10 +0000 Subject: * 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. --- doc/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit