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