/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-12-28 10:35:32 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081228103532-rsh0y9slgh9jc3vo
* mandos (AvahiError): Converted to use unicode.  All users changed.
  (AvahiError.__init__): Take *args and **kwargs and pass on all
                         arguments to super() call.
  (AvahiError.__str__): Removed.
  (AvahiError.__unicode__): New.
  (entry_group_state_changed): Bug fix: Raise AvahiGroupError with one
                               argument, not two.
  (main): Bug fix: on AvahiError, removed "%s" from log message.

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
** TODO [#B] Temporarily lower kernel log level
 
5
   for less printouts during sucessfull boot.
 
6
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
5
7
** TODO [#C] IPv4 support
6
8
 
7
9
* plugin-runner
15
17
** TODO [#B] Run-time communication with server :bugs:
16
18
   Probably using D-Bus
17
19
   See also [[*Mandos-tools]]
 
20
** Handle non-existing D-Bus server.
 
21
   Also, possibly a "--no-dbus" option?
18
22
*** Client class
19
23
*** Main server
20
24
    + SetLogLevel
31
35
   This will not be strictly necessary when the D-Bus interface is
32
36
   implemented.
33
37
 
34
 
* mandos.xml
35
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
36
 
 
37
 
* Provide and install /etc/dbus-1/system.d/mandos.conf
38
 
 
39
38
* mandos-list
40
 
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
39
*** Handle no D-Bus server and/or no Mandos server found better
41
40
*** [#B] --dump option
 
41
** TODO Disable client
 
42
** TODO Enable client
 
43
** TODO Reset timer
42
44
 
43
45
* Curses interface
44
46
 
45
47
* mandos-keygen
46
 
** TODO Loop until passwords match when run interactively
47
48
** TODO "--secfile" option
48
49
   Using the "secfile" option instead of "secret"
49
50
** TODO [#B] "--test" option
50
51
   For testing decryption before rebooting.
51
52
 
52
 
* Package
 
53
* [#A] Package
53
54
** /usr/share/initramfs-tools/hooks/mandos
54
 
*** TODO [#C] Do not install in initrd.img if configured not to.
 
55
*** TODO Do not install in initrd.img if configured not to.
55
56
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
56
57
    question.
57
 
** TODO [#C] /etc/bash_completion.d/mandos
 
58
** TODO /etc/bash_completion.d/mandos
58
59
   From XML sources directly?
59
60
 
60
61