dbus/doc TODO,1.28,1.29
Havoc Pennington
hp@pdx.freedesktop.org
Mon, 13 Oct 2003 22:22:24 -0700
- Previous message: dbus/bus bus.c,1.40,1.41 bus.h,1.19,1.20 config-parser.c,1.23,1.24 connection.c,1.46,1.47 connection.h,1.16,1.17 dbus-daemon-1.1.in,1.4,1.5 dispatch.c,1.52,1.53 expirelist.c,1.1,1.2 expirelist.h,1.1,1.2
- Next message: dbus ChangeLog,1.422,1.423 Makefile.am,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: dbus/bus bus.c,1.40,1.41 bus.h,1.19,1.20 config-parser.c,1.23,1.24 connection.c,1.46,1.47 connection.h,1.16,1.17 dbus-daemon-1.1.in,1.4,1.5 dispatch.c,1.52,1.53 expirelist.c,1.1,1.2 expirelist.h,1.1,1.2
- Next message: dbus ChangeLog,1.422,1.423 Makefile.am,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]