/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

  • Committer: Teddy Hogeborn
  • Date: 2009-01-28 11:23:12 UTC
  • mto: (237.2.90 mandos)
  • mto: This revision was merged to the branch mainline in revision 264.
  • Revision ID: teddy@fukt.bsnet.se-20090128112312-fccq15ef11z330u3
Start of new pipe-based IPC mechanism.

* mandos (TCP_handler.handle): Open the IPC pipe, write messages to it
                               and close it when done.
  (ForkingMixInWithPipe): New.
  (IPv6_TCPServer): Inherit from "ForkingMixInWithPipe" instead of
                   "SocketServer.ForkingMixIn".
  (IPv6_TCPServer.handle_ipc): New.

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
5
** TODO [#B] Temporarily lower kernel log level
5
6
   for less printouts during sucessfull boot.
6
7
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
53
54
** TODO [#B] "--test" option
54
55
   For testing decryption before rebooting.
55
56
 
56
 
* [#A] Package
 
57
* Package
57
58
** /usr/share/initramfs-tools/hooks/mandos
58
 
*** TODO Do not install in initrd.img if configured not to.
 
59
*** TODO [#C] Do not install in initrd.img if configured not to.
59
60
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
60
61
    question.
61
 
** TODO /etc/bash_completion.d/mandos
 
62
** TODO [#C] /etc/bash_completion.d/mandos
62
63
   From XML sources directly?
63
64
 
64
65