/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: 2009-01-08 03:54:06 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090108035406-01uqkv9xqgxlnw7c
Change the default value of the "checker" option command to make the
checker command be run-time dependent on the "host" client attribute
instead of reading it only once on startup:

* clients.conf (checker): Changed default commented-out value to
                          "fping -q -- %%(host)s".
* mandos (main): Changed default value for the "checker" config option
                 to "fping -q -- %%(host)s".
* mandos-clients.conf.xml (OPTIONS): Document changed default value.
  (EXAMPLE): Changed value of "checker".

* plugins.d/password-prompt.c: Whitespace changes only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
 
* DONE plugin-runner
4
 
 
5
3
* mandos-client
6
4
** TODO [#B] Temporarily lower kernel log level
7
5
   for less printouts during sucessfull boot.
8
 
** TODO IPv4 support
9
 
** TODO use strsep instead of strtok?
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
 
7
** TODO [#C] IPv4 support
10
8
 
11
 
* DONE password-prompt
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
12
11
 
13
12
* mandos (server)
14
13
** TODO [#B] Log level                          :bugs:
18
17
** TODO [#B] Run-time communication with server :bugs:
19
18
   Probably using D-Bus
20
19
   See also [[*Mandos-tools]]
 
20
*** Client class
 
21
*** Main server
 
22
    + SetLogLevel
 
23
      syslogger.setLevel(logging.WARNING)
 
24
    + Quit
 
25
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
26
** TODO Implement --foreground                  :bugs:
22
27
   [[info:standards:Option%20Table][Table of Long Options]]
23
28
** TODO Implement --socket
25
30
** TODO Date+time on console log messages       :bugs:
26
31
   Is this the default?
27
32
** TODO delete hook when clients fall out by timeout
28
 
 
29
 
* Mandos-tools/utilities
30
 
  All of this probably using D-Bus
31
 
** TODO List clients
 
33
   This will not be strictly necessary when the D-Bus interface is
 
34
   implemented.
 
35
 
 
36
* mandos.xml
 
37
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
38
 
 
39
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
40
 
 
41
* mandos-list
 
42
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
43
*** [#B] --dump option
32
44
** TODO Disable client
33
45
** TODO Enable client
34
46
** TODO Reset timer
35
47
 
36
 
* Man pages
37
 
** TODO Use xinclude for all common sections
38
 
   Like authors, etc.
39
 
 
40
 
 
41
 
* Installer
42
 
** Client-side
43
 
*** TODO Update initrd.img after installation
44
 
    This seems to use some kind of "trigger" system
45
 
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
46
 
    dpkg-trigger(1), deb-triggers(5)
47
 
*** mandos-keygen
48
 
**** TODO [#A] Ask for password twice for confirmation
49
 
**** TODO "--passfile" option
50
 
     Using the "secfile" option instead of "secret"
51
 
**** TODO [#A] "--test" option
52
 
     For testing decryption before rebooting.
53
 
** Server-side
54
 
*** TODO [#A] Create mandos user and group for server
55
 
 
 
48
* Curses interface
 
49
 
 
50
* mandos-keygen
 
51
** TODO "--secfile" option
 
52
   Using the "secfile" option instead of "secret"
 
53
** TODO [#B] "--test" option
 
54
   For testing decryption before rebooting.
56
55
 
57
56
* [#A] Package
58
57
** /usr/share/initramfs-tools/hooks/mandos
61
60
    question.
62
61
** TODO /etc/bash_completion.d/mandos
63
62
   From XML sources directly?
64
 
** TODO unperish
65
 
** DONE bzr-builddeb
66
 
 
67
 
* TODO Web site
68
 
 
69
 
* Mailing list
70
 
** DONE mandos-dev
71
 
*** TODO http://gmane.org/subscribe.php
72
 
 
73
 
* TODO Announce project on news
74
 
  [[news:comp.os.linux.announce]]
75
63
 
76
64
 
77
65
#+STARTUP: showall