Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source4/heimdal/lib/krb5/transited.c

    r414 r740  
    329329
    330330
    331 krb5_error_code KRB5_LIB_FUNCTION
     331KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
    332332krb5_domain_x500_decode(krb5_context context,
    333333                        krb5_data tr, char ***realms, unsigned int *num_realms,
     
    390390}
    391391
    392 krb5_error_code KRB5_LIB_FUNCTION
     392KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
    393393krb5_domain_x500_encode(char **realms, unsigned int num_realms,
    394394                        krb5_data *encoding)
     
    422422}
    423423
    424 krb5_error_code KRB5_LIB_FUNCTION
     424KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
    425425krb5_check_transited(krb5_context context,
    426426                     krb5_const_realm client_realm,
     
    462462}
    463463
    464 krb5_error_code KRB5_LIB_FUNCTION
     464KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
    465465krb5_check_transited_realms(krb5_context context,
    466466                            const char *const *realms,
Note: See TracChangeset for help on using the changeset viewer.