GDBus: Add TODO item about a need to validate data / messages

This commit is contained in:
David Zeuthen 2010-05-10 14:43:08 -04:00
parent adf50912dd
commit 6e23b0b785

View File

@ -23,6 +23,11 @@
/*
* TODO for GDBus:
*
* - Validate all data (e.g. UTF-8) and check all the required D-Bus headers
* are present and forbidden ones aren't
* - When writing: g_dbus_message_to_blob()
* - When reading: g_dbus_message_new_from_blob()
*
* - would be nice to expose GDBusAuthMechanism and an extension point
*
* - Need to rewrite GDBusAuth and rework GDBusAuthMechanism. In particular