dbus/doc TODO,1.28,1.29

Havoc Pennington hp@pdx.freedesktop.org
Mon, 13 Oct 2003 22:22:24 -0700


Update of /cvs/dbus/dbus/doc
In directory pdx:/tmp/cvs-serv2436/doc

Modified Files:
	TODO 
Log Message:
 - the pending reply tracking isn't quite right. It currently simply 
   blocks any reply if one wasn't pending. Instead, it needs to 
   allow any reply if one was pending, and block otherwise. 
   Suggest changing the check_reply() call to just get a boolean 
   was_pending_reply value, pass that in to the policy 
   engine, and allow <allow>/<deny> elements to match based on 
   whether it was a pending reply.



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- TODO	14 Oct 2003 05:16:56 -0000	1.28
+++ TODO	14 Oct 2003 05:22:22 -0000	1.29
@@ -1,4 +1,4 @@
-
+ 
  - How we will handle DCOP needs sorting out. Among other things, we
    need to check that service and service-ownership semantics map to DCOP 
    reasonably well.
@@ -118,3 +118,10 @@
 
  - the max_replies_per_connection resource limit isn't implemented
 
+ - the pending reply tracking isn't quite right. It currently simply 
+   blocks any reply if one wasn't pending. Instead, it needs to 
+   allow any reply if one was pending, and block otherwise. 
+   Suggest changing the check_reply() call to just get a boolean 
+   was_pending_reply value, pass that in to the policy 
+   engine, and allow <allow>/<deny> elements to match based on 
+   whether it was a pending reply.