~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/gssapi/spnego/spnego-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        gss_OID * output_name_type );
92
92
 
93
93
OM_uint32
94
 
_gss_spnego_display_status (
95
 
        OM_uint32 * /*minor_status*/,
96
 
        OM_uint32 /*status_value*/,
97
 
        int /*status_type*/,
98
 
        const gss_OID /*mech_type*/,
99
 
        OM_uint32 * /*message_context*/,
100
 
        gss_buffer_t status_string );
101
 
 
102
 
OM_uint32
103
94
_gss_spnego_duplicate_name (
104
95
         OM_uint32 * /*minor_status*/,
105
96
        const gss_name_t /*src_name*/,
234
225
        const gss_buffer_t token_buffer );
235
226
 
236
227
OM_uint32
 
228
_gss_spnego_pseudo_random (
 
229
        OM_uint32 */*minor_status*/,
 
230
        gss_ctx_id_t /*context_handle*/,
 
231
        int /*prf_key*/,
 
232
        const gss_buffer_t /*prf_in*/,
 
233
        ssize_t /*desired_output_len*/,
 
234
        gss_buffer_t /*prf_out*/);
 
235
 
 
236
OM_uint32
237
237
_gss_spnego_release_cred (
238
238
        OM_uint32 */*minor_status*/,
239
239
        gss_cred_id_t */*cred_handle*/);
260
260
        gss_buffer_t output_message_buffer );
261
261
 
262
262
OM_uint32
 
263
_gss_spnego_set_cred_option (
 
264
        OM_uint32 */*minor_status*/,
 
265
        gss_cred_id_t */*cred_handle*/,
 
266
        const gss_OID /*object*/,
 
267
        const gss_buffer_t /*value*/);
 
268
 
 
269
OM_uint32
263
270
_gss_spnego_set_sec_context_option (
264
271
        OM_uint32 * /*minor_status*/,
265
272
        gss_ctx_id_t * /*context_handle*/,