]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Major update from auth_rewrite
authorhno <>
Thu, 1 Feb 2001 05:16:35 +0000 (05:16 +0000)
committerhno <>
Thu, 1 Feb 2001 05:16:35 +0000 (05:16 +0000)
commit2d70df7262cac3e29d34bed03b758695f5961b74
treedc080d82084003ba2fc32b38266652bfbf048f52
parentda0a7726c69825a0ba838e035479e90c589ca8c9
Major update from auth_rewrite

Robert Collins:

Digest (RFC2617) proxy authentication implementation

Chemolli Francesco:

Several bugs in NTLM authentication when dealing with untrusted
domains, wrong passwords, helper arguments and more have been fixed
25 files changed:
configure.in
doc/Programming-Guide/prog-guide.sgml
helpers/digest_auth/Makefile.in [new file with mode: 0644]
helpers/digest_auth/password/Makefile.in [new file with mode: 0644]
helpers/digest_auth/password/digest_pw_auth.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/libntlmssp.c
helpers/ntlm_auth/SMB/ntlm.h
helpers/ntlm_auth/SMB/ntlm_auth.c
include/md5.h
include/rfc2617.h [new file with mode: 0644]
lib/Makefile.in
lib/md5.c
lib/rfc2617.c [new file with mode: 0644]
src/acl.cc
src/auth/basic/auth_basic.cc
src/auth/digest/Makefile.in [new file with mode: 0644]
src/auth/digest/auth_digest.cc [new file with mode: 0644]
src/auth/digest/auth_digest.h [new file with mode: 0644]
src/auth/ntlm/auth_ntlm.cc
src/authenticate.cc
src/cf.data.pre
src/enums.h
src/helper.cc
src/structs.h
src/typedefs.h