/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:
1
1
-*- org -*-
2
2
 
3
 
* README file
 
3
* [#A] README file
4
4
 
5
 
* COPYING file
 
5
* [#A] COPYING file
6
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
7
7
 
8
8
* Mandos-client
14
14
 
15
15
* Password-request
16
16
** [#A] Man page: man8/password-request.8mandos
17
 
** [#A] check return codes of all system calls
18
 
** [#B] header files/symbols tally
19
17
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
18
** start_mandos_communication: loop around gnutls_handshake
 
19
   [[info:gnutls.info.gz:Core%20functions][gnutls_handshake]]
20
20
** IPv4 support
21
21
** use strsep instead of strtok?
22
22
** Do not depend on GPG key rings on disk
56
56
 
57
57
* Installer
58
58
** [#A] Change initrd.img file to not be publically readable
 
59
   /etc/initramfs-tools/conf.d/mandos
 
60
   UMASK=027
59
61
** [#A] Create /etc/initramfs-tools/hooks/mandos
60
62
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
61
63
** [#A] Create GPG key ring files in initrd
62
64
** [#A] Create mandos user and group for server
63
65
** [#A] Create /var/run/mandos directory with perm and ownership
64
66
 
 
67
* INSTALL file
 
68
 
 
69
* Website
 
70
 
 
71
* Mailing list
 
72
 
 
73
* Announce project on news
 
74
  news:comp.os.linux.announce
 
75
 
65
76
* [[http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/][Software Release Practice HOWTO]]
66
77
 
67
78