/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-17 22:26:40 UTC
  • mfrom: (237.9.1 release)
  • mto: This revision was merged to the branch mainline in revision 607.
  • Revision ID: teddy@recompile.se-20120617222640-49scfn0husnrr5bi
Tags: version-1.6.0-1
* Makefile (version): Changed to "1.6.0".
* NEWS (Version 1.6.0): New entry.
* debian/changelog (1.6.0-1): - '' -

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
50
51
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
51
52
    + SetPass(u"gazonk", True) -> Approval, persistent
52
53
    + Approve(False) -> Close client connection immediately
61
62
** TODO Allow %%(checker)s as a runtime expansion
62
63
** TODO Use python-tlslite?
63
64
** TODO D-Bus AddClient() method on server object
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:
 
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
66
67
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
67
68
   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 :2:
 
69
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object
69
70
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
70
71
   and signals ClientAdded and ClientRemoved.
71
72
** TODO Save state periodically to recover better from hard shutdowns
72
73
** TODO CheckerCompleted method, deprecate CheckedOK
73
74
** TODO Secret Service API?
74
75
   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:
77
76
 
78
77
* mandos.xml
79
78
** Add mandos contact info in manual pages
81
80
* mandos-ctl
82
81
*** Handle "no D-Bus server" and/or "no Mandos server found" better
83
82
*** [#B] --dump option
84
 
** TODO Remove old string_to_delta format                                 :2:
 
83
** TODO Support RFC 3339 time duration syntax
85
84
 
86
85
* TODO mandos-dispatch
87
86
  Listens for specified D-Bus signals and spawns shell commands with
93
92
   Better view of client data in the listing
94
93
*** Properties popup
95
94
** 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