Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 653 Test SPNEGO acceptor response to MS krb5 mech OID In t_spnego.c, add code to make a SPNEGO request with the erroneous Microsoft OID value and examine the response to make sure that it uses the same OID value as the request did. The token and tmp variables were unused, so rename them to itok and atok for the purpose of the new test code. https://github.com/krb5/krb5/commit/53cfb8327c452bd72a8e915338fb5ec838079cd3 Author: Greg Hudson Commit: 53cfb8327c452bd72a8e915338fb5ec838079cd3 Branch: master src/tests/gssapi/t_spnego.c | 64 ++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 60 insertions(+), 4 deletions(-)