/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

  • Committer: Teddy Hogeborn
  • Date: 2009-10-18 08:47:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091018084740-fa1qgm22lg125r10
* plugins.d/splashy.c: Use exit codes from <sysexits.h>.

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
9
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO use EX_* from <sysexits.h>
10
12
 
11
13
* splashy
12
14
** TODO [#B] use scandir(3) instead of readdir(3)
13
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO use error() instead of perror()
14
17
 
15
18
* usplash
16
19
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
21
** TODO use EX_* from <sysexits.h>
 
22
** TODO use error() instead of perror()
18
23
 
19
24
* askpass-fifo
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
26
** TODO [#B] Drop privileges after opening FIFO.
 
27
** TODO use EX_* from <sysexits.h>
 
28
** TODO use error() instead of perror()
22
29
 
23
30
* password-prompt
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
31
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
32
** TODO use EX_* from <sysexits.h>
 
33
** TODO use error() instead of perror()
25
34
 
26
35
* TODO passdev
27
36
 
28
37
* plugin-runner
29
38
** TODO [#B] use scandir(3) instead of readdir(3)
30
39
** TODO [#C] use same file name rules as run-parts(8)
 
40
** TODO use EX_* from <sysexits.h>
 
41
** TODO use error() instead of perror()
31
42
 
32
43
* mandos (server)
33
44
** TODO [#B] Log level                          :BUGS: