/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-31 14:00:36 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080831140036-5bruinjq267s5f8p
* mandos-clients.conf.xml: Changed all single quotes to double quotes
                           for consistency.
* mandos.conf.xml: - '' -
* plugin-runner.xml: - '' -
* plugins.d/password-request.xml: - '' -

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
 
** [#A] Man page: man8/password-prompt.8mandos
57
 
*** SYNOPSIS
58
 
    Document short options
59
 
*** DESCRIPTION
60
 
    Note that this is more or less a simple getpass(3) wrapper, even
61
 
    though actual use of getpass(3) is not guaranteed.
62
 
*** EXIT STATUS
63
 
*** ENVIRONMENT
64
 
    Document use of "cryptsource" and "crypttarget".
65
 
*** FILES
66
 
*** BUGS
67
 
*** EXAMPLE
68
 
    Examples of normal usage, debug usage, with a prefix, etc.
69
 
*** SECURITY
70
 
    Not much to do here but it is noteworthy to state the danger of
71
 
    not having a fallback option.
72
 
*** SEE ALSO
73
 
    Refer to mandos-client(8mandos) and password-request(8mandos)
74
 
    and also, perhaps, to cryptsetup(8)?
75
 
** Use getpass(3)?
 
62
** [#C] Use getpass(3)?
76
63
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
77
64
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
78
65
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
79
66
   [[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
67
 
81
68
* 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
69
** [#A] /etc/init.d/mandos-server               :teddy:
85
70
** [#B] Log level                               :bugs:
86
71
** /etc/mandos/clients.d/*.conf
102
87
** Disable client
103
88
** Enable client
104
89
 
 
90
* Man pages
 
91
** Use xinclude for common sections
 
92
   Like copyright, authors, etc.
 
93
 
 
94
 
105
95
* Installer
106
 
** Client
 
96
** Client-side
107
97
*** Update initrd.img after installation
108
98
    This seems to use some kind of "trigger" system
109
 
** Server
 
99
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
 
100
    dpkg-trigger(1), deb-triggers(5)
 
101
*** Keydir move: /etc/mandos -> /etc/keys/mandos
 
102
    Must create in preinst if not pre-depending on cryptsetup
 
103
*** mandos-keygen
 
104
**** "--passfile" option
 
105
     Using the "secfile" option instead of "secret"
 
106
**** [#A] "--test" option
 
107
     For testing decryption before rebooting.
 
108
** Server-side
110
109
*** [#A] Create mandos user and group for server
111
110
*** [#A] Create /var/run/mandos directory with perm and ownership
112
111
 
113
 
** mandos-keygen
114
 
*** [#A] Output cut-and-paste ready snippet for clients.conf.
115
 
 
116
112
* [#A] Package
117
113
** /usr/share/initramfs-tools/hooks/mandos
118
114
*** Do not install in initrd.img if configured not to.
119
115
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
120
116
    question.
121
117
** /etc/bash_completion.d/mandos
122
 
*** From XML sources directly?
 
118
   From XML sources directly?
123
119
** unperish
124
120
** bzr-builddeb
125
121