]> git.ipfire.org Git - thirdparty/squid.git/commit
Imported MD5 hash support for NCSA auth, supporting both shadow and
authorhno <>
Thu, 29 May 2003 04:42:32 +0000 (04:42 +0000)
committerhno <>
Thu, 29 May 2003 04:42:32 +0000 (04:42 +0000)
commit363a8ce86aa89ce6105fe667163ff7e77fd6ae21
tree08af3818aa1513a6727f8eeb4c8ba2d225eb9007
parentdc838e28ce398ed87709dcb6053a209656963135
Imported MD5 hash support for NCSA auth, supporting both shadow and
Apache htpasswd MD5 hases (same algorithms, different permutation strings)
helpers/basic_auth/NCSA/Makefile.am
helpers/basic_auth/NCSA/crypt_md5.c [new file with mode: 0644]
helpers/basic_auth/NCSA/crypt_md5.h [new file with mode: 0644]
helpers/basic_auth/NCSA/ncsa_auth.c