/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 17:29:55 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091018172955-qqnsfad2lkpkt35f
* plugins.d/password-prompt.c: Use exit codes from <sysexits.h>.  Do
                               close(STDOUT_FILENO) after writing to
                               check its return code.

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 use EX_* from <sysexits.h>
 
32
** TODO lock stdin (with flock()?)
33
33
 
34
34
* TODO passdev
35
35