This deprecates the "se.recompile.Mandos.Client.PropertyChanged" signal. The new signal also adds support for noticing changes to the "se.recompile.Mandos.Client.Secret" write-only property.
* mandos (dbus_annotations): Fix usage example in doc string. (DBusObjectWithProperties.PropertiesChanged): New; from D-Bus standard. (ClientDBus._interface): Set early instead of later. (ClientDBus.notifychangeproperty): Take new "invalidate_only" parameter, and pass in _interface as a default keyword argument. (ClientDBus.notifychangeproperty/setter): Also emit PropertiesChanged signal; emit new value or invalidation depending on "invalidate_only". (ClientDBus.secret): Apply notifychangeproperty with "invalidate_only=True". (ClientDBus._foo): Removed defunct interface annotation. (ClientDBus.PropertyChanged): Add annotation; this method is now deprecated. (main/MandosDBusService.GetAllClientsWithProperties): Use dictionary comprehension. * DBUS-API (Mandos Client Interface/Signals/PropertyChanged): Removed. * mandos-monitor: Use standard "PropertiesChanged" signal instead of old signal "PropertyChanged". (MandosClientPropertyCache.__init__): Connect to signal PropertiesChanged instead of PropertyChanged. (MandosClientPropertyCache._property_changed): Removed. (MandosClientPropertyCache.property_changed): Renamed to "properties_changed" and adapted to new call signature. (MandosClientWidget.properties_changed): - '' -
** TODO [#B] Use getaddrinfo(hints=AI_NUMERICHOST) instead of inet_pton()
28
25
** TODO [#C] Make start_mandos_communication() take "struct server".
29
** TODO [#C] --interfaces=regex,eth*,noregex (bridge-utils-interfaces(5))
30
** TODO [#C] Remove code for GNU libc < 2.15
31
26
32
27
* splashy
33
28
** TODO [#B] use scandir(3) instead of readdir(3)
34
29
35
30
* usplash (Deprecated)
36
** TODO [#B] Make it work again
31
** TODO [#A] Make it work again
37
32
** TODO [#B] use scandir(3) instead of readdir(3)
38
33
39
34
* askpass-fifo
50
45
*** Hook up stderr of plugins, buffer them, and prepend "Mandos Plugin [plugin name]"
51
46
** TODO [#C] use same file name rules as run-parts(8)
52
47
** kernel command line option for debug info
53
** TODO [#C] Remove code for GNU libc < 2.15
54
48
55
49
* 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
50
** TODO [#B] Log level :BUGS:
60
51
*** TODO /etc/mandos/clients.d/*.conf
61
52
Watch this directory and add/remove/update clients?
70
61
+ Approve(False) -> Close client connection immediately
71
62
** TODO [#C] python-parsedatetime
72
63
** TODO Separate logging logic to own object
73
** TODO [#B] Limit approval_delay to max gnutls/tls timeout value
64
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
74
65
** TODO [#B] break the wait on approval_delay if connection dies
75
66
** TODO Generate Client.runtime_expansions from client options + extra
76
67
** TODO Allow %%(checker)s as a runtime expansion
77
68
** TODO Use python-tlslite?
78
69
** TODO D-Bus AddClient() method on server object
79
70
** TODO Use org.freedesktop.DBus.Method.NoReply annotation on async methods. :2:
71
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2: