/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-10 00:12:22 UTC
  • mfrom: (24.1.34 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080810001222-2apzjania6io2619
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
* Mandos-client
9
9
** [#A] Man page: man8/mandos-client.8mandos
 
10
*** SYNOPSIS
 
11
    Needs options listed, not just "[OPTION...]"
 
12
*** DESCRIPTION
 
13
    Move options to new OPTIONS section.
 
14
    State that this command is not meant to be invoked directly, but
 
15
    is meant to be run by cryptsetup by being specified in
 
16
    /etc/crypttab and only run in the initrd environment, not the real
 
17
    system.
10
18
*** EXIT STATUS
11
19
    Create this section
12
20
*** USAGE
27
35
*** SEE ALSO
28
36
    Refer to mandos(8), password-request(8mandos), and
29
37
    password-prompt(8mandos)
30
 
** Use asprintf instead of malloc and strcat?
 
38
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
31
39
** use strsep instead of strtok?
32
40
** use config file in addition to arguments
33
41
** pass things in environment, like device name, etc
37
45
 
38
46
* Password-request
39
47
** [#A] Man page: man8/password-request.8mandos
 
48
*** SYNOPSIS
 
49
    Needs options listed, not just "[OPTION...]"
40
50
*** DESCRIPTION
41
51
    Move options to new OPTIONS section.
42
52
    State that this command is not meant to be invoked directly, but
60
70
    Create this section
61
71
*** SEE ALSO
62
72
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
63
 
** Use asprintf instead of malloc and memcpy?
 
73
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
74
** start_mandos_communication: loop around gnutls_handshake
 
75
   [[info:gnutls.info.gz:Core%20functions][gnutls_handshake]]
64
76
** IPv4 support
65
77
** use strsep instead of strtok?
66
78
** Do not depend on GPG key rings on disk
69
81
 
70
82
* Password-prompt
71
83
** [#A] Man page: man8/password-prompt.8mandos
 
84
*** SYNOPSIS
 
85
    Needs options listed, not just "[OPTION...]"
72
86
*** DESCRIPTION
73
87
    Move options to new OPTIONS section.
74
88
*** EXIT STATUS
96
110
 
97
111
* Mandos (server)
98
112
** [#A] Command man page: man8/mandos.8
 
113
*** SYNOPSIS
 
114
    Needs options listed, not just "[OPTION...]"
99
115
*** DESCRIPTION
100
116
    Move options to new OPTIONS section
101
117
*** EXIT STATUS
150
166
** /etc/initramfs-tools/hooks/mandos
151
167
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
152
168
*** Create GPG key ring files in initrd
153
 
** unperish
154
 
** bzr-builddeb
155
169
 
156
170
* INSTALL file
157
171