/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-15 21:09:25 UTC
  • mfrom: (24.1.52 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080815210925-32718zu3nrlotix5
Merge.

* plugin-runner.c (ARGFILE): Renamed to "plugin-runner.conf".

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* [#A] README file
4
4
 
5
5
* Plugin-runner
 
6
** [#A] Change syntax for arguments
6
7
** [#B] Add more comments to code
7
8
** [#B] Add more if(debug) calls
8
9
** [#B] Seperate more code to function for more readability
24
25
    Text needed
25
26
*** SEE ALSO
26
27
    Explaining test on what you can read
 
28
** Use asprintf instead of malloc and strcat?
 
29
** Support in configuration file for environment variables
27
30
** Keydir move: /etc/mandos -> /etc/keys/mandos
28
31
   Must create in preinst if not pre-depending on cryptsetup
29
32
 
54
57
    Create this section
55
58
*** SEE ALSO
56
59
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
57
 
*** ENVIRONMENT
58
 
    Document use of "cryptsource" and "crypttarget".
59
60
** IPv4 support
60
61
** use strsep instead of strtok?
61
62
** Do not depend on GnuPG key rings on disk
64
65
 
65
66
* Password-prompt
66
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".
67
71
*** DESCRIPTION
68
72
    Move options to new OPTIONS section.
69
73
*** EXIT STATUS
88
92
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
89
93
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
90
94
   [[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?]]
 
95
** Replace completely with "/lib/cryptsetup/askpass"?
91
96
 
92
97
* Mandos (server)
93
98
** [#A] Command man page: man8/mandos.8