summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-03-31 18:58:14 +0000
committerHavoc Pennington <hp@redhat.com>2003-03-31 18:58:14 +0000
commit7af59334331fbd097a24c4942c75181882b96747 (patch)
treef66cd5a428a2a1c04be1bf51ef24106046981f10 /doc
parente6809d1a692da3b1127610b527f636743458274b (diff)
2003-03-31 Havoc Pennington <hp@redhat.com>
* bus/main.c (main): fix up the command line arguments to be nicer
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index ae07add8..ebbff3ac 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -39,6 +39,12 @@
idea. The definitiion of "valid" is slightly fuzzy. I think it might
be better to just silently "fix" the UTF-8, or perhaps return an error.
+ Owen says we should only validate the UTF-8 on dbus_message_get_string()
+ (changing get_string to have an error return, and allowing a type error
+ as a possible return)
+
- We might consider returning a "no such operation" error in dbus-connection.c
for unhandled messages.
+ - Abstract the user database, so you can use something other than the system password
+ database.