Fix minor bugs and typos and add some more debug output.
* Makefile (install-client-nokey): Create plugin-helpers directory and the mandos-client-iprouteadddel helper program. * initramfs-tools-hook (PLUGINHELPERDIR): Fix typo. * plugins.d/mandos-client.c: Change terminology; routes are "deleted", not "removed". All occurences changed. (add_remove_local_route): Renamed to "add_delete_local_route". All callers changed. Also pass "--debug" flag to helper if in debug mode. (add_local_route): Add debugging output. (remove_local_route): Renamed to "delete_local_route". All callers changed. Also pass "--debug" flag to helper if in debug mode. (start_mandos_communication): Add debug output when adding route.
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
28
25
** TODO [#C] Make start_mandos_communication() take "struct server".
29
26
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
30
** TODO [#C] Remove code for GNU libc < 2.15
31
27
32
28
* splashy
33
29
** TODO [#B] use scandir(3) instead of readdir(3)
34
30
35
31
* usplash (Deprecated)
36
** TODO [#B] Make it work again
32
** TODO [#A] Make it work again
37
33
** TODO [#B] use scandir(3) instead of readdir(3)
38
34
39
35
* askpass-fifo
50
46
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
51
47
** TODO [#C] use same file name rules as run-parts(8)
52
48
** kernel command line option for debug info
53
** TODO [#C] Remove code for GNU libc < 2.15
54
49
55
50
* mandos (server)
56
** TODO [#B] --notify-command
57
This would allow the mandos.service to use
58
--notify-command="systemd-notify --pid READY=1"
59
51
** TODO [#B] Log level :BUGS:
60
52
*** TODO /etc/mandos/clients.d/*.conf
61
53
Watch this directory and add/remove/update clients?
70
62
+ Approve(False) -> Close client connection immediately
71
63
** TODO [#C] python-parsedatetime
72
64
** TODO Separate logging logic to own object
73
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
65
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
66
** TODO [#B] break the wait on approval_delay if connection dies
75
67
** TODO Generate Client.runtime_expansions from client options + extra
76
68
** TODO Allow %%(checker)s as a runtime expansion
77
69
** TODO Use python-tlslite?
78
70
** TODO D-Bus AddClient() method on server object
79
71
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
72
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2: