/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-14 02:29:36 UTC
  • mfrom: (24.1.50 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080814022936-ook77vj8i1a42msu
Merge.

* Makefile (OPTIMIZE): Uncommented again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* [#A] README file
4
4
 
5
 
* [#A] COPYING file
6
 
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
7
 
 
8
5
* Mandos-client
9
6
** [#A] Change syntax for arguments
10
7
** [#A] Man page: man8/mandos-client.8mandos
29
26
** use strsep instead of strtok?
30
27
** use config file in addition to arguments
31
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
32
31
 
33
32
* Password-request
34
33
** [#A] Man page: man8/password-request.8mandos
 
34
** [#B] Temporarily lower kernel log level
 
35
   for less printouts during sucessfull boot.
35
36
*** DESCRIPTION
36
37
    Move options to new OPTIONS section.
37
38
    State that this command is not meant to be invoked directly, but
58
59
** Use asprintf instead of malloc and memcpy?
59
60
** IPv4 support
60
61
** use strsep instead of strtok?
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.
 
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.
64
65
 
65
66
* Password-prompt
66
67
** [#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".
67
71
*** DESCRIPTION
68
72
    Move options to new OPTIONS section.
69
73
*** EXIT STATUS