/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
*** SEE ALSO
28
28
    Refer to mandos(8), password-request(8mandos), and
29
29
    password-prompt(8mandos)
30
 
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
30
** Use asprintf instead of malloc and strcat?
31
31
** use strsep instead of strtok?
32
32
** use config file in addition to arguments
33
33
** pass things in environment, like device name, etc
60
60
    Create this section
61
61
*** SEE ALSO
62
62
    Refer to mandos-client(8mandos) and password-prompt(8mandos)
63
 
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
64
 
** start_mandos_communication: loop around gnutls_handshake
65
 
   [[info:gnutls.info.gz:Core%20functions][gnutls_handshake]]
 
63
** Use asprintf instead of malloc and memcpy?
66
64
** IPv4 support
67
65
** use strsep instead of strtok?
68
66
** Do not depend on GPG key rings on disk
152
150
** /etc/initramfs-tools/hooks/mandos
153
151
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
154
152
*** Create GPG key ring files in initrd
 
153
** unperish
 
154
** bzr-builddeb
155
155
 
156
156
* INSTALL file
157
157