/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

  • Committer: Teddy Hogeborn
  • Date: 2008-08-14 02:24:59 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080814022459-rq3jt4q409l3qbj3
* Makefile (PREFIX, CONFDIR): New.

* initramfs-tools-hook: Search for Mandos in /usr/local as well as in
                        /usr.  Also copy plugin-runner.  Also chmod
                        the config dir.
  (DESTCONFDIR): Removed.
  (MANDOSDIR): New.
  (PLUGINDIR): Changed to "${MANDOSDIR}/plugins.d".

* initramfs-tools-script: New.

* mandos-client.c: Renamed to "plugin-runner.c".  All references
                   changed.
  (plugindir): Changed to "/lib/mandos/plugins.d".

* plugins.d/usplash: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
** use strsep instead of strtok?
27
27
** use config file in addition to arguments
28
28
** pass things in environment, like device name, etc
 
29
** Keydir move: /etc/mandos -> /etc/keys/mandos
 
30
   Must create in preinst if not pre-depending on cryptsetup
29
31
 
30
32
* Password-request
31
33
** [#A] Man page: man8/password-request.8mandos
63
65
 
64
66
* Password-prompt
65
67
** [#A] Man page: man8/password-prompt.8mandos
 
68
** Show getenv("cryptsource") and getenv("crypttarget") if set
 
69
   cryptsource will be the device, like "/dev/sda3", and crypttarget
 
70
   will be the device mapper name, like "sda3_crypt".
66
71
*** DESCRIPTION
67
72
    Move options to new OPTIONS section.
68
73
*** EXIT STATUS