Factor out common code in the NTLMSSP/SPNEGO code.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2003 03:37:14 +0000 (03:37 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2003 03:37:14 +0000 (03:37 +0000)
commita8773c9f825539c5bc17e4200b16d7ebbe0b7620
tree1c0b77c9cfafa2e2eb50219e3099055f091ebadc
parent9180e2d062ac18dc5e7e8d0737973dc9e806e412
Factor out common code in the NTLMSSP/SPNEGO code.

The idea here is to seperate, as much as possible, the SPNEGO layer from the
NTLMSSP layer.  This not only helps us with protocol correctness, but also
should allow further mechinisms to be added with relitive ease.  I indend to
make the kerberos code use this shortly.

I've never seen the 'zero length blob' form of the anonymous login, so I've
removed that case.

Andrew Bartlett
source/include/asn_1.h
source/libsmb/clispnego.c
source/libsmb/ntlmssp.c
source/smbd/sesssetup.c