/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-11 07:41:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080811074140-3wrl2jux1s0jy5kk
* mandos-client.c (print_out_password): Strip trailing '\n'.
  (main): Do not add trailing newline on fallback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* [#A] README file
4
4
 
5
 
* Plugin-runner
6
 
** [#A] Free plugin name and args
7
 
   [[file:plugin-runner.c::free%20plugin_list][file:plugin-runner.c::free plugin_list]] (both places)
8
 
** [#A] Change syntax for arguments
9
 
** [#B] Add more comments to code
10
 
** [#B] Add more if(debug) calls
11
 
** [#B] Seperate more code to function for more readability
12
 
** [#B] Make free_plugin_list() function
13
 
** [#A] Man page: man8/plugin-runner.8mandos
 
5
* [#A] COPYING file
 
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
 
7
 
 
8
* Mandos-client
 
9
** [#A] Man page: man8/mandos-client.8mandos
14
10
*** DESCRIPTION
15
11
    Describe the plus sign syntax for passing options from crypttab
16
12
*** EXIT STATUS
28
24
    Text needed
29
25
*** SEE ALSO
30
26
    Explaining test on what you can read
31
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
32
 
   Must create in preinst if not pre-depending on cryptsetup
 
27
** Use asprintf instead of malloc and strcat?
 
28
** use strsep instead of strtok?
 
29
** use config file in addition to arguments
 
30
** pass things in environment, like device name, etc
33
31
 
34
32
* Password-request
35
33
** [#A] Man page: man8/password-request.8mandos
36
 
** [#B] Temporarily lower kernel log level
37
 
   for less printouts during sucessfull boot.
38
34
*** DESCRIPTION
39
35
    Move options to new OPTIONS section.
40
36
    State that this command is not meant to be invoked directly, but
58
54
    Create this section
59
55
*** SEE ALSO
60
56
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
61
 
*** ENVIRONMENT
62
 
    Document use of "cryptsource" and "crypttarget".
 
57
** Use asprintf instead of malloc and memcpy?
63
58
** IPv4 support
64
59
** use strsep instead of strtok?
65
 
** Do not depend on GnuPG key rings on disk
66
 
   This would mean creating new GnuPG key rings with GPGME by
67
 
   importing the key files from scratch on every program start.
 
60
** Do not depend on GPG key rings on disk
 
61
   This would mean creating new GPG key rings with GPGME by importing
 
62
   the key files from scratch on every program start.
68
63
 
69
64
* Password-prompt
70
65
** [#A] Man page: man8/password-prompt.8mandos
71
 
** Show getenv("cryptsource") and getenv("crypttarget") if set
72
 
   cryptsource will be the device, like "/dev/sda3", and crypttarget
73
 
   will be the device mapper name, like "sda3_crypt".
74
66
*** DESCRIPTION
75
67
    Move options to new OPTIONS section.
76
68
*** EXIT STATUS
143
135
** Enable client
144
136
 
145
137
* Installer
146
 
** Client
147
 
*** DONE [#A] Change initrd.img file to not be publically readable
148
 
    /usr/share/initramfs-tools/conf-hooks.d/mandos
149
 
    UMASK=027
150
 
*** Update initrd.img after installation
151
 
** Server
152
 
*** [#A] Create mandos user and group for server
153
 
*** [#A] Create /var/run/mandos directory with perm and ownership
154
 
 
155
 
** mandos-keygen
156
 
*** [#A] Command man page: man8/mandos-keygen.8
157
 
*** [#A] Output cut-and-paste ready snippet for clients.conf.
 
138
** DONE [#A] Change initrd.img file to not be publically readable
 
139
   /etc/initramfs-tools/conf.d/mandos
 
140
   UMASK=027
 
141
** Update initrd.img after installation
 
142
** [#A] Create mandos user and group for server
 
143
** [#A] Create /var/run/mandos directory with perm and ownership
158
144
 
159
145
* [#A] Package
 
146
** /etc/bash_completion.d/mandos
160
147
** /usr/share/initramfs-tools/hooks/mandos
161
 
*** Do not install in initrd.img if configured not to
162
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
163
 
    question.
164
 
** /etc/bash_completion.d/mandos
165
 
*** From xml sources directly?
 
148
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
 
149
*** Create GPG key ring files in initrd
166
150
** unperish
167
151
** bzr-builddeb
168
152