/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

  • Committer: Teddy Hogeborn
  • Date: 2008-08-12 19:47:50 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080812194750-uebbpk9ynxt3sjnt
* initramfs-tools-hook (gpg): Added "--no-random-seed-file" and
                              "--no-default-keyring".  Bug fix: moved
                              "--import" to end.

* mandos-keygen (gpg): Added "--no-options".

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
57
57
    Create this section
58
58
*** SEE ALSO
59
59
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
 
60
** Use asprintf instead of malloc and memcpy?
60
61
** IPv4 support
61
62
** 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.
 
63
** Do not depend on GPG key rings on disk
 
64
   This would mean creating new GPG key rings with GPGME by importing
 
65
   the key files from scratch on every program start.
65
66
 
66
67
* Password-prompt
67
68
** [#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
69
*** DESCRIPTION
72
70
    Move options to new OPTIONS section.
73
71
*** EXIT STATUS