/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
 
* DONE plugin-runner
4
 
 
5
3
* mandos-client
 
4
** TODO [#A] Clean up /tmp directory on signal
6
5
** TODO [#B] Temporarily lower kernel log level
7
6
   for less printouts during sucessfull boot.
8
 
** TODO IPv4 support
9
 
** TODO use strsep instead of strtok?
 
7
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
 
8
** TODO [#C] IPv4 support
10
9
 
11
 
* DONE password-prompt
 
10
* plugin-runner
 
11
** TODO [#B] use scandir(3) instead of readdir(3)
12
12
 
13
13
* mandos (server)
14
14
** TODO [#B] Log level                          :bugs:
18
18
** TODO [#B] Run-time communication with server :bugs:
19
19
   Probably using D-Bus
20
20
   See also [[*Mandos-tools]]
 
21
*** Client class
 
22
*** Main server
 
23
    + SetLogLevel
 
24
      syslogger.setLevel(logging.WARNING)
 
25
    + Quit
 
26
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
27
** TODO Implement --foreground                  :bugs:
22
28
   [[info:standards:Option%20Table][Table of Long Options]]
23
29
** TODO Implement --socket
25
31
** TODO Date+time on console log messages       :bugs:
26
32
   Is this the default?
27
33
** TODO delete hook when clients fall out by timeout
28
 
 
29
 
* Mandos-tools/utilities
30
 
  All of this probably using D-Bus
31
 
** TODO List clients
 
34
   This will not be strictly necessary when the D-Bus interface is
 
35
   implemented.
 
36
 
 
37
* mandos.xml
 
38
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
39
 
 
40
* Provide and install /etc/dbus-1/system.d/mandos.conf
 
41
 
 
42
* mandos-list
 
43
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
44
*** [#B] --dump option
32
45
** TODO Disable client
33
46
** TODO Enable client
34
47
** TODO Reset timer
35
48
 
36
 
* Man pages
37
 
** TODO Use xinclude for all common sections
38
 
   Like authors, etc.
39
 
 
40
 
 
41
 
* Installer
42
 
** Client-side
43
 
*** TODO Update initrd.img after installation
44
 
    This seems to use some kind of "trigger" system
45
 
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
46
 
    dpkg-trigger(1), deb-triggers(5)
47
 
*** mandos-keygen
48
 
**** TODO [#A] Ask for password twice for confirmation
49
 
**** TODO "--passfile" option
50
 
     Using the "secfile" option instead of "secret"
51
 
**** TODO [#A] "--test" option
52
 
     For testing decryption before rebooting.
53
 
** Server-side
54
 
*** TODO [#A] Create mandos user and group for server
55
 
 
56
 
 
57
 
* [#A] Package
 
49
* Curses interface
 
50
 
 
51
* mandos-keygen
 
52
** TODO "--secfile" option
 
53
   Using the "secfile" option instead of "secret"
 
54
** TODO [#B] "--test" option
 
55
   For testing decryption before rebooting.
 
56
 
 
57
* Package
58
58
** /usr/share/initramfs-tools/hooks/mandos
59
 
*** TODO Do not install in initrd.img if configured not to.
 
59
*** TODO [#C] Do not install in initrd.img if configured not to.
60
60
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
61
61
    question.
62
 
** TODO /etc/bash_completion.d/mandos
 
62
** TODO [#C] /etc/bash_completion.d/mandos
63
63
   From XML sources directly?
64
 
** TODO unperish
65
 
** DONE bzr-builddeb
66
 
 
67
 
* TODO Web site
68
 
 
69
 
* Mailing list
70
 
** TODO mandos-dev
71
 
*** TODO http://gmane.org/subscribe.php
72
 
** TODO mandos-user
73
 
*** TODO http://gmane.org/subscribe.php
74
 
 
75
 
* TODO Announce project on news
76
 
  [[news:comp.os.linux.announce]]
77
64
 
78
65
 
79
66
#+STARTUP: showall