/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 (DOCBOOKTOMAN, DOCBOOKTOHTML, common.ent, mandos,
            mandos-keygen, mandos-ctl, mandos.lsm): Add $(strip) to
                                                    make commands
                                                    easier to read
                                                    when run.
           (plugins.d/mandos-client): Use $(LINK.c) to compile in the
                                      same way as the other programs -
                                      i.e. not via an object file.

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