/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-26 23:47:44 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090126234744-c19lb7zn1qsrcwmv
* debian/control (mandos/Depends): Added "python-gobject".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
 
4
** TODO [#A] Clean up /tmp directory on signal
4
5
** TODO [#B] Temporarily lower kernel log level
5
6
   for less printouts during sucessfull boot.
6
7
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
8
** TODO [#C] IPv4 support
8
9
 
 
10
* plugin-runner
 
11
** TODO [#B] use scandir(3) instead of readdir(3)
 
12
 
9
13
* mandos (server)
10
14
** TODO [#B] Log level                          :bugs:
11
15
** TODO /etc/mandos/clients.d/*.conf
15
19
   Probably using D-Bus
16
20
   See also [[*Mandos-tools]]
17
21
*** Client class
18
 
    Remove unneeded Get* methods?
19
22
*** 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
23
    + SetLogLevel
25
24
      syslogger.setLevel(logging.WARNING)
26
25
    + 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
26
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
34
27
** TODO Implement --foreground                  :bugs:
35
28
   [[info:standards:Option%20Table][Table of Long Options]]
41
34
   This will not be strictly necessary when the D-Bus interface is
42
35
   implemented.
43
36
 
44
 
* Mandos-tools/utilities
45
 
  All of this probably using D-Bus
46
 
** TODO List clients
 
37
* mandos.xml
 
38
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
39
 
 
40
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
41
 
 
42
* mandos-list
 
43
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
44
*** [#B] --dump option
47
45
** TODO Disable client
48
46
** TODO Enable client
49
47
** TODO Reset timer
50
48
 
 
49
* Curses interface
 
50
 
51
51
* mandos-keygen
52
52
** TODO "--secfile" option
53
53
   Using the "secfile" option instead of "secret"
54
54
** TODO [#B] "--test" option
55
55
   For testing decryption before rebooting.
56
56
 
57
 
* [#A] Package
 
57
* Package
58
58
** /usr/share/initramfs-tools/hooks/mandos
59
 
*** TODO Do not install in initrd.img if configured not to.
 
59
*** TODO [#C] Do not install in initrd.img if configured not to.
60
60
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
61
61
    question.
62
 
** TODO /etc/bash_completion.d/mandos
 
62
** TODO [#C] /etc/bash_completion.d/mandos
63
63
   From XML sources directly?
64
64
 
65
65