4
** TODO [#A] Clean up /tmp directory on signal
4
** TODO [#B] use scandir(3) instead of readdir(3)
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
*** A closed connection during the TLS handshake
10
** TODO [#B] Use capabilities instead of seteuid().
11
** TODO [#A] Retry --connect forever
14
** TODO [#B] use scandir(3) instead of readdir(3)
15
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
16
** TODO [#B] use error() instead of perror()
19
** TODO [#B] use scandir(3) instead of readdir(3)
20
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
21
** TODO [#B] use error() instead of perror()
22
** TODO [#A] Check if it still works
25
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
26
** TODO [#B] use error() instead of perror()
27
** TODO [#B] Drop privileges after opening FIFO.
30
** TODO [#B] Prefix all debug output with "Mandos plugin " + program_invocation_short_name
31
** TODO [#B] use error() instead of perror()
32
** TODO [#B] lock stdin (with flock()?)
7
37
** TODO [#B] use scandir(3) instead of readdir(3)
38
** TODO [#C] use same file name rules as run-parts(8)
39
** TODO [#B] use error() instead of perror()
10
** TODO [#B] Log level :BUGS:
11
** TODO /etc/mandos/clients.d/*.conf
12
Watch this directory and add/remove/update clients?
13
** TODO config for TXT record
14
** TODO [#B] Run-time communication with server :BUGS:
19
syslogger.setLevel(logging.WARNING)
20
+ [[http://log.ometer.com/2007-05.html][Best D-Bus practices]]
21
** TODO Implement --foreground :BUGS:
42
** TODO [#B] Log level :BUGS:
43
** TODO Persistent state :BUGS:
45
*** TODO /etc/mandos/clients.d/*.conf
46
Watch this directory and add/remove/update clients?
47
** TODO [#C] config for TXT record
48
** TODO Log level option
49
syslogger.setLevel(logging.WARNING)
50
+ SetLogLevel D-Bus call
51
** TODO Implement --foreground :BUGS:
22
52
[[info:standards:Option%20Table][Table of Long Options]]
23
53
** TODO Implement --socket
24
54
[[info:standards:Option%20Table][Table of Long Options]]
25
** TODO Date+time on console log messages :BUGS:
55
** TODO Date+time on console log messages :BUGS:
26
56
Is this the default?
27
** TODO Split IPv6_TCPServer into a generic and Mandos-specific class
28
** TODO move handle_ipc out of IPv6_TCPServer
29
** TODO DBusServiceObjectUsingSuper
57
** TODO [#C] DBusServiceObjectUsingSuper
58
** TODO [#B] Global enable/disable flag
59
** TODO [#B] By-client countdown on secrets given
60
** TODO [#B] Fix problem with fsck taking a really long time
61
Whenever a client successfully gets a secret it could get a
62
one-time timeout boost to allow for an fsck-incurred delay
63
** TODO [#A] Delay before client receives key
64
This would give an operator opportunity to cancel the request if
66
** TODO [#A] Client manual approval mode
67
A client needs manual approval on the server before it gets the
69
** TODO [#B] Support RFC 3339 time duration syntax
32
72
** [[file:mandos.xml::XXX][Document D-Bus interface]]
73
Remove mention of lack of such interface in BUGS section
34
* Provide and install /etc/dbus-1/system.d/mandos.conf
75
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
37
78
*** Handle "no D-Bus server" and/or "no Mandos server found" better
38
79
*** [#B] --dump option
41
** D-Bus mail loop w/ signal receiver
42
** Urwid/Newt client data displayer
80
** TODO Support RFC 3339 time duration syntax
82
* TODO mandos-dispatch
83
Listens for specified D-Bus signals and spawns shell commands with
87
** Urwid client data displayer
88
Better view of client data in the listing
45
89
*** Properties popup