/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);
7
6
** TODO [#C] IPv4 support
8
7
 
9
8
* mandos (server)
14
13
** TODO [#B] Run-time communication with server :bugs:
15
14
   Probably using D-Bus
16
15
   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]]
23
16
** TODO Implement --foreground                  :bugs:
24
17
   [[info:standards:Option%20Table][Table of Long Options]]
25
18
** TODO Implement --socket
27
20
** TODO Date+time on console log messages       :bugs:
28
21
   Is this the default?
29
22
** TODO delete hook when clients fall out by timeout
30
 
   This will not be strictly necessary when the D-Bus interface is
31
 
   implemented.
32
23
 
33
24
* Mandos-tools/utilities
34
25
  All of this probably using D-Bus