]> git.ipfire.org Git - thirdparty/squid.git/commit - helpers/basic_auth/Makefile.in
Latest bugfixes from the NTLM development branch.
authorrobertc <>
Wed, 28 Nov 2001 15:01:41 +0000 (15:01 +0000)
committerrobertc <>
Wed, 28 Nov 2001 15:01:41 +0000 (15:01 +0000)
commit3c641669a1f54db30f5bd364b089d56a319a0d0f
tree9e98d64605607327e087ec06de15301e422c950a
parent8c3926c56463ff2918264464071e2ae18d160fde
Latest bugfixes from the NTLM development branch.

These include
* A memory leak in the auth infrastructure.
* Debugging and reliability fixes to the NTLMSSP helper.
* The brand spanking new winbindd helper developed by Kinkie with input from
  the SAMBA team. This helper should eliminate the occasional errors currently
  plaguing NTLM with the NTLMSSP helper. It's included for completeness, as
  it has no squid-internal changes, but the actual helper needs some serious
  user bashing to be called stable.
48 files changed:
Makefile.in
configure
configure.in
contrib/Makefile.in
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/ntlm_auth/Makefile.am
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/libntlmssp.c
helpers/ntlm_auth/SMB/ntlm.h
helpers/ntlm_auth/SMB/ntlm_auth.c
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/SMB/smbval/smblib.c
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
include/autoconf.h.in
lib/Makefile.in
scripts/Makefile.in
snmplib/Makefile.in
snmplib/mib.c
src/auth/Makefile.in
src/auth/basic/Makefile.in
src/auth/digest/Makefile.in
src/auth/ntlm/Makefile.in
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h
src/authenticate.cc
src/enums.h
src/fs/Makefile.in
src/fs/aufs/Makefile.in
src/fs/coss/Makefile.in
src/fs/diskd/Makefile.in
src/fs/null/Makefile.in
src/fs/ufs/Makefile.in
src/helper.cc
src/repl/Makefile.in
src/repl/heap/Makefile.in
src/repl/lru/Makefile.in