/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-08 04:41:37 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090908044137-4cxubotvn4etoxxl
* plugins.d/mandos-client.c (main): Bug fix: Check result of setgid().
                                    Bug fix: If taking down network
                                    interface, do not drop privileges
                                    completely; save them and reassert
                                    privileges when needed.

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.
 
7
** TODO [#B] Retry a server which has a non-definite reply:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
 
10
** TODO [#B] Use capabilities instead of seteuid().
10
11
 
11
12
* splashy
12
13
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
13
14
** TODO [#B] use scandir(3) instead of readdir(3)
14
 
** TODO [#B] Prefix all debug output with argv[0]
 
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
15
16
 
16
17
* usplash
17
18
** TODO [#A] Re-raise signal received when exiting due to handled signal.
18
19
** TODO [#B] use scandir(3) instead of readdir(3)
19
 
** TODO [#B] Prefix all debug output with argv[0]
 
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.
20
25
 
21
26
* password-prompt
22
 
** TODO [#B] Prefix all debug output with argv[0]
 
27
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
23
28
 
24
29
* plugin-runner
25
30
** TODO [#B] use scandir(3) instead of readdir(3)