mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r12863: As lha suggested to me a while back, it appears that the
gsskrb5_get_initiator_subkey() routine is bougs. We can indeed use gss_krb5_get_subkey(). This is fortunate, as there was a segfault bug in 'initiator' version. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3e90e7edfa
commit
ec11870ca1
@@ -815,10 +815,8 @@ gsskrb5_extract_authtime_from_sec_context(OM_uint32 *minor_status,
|
||||
gss_ctx_id_t context_handle,
|
||||
time_t *authtime);
|
||||
OM_uint32
|
||||
gsskrb5_get_initiator_subkey
|
||||
(OM_uint32 * /*minor_status*/,
|
||||
const gss_ctx_id_t context_handle,
|
||||
gss_buffer_t /* subkey */);
|
||||
gss_krb5_get_subkey(const gss_ctx_id_t context_handle,
|
||||
struct EncryptionKey **key);
|
||||
|
||||
#define GSS_C_KRB5_COMPAT_DES3_MIC 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user