/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

* Makefile (LINK_FORTIFY_LD): Bug fix: removed "-fPIE".
* mandos-keygen: Bug fix: Fix quoting for the "--password" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
* mandos-client
4
4
** TODO [#B] use scandir(3) instead of readdir(3)
5
 
** TODO [#B] Prefix all debug output with argv[0]
 
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
6
7
** TODO [#B] Retry a server which has a non-definite reply:
7
8
*** A closed connection during the TLS handshake
8
9
*** A TCP timeout
10
11
 
11
12
* splashy
12
13
** TODO [#B] use scandir(3) instead of readdir(3)
13
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
14
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
15
** TODO use error() instead of perror()
14
16
 
15
17
* usplash
16
18
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
20
** TODO use error() instead of perror()
18
21
 
19
22
* askpass-fifo
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
24
** TODO use error() instead of perror()
21
25
** TODO [#B] Drop privileges after opening FIFO.
22
26
 
23
27
* password-prompt
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
28
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
29
** TODO use error() instead of perror()
 
30
** TODO lock stdin (with flock()?)
 
31
 
 
32
* TODO passdev
25
33
 
26
34
* plugin-runner
27
35
** TODO [#B] use scandir(3) instead of readdir(3)
28
36
** TODO [#C] use same file name rules as run-parts(8)
 
37
** TODO use error() instead of perror()
29
38
 
30
39
* mandos (server)
31
40
** TODO [#B] Log level                          :BUGS:
45
54
   [[info:standards:Option%20Table][Table of Long Options]]
46
55
** TODO Date+time on console log messages       :BUGS:
47
56
   Is this the default?
48
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
49
 
** TODO move handle_ipc out of IPv6_TCPServer
50
57
** TODO DBusServiceObjectUsingSuper
51
 
** Global enable/disable flag
52
 
** By-client countdown on secrets given
53
 
** Fix problem with fsck taking a really long time
 
58
** TODO Global enable/disable flag
 
59
** TODO By-client countdown on secrets given
 
60
** TODO Fix problem with fsck taking a really long time
54
61
   Whenever a client successfully gets a secret it could get a
55
62
   one-time timeout boost to allow for an fsck-incurred delay
 
63
** TODO Delay before client receives key
 
64
   This would give an operator opportunity to cancel the request if
 
65
   desired.
 
66
** TODO Client manual approval mode
 
67
   A client needs manual approval on the server before it gets the
 
68
   secret
 
69
** TODO Persistent state
 
70
   /var/lib/mandos/*
56
71
 
57
72
* mandos.xml
58
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
63
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
64
79
*** [#B] --dump option
65
80
 
66
 
* mandos-name
67
 
** D-Bus mail loop w/ signal receiver
68
 
** Urwid/Newt client data displayer
 
81
* TODO mandos-dispatch
 
82
  Listens for specified D-Bus signals and spawns shell commands with
 
83
  arguments.
 
84
 
 
85
* mandos-monitor
 
86
** D-Bus main loop w/ signal receiver
 
87
** Urwid client data displayer
69
88
*** Urwid scaffolding
70
89
*** Client Widgets
71
90
*** Properties popup
77
96
** TODO [#B] "--test" option
78
97
   For testing decryption before rebooting.
79
98
 
 
99
* Makefile
 
100
** Implement DEB_BUILD_OPTIONS
 
101
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
102
 
80
103
* Package
81
104
** /usr/share/initramfs-tools/hooks/mandos
82
105
*** TODO [#C] use same file name rules as run-parts(8)