/mandos/release

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

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2012-06-24 03:45:55 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 303.
  • 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:
47
47
** TODO [#C] DBusServiceObjectUsingSuper
48
48
** TODO [#B] Global enable/disable flag
49
49
** TODO [#B] By-client countdown on number of secrets given
50
 
** TODO [#B] Support RFC 3339 time duration syntax
51
50
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
52
51
    + SetPass(u"gazonk", True) -> Approval, persistent
53
52
    + Approve(False) -> Close client connection immediately
62
61
** TODO Allow %%(checker)s as a runtime expansion
63
62
** TODO Use python-tlslite?
64
63
** TODO D-Bus AddClient() method on server object
65
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
66
 
** 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:
67
66
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
68
67
   TODO Can use "invalidates" annotation to also emit on changed secret.
69
 
** 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:
70
69
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
71
70
   and signals ClientAdded and ClientRemoved.
72
71
** TODO Save state periodically to recover better from hard shutdowns
73
72
** TODO CheckerCompleted method, deprecate CheckedOK
74
73
** TODO Secret Service API?
75
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:
76
77
 
77
78
* mandos.xml
78
79
** Add mandos contact info in manual pages
80
81
* mandos-ctl
81
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
82
83
*** [#B] --dump option
83
 
** TODO Support RFC 3339 time duration syntax
 
84
** TODO Remove old string_to_delta format                                 :2:
84
85
 
85
86
* TODO mandos-dispatch
86
87
  Listens for specified D-Bus signals and spawns shell commands with
92
93
   Better view of client data in the listing
93
94
*** Properties popup
94
95
** Print a nice "We are sorry" message, save stack trace to log.
95
 
** Show timeout countdown for approval
96
96
 
97
97
* mandos-keygen
98
98
** TODO "--secfile" option