/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 DBUS-API

  • Committer: Teddy Hogeborn
  • Date: 2011-03-17 18:14:34 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110317181434-si1m0l8q5fakzgjx
* DBUS-API: Fix grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
   c) Setting this property is equivalent to calling StartChecker() or
105
105
      StopChecker().
106
106
   
107
 
   d) The creation time of this client object, as a RFC 3339 string.
 
107
   d) The creation time of this client object, as an RFC 3339 string.
108
108
   
109
109
   e) Setting this property is equivalent to calling Enable() or
110
110
      Disable().
111
111
   
112
 
   f) The time of the last approval request, as a RFC 3339 string, or
 
112
   f) The time of the last approval request, as an RFC 3339 string, or
113
113
      an empty string if this has not happened.
114
114
   
115
 
   g) The last time a checker was successful, as a RFC 3339 string, or
116
 
      an empty string if this has not happened.  Setting this property
117
 
      is equivalent to calling CheckedOK(), i.e. the current time is
118
 
      set, regardless of the string sent.  Please always use an empty
119
 
      string when setting this property, to allow for possible future
120
 
      expansion.
 
115
   g) The last time a checker was successful, as an RFC 3339 string,
 
116
      or an empty string if this has not happened.  Setting this
 
117
      property is equivalent to calling CheckedOK(), i.e. the current
 
118
      time is set, regardless of the string sent.  Please always use
 
119
      an empty string when setting this property, to allow for
 
120
      possible future expansion.
121
121
   
122
 
   h) The last time this client was enabled, as a RFC 3339 string, or
 
122
   h) The last time this client was enabled, as an RFC 3339 string, or
123
123
      an empty string if this has not happened.
124
124
   
125
125
   i) A raw byte array, not hexadecimal digits.
140
140
    This client will be approved or denied in exactly Timeout
141
141
    milliseconds, depending on ApprovedByDefault.  Approve() can now
142
142
    usefully be called on this client object.
143
 
 
 
143
    
144
144
*** PropertyChanged(s: Property, v: Value)
145
145
    The Property on this client has changed to Value.
146
 
 
 
146
    
147
147
*** Rejected(s: Reason)
148
148
    This client was not given its secret for a specified Reason.
149
149