]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Major rewrite of proxy authentication to support other schemes than
authorhno <>
Mon, 8 Jan 2001 06:32:04 +0000 (06:32 +0000)
committerhno <>
Mon, 8 Jan 2001 06:32:04 +0000 (06:32 +0000)
commit94439e4e1d1a662f14357ee1e16c4a9af95db94b
tree3074e6d4ca6ce77fa7ea6ab8de72bd052cd389d0
parenta72fdaa721249f7b64408a42212ad0663a7298f4
Major rewrite of proxy authentication to support other schemes than
Basic (auth_rewrite branch on SourceForge).
Contributors:
   Andy Doran
   Robert Collins
   Chemolli Francesco
   Henrik Nordstrom

For details about the new API's, see Programmers Guide.

As part of this change everything from auth_modules has been moved to
src/auth/basic/helpers
131 files changed:
ChangeLog
configure.in
doc/Programming-Guide/prog-guide.sgml
doc/debug-sections.txt
helpers/basic_auth/LDAP/Makefile.in [new file with mode: 0644]
helpers/basic_auth/LDAP/README [new file with mode: 0644]
helpers/basic_auth/LDAP/squid_ldap_auth.c [new file with mode: 0644]
helpers/basic_auth/MSNT/COPYING-2.0 [new file with mode: 0644]
helpers/basic_auth/MSNT/Makefile.in [new file with mode: 0644]
helpers/basic_auth/MSNT/README.html [new file with mode: 0644]
helpers/basic_auth/MSNT/allowusers.c [new file with mode: 0644]
helpers/basic_auth/MSNT/byteorder.h [new file with mode: 0644]
helpers/basic_auth/MSNT/confload.c [new file with mode: 0644]
helpers/basic_auth/MSNT/denyusers.c [new file with mode: 0644]
helpers/basic_auth/MSNT/md4.c [new file with mode: 0644]
helpers/basic_auth/MSNT/msntauth-v2.0.lsm [new file with mode: 0644]
helpers/basic_auth/MSNT/msntauth.c [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-common.h [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-error.h [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-io.c [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-io.h [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-priv.h [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-util.c [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb-util.h [new file with mode: 0644]
helpers/basic_auth/MSNT/rfcnb.h [new file with mode: 0644]
helpers/basic_auth/MSNT/session.c [new file with mode: 0644]
helpers/basic_auth/MSNT/smbdes.c [new file with mode: 0644]
helpers/basic_auth/MSNT/smbencrypt.c [new file with mode: 0644]
helpers/basic_auth/MSNT/smblib-common.h [new file with mode: 0644]
helpers/basic_auth/MSNT/smblib-priv.h [new file with mode: 0644]
helpers/basic_auth/MSNT/smblib-util.c [new file with mode: 0644]
helpers/basic_auth/MSNT/smblib.c [new file with mode: 0644]
helpers/basic_auth/MSNT/smblib.h [new file with mode: 0644]
helpers/basic_auth/MSNT/std-defines.h [new file with mode: 0644]
helpers/basic_auth/MSNT/std-includes.h [new file with mode: 0644]
helpers/basic_auth/MSNT/valid.c [new file with mode: 0644]
helpers/basic_auth/MSNT/valid.h [new file with mode: 0644]
helpers/basic_auth/Makefile.in [new file with mode: 0644]
helpers/basic_auth/NCSA/Makefile.in [new file with mode: 0644]
helpers/basic_auth/NCSA/ncsa_auth.c [new file with mode: 0644]
helpers/basic_auth/PAM/Makefile.in [new file with mode: 0644]
helpers/basic_auth/PAM/pam_auth.c [new file with mode: 0644]
helpers/basic_auth/SMB/COPYING-2.0 [new file with mode: 0644]
helpers/basic_auth/SMB/Makefile.in [new file with mode: 0644]
helpers/basic_auth/SMB/README [new file with mode: 0644]
helpers/basic_auth/SMB/smb_auth.c [new file with mode: 0644]
helpers/basic_auth/SMB/smb_auth.sh [new file with mode: 0644]
helpers/basic_auth/YP/Makefile.in [new file with mode: 0644]
helpers/basic_auth/YP/nis_support.c [new file with mode: 0644]
helpers/basic_auth/YP/yp_auth.c [new file with mode: 0644]
helpers/basic_auth/getpwnam/Makefile.in [new file with mode: 0644]
helpers/basic_auth/getpwnam/getpwnam_auth.c [new file with mode: 0644]
helpers/basic_auth/multi-domain-NTLM/README.txt [new file with mode: 0644]
helpers/basic_auth/multi-domain-NTLM/smb_auth.pl [new file with mode: 0644]
helpers/ntlm_auth/Makefile.in [new file with mode: 0644]
helpers/ntlm_auth/SMB/Makefile.in [new file with mode: 0644]
helpers/ntlm_auth/SMB/libntlmssp.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/ntlm.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/ntlm_auth.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/Makefile.in [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/byteorder.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/md4.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/md4.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-common.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-error.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-io.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-io.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-priv.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-util.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb-util.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/rfcnb.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/session.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smbdes.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smbdes.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smbencrypt.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smbencrypt.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smblib-common.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smblib-priv.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smblib-util.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smblib.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/smblib.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/std-defines.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/std-includes.h [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/valid.c [new file with mode: 0644]
helpers/ntlm_auth/SMB/smbval/valid.h [new file with mode: 0644]
helpers/ntlm_auth/fakeauth/Makefile.in [new file with mode: 0644]
helpers/ntlm_auth/fakeauth/fakeauth_auth.c [new file with mode: 0644]
helpers/ntlm_auth/fakeauth/ntlm.h [new file with mode: 0644]
helpers/ntlm_auth/no_check/Makefile.in [new file with mode: 0644]
helpers/ntlm_auth/no_check/README.no_check_ntlm_auth [new file with mode: 0644]
include/ntlmauth.h [new file with mode: 0644]
include/util.h
lib/Makefile.in
lib/base64.c
lib/ntlmauth.c [new file with mode: 0644]
lib/util.c
src/HttpRequest.cc
src/Makefile.in
src/access_log.cc
src/acl.cc
src/auth/Makefile.in [new file with mode: 0644]
src/auth/basic/Makefile.in [new file with mode: 0644]
src/auth/basic/auth_basic.cc [new file with mode: 0644]
src/auth/basic/auth_basic.h [new file with mode: 0644]
src/auth/ntlm/Makefile.in [new file with mode: 0644]
src/auth/ntlm/auth_ntlm.cc [new file with mode: 0644]
src/auth/ntlm/auth_ntlm.h [new file with mode: 0644]
src/auth_modules.sh [new file with mode: 0644]
src/authenticate.cc
src/cache_cf.cc
src/cbdata.cc
src/cf.data.pre
src/client_side.cc
src/defines.h
src/enums.h
src/errorpage.cc
src/forward.cc
src/ftp.cc
src/globals.h
src/helper.cc
src/http.cc
src/main.cc
src/mem.cc
src/protos.h
src/redirect.cc
src/ssl.cc
src/stat.cc
src/structs.h
src/tools.cc
src/tunnel.cc
src/typedefs.h