/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-10 06:23:04 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090110062304-wy7yw1pyuu5cldrg
* plugins.d/splashy.c (main): Do not abort if a process vanishes while
                              investigating it.
* plugins.d/usplash.c (main): - '' -  Also removed unnecessary code.

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
 
    Remove unneeded Get* methods?
19
21
*** 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
22
    + SetLogLevel
25
23
      syslogger.setLevel(logging.WARNING)
26
24
    + 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
25
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
34
26
** TODO Implement --foreground                  :bugs:
35
27
   [[info:standards:Option%20Table][Table of Long Options]]
41
33
   This will not be strictly necessary when the D-Bus interface is
42
34
   implemented.
43
35
 
44
 
* Mandos-tools/utilities
45
 
  All of this probably using D-Bus
46
 
** TODO List clients
 
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
47
44
** TODO Disable client
48
45
** TODO Enable client
49
46
** TODO Reset timer
50
47
 
 
48
* Curses interface
 
49
 
51
50
* mandos-keygen
52
51
** TODO "--secfile" option
53
52
   Using the "secfile" option instead of "secret"