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:
Assar Westerlund
1997-06-01 14:37:54 +00:00
parent a44adf98c8
commit 9cb6e5dddc
8 changed files with 81 additions and 9 deletions

View File

@@ -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)