/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/splashy.c: Use exit codes from <sysexits.h>.

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