** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
27
25
** TODO [#C] Make start_mandos_communication() take "struct server".
28
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
29
** TODO [#C] Remove code for GNU libc < 2.15
30
26
31
27
* splashy
32
28
** TODO [#B] use scandir(3) instead of readdir(3)
33
29
34
30
* usplash (Deprecated)
35
** TODO [#B] Make it work again
31
** TODO [#A] Make it work again
36
32
** TODO [#B] use scandir(3) instead of readdir(3)
37
33
38
34
* askpass-fifo
49
45
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
50
46
** TODO [#C] use same file name rules as run-parts(8)
51
47
** kernel command line option for debug info
52
** TODO [#C] Remove code for GNU libc < 2.15
53
48
54
49
* mandos (server)
55
** TODO [#B] --notify-command
56
This would allow the mandos.service to use
57
--notify-command="systemd-notify --pid READY=1"
58
50
** TODO [#B] Log level :BUGS:
59
51
*** TODO /etc/mandos/clients.d/*.conf
60
52
Watch this directory and add/remove/update clients?
69
61
+ Approve(False) -> Close client connection immediately
70
62
** TODO [#C] python-parsedatetime
71
63
** TODO Separate logging logic to own object
72
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
64
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
73
65
** TODO [#B] break the wait on approval_delay if connection dies
74
66
** TODO Generate Client.runtime_expansions from client options + extra
75
67
** TODO Allow %%(checker)s as a runtime expansion
76
68
** TODO Use python-tlslite?
77
69
** TODO D-Bus AddClient() method on server object
78
70
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
71
** TODO Emit [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties][org.freedesktop.DBus.Properties.PropertiesChanged]] signal :2:
72
TODO Deprecate se.recompile.Mandos.Client.PropertyChanged - annotate!
73
TODO Can use "invalidates" annotation to also emit on changed secret.
79
74
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2: