s3: auth: Use wbcAuthenticateUserEx to prime the caches.
[metze/samba/wip.git] / source3 / auth / auth_generic.c
2016-09-28 Jeremy Allisons3: auth: Use wbcAuthenticateUserEx to prime the caches.
2015-11-03 Marc MuehlfeldChanging log level of two entries to DBG_NOTICE
2015-04-22 Michael Adams3:auth: use lp_load_with_shares() in auth3_generate_se...
2014-06-17 Jeremy Allisons3: auth: Change auth3_generate_session_info_pac()...
2014-06-17 Jeremy Allisons3: auth: Change make_server_info_info3() to take a...
2014-05-16 Andrew Bartlettauth: Allow auth_samba4 to be forced to run a specific...
2014-04-24 Andreas Schneiders3-auth: Register ncalrpc_as_system gensec module.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-19 Günther Deschners3-auth: register schannel gensec module in auth_generi...
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
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...