/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.
90
88
** [#A] /etc/init.d/mandos-server               :teddy:
91
89
** [#B] Log level                               :bugs:
92
90
** /etc/mandos/clients.d/*.conf
108
106
** Disable client
109
107
** Enable client
110
108
 
 
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
 
111
113
* Installer
112
114
** Client-side
113
115
*** Update initrd.img after installation
114
116
    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)
115
119
*** Keydir move: /etc/mandos -> /etc/keys/mandos
116
120
    Must create in preinst if not pre-depending on cryptsetup
117
121
*** mandos-keygen
 
122
**** "--passfile" option
 
123
     Using the "secfile" option instead of "secret"
118
124
**** [#A] "--test" option
119
125
     For testing decryption before rebooting.
120
126
** Server-side