/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

* 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