/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

todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
* password-prompt
24
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
25
25
 
 
26
* TODO passdev
 
27
 
26
28
* plugin-runner
27
29
** TODO [#B] use scandir(3) instead of readdir(3)
28
30
** TODO [#C] use same file name rules as run-parts(8)
 
31
** kernel command line option for debug info
29
32
 
30
33
* mandos (server)
31
34
** TODO [#B] Log level                          :BUGS:
45
48
   [[info:standards:Option%20Table][Table of Long Options]]
46
49
** TODO Date+time on console log messages       :BUGS:
47
50
   Is this the default?
48
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
49
 
** TODO move handle_ipc out of IPv6_TCPServer
50
51
** TODO DBusServiceObjectUsingSuper
51
 
** Global enable/disable flag
52
 
** By-client countdown on secrets given
53
 
** Fix problem with fsck taking a really long time
 
52
** TODO Global enable/disable flag
 
53
** TODO By-client countdown on secrets given
 
54
** TODO Fix problem with fsck taking a really long time
54
55
   Whenever a client successfully gets a secret it could get a
55
56
   one-time timeout boost to allow for an fsck-incurred delay
 
57
** TODO Delay before client receives key
 
58
   This would give an operator opportunity to cancel the request if
 
59
   desired.
 
60
** TODO Client manual approval mode
 
61
   A client needs manual approval on the server before it gets the
 
62
   secret
 
63
** TODO Persistent state
 
64
   /var/lib/mandos/*
56
65
 
57
66
* mandos.xml
58
67
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
68
** Add mandos contact info in manual pages
59
69
 
60
70
* Provide and install /etc/dbus-1/system.d/mandos.conf
61
71
 
63
73
*** Handle "no D-Bus server" and/or "no Mandos server found" better
64
74
*** [#B] --dump option
65
75
 
66
 
* mandos-name
 
76
* TODO mandos-dispatch
 
77
  Listens for specified D-Bus signals and spawns shell commands with
 
78
  arguments.
 
79
 
 
80
* mandos-monitor
67
81
** D-Bus mail loop w/ signal receiver
68
 
** Urwid/Newt client data displayer
69
 
*** Urwid scaffolding
 
82
** Snack/Newt client data displayer
70
83
*** Client Widgets
71
84
*** Properties popup
72
85