/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: 2008-08-12 19:22:34 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080812192234-8bm17713ltih9ud1
* initramfs-tools-hook: New.
* initramfs-tools-hook-conf: New.

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
* [#A] COPYING file
 
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
 
7
 
 
8
* Mandos-client
6
9
** [#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
 
10
** [#A] Man page: man8/mandos-client.8mandos
11
11
*** DESCRIPTION
12
12
    Describe the plus sign syntax for passing options from crypttab
13
13
*** EXIT STATUS
26
26
*** SEE ALSO
27
27
    Explaining test on what you can read
28
28
** 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
 
29
** use strsep instead of strtok?
 
30
** use config file in addition to arguments
 
31
** pass things in environment, like device name, etc
32
32
 
33
33
* Password-request
34
34
** [#A] Man page: man8/password-request.8mandos
35
 
** [#B] Temporarily lower kernel log level
36
 
   for less printouts during sucessfull boot.
37
35
*** DESCRIPTION
38
36
    Move options to new OPTIONS section.
39
37
    State that this command is not meant to be invoked directly, but
57
55
    Create this section
58
56
*** SEE ALSO
59
57
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
 
58
** Use asprintf instead of malloc and memcpy?
60
59
** IPv4 support
61
60
** use strsep instead of strtok?
62
 
** Do not depend on GnuPG key rings on disk
63
 
   This would mean creating new GnuPG key rings with GPGME by
64
 
   importing the key files from scratch on every program start.
 
61
** Do not depend on GPG key rings on disk
 
62
   This would mean creating new GPG key rings with GPGME by importing
 
63
   the key files from scratch on every program start.
65
64
 
66
65
* Password-prompt
67
66
** [#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
67
*** DESCRIPTION
72
68
    Move options to new OPTIONS section.
73
69
*** EXIT STATUS