/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-26 01:19:47 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091226011947-qapwzqvwxl5r565s
* mandos-ctl (defaultkeywords): Removed "checker".

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)
 
37
** TODO use error() instead of perror()
31
38
 
32
39
* mandos (server)
33
40
** TODO [#B] Log level                          :BUGS:
61
68
   secret
62
69
** TODO Persistent state
63
70
   /var/lib/mandos/*
 
71
** TODO Support RFC 3339 time duration syntax
64
72
 
65
73
* mandos.xml
66
74
** [[file:mandos.xml::XXX][Document D-Bus interface]]
70
78
* mandos-ctl
71
79
*** Handle "no D-Bus server" and/or "no Mandos server found" better
72
80
*** [#B] --dump option
 
81
** TODO Support RFC 3339 time duration syntax
73
82
 
74
83
* TODO mandos-dispatch
75
84
  Listens for specified D-Bus signals and spawns shell commands with
76
85
  arguments.
77
86
 
78
87
* mandos-monitor
79
 
** D-Bus mail loop w/ signal receiver
80
 
** Snack/Newt client data displayer
81
 
*** Client Widgets
 
88
** Urwid client data displayer
82
89
*** Properties popup
83
90
 
84
91
* mandos-keygen