1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/source4/auth/gensec
Stefan Metzmacher ae9f7857d5 r20107: don't segfault when the server didn't send a supportedMech in a negTokenTarg
this happens because we send 1.2.840.113554.1.2.2 before 1.2.840.48018.1.2.2
in the negTokenInit. And w2k's spnego code redirects us to use 1.2.840.48018.1.2.2
and then we start the our spnego engine with 1.2.840.48018.1.2.2 and in the then following
negTokenTarg w2k don't send the supportedMech (which means it aggrees in what we've choosen)

metze
(This used to be commit 5af5488593)
2007-10-10 14:29:07 -05:00
..
config.m4 r11382: Require number of required M4 macros 2007-10-10 13:45:29 -05:00
config.mk r19676: Fix some more dependencies. 2007-10-10 14:25:29 -05:00
cyrus_sasl.c r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
gensec_gssapi.c r19660: Forgot to tell gsskrb5 not to canonicalize hostnames. Shoudl fix 2007-10-10 14:25:26 -05:00
gensec_krb5.c r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in favour of a more tasteful replacement. 2007-10-10 14:25:21 -05:00
gensec.c r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
gensec.h r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
schannel_sign.c r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
schannel_state.c r20034: Start using ldb_search_exp_fmt() 2007-10-10 14:28:51 -05:00
schannel.c r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
schannel.h r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
socket.c r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries 2007-10-10 14:24:41 -05:00
socket.h r19566: Predeclare some useful structures. 2007-10-10 14:24:53 -05:00
spnego_parse.c r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00
spnego.c r20107: don't segfault when the server didn't send a supportedMech in a negTokenTarg 2007-10-10 14:29:07 -05:00
spnego.h r19598: Ahead of a merge to current lorikeet-heimdal: 2007-10-10 14:25:00 -05:00