/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

Fixed unkown -> unknown
updated TODO

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
 
** [#A] Change syntax for arguments
 
9
** [#A] Change syntaxt for arguments
7
10
** [#A] Man page: man8/mandos-client.8mandos
8
11
*** DESCRIPTION
9
12
    Describe the plus sign syntax for passing options from crypttab
22
25
    Text needed
23
26
*** SEE ALSO
24
27
    Explaining test on what you can read
 
28
** [#A] Fallback on error
25
29
** Use asprintf instead of malloc and strcat?
26
30
** use strsep instead of strtok?
27
31
** use config file in addition to arguments
29
33
 
30
34
* Password-request
31
35
** [#A] Man page: man8/password-request.8mandos
32
 
** [#B] Temporarily lower kernel log level
33
 
   for less printouts during sucessfull boot.
34
36
*** DESCRIPTION
35
37
    Move options to new OPTIONS section.
36
38
    State that this command is not meant to be invoked directly, but
57
59
** Use asprintf instead of malloc and memcpy?
58
60
** IPv4 support
59
61
** 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.
 
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.
63
65
 
64
66
* Password-prompt
65
67
** [#A] Man page: man8/password-prompt.8mandos
135
137
** Enable client
136
138
 
137
139
* Installer
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.
 
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
150
146
 
151
147
* [#A] Package
 
148
** /etc/bash_completion.d/mandos
152
149
** /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.
156
 
** /etc/bash_completion.d/mandos
157
 
*** From xml sources directly?
 
150
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
 
151
*** Create GPG key ring files in initrd
158
152
** unperish
159
153
** bzr-builddeb
160
154