/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-18 08:47:40 UTC
  • Revision ID: teddy@fukt.bsnet.se-20091018084740-fa1qgm22lg125r10
* plugins.d/splashy.c: Use exit codes from <sysexits.h>.

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