/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-07 07:48:59 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090907074859-nv2nni1wwib5hi10
* plugin-runner.c: Minor stylistic changes.

* plugins.d/askpass-fifo.c: Changed contact information and did minor
                            stylistic changes.

* plugins.d/mandos-client.c: Minor stylistic changes.

* plugins.d/password-prompt.c: Changed contact information.

* plugins.d/splashy.c: Changed contact information.
  (main): Changed error handling design.  Bug fix: Will now be much
          more tolerant against signals.  Bug fix: Will now re-raise
          signal received.

* plugins.d/usplash.c: Changed contact information and did minor
                       stylistic changes.

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().
11
10
 
12
11
* splashy
13
12
** TODO [#A] Re-raise signal received when exiting due to handled signal  :test:
14
13
** TODO [#B] use scandir(3) instead of readdir(3)
15
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
14
** TODO [#B] Prefix all debug output with argv[0]
16
15
 
17
16
* usplash
18
17
** TODO [#A] Re-raise signal received when exiting due to handled signal.
19
18
** 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.
 
19
** TODO [#B] Prefix all debug output with argv[0]
25
20
 
26
21
* password-prompt
27
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
22
** TODO [#B] Prefix all debug output with argv[0]
28
23
 
29
24
* plugin-runner
30
25
** TODO [#B] use scandir(3) instead of readdir(3)