auth/credentials: don't ignore "client use kerberos" and --use-kerberos for machine...
[samba.git] / source3 / auth / auth_generic.c
2024-05-14 Andreas Schneiders3:gse: Implement gensec_gse_security_by_oid()
2024-04-16 Andreas Schneiders3:auth: Add support standalone server with MIT Keberos...
2024-04-16 Andreas Schneiders3:auth: Split auth3_generate_session_info_pac() into...
2024-04-16 Andreas Schneiders3:auth: Re-format auth3_generate_session_info_pac()
2024-04-16 Andreas Schneiders3:auth: Remove trailing spaces
2023-07-05 Andreas Schneiders3:auth: Fix code spelling
2023-06-25 Joseph Suttonauth: Add functionality to log client and server policy...
2023-01-19 Stefan Metzmachers3:auth: call wbcFreeMemory(info) in auth3_generate_ses...
2021-11-11 Ralph Boehmesource3: move lib/substitute.c functions out of proto.h
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: simplify make_session_info_krb...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: simplify get_user_from_kerbero...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: let auth3_generate_session_inf...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: let auth3_generate_session_inf...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: let auth3_generate_session_inf...
2021-11-09 Stefan MetzmacherCVE-2020-25717: s3:auth: start with authoritative = 1
2021-06-29 Andreas Schneiders3:auth: Check return code of cli_credentials_set_conf()
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-04-19 Volker Lendeckeauth3: Add an error check to auth_generic_prepare()
2021-04-19 Volker Lendeckeauth3: Remove unnecessary talloc_unlink() calls
2021-04-19 Volker Lendeckeauth3: Fix a error path memleak
2021-04-19 Volker Lendeckeauth3: Use talloc_move() instead of talloc_steal()
2020-11-10 Björn Jackeauth_generic: fix empty initializer compile warning
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-02-06 Ralph Boehmes3/auth: use set_current_user_info() in auth3_generate_...
2020-01-06 Volker Lendeckeauth: Simplify struct auth4_context
2020-01-06 Volker Lendeckeauth3: Replace auth3_check_password() by _send and...
2017-08-07 Stefan Metzmacherauth/common: add support for auth4_ctx->check_ntlm_pass...
2017-03-29 Andrew Bartlettauth: Add hooks for notification of authentication...
2017-03-29 Andrew Bartlettauth: Log the transport connection for the authorization
2017-03-29 Andrew Bartletts3-auth: Log SMB authorization for bare NTLM (NTLMSSP...
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-24 Stefan Metzmacherauth3: make use of make_auth3_context_for_ntlm()
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...