/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)