diff options
| author | Havoc Pennington <hp@redhat.com> | 2003-10-14 05:22:22 +0000 | 
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2003-10-14 05:22:22 +0000 | 
| commit | b704a068a92c00b50e7d5f33ef6c8e1c3a87ceae (patch) | |
| tree | 64ffd00dd1b47dba8ff7387915bde5101d593e4e | |
| parent | 64f5ae1a79a8cd86a3aae55e485729da438d84d0 (diff) | |
 - 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.
| -rw-r--r-- | doc/TODO | 9 | 
1 files changed, 8 insertions, 1 deletions
| @@ -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. | 
