/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:
1
1
-*- org -*-
2
2
 
3
3
* mandos-client
4
 
** TODO [#A] Clean up /tmp directory and take down interface on signal    :test:
5
4
** TODO [#B] use scandir(3) instead of readdir(3)
6
 
** TODO [#B] Prefix all debug output with argv[0]
7
 
** TODO [#B] Retry a server which has a non-definite reply.
 
5
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
6
** TODO use error() instead of perror()
 
7
** TODO [#B] Retry a server which has a non-definite reply:
8
8
*** A closed connection during the TLS handshake
9
9
*** A TCP timeout
 
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 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 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()
 
23
 
 
24
* askpass-fifo
 
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
 
26
** TODO [#B] Drop privileges after opening FIFO.
 
27
** TODO use EX_* from <sysexits.h>
 
28
** TODO use error() instead of perror()
20
29
 
21
30
* password-prompt
22
 
** TODO [#B] Prefix all debug output with 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
23
36
 
24
37
* plugin-runner
25
38
** TODO [#B] use scandir(3) instead of readdir(3)
26
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()
27
42
 
28
43
* mandos (server)
29
44
** TODO [#B] Log level                          :BUGS:
43
58
   [[info:standards:Option%20Table][Table of Long Options]]
44
59
** TODO Date+time on console log messages       :BUGS:
45
60
   Is this the default?
46
 
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
47
 
** TODO move handle_ipc out of IPv6_TCPServer
48
61
** TODO DBusServiceObjectUsingSuper
49
 
** Global enable/disable flag
50
 
** By-client countdown on secrets given
 
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
 
65
   Whenever a client successfully gets a secret it could get a
 
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/*
51
75
 
52
76
* mandos.xml
53
77
** [[file:mandos.xml::XXX][Document D-Bus interface]]
58
82
*** Handle "no D-Bus server" and/or "no Mandos server found" better
59
83
*** [#B] --dump option
60
84
 
61
 
* mandos-name
62
 
** D-Bus mail loop w/ signal receiver
63
 
** 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
64
92
*** Urwid scaffolding
65
93
*** Client Widgets
66
94
*** Properties popup
72
100
** TODO [#B] "--test" option
73
101
   For testing decryption before rebooting.
74
102
 
 
103
* Makefile
 
104
** Implement DEB_BUILD_OPTIONS
 
105
   http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
 
106
 
75
107
* Package
76
108
** /usr/share/initramfs-tools/hooks/mandos
77
109
*** TODO [#C] use same file name rules as run-parts(8)