/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-17 20:34:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080817203418-l691ahxyc7vmezad
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".

* mandos.xml: More improvements.  Replaced " with <quote>'s.
  (NETWORK PROTOCOL): Replaced <informaltable> with <table> with a
                      <title>.
  (CHECKING): New section describing the continual checking of
              clients.
  (LOGGING): We log to /dev/log, not syslog(3).
  (FILES): Changed to use a <variablelist> instead of an
           <itemizedlist>.  Added "/dev/log" and brief descriptions of
           all files.
  (BUGS): Added content.
  (EXAMPLES): - '' -
  (SECURITY): Added content to subsections "SERVER" and "CLIENTS".

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
   [[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
84
 
85
85
* Mandos (server)
 
86
** [#A] Command man page: man8/mandos.8
86
87
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
87
88
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
88
89
** [#A] /etc/init.d/mandos-server               :teddy:
89
 
** [#B] Log level                               :bugs:
 
90
** Log level
90
91
** /etc/mandos/clients.d/*.conf
91
92
   Watch this directory and add/remove/update clients?
92
93
** config for TXT record
93
 
** [#B] Run-time communication with server      :bugs:
 
94
** Run-time communication with server
94
95
   Probably using D-Bus
95
96
   See also [[*Mandos-tools]]
96
 
** Implement --foreground                       :bugs:
 
97
** Implement --foreground
97
98
   [[info:standards:Option%20Table][Table of Long Options]]
98
99
** Implement --socket
99
100
   [[info:standards:Option%20Table][Table of Long Options]]
100
 
** Date+time on console log messages            :bugs:
 
101
** Date+time on console log messages
101
102
   Is this the default?
102
103
 
103
104
* Mandos-tools/utilities
108
109
 
109
110
* Installer
110
111
** Client
 
112
*** DONE [#A] Change initrd.img file to not be publically readable
 
113
    /usr/share/initramfs-tools/conf-hooks.d/mandos
 
114
    UMASK=027
111
115
*** Update initrd.img after installation
112
 
    This seems to use some kind of "trigger" system
113
116
** Server
114
117
*** [#A] Create mandos user and group for server
115
118
*** [#A] Create /var/run/mandos directory with perm and ownership