/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

* plugins.d/askpass-fifo.c: Do close(STDOUT_FILENO) before exiting to
                            check its return code.  Use exit codes
                            from <sysexits.h>.
* plugins.d/splashy.c: Use exit codes from <sysexits.h> in the fork to
                       exec the "splashy_update" command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
10
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO use EX_* from <sysexits.h>
11
12
 
12
13
* splashy
13
14
** TODO [#B] use scandir(3) instead of readdir(3)
18
19
** TODO [#B] use scandir(3) instead of readdir(3)
19
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
20
21
** TODO use error() instead of perror()
 
22
** TODO use EX_* from <sysexits.h>
21
23
 
22
24
* askpass-fifo
23
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
27
29
* password-prompt
28
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
29
31
** TODO use error() instead of perror()
30
 
** TODO lock stdin (with flock()?)
 
32
** TODO use EX_* from <sysexits.h>
31
33
 
32
34
* TODO passdev
33
35
 
34
36
* plugin-runner
35
37
** TODO [#B] use scandir(3) instead of readdir(3)
36
38
** TODO [#C] use same file name rules as run-parts(8)
 
39
** TODO use EX_* from <sysexits.h>
37
40
** TODO use error() instead of perror()
38
41
 
39
42
* mandos (server)
68
71
   secret
69
72
** TODO Persistent state
70
73
   /var/lib/mandos/*
71
 
** TODO Support RFC 3339 time duration syntax
72
74
 
73
75
* mandos.xml
74
76
** [[file:mandos.xml::XXX][Document D-Bus interface]]
78
80
* mandos-ctl
79
81
*** Handle "no D-Bus server" and/or "no Mandos server found" better
80
82
*** [#B] --dump option
81
 
** TODO Support RFC 3339 time duration syntax
82
83
 
83
84
* TODO mandos-dispatch
84
85
  Listens for specified D-Bus signals and spawns shell commands with
85
86
  arguments.
86
87
 
87
88
* mandos-monitor
 
89
** D-Bus main loop w/ signal receiver
88
90
** Urwid client data displayer
 
91
*** Urwid scaffolding
 
92
*** Client Widgets
89
93
*** Properties popup
90
94
 
91
95
* mandos-keygen