/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: 2008-11-08 17:26:35 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081108172635-6eexzbysvsk4bu1z
* mandos: Also import "with_statement" and "absolute_import" from
          "__future__.  Import "closing" from "contextlib".
  (Client.__init__): Use "with closing" on "secfile".
  (Client.checker_callback): Call "self.bump_timeout()" instead of
                             doing it directly.
  (Client.bump_timeout): New method to bump up the timeout.
  (TCP_handler.handle): Simplify code to provide fallback default for
                        GnuTLS priority string.
  (IPv6_TCPServer): Do not inherit from
                    "SocketServer.ForkingTCPServer", since that is
                    undocumented - instead, follow the example code
                    from the documentation.
  (if_nametoindex): Use "with closing" on the socket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Client]
2
 
configuration for cert, key, CA and interface
3
 
IPv4 support
4
 
OpenPGP keys support
5
 
 
6
 
[Server]
7
 
Configuration for key, cert, ca, crl, and stuff
8
 
        config file
9
 
client-list
10
 
        gnupg fil-hantering
11
 
client-monitoring
12
 
OpenPGP keys support
13
 
run-time communication with server
14
 
 
15
 
[Mandos-tools/utilities]
16
 
        List clients
17
 
        Enable client
18
 
        Disable client
 
1
-*- org -*-
 
2
 
 
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);
 
7
** TODO [#C] IPv4 support
 
8
 
 
9
* mandos (server)
 
10
** TODO [#B] Log level                          :bugs:
 
11
** TODO /etc/mandos/clients.d/*.conf
 
12
   Watch this directory and add/remove/update clients?
 
13
** TODO config for TXT record
 
14
** TODO [#B] Run-time communication with server :bugs:
 
15
   Probably using D-Bus
 
16
   See also [[*Mandos-tools]]
 
17
** TODO Implement --foreground                  :bugs:
 
18
   [[info:standards:Option%20Table][Table of Long Options]]
 
19
** TODO Implement --socket
 
20
   [[info:standards:Option%20Table][Table of Long Options]]
 
21
** TODO Date+time on console log messages       :bugs:
 
22
   Is this the default?
 
23
** TODO delete hook when clients fall out by timeout
 
24
 
 
25
* Mandos-tools/utilities
 
26
  All of this probably using D-Bus
 
27
** TODO List clients
 
28
** TODO Disable client
 
29
** TODO Enable client
 
30
** TODO Reset timer
 
31
 
 
32
* mandos-keygen
 
33
** TODO "--secfile" option
 
34
   Using the "secfile" option instead of "secret"
 
35
** TODO [#B] "--test" option
 
36
   For testing decryption before rebooting.
 
37
 
 
38
* [#A] Package
 
39
** /usr/share/initramfs-tools/hooks/mandos
 
40
*** TODO Do not install in initrd.img if configured not to.
 
41
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
 
42
    question.
 
43
** TODO /etc/bash_completion.d/mandos
 
44
   From XML sources directly?
 
45
 
 
46
 
 
47
#+STARTUP: showall