/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

* plugins.d/mandos-client.c (main): Use remove() instead of unlink(),
                                    and use it on everything in the
                                    temporary directory, not just
                                    files.

* plugins.d/mandos-client.xml (DESCRIPTION): Better wording.
  (OPTIONS): For the "--interface" option, document the unsuitability
             of pseudo-interfaces which will not exist in the initrd.

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
 
5
** TODO [#B] Temporarily lower kernel log level
 
6
   for less printouts during sucessfull boot.
 
7
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
4
8
** TODO [#C] IPv4 support
5
9
 
6
10
* plugin-runner
38
42
* mandos-list
39
43
*** Handle "no D-Bus server" and/or "no Mandos server found" better
40
44
*** [#B] --dump option
 
45
** TODO Disable client
 
46
** TODO Enable client
 
47
** TODO Reset timer
41
48
 
42
49
* Curses interface
43
50
 
44
51
* mandos-keygen
45
 
** TODO Loop until passwords match when run interactively
46
52
** TODO "--secfile" option
47
53
   Using the "secfile" option instead of "secret"
48
54
** TODO [#B] "--test" option
49
55
   For testing decryption before rebooting.
50
56
 
51
 
* [#A] Package
 
57
* Package
52
58
** /usr/share/initramfs-tools/hooks/mandos
53
59
*** TODO [#C] Do not install in initrd.img if configured not to.
54
60
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
55
61
    question.
56
62
** TODO [#C] /etc/bash_completion.d/mandos
57
63
   From XML sources directly?
58
 
** TODO initramfs-tools-script                                            :test:
59
 
   Do not insert plugin-runner as keyscript if a kernel parameter
60
 
   "mandos=off" is passed.
61
64
 
62
65
 
63
66
#+STARTUP: showall