/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: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
* [#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
57
60
** Use asprintf instead of malloc and memcpy?
58
61
** IPv4 support
59
62
** use strsep instead of strtok?
60
 
** Do not depend on GnuPG key rings on disk
61
 
   This would mean creating new GnuPG key rings with GPGME by
62
 
   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.
63
66
 
64
67
* Password-prompt
65
68
** [#A] Man page: man8/password-prompt.8mandos