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)
commitfe50ca8f54ded2e119bde08831785fbe0db2ee99
tree6f6c1cf5f1c37a7bae120eafacd12a553d0fc55c
parentc3544c119e4cafb817479b4c5dfae178c3de000b
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
source/auth/auth_ntlmssp.c
source/include/ntlmssp.h
source/lib/util_str.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_misc.c
source/nsswitch/winbindd_nss.h
source/smbd/sesssetup.c
source/utils/ntlm_auth.c
source/web/cgi.c