summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Add SASL/EXTERNAL gensec moduleHoward Chu1-1/+2
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher1-7/+7
2013-08-10auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher1-1/+1
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-96/+4
2013-08-10auth/gensec: add gensec_security_by_auth_type()Stefan Metzmacher1-0/+3
2013-05-15gensec: Make gensec_interface_version publicVolker Lendecke1-0/+1
2012-05-17auth/gensec: add gensec_expire_time()Stefan Metzmacher1-0/+4
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce1-0/+2
2012-02-17auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett1-0/+2
2012-02-17auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett1-0/+4
2012-01-30gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett1-5/+0
2012-01-13auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher1-0/+17
2012-01-13auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher1-0/+2
2012-01-12auth/gensec: add gensec_*max_update_size()Stefan Metzmacher1-0/+4
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett1-0/+14
2011-12-29s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett1-0/+1
2011-12-28gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett1-0/+5
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-3/+2
2011-10-18gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett1-0/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-2/+5
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/+309