mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
a2de8a12d3
Make it clearly a gensec_krb5 accessory file. This function should never be used anywhere else. This function was copied out from the Heimdal tree and is kept in a separate file for clarity and to keep the original license boilerplate.
11 lines
327 B
C
11 lines
327 B
C
/* See gensec_krb5_util.c for the license */
|
|
|
|
krb5_error_code smb_rd_req_return_stuff(krb5_context context,
|
|
krb5_auth_context *auth_context,
|
|
const krb5_data *inbuf,
|
|
krb5_keytab keytab,
|
|
krb5_principal acceptor_principal,
|
|
krb5_data *outbuf,
|
|
krb5_ticket **ticket,
|
|
krb5_keyblock **keyblock);
|