/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: 2012-06-24 03:45:55 UTC
  • Revision ID: teddy@recompile.se-20120624034555-7p0dtbpsz0dgsn4d
* mandos (Client.start_checker): Add comment.  Break long line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
** TODO Allow %%(checker)s as a runtime expansion
62
62
** TODO Use python-tlslite?
63
63
** TODO D-Bus AddClient() method on server object
64
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
65
 
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal
 
64
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
 
65
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal         :2:
66
66
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
67
67
   TODO Can use "invalidates" annotation to also emit on changed secret.
68
 
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
 
68
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
69
69
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
70
70
   and signals ClientAdded and ClientRemoved.
71
71
** TODO Save state periodically to recover better from hard shutdowns
72
72
** TODO CheckerCompleted method, deprecate CheckedOK
73
73
** TODO Secret Service API?
74
74
   http://standards.freedesktop.org/secret-service/
 
75
** TODO Remove D-Bus interfaces with old domain name                      :2:
 
76
** TODO Remove old string_to_delta format                                 :2:
75
77
 
76
78
* mandos.xml
77
79
** Add mandos contact info in manual pages
79
81
* mandos-ctl
80
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
81
83
*** [#B] --dump option
 
84
** TODO Remove old string_to_delta format                                 :2:
82
85
 
83
86
* TODO mandos-dispatch
84
87
  Listens for specified D-Bus signals and spawns shell commands with
90
93
   Better view of client data in the listing
91
94
*** Properties popup
92
95
** Print a nice "We are sorry" message, save stack trace to log.
93
 
** Show timeout countdown for approval
94
96
 
95
97
* mandos-keygen
96
98
** TODO "--secfile" option