summaryrefslogtreecommitdiff
path: root/www/ap-auth-ntlm
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-05Make it build on DragonFly.hasso2-4/+4
2008-12-19Make patch appliable.joerg2-6/+4
2008-10-17NTLM is an authentication protocol used by Microsoft Internet Informationssborrill8-0/+110
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.