/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

* dbus-mandos.conf: New; to be copied to
                    "/etc/dbus-1/system.d/mandos.conf".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* mandos-client
4
4
** TODO [#B] use scandir(3) instead of readdir(3)
5
 
** TODO [#B] Prefix all debug output with argv[0]
 
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
6
7
** TODO [#B] Retry a server which has a non-definite reply:
7
8
*** A closed connection during the TLS handshake
8
9
*** A TCP timeout
10
11
 
11
12
* splashy
12
13
** TODO [#B] use scandir(3) instead of readdir(3)
13
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
14
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
15
** TODO use error() instead of perror()
14
16
 
15
17
* usplash
16
18
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
20
** TODO use error() instead of perror()
18
21
 
19
22
* askpass-fifo
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
24
** TODO use error() instead of perror()
21
25
** TODO [#B] Drop privileges after opening FIFO.
22
26
 
23
27
* password-prompt
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
29
** TODO use error() instead of perror()
 
30
** TODO lock stdin (with flock()?)
 
31
 
 
32
* TODO passdev
25
33
 
26
34
* plugin-runner
27
35
** TODO [#B] use scandir(3) instead of readdir(3)
28
36
** TODO [#C] use same file name rules as run-parts(8)
 
37
** TODO use error() instead of perror()
29
38
 
30
39
* mandos (server)
31
40
** TODO [#B] Log level                          :BUGS:
46
55
** TODO Date+time on console log messages       :BUGS:
47
56
   Is this the default?
48
57
** TODO DBusServiceObjectUsingSuper
49
 
** Global enable/disable flag
50
 
** By-client countdown on secrets given
51
 
** Fix problem with fsck taking a really long time
 
58
** TODO Global enable/disable flag
 
59
** TODO By-client countdown on secrets given
 
60
** TODO Fix problem with fsck taking a really long time
52
61
   Whenever a client successfully gets a secret it could get a
53
62
   one-time timeout boost to allow for an fsck-incurred delay
 
63
** TODO Delay before client receives key
 
64
   This would give an operator opportunity to cancel the request if
 
65
   desired.
 
66
** TODO Client manual approval mode
 
67
   A client needs manual approval on the server before it gets the
 
68
   secret
 
69
** TODO Persistent state
 
70
   /var/lib/mandos/*
54
71
 
55
72
* mandos.xml
56
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
61
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
62
79
*** [#B] --dump option
63
80
 
 
81
* TODO mandos-dispatch
 
82
  Listens for specified D-Bus signals and spawns shell commands with
 
83
  arguments.
 
84
 
64
85
* mandos-monitor
65
 
** D-Bus mail loop w/ signal receiver
66
 
** Snack/Newt client data displayer
 
86
** D-Bus main loop w/ signal receiver
 
87
** Urwid client data displayer
 
88
*** Urwid scaffolding
67
89
*** Client Widgets
68
90
*** Properties popup
69
91