summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-17auth/gensec: add gensec_expire_time()Stefan Metzmacher1-0/+8
2012-01-13auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher1-5/+5
2012-01-12auth/gensec: add gensec_*max_update_size()Stefan Metzmacher1-0/+15
2011-10-24auth/gensec: fix missleading commentStefan Metzmacher1-1/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-3/+4
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 Bartlett1-1/+45
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-4/+6
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-4/+2
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett1-0/+518