/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 23:13:41 UTC
  • mfrom: (24.1.48 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080812231341-2qd2xg3h3bkjthl2
* Makefile (COVERAGE): Change back to "--coverage".

* mandos-keygen: Implemented "--version" and "--help".

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
60
57
** Use asprintf instead of malloc and memcpy?
61
58
** IPv4 support
62
59
** use strsep instead of strtok?
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.
 
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.
66
63
 
67
64
* Password-prompt
68
65
** [#A] Man page: man8/password-prompt.8mandos