/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-19 00:00:51 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080919000051-tgm5erxuj0zhs867
* debian/mandos-client.README.Debian: Document "eth0" default and how
                                      to change it.

* debian/mandos-client.postrm (update_initramfs): Use "type" instead
                                                  of "which".

* plugin-runner.c (handle_sigchld, print_out_password): Declared
                                                        static.

* plugin-runner.xml (SYNOPSIS, OPTIONS): Changed "VAR" to "ENV" in the
                                         "--global-env" option to be
                                         consistent with the
                                         "--env-for" option.

Show diffs side-by-side

added added

removed removed

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