/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

* mandos: Use a class decorator instead of a metaclass to provide
          alternate D-Bus interface names on D-Bus object attributes.
  (alternate_dbus_interfaces): New class decorator.
  (AlternateDBusNamesMetaclass, ClientDBusTransitional,
   MandosDBusServiceTransitional): Removed; all users changed.
  (ClientDbus, MandosDBusService): Use new "alternate_dbus_interfaces"
                                   class decorator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
** TODO [#B] Use openat()
41
41
 
42
42
* mandos (server)
 
43
** TODO Document why we ignore sigint
43
44
** TODO [#B] Log level                                                    :BUGS:
44
45
*** TODO /etc/mandos/clients.d/*.conf
45
46
    Watch this directory and add/remove/update clients?
54
55
** TODO [#B] Global enable/disable flag
55
56
** TODO [#B] By-client countdown on number of secrets given
56
57
** TODO [#B] Support RFC 3339 time duration syntax
57
 
** D-Bus Client method NeedsPassword(50) - Timeout, default disapprove
 
58
** More D-Bus methods
 
59
*** NeedsPassword(50) - Timeout, default disapprove
58
60
    + SetPass(u"gazonk", True) -> Approval, persistent
59
61
    + Approve(False) -> Close client connection immediately
60
62
** TODO [#C] python-parsedatetime
79
81
** TODO CheckerCompleted method, deprecate CheckedOK
80
82
** TODO Secret Service API?
81
83
   http://standards.freedesktop.org/secret-service/
 
84
** TODO [[info:python:What's%20New%20in%20Python%202%206][What's New in Python 2.6]]
 
85
*** Start at [[info:python:PEP%203101%20Advanced%20String%20Formatting][PEP 3101 Advanced String Formatting]]
82
86
 
83
87
* mandos.xml
84
88
** Add mandos contact info in manual pages