/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: Björn Påhlsson
  • Date: 2008-08-16 20:31:21 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: belorn@braxen-20080816203121-u3uavdi14y1xjj0b
updated some partial manual pages

Show diffs side-by-side

added added

removed removed

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