/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-27 01:18:25 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080827011825-ka3ni6xvy2ehi1y8
* .bzrignore: New.

* clients.conf ([foo]): Remove Radix-64 checksum.

* mandos (AvahiService.rename, server_state_changed,
          entry_group_state_changed): Make Avahi log messages more
                                      clear that they are about
                                      Zeroconf.
  (fingerprint): Use plain "0" instead of "ctypes.c_uint(0)".

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
83
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?]]
84
86
 
85
87
* mandos (server)
86
 
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
87
 
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
88
88
** [#A] /etc/init.d/mandos-server               :teddy:
89
89
** [#B] Log level                               :bugs:
90
90
** /etc/mandos/clients.d/*.conf
106
106
** Disable client
107
107
** Enable client
108
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
 
109
113
* Installer
110
114
** Client-side
111
115
*** Update initrd.img after installation
112
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)
113
119
*** Keydir move: /etc/mandos -> /etc/keys/mandos
114
120
    Must create in preinst if not pre-depending on cryptsetup
115
121
*** mandos-keygen
116
 
**** [#A] Output cut-and-paste ready snippet for clients.conf.
 
122
**** "--passfile" option
 
123
     Using the "secfile" option instead of "secret"
 
124
**** [#A] "--test" option
 
125
     For testing decryption before rebooting.
117
126
** Server-side
118
127
*** [#A] Create mandos user and group for server
119
128
*** [#A] Create /var/run/mandos directory with perm and ownership