/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-25 07:52:35 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080825075235-gq338t4ywhqhire8
* mandos-clients.conf.xml (DESCRIPTION): Do not imply that this is the
                                         only configuration file of
                                         mandos(8).
  (OPTIONS): Note that unknown options are ignored.  When describing
             "checker", be more specific about exit codes, and refer
             to PATH.  When describing "secret", refer to
             mandos-keygen(8), and note the relationship with
             "secfile".  Added synopsis to "secfile", and note
             relationship with "secret".  Added synopsis and more text
             to "host".
  (EXAMPLE): Remove Radix-64 checksum from "secret" option value.
  (SEE ALSO): New section, refer to mandos(8), mandos-keygen(8), and
              mandos.conf(5).

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
 
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
84
88
** [#A] /etc/init.d/mandos-server               :teddy:
85
89
** [#B] Log level                               :bugs:
86
90
** /etc/mandos/clients.d/*.conf
103
107
** Enable client
104
108
 
105
109
* Installer
106
 
** Client
 
110
** Client-side
107
111
*** Update initrd.img after installation
108
112
    This seems to use some kind of "trigger" system
109
 
** Server
 
113
*** Keydir move: /etc/mandos -> /etc/keys/mandos
 
114
    Must create in preinst if not pre-depending on cryptsetup
 
115
*** mandos-keygen
 
116
**** "--passfile" option
 
117
     Using the "secfile" option instead of "secret"
 
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