/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-12 06:46:11 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080812064611-7wfjg391ypmff085
* mandos-keygen: New program to generate new client keys on
                 installation.

* Makefile (all): No longer build documentation.
  (doc): New; build documentation.
  (maintainer-clean): Remove build-local client keydir.
  (run-client): Make build-local keydir with keys.
  (run-server): Do not depend on "all".
  (install, install-server, install-client, uninstall,
  uninstall-server, uninstall-client, purge, purge-server,
  purge-client): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
7
7
 
8
8
* Mandos-client
9
 
** [#A] Change syntaxt for arguments
 
9
** [#A] Change syntax for arguments
10
10
** [#A] Man page: man8/mandos-client.8mandos
11
11
*** DESCRIPTION
12
12
    Describe the plus sign syntax for passing options from crypttab
136
136
** Enable client
137
137
 
138
138
* Installer
139
 
** DONE [#A] Change initrd.img file to not be publically readable
140
 
   /etc/initramfs-tools/conf.d/mandos
141
 
   UMASK=027
142
 
** Update initrd.img after installation
143
 
** [#A] Create mandos user and group for server
144
 
** [#A] Create /var/run/mandos directory with perm and ownership
 
139
** Client
 
140
*** DONE [#A] Change initrd.img file to not be publically readable
 
141
    /usr/share/initramfs-tools/conf-hooks.d/mandos
 
142
    UMASK=027
 
143
*** Update initrd.img after installation
 
144
** Server
 
145
*** [#A] Create mandos user and group for server
 
146
*** [#A] Create /var/run/mandos directory with perm and ownership
 
147
 
 
148
** mandos-keygen
 
149
*** [#A] Command man page: man8/mandos-keygen.8
 
150
*** [#A] Output cut-and-paste ready snippet for clients.conf.
145
151
 
146
152
* [#A] Package
 
153
** /usr/share/initramfs-tools/hooks/mandos
 
154
*** Do not install in initrd.img if configured not to
 
155
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
 
156
    question.
147
157
** /etc/bash_completion.d/mandos
148
 
** /usr/share/initramfs-tools/hooks/mandos
149
 
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
150
 
*** Create GPG key ring files in initrd
 
158
*** From xml sources directly?
151
159
** unperish
152
160
** bzr-builddeb
153
161