Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Jan 2003 03:29:54 +0000 (03:29 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Jan 2003 03:29:54 +0000 (03:29 +0000)
commitd92b21280edba86b69d3da38bc87d0390c0a3e7f
tree1daef00fff482fa097b846d54ec045046261244f
parente4af5eaca6f0fc681733f618562d58c26745978f
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
of the SWAT code, and adding a base64 encoder.

The main purpose of this patch is to add NTLMSSP support to 'ntlm_auth', for
use with Squid.  Unfortunetly the squid side doesn't quite support what we need
yet.

Changes to winbind to get us the info we need, and a couple of consequential
changes/cleanups in the rest of the code.

Andrew Bartlett
(This used to be commit fe50ca8f54ded2e119bde08831785fbe0db2ee99)
source3/auth/auth_ntlmssp.c
source3/include/ntlmssp.h
source3/lib/util_str.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_misc.c
source3/nsswitch/winbindd_nss.h
source3/smbd/sesssetup.c
source3/utils/ntlm_auth.c
source3/web/cgi.c