/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

* plugins.d/mandos-client.c (init_gpgme): Move variable "ret" into the
                                          innermost scope possible.
  (start_mandos_communication): Move variable "decrypted_buffer_size"
                                into the innermost scope possible.

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
 
** TODO [#B] Use capabilities instead of seteuid().
11
7
 
12
8
* splashy
13
 
** 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.
14
10
** TODO [#B] use scandir(3) instead of readdir(3)
15
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
11
** TODO [#B] Prefix all debug output with argv[0]
16
12
 
17
13
* usplash
18
14
** TODO [#A] Re-raise signal received when exiting due to handled signal.
19
15
** TODO [#B] use scandir(3) instead of readdir(3)
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
21
 
 
22
 
* askpass-fifo
23
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
24
 
** TODO [#B] Drop privileges after opening FIFO.
 
16
** TODO [#B] Prefix all debug output with argv[0]
25
17
 
26
18
* password-prompt
27
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
19
** TODO [#B] Prefix all debug output with argv[0]
28
20
 
29
21
* plugin-runner
 
22
** TODO [#A] Do not handle ignored signals
30
23
** TODO [#B] use scandir(3) instead of readdir(3)
31
24
** TODO [#C] use same file name rules as run-parts(8)
32
25