/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

Added configuration files support for mandos-client
Removed plus argument support for mandos-client

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
** use strsep instead of strtok?
27
27
** use config file in addition to arguments
28
28
** pass things in environment, like device name, etc
29
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
30
 
   Must create in preinst if not pre-depending on cryptsetup
31
29
 
32
30
* Password-request
33
31
** [#A] Man page: man8/password-request.8mandos
56
54
    Create this section
57
55
*** SEE ALSO
58
56
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
 
57
** Use asprintf instead of malloc and memcpy?
59
58
** IPv4 support
60
59
** use strsep instead of strtok?
61
60
** Do not depend on GnuPG key rings on disk
64
63
 
65
64
* Password-prompt
66
65
** [#A] Man page: man8/password-prompt.8mandos
67
 
** Show getenv("cryptsource") and getenv("crypttarget") if set
68
 
   cryptsource will be the device, like "/dev/sda3", and crypttarget
69
 
   will be the device mapper name, like "sda3_crypt".
70
66
*** DESCRIPTION
71
67
    Move options to new OPTIONS section.
72
68
*** EXIT STATUS