need more testing support for MS
authorKen Raeburn <raeburn@mit.edu>
Tue, 27 Jan 2004 06:41:26 +0000 (06:41 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 27 Jan 2004 06:41:26 +0000 (06:41 +0000)
commitd809d383f4d8eb3ee5e6d4dd0a828259f1f6c0d7
treecc35ddcb6177ec07bd35286a2a32d526476fb823
parent721563a9850e719cb8c8b54e1e576a343d9da068
need more testing support for MS

This should allow use of the CFX_EXERCISE code to better check interoperability
of MS and MIT code with regard to future extensibility.

* init_sec_context.c (make_gss_checksum) [CFX_EXERCISE]: Don't crash on null
pointer in debugging code.
(new_connection): Disable CFX_EXERCISE unknown-token-id case detection.

* accept_sec_context.c (krb5_gss_accept_sec_context) [CFX_EXERCISE]: Log to
/tmp/gsslog whether delegation or extra option bytes were present.

ticket: new
target_version: 1.3.2
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15983 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