/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

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
* mandos-client
4
4
** TODO [#B] Temporarily lower kernel log level
5
5
   for less printouts during sucessfull boot.
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
6
7
** TODO [#C] IPv4 support
7
8
 
8
9
* mandos (server)
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
 
30
   This will not be strictly necessary when the D-Bus interface is
 
31
   implemented.
23
32
 
24
33
* Mandos-tools/utilities
25
34
  All of this probably using D-Bus