summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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.