/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-09-21 12:04:02 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080921120402-mgd2jl8xo634jw18
* Makefile: Put the init script before avahi-daemon.

* debian/mandos.prerm: Bug fix: stop mandos, not ssh.

* debian/rules (install-indep): Put the init script before
                                avahi-daemon.

* init.d/mandos: Require "avahi-daemon".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* DONE plugin-runner
 
4
 
3
5
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory on signal
5
6
** TODO [#B] Temporarily lower kernel log level
6
7
   for less printouts during sucessfull boot.
7
 
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
8
8
** TODO [#C] IPv4 support
9
9
 
10
 
* plugin-runner
11
 
** TODO [#B] use scandir(3) instead of readdir(3)
 
10
* DONE password-prompt
12
11
 
13
12
* mandos (server)
14
13
** TODO [#B] Log level                          :bugs:
18
17
** TODO [#B] Run-time communication with server :bugs:
19
18
   Probably using D-Bus
20
19
   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]]
27
20
** TODO Implement --foreground                  :bugs:
28
21
   [[info:standards:Option%20Table][Table of Long Options]]
29
22
** TODO Implement --socket
31
24
** TODO Date+time on console log messages       :bugs:
32
25
   Is this the default?
33
26
** TODO delete hook when clients fall out by timeout
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
 
27
 
 
28
* Mandos-tools/utilities
 
29
  All of this probably using D-Bus
 
30
** TODO List clients
45
31
** TODO Disable client
46
32
** TODO Enable client
47
33
** TODO Reset timer
48
34
 
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
 
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
58
50
** /usr/share/initramfs-tools/hooks/mandos
59
 
*** TODO [#C] Do not install in initrd.img if configured not to.
 
51
*** TODO Do not install in initrd.img if configured not to.
60
52
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
61
53
    question.
62
 
** TODO [#C] /etc/bash_completion.d/mandos
 
54
** TODO /etc/bash_completion.d/mandos
63
55
   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
 
 
63
* Mailing list
 
64
** DONE mandos-dev
 
65
*** TODO http://gmane.org/subscribe.php
 
66
 
 
67
* TODO Announce project on Usenet
 
68
  [[news:comp.os.linux.announce]]
64
69
 
65
70
 
66
71
#+STARTUP: showall