r15484: Make accept_security_context() more compatible with how Samba3 (and
authorAndrew Bartlett <abartlet@samba.org>
Sun, 7 May 2006 09:28:49 +0000 (09:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:39 +0000 (14:05 -0500)
commit120374f5f9e9af0653a26e0308e4bfdabbcaa3f3
tree48ac9764d0a6d5b2e94e4c1fc4e6bd3505980808
parented4ab63c2dd811d07594ba397ed22f9d02eeb63a
r15484: Make accept_security_context() more compatible with how Samba3 (and
similarly built clients) behave.

This is better than just ignoring the checksum, if it isn't the GSSAPI
checksum.  (Samba4 clients in Samba3 mode use more than just the MD5
checksum, and will use a signed AES checksum if available.  Actual
samba3 may well do the same in future, against a suitable KDC).

Also a change for easier debugging of checksum issues.

Andrew Bartlett
source/heimdal/lib/gssapi/8003.c
source/heimdal/lib/gssapi/accept_sec_context.c
source/heimdal/lib/krb5/crypto.c