/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-12-27 03:35:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091227033558-y57wv1u4cls3i8kq
TODO file changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
 
3
* mandos-client
 
4
** TODO [#B] use scandir(3) instead of readdir(3)
 
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
 
7
** TODO [#B] Retry a server which has a non-definite reply:
 
8
*** A closed connection during the TLS handshake
 
9
*** A TCP timeout
 
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO [#A] Retry --connect forever
 
12
 
 
13
* splashy
 
14
** TODO [#B] use scandir(3) instead of readdir(3)
 
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO [#B] use error() instead of perror()
 
17
 
 
18
* usplash
 
19
** TODO [#B] use scandir(3) instead of readdir(3)
 
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
21
** TODO [#B] use error() instead of perror()
 
22
** TODO [#A] Check if it still works
 
23
 
 
24
* askpass-fifo
 
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO [#B] use error() instead of perror()
 
27
** TODO [#B] Drop privileges after opening FIFO.
 
28
 
 
29
* password-prompt
 
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO [#B] use error() instead of perror()
 
32
** TODO [#B] lock stdin (with flock()?)
 
33
 
 
34
* TODO [#B] passdev
 
35
 
3
36
* plugin-runner
4
 
** TODO Man page  for plugin-runner.conf.5
5
 
   link to plugin-runner.8
6
 
 
7
 
* mandos-client
8
 
** TODO [#B] Temporarily lower kernel log level
9
 
   for less printouts during sucessfull boot.
10
 
** TODO IPv4 support
11
 
** TODO use strsep instead of strtok?
12
 
 
13
 
* DONE password-prompt
 
37
** TODO [#B] use scandir(3) instead of readdir(3)
 
38
** TODO [#C] use same file name rules as run-parts(8)
 
39
** TODO [#B] use error() instead of perror()
14
40
 
15
41
* mandos (server)
16
 
** TODO [#B] Log level                          :bugs:
17
 
** TODO /etc/mandos/clients.d/*.conf
18
 
   Watch this directory and add/remove/update clients?
19
 
** TODO config for TXT record
20
 
** TODO [#B] Run-time communication with server :bugs:
21
 
   Probably using D-Bus
22
 
   See also [[*Mandos-tools]]
23
 
** TODO Implement --foreground                  :bugs:
 
42
** TODO [#B] Log level                                                    :BUGS:
 
43
** TODO Persistent state                                                  :BUGS:
 
44
   /var/lib/mandos/*
 
45
*** TODO /etc/mandos/clients.d/*.conf
 
46
    Watch this directory and add/remove/update clients?
 
47
** TODO [#C] config for TXT record
 
48
** TODO Log level option
 
49
   syslogger.setLevel(logging.WARNING)
 
50
   + SetLogLevel D-Bus call
 
51
** TODO Implement --foreground                                            :BUGS:
24
52
   [[info:standards:Option%20Table][Table of Long Options]]
25
53
** TODO Implement --socket
26
54
   [[info:standards:Option%20Table][Table of Long Options]]
27
 
** TODO Date+time on console log messages       :bugs:
 
55
** TODO Date+time on console log messages                                 :BUGS:
28
56
   Is this the default?
29
 
** TODO delete hook when clients fall out by timeout
30
 
 
31
 
* Mandos-tools/utilities
32
 
  All of this probably using D-Bus
33
 
** TODO List clients
34
 
** TODO Disable client
35
 
** TODO Enable client
36
 
** TODO Reset timer
37
 
 
38
 
* Man pages
39
 
** TODO Use xinclude for all common sections
40
 
   Like authors, etc.
41
 
 
42
 
 
43
 
* Installer
44
 
** Client-side
45
 
*** TODO Update initrd.img after installation
46
 
    This seems to use some kind of "trigger" system
47
 
    [[file:/usr/share/doc/dpkg/triggers.txt.gz]]
48
 
    dpkg-trigger(1), deb-triggers(5)
49
 
*** mandos-keygen
50
 
**** TODO [#A] Ask for password twice for confirmation
51
 
**** TODO "--passfile" option
52
 
     Using the "secfile" option instead of "secret"
53
 
**** TODO [#B] "--test" option
54
 
     For testing decryption before rebooting.
55
 
** Server-side
56
 
*** TODO [#A] Create mandos user and group for server
57
 
 
58
 
 
59
 
* [#A] Package
 
57
** TODO [#C] DBusServiceObjectUsingSuper
 
58
** TODO [#B] Global enable/disable flag
 
59
** TODO [#B] By-client countdown on secrets given
 
60
** TODO [#B] Fix problem with fsck taking a really long time
 
61
   Whenever a client successfully gets a secret it could get a
 
62
   one-time timeout boost to allow for an fsck-incurred delay
 
63
** TODO [#A] Delay before client receives key
 
64
   This would give an operator opportunity to cancel the request if
 
65
   desired.
 
66
** TODO [#A] Client manual approval mode
 
67
   A client needs manual approval on the server before it gets the
 
68
   secret
 
69
** TODO [#B] Support RFC 3339 time duration syntax
 
70
 
 
71
* mandos.xml
 
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
 
73
   Remove mention of lack of such interface in BUGS section
 
74
 
 
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
 
76
 
 
77
* mandos-ctl
 
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
 
79
*** [#B] --dump option
 
80
** TODO Support RFC 3339 time duration syntax
 
81
 
 
82
* TODO mandos-dispatch
 
83
  Listens for specified D-Bus signals and spawns shell commands with
 
84
  arguments.
 
85
 
 
86
* mandos-monitor
 
87
** Urwid client data displayer
 
88
   Better view of client data in the listing
 
89
*** Properties popup
 
90
 
 
91
* mandos-keygen
 
92
** TODO Loop until passwords match when run interactively
 
93
** TODO "--secfile" option
 
94
   Using the "secfile" option instead of "secret"
 
95
** TODO [#B] "--test" option
 
96
   For testing decryption before rebooting.
 
97
 
 
98
* Makefile
 
99
** TODO [#C] Implement DEB_BUILD_OPTIONS
 
100
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
101
 
 
102
* Package
60
103
** /usr/share/initramfs-tools/hooks/mandos
61
 
*** TODO Do not install in initrd.img if configured not to.
62
 
    Use "/etc/initramfs-tools/conf.d/mandos"?  Definitely a debconf
63
 
    question.
64
 
** TODO /etc/bash_completion.d/mandos
 
104
*** TODO [#C] use same file name rules as run-parts(8)
 
105
*** TODO [#C] Do not install in initrd.img if configured not to.
 
106
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
 
107
** TODO [#C] /etc/bash_completion.d/mandos
65
108
   From XML sources directly?
66
 
** TODO unperish
67
 
** DONE bzr-builddeb
68
 
** TODO mandos user/group creation
69
 
** TODO Key creation in postinst
70
 
 
71
 
* TODO Web site
72
 
** DONE http://www.fukt.bsnet.se/mandos
73
 
   Redirects to the wiki page
74
 
** TODO http://wiki.fukt.bsnet.se/wiki/Mandos
75
 
 
76
 
* Mailing list
77
 
** DONE mandos-dev
78
 
*** TODO http://gmane.org/subscribe.php
79
 
 
80
 
* TODO Announce project on Usenet
81
 
  [[news:comp.os.linux.announce]]
82
109
 
83
110
 
84
111
#+STARTUP: showall