dbus/doc TODO,1.80,1.81

John Palmieri johnp at freedesktop.org
Wed Jun 15 09:20:31 PDT 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv11016/doc

Modified Files:
	TODO 
Log Message:
        * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method
        (_dbus_connection_run_builtin_filters): New method
        (dbus_connection_dispatch): Run the builtin filters which in turn
        runs the peer filter which handles Ping messages.

        * doc/TODO:
         - Ping isn't handled: This patch fixes it

         - Add a test case for the Ping message: added TODO item



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- TODO	15 Jun 2005 15:59:57 -0000	1.80
+++ TODO	15 Jun 2005 16:20:28 -0000	1.81
@@ -18,16 +18,13 @@
 
  - just before 1.0, try a HAVE_INT64=0 build and be sure it runs
 
- - in dbus-keyring.c, enforce that the keyring dir is not 
-   world readable/writable
-
- - Ping isn't handled
-
  - dbus-pending-call.c has some API and thread safety issues to review
 
  - Add test harness for selinux allow/deny cf. this message
    http://lists.freedesktop.org/archives/dbus/2005-April/002506.html
 
+ - Add a test case for handling the Ping message 
+
 Important for 1.0 GLib Bindings
 ===
 



More information about the dbus-commit mailing list