/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: Teddy Hogeborn
  • Date: 2008-10-17 18:56:25 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081017185625-xrfv8oevzm7lyvl6
Tags: version-1.0.2-1
* Makefile (version): Changed to "1.0.2".
* NEWS (Version 1.0.2): New entry.
* debian/changelog (1.0.2-1): New entry.

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