/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2014-08-10 14:13:02 UTC
  • mto: (237.7.304 trunk)
  • mto: This revision was merged to the branch mainline in revision 323.
  • Revision ID: teddy@recompile.se-20140810141302-8q1xaaxlh8ho5joz
Emit D-Bus "org.freedesktop.DBus.Properties.PropertiesChanged" signal.

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): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
** TODO [#B] use scandir(3) instead of readdir(3)
33
33
 
34
34
* askpass-fifo
35
 
** TODO [#B] Drop privileges after opening FIFO.
36
35
 
37
36
* password-prompt
38
37
** TODO [#B] lock stdin (with flock()?)
69
68
** TODO Use python-tlslite?
70
69
** TODO D-Bus AddClient() method on server object
71
70
** 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.
75
71
** TODO Support [[http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager][org.freedesktop.DBus.ObjectManager]] interface on server object :2:
76
72
   Deprecate methods GetAllClients(), GetAllClientsWithProperties()
77
73
   and signals ClientAdded and ClientRemoved.
80
76
** TODO Secret Service API?
81
77
   http://standards.freedesktop.org/secret-service/
82
78
** TODO Remove D-Bus interfaces with old domain name                      :2:
83
 
** TODO Remove old string_to_delta format                                 :2:
 
79
** TODO Remove old string_to_delta format                                    :2:
84
80
** TODO http://0pointer.de/blog/projects/stateless.html
85
81
*** tmpfiles snippet to create /var/lib/mandos with right user+perms
86
82
*** File in /usr/lib/sysusers.d to create user+group "_mandos"
87
83
** TODO Error handling on error parsing config files
88
84
** TODO init.d script error handling
 
85
** TODO D-Bus server properties; address, port, interface, etc.              :2:
89
86
 
90
87
* mandos.xml
91
88
** Add mandos contact info in manual pages
93
90
* mandos-ctl
94
91
*** Handle "no D-Bus server" and/or "no Mandos server found" better
95
92
*** [#B] --dump option
96
 
** TODO Remove old string_to_delta format                                 :2:
 
93
** TODO Remove old string_to_delta format                                    :2:
97
94
 
98
95
* TODO mandos-dispatch
99
96
  Listens for specified D-Bus signals and spawns shell commands with