/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-12 19:22:34 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080812192234-8bm17713ltih9ud1
* initramfs-tools-hook: New.
* initramfs-tools-hook-conf: New.

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)
 
5
* [#A] COPYING file
 
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
 
7
 
 
8
* Mandos-client
8
9
** [#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
 
10
** [#A] Man page: man8/mandos-client.8mandos
14
11
*** DESCRIPTION
15
12
    Describe the plus sign syntax for passing options from crypttab
16
13
*** EXIT STATUS
28
25
    Text needed
29
26
*** SEE ALSO
30
27
    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
 
28
** Use asprintf instead of malloc and strcat?
 
29
** use strsep instead of strtok?
 
30
** use config file in addition to arguments
 
31
** pass things in environment, like device name, etc
33
32
 
34
33
* Password-request
35
34
** [#A] Man page: man8/password-request.8mandos
36
 
** [#B] Temporarily lower kernel log level
37
 
   for less printouts during sucessfull boot.
38
35
*** DESCRIPTION
39
36
    Move options to new OPTIONS section.
40
37
    State that this command is not meant to be invoked directly, but
58
55
    Create this section
59
56
*** SEE ALSO
60
57
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
61
 
*** ENVIRONMENT
62
 
    Document use of "cryptsource" and "crypttarget".
 
58
** Use asprintf instead of malloc and memcpy?
63
59
** IPv4 support
64
60
** 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.
 
61
** Do not depend on GPG key rings on disk
 
62
   This would mean creating new GPG key rings with GPGME by importing
 
63
   the key files from scratch on every program start.
68
64
 
69
65
* Password-prompt
70
66
** [#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
67
*** DESCRIPTION
75
68
    Move options to new OPTIONS section.
76
69
*** EXIT STATUS