/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-24 23:03:31 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080924230331-2qvhppypeo852ksr
* Makefile (PLUGINS): Added "plugins.d/usplash".
  (install-client-nokey): Add setuid bit on "plugins.d/usplash".

* plugins.d/splashy.c (main): Move "sret" to top.

* plugins.d/usplash: Removed.
* plugins.d/usplash.c: New.

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
6
** TODO [#B] Temporarily lower kernel log level
5
7
   for less printouts during sucessfull boot.
6
 
   klogctl(6, NULL, 0); klogctl(7, NULL, 0);
7
8
** TODO [#C] IPv4 support
8
9
 
9
 
* plugin-runner
10
 
** TODO [#B] use scandir(3) instead of readdir(3)
 
10
* DONE password-prompt
11
11
 
12
12
* mandos (server)
13
13
** TODO [#B] Log level                          :bugs:
17
17
** TODO [#B] Run-time communication with server :bugs:
18
18
   Probably using D-Bus
19
19
   See also [[*Mandos-tools]]
20
 
*** Client class
21
 
*** Main server
22
 
    + SetLogLevel
23
 
      syslogger.setLevel(logging.WARNING)
24
 
    + Quit
25
 
    + [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
26
20
** TODO Implement --foreground                  :bugs:
27
21
   [[info:standards:Option%20Table][Table of Long Options]]
28
22
** TODO Implement --socket
30
24
** TODO Date+time on console log messages       :bugs:
31
25
   Is this the default?
32
26
** TODO delete hook when clients fall out by timeout
33
 
   This will not be strictly necessary when the D-Bus interface is
34
 
   implemented.
35
 
 
36
 
* mandos.xml
37
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
38
 
 
39
 
* Provide and install /etc/dbus-1/system.d/mandos.conf
40
 
 
41
 
* mandos-list
42
 
*** Handle "no D-Bus server" and/or "no Mandos server found" better
43
 
*** [#B] --dump option
 
27
 
 
28
* Mandos-tools/utilities
 
29
  All of this probably using D-Bus
 
30
** TODO List clients
44
31
** TODO Disable client
45
32
** TODO Enable client
46
33
** TODO Reset timer
47
34
 
48
 
* Curses interface
49
 
 
50
 
* mandos-keygen
51
 
** TODO "--secfile" option
52
 
   Using the "secfile" option instead of "secret"
53
 
** TODO [#B] "--test" option
54
 
   For testing decryption before rebooting.
 
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
 
55
48
 
56
49
* [#A] Package
57
50
** /usr/share/initramfs-tools/hooks/mandos
60
53
    question.
61
54
** TODO /etc/bash_completion.d/mandos
62
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
** DONE 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]]
63
69
 
64
70
 
65
71
#+STARTUP: showall