/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:
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
 
 
12
9
* mandos (server)
13
10
** TODO [#B] Log level                          :bugs:
14
11
** TODO /etc/mandos/clients.d/*.conf
17
14
** TODO [#B] Run-time communication with server :bugs:
18
15
   Probably using D-Bus
19
16
   See also [[*Mandos-tools]]
20
 
** Handle non-existing D-Bus server.
21
 
   Also, possibly a "--no-dbus" option?
22
17
*** Client class
 
18
    Remove unneeded Get* methods?
23
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
24
    + SetLogLevel
25
25
      syslogger.setLevel(logging.WARNING)
26
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)}))
27
33
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
28
34
** TODO Implement --foreground                  :bugs:
29
35
   [[info:standards:Option%20Table][Table of Long Options]]
35
41
   This will not be strictly necessary when the D-Bus interface is
36
42
   implemented.
37
43
 
38
 
* mandos-list
39
 
*** Handle no D-Bus server and/or no Mandos server found better
40
 
*** [#B] --dump option
 
44
* Mandos-tools/utilities
 
45
  All of this probably using D-Bus
 
46
** TODO List clients
41
47
** TODO Disable client
42
48
** TODO Enable client
43
49
** TODO Reset timer
44
50
 
45
 
* Curses interface
46
 
 
47
51
* mandos-keygen
48
52
** TODO "--secfile" option
49
53
   Using the "secfile" option instead of "secret"