/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2009-10-25 19:16:56 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091025191656-zc9xzphyanlr88hq
Tags: version-1.0.14-1
* Makefile (version): Changed to "1.0.14".
* NEWS (Version 1.0.14): New entry.
* debian/changelog (1.0.14-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory on signal
 
4
** TODO [#B] use scandir(3) instead of readdir(3)
 
5
** TODO [#B] Prefix all debug output with argv[0]
 
6
** TODO [#B] Retry a server which has a non-definite reply:
 
7
*** A closed connection during the TLS handshake
 
8
*** A TCP timeout
 
9
** TODO [#B] Use capabilities instead of seteuid().
 
10
 
 
11
* splashy
 
12
** TODO [#B] use scandir(3) instead of readdir(3)
 
13
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
14
 
 
15
* usplash
 
16
** TODO [#B] use scandir(3) instead of readdir(3)
 
17
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
18
 
 
19
* askpass-fifo
 
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
21
** TODO [#B] Drop privileges after opening FIFO.
 
22
 
 
23
* password-prompt
 
24
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
5
25
 
6
26
* plugin-runner
7
27
** TODO [#B] use scandir(3) instead of readdir(3)
 
28
** TODO [#C] use same file name rules as run-parts(8)
8
29
 
9
30
* mandos (server)
10
31
** TODO [#B] Log level                          :BUGS:
24
45
   [[info:standards:Option%20Table][Table of Long Options]]
25
46
** TODO Date+time on console log messages       :BUGS:
26
47
   Is this the default?
27
 
** DBusClient inheriting from Client
28
 
** fingerprint as a member of TCP_handler
29
 
** peer_certificate as a member of TCP_handler
30
 
** TCP_handler needs a better name!
31
 
** move handle_ipc out of IPv6_TCPServer
 
48
** TODO DBusServiceObjectUsingSuper
 
49
** Global enable/disable flag
 
50
** By-client countdown on secrets given
 
51
** Fix problem with fsck taking a really long time
 
52
   Whenever a client successfully gets a secret it could get a
 
53
   one-time timeout boost to allow for an fsck-incurred delay
32
54
 
33
55
* mandos.xml
34
56
** [[file:mandos.xml::XXX][Document D-Bus interface]]
39
61
*** Handle "no D-Bus server" and/or "no Mandos server found" better
40
62
*** [#B] --dump option
41
63
 
42
 
* mandos-name
 
64
* mandos-monitor
43
65
** D-Bus mail loop w/ signal receiver
44
 
** Urwid client data displayer
45
 
*** Urwid scaffolding
 
66
** Snack/Newt client data displayer
46
67
*** Client Widgets
47
68
*** Properties popup
48
69
 
53
74
** TODO [#B] "--test" option
54
75
   For testing decryption before rebooting.
55
76
 
 
77
* Makefile
 
78
** Implement DEB_BUILD_OPTIONS
 
79
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
80
 
56
81
* Package
57
82
** /usr/share/initramfs-tools/hooks/mandos
 
83
*** TODO [#C] use same file name rules as run-parts(8)
58
84
*** TODO [#C] Do not install in initrd.img if configured not to.
59
85
    Use "/etc/initramfs-tools/hooksconf.d/mandos"?
60
86
** TODO [#C] /etc/bash_completion.d/mandos