=== modified file 'TODO'
--- TODO 2008-08-16 16:58:31 +0000
+++ TODO 2008-08-16 20:31:21 +0000
@@ -3,13 +3,9 @@
* [#A] README file
* Plugin-runner
-** [#A] Free plugin name and args
- [[file:plugin-runner.c::free%20plugin_list][file:plugin-runner.c::free plugin_list]] (both places)
-** [#A] Change syntax for arguments
** [#B] Add more comments to code
** [#B] Add more if(debug) calls
** [#B] Seperate more code to function for more readability
-** [#B] Make free_plugin_list() function
** [#A] Man page: man8/plugin-runner.8mandos
*** DESCRIPTION
Describe the plus sign syntax for passing options from crypttab
@@ -68,9 +64,6 @@
* Password-prompt
** [#A] Man page: man8/password-prompt.8mandos
-** Show getenv("cryptsource") and getenv("crypttarget") if set
- cryptsource will be the device, like "/dev/sda3", and crypttarget
- will be the device mapper name, like "sda3_crypt".
*** DESCRIPTION
Move options to new OPTIONS section.
*** EXIT STATUS
@@ -95,7 +88,6 @@
does not. See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
[[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
[[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?]]
-** Replace completely with "/lib/cryptsetup/askpass"?
* Mandos (server)
** [#A] Command man page: man8/mandos.8
=== modified file 'mandos.xml'
--- mandos.xml 2008-08-10 00:18:25 +0000
+++ mandos.xml 2008-08-16 20:31:21 +0000
@@ -104,6 +104,10 @@
clients. Any authenticated client is then given its encrypted
password.
+
+
+
+ OPTIONS
@@ -203,7 +207,55 @@
-
+
+
+ EXIT STATUS
+
+
+
+
+
+ FILES
+
+
+
+
+
+ NOTES
+
+
+
+
+
+ BUGS
+
+
+
+
+
+ EXAMPLES
+
+
+
+
+
+ SECURITY
+
+
+
+
+
+ SEE ALSO
+
+ plugin-runner
+ 8mandos,
+ password-request
+ 8mandos and
+ password-prompt
+ 8mandos
+
+
+
=== modified file 'plugin-runner.xml'
--- plugin-runner.xml 2008-08-14 02:24:59 +0000
+++ plugin-runner.xml 2008-08-16 20:31:21 +0000
@@ -230,31 +230,31 @@
FILES
-
+
NOTES
-
+
BUGS
-
+
EXAMPLES
-
+
SECURITY
-
+
@@ -263,9 +263,11 @@
mandos
8,
password-request
- 8mandos and
+ 8mandos,
password-prompt
- 8mandos
+ 8mandos, and
+ cryptsetup
+ 8
=== modified file 'plugins.d/password-prompt.xml'
--- plugins.d/password-prompt.xml 2008-08-10 00:07:24 +0000
+++ plugins.d/password-prompt.xml 2008-08-16 20:31:21 +0000
@@ -101,6 +101,14 @@
when a password is given it then gets forwarded to
LUKS.
+
+
+
+ OPTIONS
+
+ Commonly not invoked as command lines but from configuration
+ file of plugin runner.
+
@@ -150,4 +158,47 @@
+
+
+ EXIT STATUS
+
+
+
+
+
+ NOTES
+
+
+
+
+
+ BUGS
+
+
+
+
+
+ EXAMPLES
+
+
+
+
+
+ SECURITY
+
+
+
+
+
+ SEE ALSO
+
+ mandos
+ 8,
+ plugin-runner
+ 8mandos and
+ password-request
+ 8mandos
+
+
+
=== modified file 'plugins.d/password-request.xml'
--- plugins.d/password-request.xml 2008-08-10 00:07:24 +0000
+++ plugins.d/password-request.xml 2008-08-16 20:31:21 +0000
@@ -105,6 +105,14 @@
passwords given is automaticly decrypted and passed to
cryptsetup.
+
+
+
+ OPTIONS
+
+ Commonly not invoked as command lines but from configuration
+ file of plugin runner.
+
@@ -214,4 +222,52 @@
+
+
+ EXIT STATUS
+
+
+
+
+
+ FILES
+
+
+
+
+
+ NOTES
+
+
+
+
+
+ BUGS
+
+
+
+
+
+ EXAMPLES
+
+
+
+
+
+ SECURITY
+
+
+
+
+
+ SEE ALSO
+
+ mandos
+ 8,
+ plugin-runner
+ 8mandos and
+ password-prompt
+ 8mandos
+
+