/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2015-07-16 23:01:02 UTC
  • Revision ID: teddy@recompile.se-20150716230102-62u5uwaguiufc6ac
mandos-client: Don't use memset().

* plugins.d/mandos-client.c (start_mandos_communication): Use compound
                                                          literal
                                                          struct
                                                          assignment
                                                          instead of
                                                          memset().

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
** TODO Use python-tlslite?
76
76
** TODO D-Bus AddClient() method on server object
77
77
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
 
78
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
 
79
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
 
80
   and signals ClientAdded and ClientRemoved.
78
81
** TODO Save state periodically to recover better from hard shutdowns
79
82
** TODO CheckerCompleted method, deprecate CheckedOK
80
83
** TODO Secret Service API?