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