6
6
** [#B] Add more comments to code
7
7
** [#B] Add more if(debug) calls
8
8
** [#B] Seperate more code to function for more readability
9
9
** [#A] Man page: man8/plugin-runner.8mandos
13
12
Examples of normal usage, debug usage, debugging single or all
22
18
Explaining text on what you can read
23
19
** Keydir move: /etc/mandos -> /etc/keys/mandos
24
20
Must create in preinst if not pre-depending on cryptsetup
27
23
** [#A] Man page: man8/password-request.8mandos
28
** [#B] Temporarily lower kernel log level
29
for less printouts during sucessfull boot.
25
Document short options
31
Move options to new OPTIONS section.
32
27
State that this command is not meant to be invoked directly, but
33
28
is run as a plugin from mandos-client(8) and only run in the
34
29
initrd environment, not the real system.
36
Note that it does *not* currently use cryptsource or crypttarget.
38
Describe the key files and the key ring files. Also note that
39
they should normally have been automatically created.
38
42
Examples of normal usage, debug usage, debugging by connecting
41
Describe the key files and the key ring files. Also note that
42
they should normally have been automatically created.
50
Refer to mandos-client(8mandos) and password-prompt(8mandos)
52
Document use of "cryptsource" and "crypttarget".
46
Update from mandos.xml
47
** [#B] Temporarily lower kernel log level
48
for less printouts during sucessfull boot.
54
50
** use strsep instead of strtok?
55
51
** Do not depend on GnuPG key rings on disk
56
52
This would mean creating new GnuPG key rings with GPGME by
57
53
importing the key files from scratch on every program start.
60
56
** [#A] Man page: man8/password-prompt.8mandos
58
Document short options
62
Move options to new OPTIONS section.
63
60
Note that this is more or less a simple getpass(3) wrapper, even
64
61
though actual use of getpass(3) is not guaranteed.
64
Document use of "cryptsource" and "crypttarget".
68
68
Examples of normal usage, debug usage, with a prefix, etc.
73
70
Not much to do here but it is noteworthy to state the danger of
74
71
not having a fallback option.
78
73
Refer to mandos-client(8mandos) and password-request(8mandos)
74
and also, perhaps, to cryptsetup(8)?
80
76
Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
81
77
does not. See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
82
78
[[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
83
79
[[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?]]
86
82
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
87
83
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
88
84
** [#A] /etc/init.d/mandos-server :teddy: