summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2004-05-20 19:47:36 +0000
committerKristian Høgsberg <krh@redhat.com>2004-05-20 19:47:36 +0000
commitdf23f08f9b4607660aeee2c3640b80e1b6aad256 (patch)
tree8988c275061a549279dd778dabf1a642a5f4283d /doc
parent1919d92d850f247d70cb6821724c4908bf70eeda (diff)
* doc/TODO: Remove resolved items.
* bus/expirelist.h (struct BusExpireList): remove unused n_items field. * bus/connection.c (bus_connections_expect_reply): Enforce the per-connection limit on pending replies.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/TODO b/doc/TODO
index 15315b87..799f5b7c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -80,10 +80,6 @@
- re_align_field_recurse() in dbus-message.c is broken because it
crashes on some types of header field values. security problem.
- - the system daemon has to be able to reload changes to the
- security policy without restarting, because apps won't
- be coded to handle it restarting
-
- modify the wire protocol to keep the args signature separate
from the args themselves. Make the name of TYPE_CUSTOM part
of the type signature, rather than part of the value.
@@ -107,8 +103,6 @@
yourself; is it an error, or allowed? If allowed,
we need to have a test for it in the test suite.
- - the max_replies_per_connection resource limit isn't implemented
-
- array lengths should probably be returned as size_t rather than int
(though they are kind of a pita to pass in as size_t with the
varargs, so maybe not - what does glib do with g_object_get()?)
@@ -118,10 +112,6 @@
- recursive dispatch, see dbus_connection_dispatch()
- - Better error checking for bogus configuration files. Currently if a
- configuration file tries to include itself the bus crashes on start. We
- should probably have a check against this.
-
- Perhaps the auth protocol should be able to negotiate a protocol
version to the least-common-denominator between client and server?
Though in practice ever using this feature would be pretty tough,