/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-07-16 00:29:19 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110716002919-r77yikuiulj42o40
* initramfs-tools-script: Abort if plugin-runner is missing.  Removed
                          workaround for Debian bug #633582; the
                          workaround required getopt, which can not be
                          guaranteed.
* plugin-runner.c (main): Work around Debian bug #633582.
* plugins.d/mandos-client.c (main): - '' -

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
 
 
150
* Copyright
 
151
 
 
152
    Copyright © 2010-2011 Teddy Hogeborn
 
153
    Copyright © 2010-2011 Björn Påhlsson
 
154
  
 
155
** License:
 
156
   
 
157
   This program is free software: you can redistribute it and/or
 
158
   modify it under the terms of the GNU General Public License as
 
159
   published by the Free Software Foundation, either version 3 of the
 
160
   License, or (at your option) any later version.
 
161
 
 
162
   This program is distributed in the hope that it will be useful, but
 
163
   WITHOUT ANY WARRANTY; without even the implied warranty of
 
164
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
165
   General Public License for more details.
 
166
 
 
167
   You should have received a copy of the GNU General Public License
 
168
   along with this program.  If not, see
 
169
   <http://www.gnu.org/licenses/>.
 
170
 
150
171
 
151
172
#+STARTUP: showall