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)
commitfbb46da79cf322570a7e3318100c304bbf33409e
tree184ec1c8f2f9990840cfca0329d8fa97225e84f8
parentb741abd496621586040081c04674ae53cb5db47c
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
14 files changed:
source/Makefile.in
source/auth/auth.c
source/include/asn_1.h
source/include/auth.h
source/include/ntlmssp.h
source/lib/util_str.c
source/libsmb/cliconnect.c
source/libsmb/clispnego.c
source/nmbd/nmbd_processlogon.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_misc.c
source/nsswitch/winbindd_nss.h
source/smbd/sesssetup.c
source/web/cgi.c