summaryrefslogtreecommitdiff
path: root/source3/auth/auth_generic.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05s3-auth Remove more unused headersAndrew Bartlett1-3/+0
2012-01-05s3-auth remove unused ntlmssp.hAndrew Bartlett1-1/+0
2012-01-05s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett1-1/+0
2012-01-05s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett1-39/+23
2012-01-05s3-auth Set remote address for both AD and s3 gensec modesAndrew Bartlett1-2/+0
2012-01-05s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett1-57/+3
2012-01-05s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett1-2/+3
2012-01-05s3-auth supply s3 ntlmssp module via gensec_settingsAndrew Bartlett1-24/+11
2011-12-22s3-auth split the auth_generic functions into a seperate fileAndrew Bartlett1-0/+189