/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:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
10
10
** TODO [#B] Use capabilities instead of seteuid().
11
 
** TODO use EX_* from <sysexits.h>
12
11
 
13
12
* splashy
14
13
** TODO [#B] use scandir(3) instead of readdir(3)
19
18
** TODO [#B] use scandir(3) instead of readdir(3)
20
19
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
20
** TODO use error() instead of perror()
22
 
** TODO use EX_* from <sysexits.h>
23
21
 
24
22
* askpass-fifo
25
23
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
36
34
* plugin-runner
37
35
** TODO [#B] use scandir(3) instead of readdir(3)
38
36
** TODO [#C] use same file name rules as run-parts(8)
39
 
** TODO use EX_* from <sysexits.h>
40
37
** TODO use error() instead of perror()
41
38
 
42
39
* mandos (server)
71
68
   secret
72
69
** TODO Persistent state
73
70
   /var/lib/mandos/*
 
71
** TODO Support RFC 3339 time duration syntax
74
72
 
75
73
* mandos.xml
76
74
** [[file:mandos.xml::XXX][Document D-Bus interface]]
80
78
* mandos-ctl
81
79
*** Handle "no D-Bus server" and/or "no Mandos server found" better
82
80
*** [#B] --dump option
 
81
** TODO Support RFC 3339 time duration syntax
83
82
 
84
83
* TODO mandos-dispatch
85
84
  Listens for specified D-Bus signals and spawns shell commands with
86
85
  arguments.
87
86
 
88
87
* mandos-monitor
89
 
** D-Bus main loop w/ signal receiver
90
88
** Urwid client data displayer
91
 
*** Urwid scaffolding
92
 
*** Client Widgets
93
89
*** Properties popup
94
90
 
95
91
* mandos-keygen