/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-11-03 00:12:35 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091103001235-op9jfvtx6xvxch3h
* README (FAQ): Fix typo.
* mandos (main): Try to always do cleanup() before exit, since
                 otherwise the D-Bus bus name gets unregistered first.

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)