/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-02-07 04:50:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090207045039-xkr6b80vtqwqrq8l
* Makefile (install-client-nokey): Move "initramfs-tools-script" from
                                   "/scripts/local-top/mandos" to
                                   "/scripts/init-premount/mandos".
  (uninstall-client): - '' -
* debian/mandos-client.dirs: - '' -
* initramfs-tools-script (PREREQ): Added "udev".

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