/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
    Remove unneeded Get* methods?
 
19
*** Main server
 
20
    + Clients
 
21
      out_signature="ao"
 
22
      Does this have to be "GetClients" so as not to collide with the
 
23
      interface name?
 
24
    + SetLogLevel
 
25
      syslogger.setLevel(logging.WARNING)
 
26
    + Quit
 
27
    + GetClientsProperties "aa{sv}":
 
28
      dbus.Array(dbus.Dictionary({dbus.String("name"):
 
29
                                  dbus.String("foo", variant_level=1),
 
30
                                  dbus.String("created"):
 
31
                                  dbus.Array(dbus.Int16(2008), ...,
 
32
                                             variant_level=1)}))
 
33
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
16
34
** TODO Implement --foreground                  :bugs:
17
35
   [[info:standards:Option%20Table][Table of Long Options]]
18
36
** TODO Implement --socket
20
38
** TODO Date+time on console log messages       :bugs:
21
39
   Is this the default?
22
40
** TODO delete hook when clients fall out by timeout
 
41
   This will not be strictly necessary when the D-Bus interface is
 
42
   implemented.
23
43
 
24
44
* Mandos-tools/utilities
25
45
  All of this probably using D-Bus