/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
 
** [#A] Change syntaxt for arguments
 
6
** [#A] Change syntax for arguments
10
7
** [#A] Man page: man8/mandos-client.8mandos
11
8
*** DESCRIPTION
12
9
    Describe the plus sign syntax for passing options from crypttab
25
22
    Text needed
26
23
*** SEE ALSO
27
24
    Explaining test on what you can read
28
 
** [#A] Fallback on error
29
25
** Use asprintf instead of malloc and strcat?
30
26
** use strsep instead of strtok?
31
27
** use config file in addition to arguments
33
29
 
34
30
* Password-request
35
31
** [#A] Man page: man8/password-request.8mandos
 
32
** [#B] Temporarily lower kernel log level
 
33
   for less printouts during sucessfull boot.
36
34
*** DESCRIPTION
37
35
    Move options to new OPTIONS section.
38
36
    State that this command is not meant to be invoked directly, but
59
57
** Use asprintf instead of malloc and memcpy?
60
58
** IPv4 support
61
59
** use strsep instead of strtok?
62
 
** Do not depend on GPG key rings on disk
63
 
   This would mean creating new GPG key rings with GPGME by importing
64
 
   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.
65
63
 
66
64
* Password-prompt
67
65
** [#A] Man page: man8/password-prompt.8mandos
137
135
** Enable client
138
136
 
139
137
* Installer
140
 
** DONE [#A] Change initrd.img file to not be publically readable
141
 
   /etc/initramfs-tools/conf.d/mandos
142
 
   UMASK=027
143
 
** Update initrd.img after installation
144
 
** [#A] Create mandos user and group for server
145
 
** [#A] Create /var/run/mandos directory with perm and ownership
 
138
** Client
 
139
*** DONE [#A] Change initrd.img file to not be publically readable
 
140
    /usr/share/initramfs-tools/conf-hooks.d/mandos
 
141
    UMASK=027
 
142
*** Update initrd.img after installation
 
143
** Server
 
144
*** [#A] Create mandos user and group for server
 
145
*** [#A] Create /var/run/mandos directory with perm and ownership
 
146
 
 
147
** mandos-keygen
 
148
*** [#A] Command man page: man8/mandos-keygen.8
 
149
*** [#A] Output cut-and-paste ready snippet for clients.conf.
146
150
 
147
151
* [#A] Package
 
152
** /usr/share/initramfs-tools/hooks/mandos
 
153
*** Do not install in initrd.img if configured not to
 
154
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
 
155
    question.
148
156
** /etc/bash_completion.d/mandos
149
 
** /usr/share/initramfs-tools/hooks/mandos
150
 
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
151
 
*** Create GPG key ring files in initrd
 
157
*** From xml sources directly?
152
158
** unperish
153
159
** bzr-builddeb
154
160