/mandos/trunk

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

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2012-05-12 15:45:57 UTC
  • Revision ID: teddy@recompile.se-20120512154557-r1yzcb8su8byp4us
* mandos (Client.enable, Client.disable, ClientDBus.approve): Call
                    self.send_changedstate() after change, not before.
  (Client.disable): Bug fix: Handle disable_initiator_tag and
                    checker_initiator_tag of 0.
  (Client.init_checker): Bug fix: Remove old checker_initiator_tag and
                         disable_initiator_tag, if any.
  (Client.bump_timeout): Bug fix: Remove old disable_initiator_tag, if
                         any.
  (ClientDBus.Timeout_dbus_property): Bug fix: Use self.expires.
  (ClientHandler.handle): Bug fix: timedelta_to_milliseconds is a
                          global function, not a class method.
* mandos-monitor (MandosClientWidget._update_timer_callback_lock):
  Removed.  All users changed.
  (MandosClientWidget.last_checked_ok): Removed (unused).
  (MandosClientWidget.__init__): Don't call self.using_timer().
  (MandosClientWidget.property_changed): Removed unused version.
  (MandosClientWidget.using_timer): Stop using the counter
                                    self._update_timer_callback_lock;
                                    be strictly boolean.
  (MandosClientWidget.need_approval): Don't call self.using_timer().
  (MandosClientWidget.update): Call self.using_timer() throughout.
                               Bug fix: Never show negative timers.

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
*** Continue at [[info:python:Porting%20to%20Python%202%206][Porting to Python 2 6]]
82
86
 
83
87
* mandos.xml
84
88
** Add mandos contact info in manual pages