summaryrefslogtreecommitdiff
path: root/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett3-13/+8
2011-10-18gensec: Refuse to seal if we did not negotiate to signAndrew Bartlett1-0/+3
2011-10-18gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett3-1/+48
2011-10-18gensec: an event context is no longer mandetoryAndrew Bartlett1-10/+0
2011-10-11gensec: trim header includes back to what is actually requiredAndrew Bartlett1-8/+2
2011-10-11auth: move gensec_start.c to the top levelAndrew Bartlett3-5/+939
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2-6/+11
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2-8/+4
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett3-0/+834