/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 20:00:36 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080812200036-z10kv68i2c1kcagg
* Makefile (install-client): Bug fix: Do not fail if plugin dir
                             already exist.  Bug fix: Do not fail if
                             old keys exist.
  (uninstall-server, uninstall-client, purge-server): Bug fix: Removed
                                                      invalid
                                                      "--force" option
                                                      for rmdir.
  (purge-server): Remove "mandos.conf", not "server.conf".

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
 
5
8
* Mandos-client
6
9
** [#A] Change syntax for arguments
7
10
** [#A] Man page: man8/mandos-client.8mandos
26
29
** use strsep instead of strtok?
27
30
** use config file in addition to arguments
28
31
** 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
32
 
32
33
* Password-request
33
34
** [#A] Man page: man8/password-request.8mandos
59
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