/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
 
    + getHostname
19
 
    + getChecker
20
 
    + setChecker
21
 
*** Main server
22
 
    + Clients
23
 
      out_signature="ao"
24
 
      Does this have to be "getClients" so as not to collide with the
25
 
      interface name?
26
 
    + setLogLevel
27
 
      syslogger.setLevel(logging.WARNING)
28
 
    + quit
29
17
** TODO Implement --foreground                  :bugs:
30
18
   [[info:standards:Option%20Table][Table of Long Options]]
31
19
** TODO Implement --socket