/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-09-05 17:20:46 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090905172046-s92efz3m1j4c1sti
* plugins-runner.c (main): Bug fix: Close config file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
** TODO [#A] Clean up /tmp directory and take down interface on signal    :test:
5
5
** TODO [#B] use scandir(3) instead of readdir(3)
6
6
** TODO [#B] Prefix all debug output with argv[0]
7
 
** TODO [#B] Retry a server which has a non-definite reply.
8
 
*** A closed connection during the TLS handshake
9
 
*** A TCP timeout
10
7
 
11
8
* splashy
12
 
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
 
9
** TODO [#A] Re-raise signal received when exiting due to handled signal.
13
10
** TODO [#B] use scandir(3) instead of readdir(3)
14
11
** TODO [#B] Prefix all debug output with argv[0]
15
12
 
22
19
** TODO [#B] Prefix all debug output with argv[0]
23
20
 
24
21
* plugin-runner
 
22
** TODO [#A] Do not handle ignored signals
25
23
** TODO [#B] use scandir(3) instead of readdir(3)
26
24
** TODO [#C] use same file name rules as run-parts(8)
27
25