s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSP
[amitay/samba.git] / source3 / auth / auth_generic.c
2012-04-03 Andrew Bartletts3-auth: Order GENSEC mechs by priority, krb5 before...
2012-03-14 Andrew Bartletts3-krb5: Remove GSS_WRAP_IOV conditional
2012-02-24 Andrew Bartletts3-auth: Provide helper routine to check password and...
2012-02-24 Andrew Bartlettauth: Rename some elements of auth4_context
2012-02-24 Andrew Bartletts3-auth: Add a way to get an auth4_context from the...
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp
2012-02-17 Andrew Bartletts3-auth: Use the gensec-supplied DNS domain name and...
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-01-31 Stefan Metzmachers3:auth/auth_generic: make use of gensec_spnego in...
2012-01-26 Stefan Metzmachers3:auth/auth_generic: for now call sub_set_smb_name...
2012-01-18 Andrew Bartletts3-gensec: Add hook to allow gensec to know if kerberos...
2012-01-18 Andrew Bartletts3-librpc Call GSSAPI via the auth_generic layer and...
2012-01-18 Andrew Bartletts3-auth Match session setup handling of krb5, store...
2012-01-18 Andrew Bartletts3-auth Add auth hook for PAC parsing
2012-01-05 Andrew Bartletts3-auth Remove more unused headers
2012-01-05 Andrew Bartletts3-auth remove unused ntlmssp.h
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Set remote address for both AD and s3 gensec...
2012-01-05 Andrew Bartletts3-auth re-create the auth context in the s3 ntlmssp...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2012-01-05 Andrew Bartletts3-auth supply s3 ntlmssp module via gensec_settings
2011-12-22 Andrew Bartletts3-auth split the auth_generic functions into a seperat...