]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Windows port: addition of native authentication helpers.
authorserassio <>
Mon, 31 Oct 2005 04:48:21 +0000 (04:48 +0000)
committerserassio <>
Mon, 31 Oct 2005 04:48:21 +0000 (04:48 +0000)
commit6e785d853c1867e4b7aea26b0add938b39897a69
tree698fa1e0b398ec3127f7a7ba95a96bdfdb3f3f1c
parentcff61cb8d69860f933bca223f5127db292a7377b
Windows port: addition of native authentication helpers.

- mswin_auth:  Basic helper
- mswin_ntlm_auth:  NTLM helper
- mswin_negotiate_auth: Negotiate helper

Supported build environment:

- Cygwin
- MSYS + MinGW
- MS VisualStudio C++ 2005
27 files changed:
configure.in
helpers/Makefile.am
helpers/basic_auth/Makefile.am
helpers/basic_auth/mswin_sspi/.cvsignore [new file with mode: 0755]
helpers/basic_auth/mswin_sspi/Makefile.am [new file with mode: 0755]
helpers/basic_auth/mswin_sspi/mswin_auth.c [new file with mode: 0755]
helpers/basic_auth/mswin_sspi/readme.txt [new file with mode: 0755]
helpers/basic_auth/mswin_sspi/valid.c [new file with mode: 0755]
helpers/basic_auth/mswin_sspi/valid.h [new file with mode: 0755]
helpers/negotiate_auth/.cvsignore [new file with mode: 0755]
helpers/negotiate_auth/Makefile.am [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/.cvsignore [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/Makefile.am [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/libnegotiatessp.c [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/negotiate.h [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/negotiate_auth.c [new file with mode: 0755]
helpers/negotiate_auth/mswin_sspi/readme.txt [new file with mode: 0755]
helpers/ntlm_auth/Makefile.am
helpers/ntlm_auth/mswin_sspi/.cvsignore [new file with mode: 0755]
helpers/ntlm_auth/mswin_sspi/Makefile.am [new file with mode: 0755]
helpers/ntlm_auth/mswin_sspi/libntlmssp.c [new file with mode: 0755]
helpers/ntlm_auth/mswin_sspi/ntlm.h [new file with mode: 0755]
helpers/ntlm_auth/mswin_sspi/ntlm_auth.c [new file with mode: 0755]
helpers/ntlm_auth/mswin_sspi/readme.txt [new file with mode: 0755]
include/sspwin32.h [new file with mode: 0755]
lib/Makefile.am
lib/sspwin32.c [new file with mode: 0755]