Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: raeburn@mit.edu Subject: CVS Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 698 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