Merge from HEAD:
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2003 12:07:02 +0000 (12:07 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2003 12:07:02 +0000 (12:07 +0000)
commit1cba0a757970ffd8b81d61c88965010968ab3eff
treed776df92ed188a6818033b1dc1f1b3eadc22fe1e
parent23265259508e2a89c0386608c5f034fac635ca62
Merge from HEAD:
 - NTLMSSP over SPENGO (sesssion-setup-and-x) cleanup and code refactor.
  - also consequential changes to the NTLMSSP and SPNEGO parsing functions
  - and the client code that uses the same functions
 - Add ntlm_auth, a NTLMSSP authentication interface for use by applications
   like Squid and Apache.
  - also consquential changes to use common code for base64 encode/decode.
 - Winbind changes to support ntlm_auth (I don't want this program to need
   to read smb.conf, instead getting all it's details over the pipe).
 - nmbd changes for fstrcat() instead of fstrcpy().

Andrew Bartlett
(This used to be commit fbb46da79cf322570a7e3318100c304bbf33409e)
14 files changed:
source3/Makefile.in
source3/auth/auth.c
source3/include/asn_1.h
source3/include/auth.h
source3/include/ntlmssp.h
source3/lib/util_str.c
source3/libsmb/cliconnect.c
source3/libsmb/clispnego.c
source3/nmbd/nmbd_processlogon.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_misc.c
source3/nsswitch/winbindd_nss.h
source3/smbd/sesssetup.c
source3/web/cgi.c