/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-09 01:39:09 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080809013909-n3i3ll1voycmmw7l
* clients.conf: Better comments.
  (foo): Commented out and changed into a better example client.
  (braxen_client): Removed.
  (bar): New commented-out example client.

* mandos: Changed all log messages to be unicode strings.
  (Client.fqdn): Renamed to "host".  All users and documentation
                 changed.
  (main): Exit immediately if no clients are defined.

* mandos.conf: Better comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* [#A] README file
 
3
* README file
4
4
 
5
 
* [#A] COPYING file
 
5
* COPYING file
6
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
7
7
 
8
8
* Mandos-client
9
9
** [#A] Man page: man8/mandos-client.8mandos
10
 
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
 
10
** [#A] check return codes of all system calls
 
11
** [#B] header files/symbols tally
11
12
** use strsep instead of strtok?
12
13
** use config file in addition to arguments
13
14
** pass things in environment, like device name, etc
14
15
 
15
16
* Password-request
16
17
** [#A] Man page: man8/password-request.8mandos
17
 
** [#B] Fix %d format strings to use [[https://secure.wikimedia.org/wikipedia/en/wiki/Inttypes.h][<inttypes.h>]]
18
 
** start_mandos_communication: loop around gnutls_handshake
19
 
   [[info:gnutls.info.gz:Core%20functions][gnutls_handshake]]
 
18
** [#A] check return codes of all system calls
 
19
** [#B] header files/symbols tally
20
20
** IPv4 support
21
21
** use strsep instead of strtok?
22
22
** Do not depend on GPG key rings on disk
26
26
* Password-prompt
27
27
** [#A] Man page: man8/password-prompt.8mandos
28
28
** Use getpass(3)?
29
 
   Man page says "obsolete", but [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
30
 
   does not.  See also [[http://sources.redhat.com/ml/libc-alpha/2003-05/msg00251.html][Marcus Brinkmann: Re: getpass obsolete?]] and
31
 
   [[http://article.gmane.org/gmane.comp.lib.glibc.alpha/4906][Petter Reinholdtsen: Re: getpass obsolete?]], and especially also
32
 
   [[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?]]
 
29
   [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
33
30
 
34
31
* Server
35
32
** [#A] Command man page: man8/mandos.8
36
33
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
37
34
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
38
 
** [#A] /etc/init.d/mandos-server               :teddy:
 
35
** [#A] /etc/init.d/mandos-server
39
36
** Log level
40
37
** /etc/mandos/clients.d/*.conf
41
38
   Watch this directory and add/remove/update clients?
42
39
** config for TXT record
43
40
** Run-time communication with server
44
 
   Probably using D-Bus
45
 
   See also [[*Mandos-tools]]
 
41
   probably using D-Bus
46
42
** Implement --foreground
47
43
   [[info:standards:Option%20Table][Table of Long Options]]
48
44
** Implement --socket
51
47
* Mandos-tools/utilities
52
48
  All of this probably using D-Bus
53
49
** List clients
 
50
** Enable client
54
51
** Disable client
55
 
** Enable client
56
52
 
57
53
* Installer
58
54
** [#A] Change initrd.img file to not be publically readable
59
 
   /etc/initramfs-tools/conf.d/mandos
60
 
   UMASK=027
61
 
** [#A] Create /etc/initramfs-tools/hooks/mandos
62
 
   [[file:/usr/share/doc/initramfs-tools/examples/example_hook][Example initramfs-tools hook script]]
63
55
** [#A] Create GPG key ring files in initrd
64
56
** [#A] Create mandos user and group for server
65
57
** [#A] Create /var/run/mandos directory with perm and ownership
66
58
 
67
 
* [[http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/][Software Release Practice HOWTO]]
68
 
 
69
59
 
70
60
#+STARTUP: showall