/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-14 14:20:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090114142017-84t4kfw56bsftjlo
Fixes for sscanf usage:

* plugin-runner.c (main): Parse numbers correctly and portably using
                          an intermediate "intmax_t".  Cast "pid_t" to
                          "intmax_t" before passing it to "printf()".
* plugins.d/mandos-client.c (main): Parse numbers correctly and
                                    portably using an intermediate
                                    "intmax_t".  Bug fix: cast
                                    "AvahiIfIndex" to "intmax_t" and
                                    use "PRIdMAX" instead of using
                                    "PRIu16", and use "PRIu16" to
                                    format port number.
* plugins.d/splashy.c (main): Parse numbers correctly and portably
                              using an intermediate "intmax_t".
* plugins.d/usplash.c (main): - '' -

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