* init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined.
authorKen Raeburn <raeburn@mit.edu>
Mon, 5 Jan 2004 21:12:23 +0000 (21:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 5 Jan 2004 21:12:23 +0000 (21:12 +0000)
commitb32122b9363c37c3460d5fabd074617030c4107d
tree6b8d86d2905160709dde3f59d26ff0244cec2023
parent125b7d41ce29fb3e24112ab29705ecf55813f5dd
* init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined.
(make_gss_checksum) [CFX_EXERCISE]: If the key enctype is aes256, insert some
stuff after the delegation slot.
(new_connection) [CFX_EXERCISE]: Don't send messages with bogus token ids.

* accept_sec_context.c (krb5_gss_accept_sec_context): Don't discard the
delegation flag; only look for a delegation if the flag is set, and only look
for delegation, not other options.  Ignore any other data there.

ticket: 2079
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15964 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/accept_sec_context.c
src/lib/gssapi/krb5/init_sec_context.c