/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: Björn Påhlsson
  • Date: 2009-01-17 12:12:26 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 250.
  • Revision ID: belorn@braxen-20090117121226-vphf231hvqq6zcgg
Added lower kernel loglevel to reduce clutter on system console.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#B] Temporarily lower kernel log level
5
 
   for less printouts during sucessfull boot.
6
4
** TODO [#C] IPv4 support
7
5
 
 
6
* plugin-runner
 
7
** TODO [#B] use scandir(3) instead of readdir(3)
 
8
 
8
9
* mandos (server)
9
10
** TODO [#B] Log level                          :bugs:
10
11
** TODO /etc/mandos/clients.d/*.conf
13
14
** TODO [#B] Run-time communication with server :bugs:
14
15
   Probably using D-Bus
15
16
   See also [[*Mandos-tools]]
 
17
*** Client class
 
18
*** Main server
 
19
    + SetLogLevel
 
20
      syslogger.setLevel(logging.WARNING)
 
21
    + Quit
 
22
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
16
23
** TODO Implement --foreground                  :bugs:
17
24
   [[info:standards:Option%20Table][Table of Long Options]]
18
25
** TODO Implement --socket
20
27
** TODO Date+time on console log messages       :bugs:
21
28
   Is this the default?
22
29
** TODO delete hook when clients fall out by timeout
23
 
 
24
 
* Mandos-tools/utilities
25
 
  All of this probably using D-Bus
26
 
** TODO List clients
27
 
** TODO Disable client
28
 
** TODO Enable client
29
 
** TODO Reset timer
 
30
   This will not be strictly necessary when the D-Bus interface is
 
31
   implemented.
 
32
 
 
33
* mandos.xml
 
34
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
35
 
 
36
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
37
 
 
38
* mandos-list
 
39
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
40
*** [#B] --dump option
 
41
 
 
42
* Curses interface
30
43
 
31
44
* mandos-keygen
32
45
** TODO "--secfile" option
36
49
 
37
50
* [#A] Package
38
51
** /usr/share/initramfs-tools/hooks/mandos
39
 
*** TODO Do not install in initrd.img if configured not to.
 
52
*** TODO [#C] Do not install in initrd.img if configured not to.
40
53
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
41
54
    question.
42
 
** TODO /etc/bash_completion.d/mandos
 
55
** TODO [#C] /etc/bash_completion.d/mandos
43
56
   From XML sources directly?
 
57
** TODO initramfs-tools-script                                            :test:
 
58
   Do not insert plugin-runner as keyscript if a kernel parameter
 
59
   "mandos=off" is passed.
44
60
 
45
61
 
46
62
#+STARTUP: showall