/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-18 05:24:20 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080818052420-ab5eurrioz8n2qy6
* Makefile: Bug fix: fixed creation of man pages in "plugins.d".

* mandos-keygen Bug fix: make the --expire option modify
                KEYEXPIRE, not KEYCOMMENT.  Use the "--no-options"
                option to gpg when exporting keys from the temporary
                key ring files.

* mandos-keygen.xml (EXIT STATUS): Filled in.
  (ENVIRONMENT): New section, documenting use of TMPDIR.
  (FILES): Document use of key files and /tmp.
  (BUGS): Filled in.
  (EXAMPLE): Added two examples.
  (SECURITY): Added some text.

* plugins.d/password-prompt.xml (NOTES): Removed, since this is
                                         created automatically for
                                         footnotes.
  (ENVIRONMENT, FILES): Added empty sections.
  (EXAMPLES): Renamed to "EXAMPLE", as per man-pages(7).

* plugins.d/password-request.xml: Reordered sections.
  (ENVIRONMENT): New empty section.
  (EXAMPLES): Renamed to "EXAMPLE", as per man-pages(7).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    plugins, etc.
14
14
*** FILES
15
15
*** SECURITY
16
 
    Note the danger of using this program, since you might lock
17
 
    yourself out of your system without any means of entering the root
18
 
    file system password.  This is, however, very unlikely considering
19
 
    the fallback to getpass(3).
20
16
*** BUGS
21
17
*** SEE ALSO
22
18
    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
23
21
 
24
22
* password-request
25
23
** [#A] Man page: man8/password-request.8mandos
53
51
** Do not depend on GnuPG key rings on disk
54
52
   This would mean creating new GnuPG key rings with GPGME by
55
53
   importing the key files from scratch on every program start.
56
 
** Keydir move: /etc/mandos -> /etc/keys/mandos
57
 
   Must create in preinst if not pre-depending on cryptsetup
58
54
 
59
55
* password-prompt
60
56
** [#A] Man page: man8/password-prompt.8mandos
107
103
** Enable client
108
104
 
109
105
* Installer
110
 
** Client-side
 
106
** Client
111
107
*** Update initrd.img after installation
112
108
    This seems to use some kind of "trigger" system
113
 
*** Keydir move: /etc/mandos -> /etc/keys/mandos
114
 
    Must create in preinst if not pre-depending on cryptsetup
115
 
*** mandos-keygen
116
 
**** [#A] Output cut-and-paste ready snippet for clients.conf.
117
 
** Server-side
 
109
** Server
118
110
*** [#A] Create mandos user and group for server
119
111
*** [#A] Create /var/run/mandos directory with perm and ownership
120
112
 
 
113
** mandos-keygen
 
114
*** [#A] Output cut-and-paste ready snippet for clients.conf.
 
115
 
121
116
* [#A] Package
122
117
** /usr/share/initramfs-tools/hooks/mandos
123
118
*** Do not install in initrd.img if configured not to.
124
119
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
125
120
    question.
126
121
** /etc/bash_completion.d/mandos
127
 
   From XML sources directly?
 
122
*** From XML sources directly?
128
123
** unperish
129
124
** bzr-builddeb
130
125