]> git.ipfire.org Git - thirdparty/squid.git/commit
Split digest_pw_auth into digest_pw_auth and digest_ldap_auth
authorhno <>
Thu, 29 Dec 2005 09:11:00 +0000 (09:11 +0000)
committerhno <>
Thu, 29 Dec 2005 09:11:00 +0000 (09:11 +0000)
commit7ed0602b28c0cc2f7e55e4e9238f5202aa3e386a
tree7a0e069e4eda8fd8699eaf3ff9266cfb2ab116e3
parent12f4b710df1f057efde5794d39151d2c1ed28b92
Split digest_pw_auth into digest_pw_auth and digest_ldap_auth
helpers/digest_auth/ldap/Makefile.am [new file with mode: 0644]
helpers/digest_auth/ldap/Makefile.in [new file with mode: 0644]
helpers/digest_auth/ldap/digest_common.h [new file with mode: 0644]
helpers/digest_auth/ldap/digest_pw_auth.c [new file with mode: 0644]
helpers/digest_auth/ldap/ldap_backend.c [new file with mode: 0644]
helpers/digest_auth/ldap/ldap_backend.h [new file with mode: 0644]
helpers/digest_auth/password/Makefile.am
helpers/digest_auth/password/digest_pw_auth.c