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
6
** [#B] Add more comments to code
10
7
** [#B] Add more if(debug) calls
11
8
** [#B] Seperate more code to function for more readability
12
** [#B] Make free_plugin_list() function
13
9
** [#A] Man page: man8/plugin-runner.8mandos
15
Describe the plus sign syntax for passing options from crypttab
19
13
Examples of normal usage, debug usage, debugging single or all
20
plugins, examples of crypttab lines with plus syntax, etc.
30
Explaining test on what you can read
31
** Support in configuration file for environment variables
22
Explaining text on what you can read
32
23
** Keydir move: /etc/mandos -> /etc/keys/mandos
33
24
Must create in preinst if not pre-depending on cryptsetup
36
27
** [#A] Man page: man8/password-request.8mandos
37
** Make prompt exactly like the normal prompt
38
Use environment variables:
39
"Enter passphrase to unlock the disk $cryptsource ($crypttarget): "
40
[[file:plugins.d/password-prompt.c::fprintf%20stderr%20s%20Password%20prefix][Here]]
41
28
** [#B] Temporarily lower kernel log level
42
29
for less printouts during sucessfull boot.
57
44
Create this section
59
46
Create this section
61
Create this section (if needed)
63
48
Create this section
65
50
Refer to mandos-client(8mandos) and password-prompt(8mandos)
52
Document use of "cryptsource" and "crypttarget".
67
54
** use strsep instead of strtok?
68
55
** Do not depend on GnuPG key rings on disk
73
60
** [#A] Man page: man8/password-prompt.8mandos
74
** Show getenv("cryptsource") and getenv("crypttarget") if set
75
cryptsource will be the device, like "/dev/sda3", and crypttarget
76
will be the device mapper name, like "sda3_crypt".
78
62
Move options to new OPTIONS section.
63
Note that this is more or less a simple getpass(3) wrapper, even
64
though actual use of getpass(3) is not guaranteed.
80
66
Create this section
86
72
Create this section
87
73
Not much to do here but it is noteworthy to state the danger of
88
74
not having a fallback option.
90
Note that this is more or less a simple getpass(3) wrapper, even
91
though actual use of getpass(3) is not guaranteed.
93
76
Create this section
98
81
does not. See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
99
82
[[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
100
83
[[http://www.steve.org.uk/Reference/Unix/faq_4.html#SEC48][Unix Programming FAQ 3.1 How can I make my program not echo input?]]
101
** Replace completely with "/lib/cryptsetup/askpass"?
104
86
** [#A] Command man page: man8/mandos.8
106
Move options to new OPTIONS section
112
Describe briefly that the server gets global settings from
113
mandos.conf and clients from clients.conf, but refer to their man
114
pages for more details.
120
Create this section (if needed)
124
Refer to the client man page
125
87
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
126
88
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
127
89
** [#A] /etc/init.d/mandos-server :teddy:
159
121
*** [#A] Command man page: man8/mandos-keygen.8
160
127
*** [#A] Output cut-and-paste ready snippet for clients.conf.
163
130
** /usr/share/initramfs-tools/hooks/mandos
164
*** Do not install in initrd.img if configured not to
131
*** Do not install in initrd.img if configured not to.
165
132
Use "/etc/initramfs-tools/conf.d/mandos"? Definitely a debconf
167
134
** /etc/bash_completion.d/mandos
168
*** From xml sources directly?
135
*** From XML sources directly?