/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

Added configuration files support for mandos-client
Removed plus argument support for mandos-client

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
32
29
 
33
30
* Password-request
34
31
** [#A] Man page: man8/password-request.8mandos
 
32
** [#B] Temporarily lower kernel log level
 
33
   for less printouts during sucessfull boot.
35
34
*** DESCRIPTION
36
35
    Move options to new OPTIONS section.
37
36
    State that this command is not meant to be invoked directly, but
58
57
** Use asprintf instead of malloc and memcpy?
59
58
** IPv4 support
60
59
** 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.
 
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.
64
63
 
65
64
* Password-prompt
66
65
** [#A] Man page: man8/password-prompt.8mandos