/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:
29
29
* password-prompt
30
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
31
31
** TODO use error() instead of perror()
32
 
** TODO lock stdin (with flock()?)
 
32
** TODO use EX_* from <sysexits.h>
33
33
 
34
34
* TODO passdev
35
35