/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-11-05 19:16:46 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091105191646-5l7bkq5h4wkh3huh
* mandos-monitor: New prototype version of interactive server
                  administraton tool using D-Bus.

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()?)
25
31
 
26
32
* TODO passdev
27
33
 
28
34
* plugin-runner
29
35
** TODO [#B] use scandir(3) instead of readdir(3)
30
36
** TODO [#C] use same file name rules as run-parts(8)
31
 
** kernel command line option for debug info
 
37
** TODO use error() instead of perror()
32
38
 
33
39
* mandos (server)
34
40
** TODO [#B] Log level                          :BUGS:
65
71
 
66
72
* mandos.xml
67
73
** [[file:mandos.xml::XXX][Document D-Bus interface]]
68
 
** Add mandos contact info in manual pages
69
74
 
70
75
* Provide and install /etc/dbus-1/system.d/mandos.conf
71
76
 
78
83
  arguments.
79
84
 
80
85
* mandos-monitor
81
 
** D-Bus mail loop w/ signal receiver
82
 
** Snack/Newt client data displayer
 
86
** D-Bus main loop w/ signal receiver
 
87
** Urwid client data displayer
 
88
*** Urwid scaffolding
83
89
*** Client Widgets
84
90
*** Properties popup
85
91