/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-16 22:38:54 UTC
  • Revision ID: teddy@recompile.se-20120616223854-mfxkg6fgqr56sma5
* plugins.d/mandos-client (mandos_context): Removed "simple_poll"
                                            member.
  (simple_poll): New global variable.  All users changed.

Show diffs side-by-side

added added

removed removed

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