/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:
2
2
 
3
3
* [#A] README file
4
4
 
5
 
* Plugin-runner
 
5
* Mandos-client
6
6
** [#A] Change syntax for arguments
7
 
** [#B] Add more comments to code
8
 
** [#B] Add more if(debug) calls
9
 
** [#B] Seperate more code to function for more readability
10
 
** [#A] Man page: man8/plugin-runner.8mandos
 
7
** [#A] Man page: man8/mandos-client.8mandos
11
8
*** DESCRIPTION
12
9
    Describe the plus sign syntax for passing options from crypttab
13
10
*** EXIT STATUS
26
23
*** SEE ALSO
27
24
    Explaining test on what you can read
28
25
** Use asprintf instead of malloc and strcat?
29
 
** Support in configuration file for environment variables
30
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
31
 
   Must create in preinst if not pre-depending on cryptsetup
 
26
** use strsep instead of strtok?
 
27
** use config file in addition to arguments
 
28
** pass things in environment, like device name, etc
32
29
 
33
30
* Password-request
34
31
** [#A] Man page: man8/password-request.8mandos
57
54
    Create this section
58
55
*** SEE ALSO
59
56
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
 
57
** Use asprintf instead of malloc and memcpy?
60
58
** IPv4 support
61
59
** use strsep instead of strtok?
62
60
** Do not depend on GnuPG key rings on disk
65
63
 
66
64
* Password-prompt
67
65
** [#A] Man page: man8/password-prompt.8mandos
68
 
** Show getenv("cryptsource") and getenv("crypttarget") if set
69
 
   cryptsource will be the device, like "/dev/sda3", and crypttarget
70
 
   will be the device mapper name, like "sda3_crypt".
71
66
*** DESCRIPTION
72
67
    Move options to new OPTIONS section.
73
68
*** EXIT STATUS