/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

  • Committer: Teddy Hogeborn
  • Date: 2008-10-28 18:00:20 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081028180020-qsiaedlurboi3nm4
* INSTALL: Fixed typo.

* Makefile: Split long lines.
  (install-html): Depend on "html", not "$(htmldocs)".

* README (Copyright): Modified legalese.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
** TODO [#B] Run-time communication with server :bugs:
15
15
   Probably using D-Bus
16
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]]
34
17
** TODO Implement --foreground                  :bugs:
35
18
   [[info:standards:Option%20Table][Table of Long Options]]
36
19
** TODO Implement --socket
38
21
** TODO Date+time on console log messages       :bugs:
39
22
   Is this the default?
40
23
** TODO delete hook when clients fall out by timeout
41
 
   This will not be strictly necessary when the D-Bus interface is
42
 
   implemented.
43
24
 
44
25
* Mandos-tools/utilities
45
26
  All of this probably using D-Bus