/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

* Makefile (BROKEN_PIE): Add comment.
* debian/rules (BROKEN_PIE): - '' -
* plugin-runner.c: Really always use <sysexits.h> exit codes.
* plugins.d/mandos-client.c: Use <sysexits.h> exit codes.
  (start_mandos_communication): Make sure errno is always set when
                                returning -1.

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>
12
11
 
13
12
* splashy
14
13
** TODO [#B] use scandir(3) instead of readdir(3)
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
20
** TODO use error() instead of perror()
22
 
** TODO use EX_* from <sysexits.h>
23
21
 
24
22
* askpass-fifo
25
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
36
34
* plugin-runner
37
35
** TODO [#B] use scandir(3) instead of readdir(3)
38
36
** TODO [#C] use same file name rules as run-parts(8)
39
 
** TODO use EX_* from <sysexits.h>
40
37
** TODO use error() instead of perror()
41
38
 
42
39
* mandos (server)