/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

Tags: version-1.0.5-1
* Makefile (version): Changed to "1.0.5".
* NEWS (1.0.5): New entry.
* debian/changelog (1.0.5-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
7
** TODO [#C] IPv4 support
8
8
 
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
 
11
 
9
12
* mandos (server)
10
13
** TODO [#B] Log level                          :bugs:
11
14
** TODO /etc/mandos/clients.d/*.conf
14
17
** TODO [#B] Run-time communication with server :bugs:
15
18
   Probably using D-Bus
16
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]]
17
26
** TODO Implement --foreground                  :bugs:
18
27
   [[info:standards:Option%20Table][Table of Long Options]]
19
28
** TODO Implement --socket
21
30
** TODO Date+time on console log messages       :bugs:
22
31
   Is this the default?
23
32
** TODO delete hook when clients fall out by timeout
24
 
 
25
 
* Mandos-tools/utilities
26
 
  All of this probably using D-Bus
27
 
** 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
28
44
** TODO Disable client
29
45
** TODO Enable client
30
46
** TODO Reset timer
31
47
 
 
48
* Curses interface
 
49
 
32
50
* mandos-keygen
33
51
** TODO "--secfile" option
34
52
   Using the "secfile" option instead of "secret"
37
55
 
38
56
* [#A] Package
39
57
** /usr/share/initramfs-tools/hooks/mandos
40
 
*** TODO Do not install in initrd.img if configured not to.
 
58
*** TODO [#C] Do not install in initrd.img if configured not to.
41
59
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
42
60
    question.
43
 
** TODO /etc/bash_completion.d/mandos
 
61
** TODO [#C] /etc/bash_completion.d/mandos
44
62
   From XML sources directly?
 
63
** TODO initramfs-tools-script                                            :test:
 
64
   Do not insert plugin-runner as keyscript if a kernel parameter
 
65
   "mandos=off" is passed.
45
66
 
46
67
 
47
68
#+STARTUP: showall