/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: 2010-09-12 02:51:19 UTC
  • Revision ID: teddy@fukt.bsnet.se-20100912025119-7vvpqofpnbxf7i22
Rename all D-Bus properties to conform to D-Bus naming conventions;
all programs changed.

Also rename client setting "approved_delay" to "approval_delay", and
"approved_duration" to "approval_duration"; all programs changed.

* mandos (ClientDBus.NeedApproval): Bug fix: send an UInt64, not a
                                    float.
  (ClientDBus.ApprovedByDefault_dbus_property,
  ClientDBus.ApprovalDelay_dbus_property,
  ClientDBus.ApprovalDuration_dbus_property): Bug fix: send
                                              PropertyChanged signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
   http://0pointer.de/blog/projects/systemd.html
86
86
** TODO Separate logging logic to own object
87
87
** TODO make clients to a dict!
88
 
** TODO [#A] Limit approved_delay to max gnutls/tls timeout value
 
88
** TODO [#A] Limit approval_delay to max gnutls/tls timeout value
89
89
 
90
90
* mandos.xml
91
 
** [[file:mandos.xml::XXX][Document D-Bus interface]]
92
 
   Remove mention of lack of such interface in BUGS section
93
91
** Add mandos contact info in manual pages
94
92
 
95
 
* TODO [#A] Provide and install /etc/dbus-1/system.d/mandos.conf
96
 
 
97
93
* mandos-ctl
98
94
*** Handle "no D-Bus server" and/or "no Mandos server found" better
99
95
*** [#B] --dump option