Module Name: krb5 Committed By: raeburn Date: Tue Jan 27 06:41:26 UTC 2004 Modified Files: krb5/src/lib/gssapi/krb5/ChangeLog krb5/src/lib/gssapi/krb5/accept_sec_context.c krb5/src/lib/gssapi/krb5/init_sec_context.c Added Files: Removed Files: Log Message ticket: new target_version: 1.3.2 tags: pullup subject: 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. To generate a diff of this commit: cvs diff -r1.234 -r1.235 krb5/src/lib/gssapi/krb5/ChangeLog cvs diff -r1.83 -r1.84 krb5/src/lib/gssapi/krb5/accept_sec_context.c cvs diff -r1.75 -r1.76 krb5/src/lib/gssapi/krb5/init_sec_context.c