/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

changed description to better fit role

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
 
** Use asprintf instead of malloc and strcat?
 
30
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
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
 
** Use asprintf instead of malloc and memcpy?
 
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]]
64
66
** IPv4 support
65
67
** use strsep instead of strtok?
66
68
** Do not depend on GPG key rings on disk
150
152
** /etc/initramfs-tools/hooks/mandos
151
153
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
152
154
*** Create GPG key ring files in initrd
153
 
** unperish
154
 
** bzr-builddeb
155
155
 
156
156
* INSTALL file
157
157