~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to src/tcs/rpc/tcstp/rpc_maint.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
38
38
                return TCSERR(TSS_E_INTERNAL_ERROR);
39
39
 
40
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
40
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
41
41
 
42
42
        if (getData(TCSD_PACKET_TYPE_AUTH, 1, &ownerAuth, 0, &data->comm))
43
43
                return TCSERR(TSS_E_INTERNAL_ERROR);
74
74
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
75
75
                return TCSERR(TSS_E_INTERNAL_ERROR);
76
76
 
77
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
77
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
78
78
 
79
79
        if (getData(TCSD_PACKET_TYPE_BOOL, 1, &generateRandom, 0, &data->comm))
80
80
                return TCSERR(TSS_E_INTERNAL_ERROR);
142
142
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
143
143
                return TCSERR(TSS_E_INTERNAL_ERROR);
144
144
 
145
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
145
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
146
146
 
147
147
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &dataInSize, 0, &data->comm))
148
148
                return TCSERR(TSS_E_INTERNAL_ERROR);
207
207
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
208
208
                return TCSERR(TSS_E_INTERNAL_ERROR);
209
209
 
210
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
210
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
211
211
 
212
212
        if (getData(TCSD_PACKET_TYPE_NONCE, 1, &antiReplay, 0, &data->comm))
213
213
                return TCSERR(TSS_E_INTERNAL_ERROR);
258
258
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
259
259
                return TCSERR(TSS_E_INTERNAL_ERROR);
260
260
 
261
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
261
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
262
262
 
263
263
        if (getData(TCSD_PACKET_TYPE_NONCE, 1, &antiReplay, 0, &data->comm))
264
264
                return TCSERR(TSS_E_INTERNAL_ERROR);