/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-24 23:18:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080824231818-4cgr5zekodg4s0dl
* initramfs-tools-hook: Added "--enable-dsa2" and "--trust-model
                        always" options to gpg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
** [#B] Seperate more code to function for more readability
9
9
** [#A] Man page: man8/plugin-runner.8mandos
10
10
*** EXIT STATUS
11
 
*** EXAMPLES
 
11
*** ENVIRONMENT
 
12
    Environment is modified according to options and passed to plugins
 
13
*** EXAMPLE
12
14
    Examples of normal usage, debug usage, debugging single or all
13
15
    plugins, etc.
14
16
*** FILES
15
17
*** SECURITY
 
18
    Note the danger of using this program, since you might lock
 
19
    yourself out of your system without any means of entering the root
 
20
    file system password.  This is, however, very unlikely considering
 
21
    the fallback to getpass(3).
16
22
*** BUGS
17
23
*** SEE ALSO
18
24
    Explaining text on what you can read
19
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
20
 
   Must create in preinst if not pre-depending on cryptsetup
21
25
 
22
26
* password-request
23
27
** [#A] Man page: man8/password-request.8mandos
51
55
** Do not depend on GnuPG key rings on disk
52
56
   This would mean creating new GnuPG key rings with GPGME by
53
57
   importing the key files from scratch on every program start.
 
58
** Keydir move: /etc/mandos -> /etc/keys/mandos
 
59
   Must create in preinst if not pre-depending on cryptsetup
54
60
 
55
61
* password-prompt
56
62
** [#A] Man page: man8/password-prompt.8mandos
79
85
   [[http://www.steve.org.uk/Reference/Unix/faq_4.html#SEC48][Unix Programming FAQ 3.1 How can I make my program not echo input?]]
80
86
 
81
87
* mandos (server)
82
 
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
83
88
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
 
89
*** For option "secret", document which program can help generate it.
84
90
** [#A] /etc/init.d/mandos-server               :teddy:
85
91
** [#B] Log level                               :bugs:
86
92
** /etc/mandos/clients.d/*.conf
103
109
** Enable client
104
110
 
105
111
* Installer
106
 
** Client
 
112
** Client-side
107
113
*** Update initrd.img after installation
108
114
    This seems to use some kind of "trigger" system
109
 
** Server
 
115
*** Keydir move: /etc/mandos -> /etc/keys/mandos
 
116
    Must create in preinst if not pre-depending on cryptsetup
 
117
*** mandos-keygen
 
118
**** [#A] "--test" option
 
119
     For testing decryption before rebooting.
 
120
** Server-side
110
121
*** [#A] Create mandos user and group for server
111
122
*** [#A] Create /var/run/mandos directory with perm and ownership
112
123
 
113
 
** mandos-keygen
114
 
*** [#A] Output cut-and-paste ready snippet for clients.conf.
115
 
 
116
124
* [#A] Package
117
125
** /usr/share/initramfs-tools/hooks/mandos
118
126
*** Do not install in initrd.img if configured not to.
119
127
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
120
128
    question.
121
129
** /etc/bash_completion.d/mandos
122
 
*** From XML sources directly?
 
130
   From XML sources directly?
123
131
** unperish
124
132
** bzr-builddeb
125
133