NTLM is an authentication protocol used by Microsoft Internet Informations
authorsborrill <sborrill>
Fri, 17 Oct 2008 19:24:10 +0000 (19:24 +0000)
committersborrill <sborrill>
Fri, 17 Oct 2008 19:24:10 +0000 (19:24 +0000)
commit8352b96e0e448b4587e449935f0e95ec691619ce
tree198af29853429875eb5ab4a5156972b8fc5d583c
parentc8399dcc3a17e15d2beb9c9e690f37b8eaf9f035
NTLM is an authentication protocol used by Microsoft Internet Informations
Server(tm) and Microsoft Internet Explorer(tm). While it is not really
secure, it offers background authentication (the workstation logon
credentials of users are passed through to the web server). This feature is
widely used in intranets based on these Microsoft products.

This module is implementing NTLM authentication for Apache on Unix
platforms. It is available free of charges under the BSD License.
17 files changed:
www/ap-auth-ntlm/DESCR [new file with mode: 0644]
www/ap-auth-ntlm/MESSAGE [new file with mode: 0644]
www/ap-auth-ntlm/Makefile [new file with mode: 0644]
www/ap-auth-ntlm/PLIST [new file with mode: 0644]
www/ap-auth-ntlm/distinfo [new file with mode: 0644]
www/ap-auth-ntlm/patches/patch-ntlmssp.inc.c [new file with mode: 0644]
www/ap-auth-ntlm/patches/patch-smbencrypt.inc.c [new file with mode: 0644]
www/ap-auth-ntlm/patches/patch-smblib.inc.c [new file with mode: 0644]
www/ap2-auth-ntlm/DESCR [new file with mode: 0644]
www/ap2-auth-ntlm/MESSAGE [new file with mode: 0644]
www/ap2-auth-ntlm/Makefile [new file with mode: 0644]
www/ap2-auth-ntlm/PLIST [new file with mode: 0644]
www/ap2-auth-ntlm/distinfo [new file with mode: 0644]
www/ap2-auth-ntlm/patches/patch-mod_ntlm.c [new file with mode: 0644]
www/ap2-auth-ntlm/patches/patch-ntlmssp.inc.c [new file with mode: 0644]
www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c [new file with mode: 0644]
www/ap2-auth-ntlm/patches/patch-smblib.inc.c [new file with mode: 0644]