/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-10-18 16:09:05 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091018160905-ep07o5cwedsegz9x
* plugins.d/askpass-fifo.c: Do close(STDOUT_FILENO) before exiting to
                            check its return code.  Use exit codes
                            from <sysexits.h>.
* plugins.d/splashy.c: Use exit codes from <sysexits.h> in the fork to
                       exec the "splashy_update" command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
* usplash
19
19
** TODO [#B] use scandir(3) instead of readdir(3)
20
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
21
** TODO use error() instead of perror()
21
22
** TODO use EX_* from <sysexits.h>
22
 
** TODO use error() instead of perror()
23
23
 
24
24
* askpass-fifo
25
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO use error() instead of perror()
26
27
** TODO [#B] Drop privileges after opening FIFO.
27
 
** TODO use EX_* from <sysexits.h>
28
 
** TODO use error() instead of perror()
29
28
 
30
29
* password-prompt
31
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO use error() instead of perror()
32
32
** TODO use EX_* from <sysexits.h>
33
 
** TODO use error() instead of perror()
34
33
 
35
34
* TODO passdev
36
35