/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
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?]]
86
86
 
87
87
* mandos (server)
 
88
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
 
89
*** For option "secret", document which program can help generate it.
88
90
** [#A] /etc/init.d/mandos-server               :teddy:
89
91
** [#B] Log level                               :bugs:
90
92
** /etc/mandos/clients.d/*.conf
106
108
** Disable client
107
109
** Enable client
108
110
 
109
 
* Man pages tags
110
 
  Go through all man pages to conform to the style of tags chosen in 
111
 
  [[http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/examples/foo.1.example_manpage.xml?op=file&rev=0&sc=0][foo.1.example_manpage.xml]].
112
 
 
113
111
* Installer
114
112
** Client-side
115
113
*** Update initrd.img after installation
116
114
    This seems to use some kind of "trigger" system
117
 
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
118
 
    dpkg-trigger(1), deb-triggers(5)
119
115
*** Keydir move: /etc/mandos -> /etc/keys/mandos
120
116
    Must create in preinst if not pre-depending on cryptsetup
121
117
*** mandos-keygen
122
 
**** "--passfile" option
123
 
     Using the "secfile" option instead of "secret"
124
118
**** [#A] "--test" option
125
119
     For testing decryption before rebooting.
126
120
** Server-side