/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: Björn Påhlsson
  • Date: 2012-07-03 20:55:09 UTC
  • Revision ID: belorn@recompile.se-20120703205509-fkeb6uqy4i6gt4b6
added note messages when mandos-monitor starts without running server,
or a server with no clients.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
* plugin-runner
33
33
** TODO handle printing for errors for plugins
34
 
*** Hook up stderr of plugins, buffer them, and prepend mandos pluig [plugin name]
 
34
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
35
35
** TODO [#B] use scandir(3) instead of readdir(3)
36
36
** TODO [#C] use same file name rules as run-parts(8)
37
37
** kernel command line option for debug info
44
44
** TODO [#C] config for TXT record
45
45
** TODO Log level dbus option
46
46
   SetLogLevel D-Bus call
47
 
** TODO Implement --foreground                                            :BUGS:
48
 
   [[info:standards:Option%20Table][Table of Long Options]]
49
47
** TODO [#C] DBusServiceObjectUsingSuper
50
48
** TODO [#B] Global enable/disable flag
51
49
** TODO [#B] By-client countdown on number of secrets given
52
 
** TODO [#B] Support RFC 3339 time duration syntax
53
50
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
54
51
    + SetPass(u"gazonk", True) -> Approval, persistent
55
52
    + Approve(False) -> Close client connection immediately
64
61
** TODO Allow %%(checker)s as a runtime expansion
65
62
** TODO Use python-tlslite?
66
63
** TODO D-Bus AddClient() method on server object
67
 
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods.
68
 
** 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:
69
66
   TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
70
67
   TODO Can use "invalidates" annotation to also emit on changed secret.
71
 
** 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:
72
69
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
73
70
   and signals ClientAdded and ClientRemoved.
74
71
** TODO Save state periodically to recover better from hard shutdowns
75
72
** TODO CheckerCompleted method, deprecate CheckedOK
76
73
** TODO Secret Service API?
77
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:
78
77
 
79
78
* mandos.xml
80
79
** Add mandos contact info in manual pages
82
81
* mandos-ctl
83
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
84
83
*** [#B] --dump option
85
 
** TODO Support RFC 3339 time duration syntax
 
84
** TODO Remove old string_to_delta format                                 :2:
86
85
 
87
86
* TODO mandos-dispatch
88
87
  Listens for specified D-Bus signals and spawns shell commands with
94
93
   Better view of client data in the listing
95
94
*** Properties popup
96
95
** Print a nice "We are sorry" message, save stack trace to log.
97
 
** Show timeout countdown for approval
98
96
 
99
97
* mandos-keygen
100
98
** TODO "--secfile" option