summaryrefslogtreecommitdiff
path: root/source4/auth/samba_server_gensec.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-01removed a redundent talloc_stealAndrew Tridgell1-2/+0
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-0/+73
When starting GENSEC on the server, the auth subsystem context must be passed in, which now includes function pointers to the key elements. This should (when the other dependencies are fixed up) allow GENSEC to exist as a client or server library without bundling in too much of our server code. Andrew Bartlett