Some support for KRB5_AUTH_CONTEXT_DO_SEQUENCE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1807 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -126,6 +126,13 @@ krb5_rd_req_with_keyblock(krb5_context context,
|
||||
(*auth_context)->authenticator->cusec = authenticator.cusec;
|
||||
(*auth_context)->authenticator->ctime = authenticator.ctime;
|
||||
|
||||
if (authenticator.seq_number)
|
||||
(*auth_context)->remote_seqnumber = *(authenticator.seq_number);
|
||||
|
||||
/* XXX - Xor sequence numbers */
|
||||
|
||||
/* XXX - check addresses */
|
||||
|
||||
if (ap_req_options) {
|
||||
*ap_req_options = 0;
|
||||
if (ap_req.ap_options.use_session_key)
|
||||
|
Reference in New Issue
Block a user