/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-10-22 00:05:01 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091022000501-g792e99q5g1wkyet
Merge from release branch.

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
9
10
** TODO [#B] Use capabilities instead of seteuid().
 
11
** TODO use EX_* from <sysexits.h>
10
12
 
11
13
* splashy
12
14
** TODO [#B] use scandir(3) instead of readdir(3)
13
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
16
** TODO use error() instead of perror()
14
17
 
15
18
* usplash
16
19
** TODO [#B] use scandir(3) instead of readdir(3)
17
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
21
** TODO use error() instead of perror()
 
22
** TODO use EX_* from <sysexits.h>
18
23
 
19
24
* askpass-fifo
20
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO use error() instead of perror()
21
27
** TODO [#B] Drop privileges after opening FIFO.
22
28
 
23
29
* password-prompt
24
 
** TODO [#B] Prefix all debug output with "Mandos plugin " + argv[0]
 
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
31
** TODO use error() instead of perror()
 
32
** TODO lock stdin (with flock()?)
25
33
 
26
34
* TODO passdev
27
35
 
28
36
* plugin-runner
29
37
** TODO [#B] use scandir(3) instead of readdir(3)
30
38
** TODO [#C] use same file name rules as run-parts(8)
 
39
** TODO use EX_* from <sysexits.h>
 
40
** TODO use error() instead of perror()
31
41
 
32
42
* mandos (server)
33
43
** TODO [#B] Log level                          :BUGS:
64
74
 
65
75
* mandos.xml
66
76
** [[file:mandos.xml::XXX][Document D-Bus interface]]
67
 
** Add mandos contact info in manual pages
68
77
 
69
78
* Provide and install /etc/dbus-1/system.d/mandos.conf
70
79
 
77
86
  arguments.
78
87
 
79
88
* mandos-monitor
80
 
** D-Bus mail loop w/ signal receiver
81
 
** Snack/Newt client data displayer
 
89
** D-Bus main loop w/ signal receiver
 
90
** Urwid client data displayer
 
91
*** Urwid scaffolding
82
92
*** Client Widgets
83
93
*** Properties popup
84
94