/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-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
 
* DONE plugin-runner
4
 
 
5
 
* mandos-client
6
 
** TODO [#B] Temporarily lower kernel log level
7
 
   for less printouts during sucessfull boot.
8
 
** TODO [#C] IPv4 support
9
 
 
10
 
* DONE password-prompt
11
 
 
12
 
* mandos (server)
13
 
** TODO [#B] Log level                          :bugs:
14
 
** TODO /etc/mandos/clients.d/*.conf
 
3
* README file
 
4
 
 
5
* COPYING file
 
6
  [[file:/usr/share/common-licenses/GPL-3][GPLv3]]
 
7
 
 
8
* Mandos-client
 
9
** [#A] Man page: man8/mandos-client.8mandos
 
10
** [#A] check return codes of all system calls
 
11
** [#B] header files/symbols tally
 
12
** use strsep instead of strtok?
 
13
** use config file in addition to arguments
 
14
** pass things in environment, like device name, etc
 
15
 
 
16
* Password-request
 
17
** [#A] Man page: man8/password-request.8mandos
 
18
** [#A] check return codes of all system calls
 
19
** [#B] header files/symbols tally
 
20
** IPv4 support
 
21
** use strsep instead of strtok?
 
22
** Do not depend on GPG key rings on disk
 
23
   This would mean creating new GPG key rings with GPGME by importing
 
24
   the key files from scratch on every program start.
 
25
 
 
26
* Password-prompt
 
27
** [#A] Man page: man8/password-prompt.8mandos
 
28
** Use getpass(3)?
 
29
   [[info:libc:getpass][GNU LibC Manual: Reading Passwords]]
 
30
 
 
31
* Server
 
32
** [#A] Command man page: man8/mandos.8
 
33
** [#A] Config file man page: man5/mandos.conf (mandos.conf)
 
34
** [#A] Config file man page: man5/mandos-clients.conf (clients.conf)
 
35
** [#A] /etc/init.d/mandos-server
 
36
** Log level
 
37
** /etc/mandos/clients.d/*.conf
15
38
   Watch this directory and add/remove/update clients?
16
 
** TODO config for TXT record
17
 
** TODO [#B] Run-time communication with server :bugs:
18
 
   Probably using D-Bus
19
 
   See also [[*Mandos-tools]]
20
 
** TODO Implement --foreground                  :bugs:
21
 
   [[info:standards:Option%20Table][Table of Long Options]]
22
 
** TODO Implement --socket
23
 
   [[info:standards:Option%20Table][Table of Long Options]]
24
 
** TODO Date+time on console log messages       :bugs:
25
 
   Is this the default?
26
 
** TODO delete hook when clients fall out by timeout
 
39
** config for TXT record
 
40
** Run-time communication with server
 
41
   probably using D-Bus
 
42
** Implement --foreground
 
43
   [[info:standards:Option%20Table][Table of Long Options]]
 
44
** Implement --socket
 
45
   [[info:standards:Option%20Table][Table of Long Options]]
27
46
 
28
47
* Mandos-tools/utilities
29
48
  All of this probably using D-Bus
30
 
** TODO List clients
31
 
** TODO Disable client
32
 
** TODO Enable client
33
 
** TODO Reset timer
34
 
 
35
 
* Man pages
36
 
** TODO Use xinclude for all common sections
37
 
   Like authors, etc.
38
 
 
 
49
** List clients
 
50
** Enable client
 
51
** Disable client
39
52
 
40
53
* Installer
41
 
** Client-side
42
 
*** mandos-keygen
43
 
**** TODO "--secfile" option
44
 
     Using the "secfile" option instead of "secret"
45
 
**** TODO [#B] "--test" option
46
 
     For testing decryption before rebooting.
47
 
 
48
 
 
49
 
* [#A] Package
50
 
** /usr/share/initramfs-tools/hooks/mandos
51
 
*** TODO Do not install in initrd.img if configured not to.
52
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
53
 
    question.
54
 
** TODO /etc/bash_completion.d/mandos
55
 
   From XML sources directly?
56
 
** TODO unperish
57
 
 
58
 
* TODO Web site
59
 
** DONE http://www.fukt.bsnet.se/mandos
60
 
   Redirects to the wiki page
61
 
** TODO http://wiki.fukt.bsnet.se/wiki/Mandos
62
 
   http://liw.fi/free-software-website/
63
 
 
64
 
* Mailing list
65
 
** DONE mandos-dev
66
 
*** TODO http://gmane.org/subscribe.php
67
 
 
68
 
* TODO Announce project on Usenet
69
 
  [[news:comp.os.linux.announce]]
 
54
** [#A] Change initrd.img file to not be publically readable
 
55
** [#A] Create GPG key ring files in initrd
 
56
** [#A] Create mandos user and group for server
 
57
** [#A] Create /var/run/mandos directory with perm and ownership
70
58
 
71
59
 
72
60
#+STARTUP: showall