dbus/doc TODO,1.112,1.113

John Palmieri johnp at kemper.freedesktop.org
Thu Oct 26 12:01:12 PDT 2006


Update of /cvs/dbus/dbus/doc
In directory kemper:/tmp/cvs-serv21076/doc

Modified Files:
	TODO 
Log Message:
* 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.



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- TODO	20 Oct 2006 05:56:57 -0000	1.112
+++ TODO	26 Oct 2006 19:01:10 -0000	1.113
@@ -42,6 +42,10 @@
 
 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 



More information about the dbus-commit mailing list