/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

* 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:
17
17
** TODO [#B] Run-time communication with server :bugs:
18
18
   Probably using D-Bus
19
19
   See also [[*Mandos-tools]]
 
20
** Handle non-existing D-Bus server.
 
21
   Also, possibly a "--no-dbus" option?
20
22
*** Client class
21
23
*** Main server
22
24
    + SetLogLevel
33
35
   This will not be strictly necessary when the D-Bus interface is
34
36
   implemented.
35
37
 
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
38
* mandos-list
42
 
*** 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
43
40
*** [#B] --dump option
44
41
** TODO Disable client
45
42
** TODO Enable client
53
50
** TODO [#B] "--test" option
54
51
   For testing decryption before rebooting.
55
52
 
56
 
* Package
 
53
* [#A] Package
57
54
** /usr/share/initramfs-tools/hooks/mandos
58
 
*** TODO [#C] Do not install in initrd.img if configured not to.
 
55
*** TODO Do not install in initrd.img if configured not to.
59
56
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
60
57
    question.
61
 
** TODO [#C] /etc/bash_completion.d/mandos
 
58
** TODO /etc/bash_completion.d/mandos
62
59
   From XML sources directly?
63
60
 
64
61