/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: Mooie
  • Date: 2009-01-10 02:21:13 UTC
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: mooie@thinkmoo-20090110022113-i36txeeqjzgqnna2
Fixed warnings in the 64 bit build.  Added explicit cast to int for
returned value from TEMP_FAILURE_RETRY.

Added ssize_t variable to take returned sizes.

Show diffs side-by-side

added added

removed removed

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