/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 22:42:28 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080817224228-nhor2yuv230if01i
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
                           not rely on a stylesheet declaration.

* mandos.xml: Removed <?xml-stylesheet>.  New entity "&OVERVIEW;"
              refers to "overview.xml". Changed all single quotes to
              double quotes for consistency.
  (DESCRIPTION): Use the term "TLS" and not "GnuTLS" for the protocol.
                 Refer to the "OVERVIEW" section for reason for IPv6
                 link-local addresses.
  (PURPOSE): Shortened a lot.  Refer to "OVERVIEW" section for details.
  (OVERVIEW): New section.  Include &OVERVIEW; and add a paragraph
              about what the role of this program is.
  (SECURITY/CLIENTS): Refer to the "CHECKING" section for details on
                      checking.
  (SEE ALSO): Changed from an <itemizedlist> to a <variablelist>.
              Added a short text for each entry.  Removed reference to
              plugin-runner(8mandos).  Add reference to RFC 4291 and
              RFC 4346.

* overview.xml: New file, containing a single <para>.  The idea is to
                use this in all the man pages.

* plugins.d/password-request.c: Updated comments about spurious
                                warnings.

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