/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: 2009-01-06 05:08:37 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090106050837-111vhmg0s4kv424d
* debian/mandos-client.config: Removed.
* debian/mandos-client.postinst: Do not source
                                 "/usr/share/debconf/confmodule".
* debian/mandos.config: Removed.
* debian/mandos.postinst: Do not source
                          "/usr/share/debconf/confmodule".

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
7
** TODO [#C] IPv4 support
8
8
 
 
9
* plugin-runner
 
10
** TODO [#B] use scandir(3) instead of readdir(3)
 
11
 
9
12
* mandos (server)
10
13
** TODO [#B] Log level                          :bugs:
11
14
** TODO /etc/mandos/clients.d/*.conf
15
18
   Probably using D-Bus
16
19
   See also [[*Mandos-tools]]
17
20
*** Client class
18
 
    + getHostname
19
 
    + getChecker
20
 
    + setChecker
21
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
 
22
    + SetLogLevel
27
23
      syslogger.setLevel(logging.WARNING)
28
 
    + quit
 
24
    + Quit
 
25
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
29
26
** TODO Implement --foreground                  :bugs:
30
27
   [[info:standards:Option%20Table][Table of Long Options]]
31
28
** TODO Implement --socket
33
30
** TODO Date+time on console log messages       :bugs:
34
31
   Is this the default?
35
32
** TODO delete hook when clients fall out by timeout
36
 
 
37
 
* Mandos-tools/utilities
38
 
  All of this probably using D-Bus
39
 
** TODO List clients
 
33
   This will not be strictly necessary when the D-Bus interface is
 
34
   implemented.
 
35
 
 
36
* mandos.xml
 
37
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
38
 
 
39
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
40
 
 
41
* mandos-list
 
42
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
43
*** [#B] --dump option
40
44
** TODO Disable client
41
45
** TODO Enable client
42
46
** TODO Reset timer
43
47
 
 
48
* Curses interface
 
49
 
44
50
* mandos-keygen
45
51
** TODO "--secfile" option
46
52
   Using the "secfile" option instead of "secret"