summaryrefslogtreecommitdiff
path: root/source3/auth/auth_generic.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14s3:gse: Implement gensec_gse_security_by_oid()Andreas Schneider1-1/+2
2024-04-16s3:auth: Add support standalone server with MIT Keberos 1.21Andreas Schneider1-8/+66
2024-04-16s3:auth: Split auth3_generate_session_info_pac() into functionsAndreas Schneider1-159/+177
2024-04-16s3:auth: Re-format auth3_generate_session_info_pac()Andreas Schneider1-39/+53
2024-04-16s3:auth: Remove trailing spacesAndreas Schneider1-3/+3
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-1/+1
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-1/+3
2023-01-19s3:auth: call wbcFreeMemory(info) in auth3_generate_session_info_pac()Stefan Metzmacher1-0/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-11-09CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused...Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing t...Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() reject a PAC i...Stefan Metzmacher1-20/+9
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() delegate every...Stefan Metzmacher1-28/+109
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the lo...Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-06-29s3:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+7
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-2/+6
2021-04-19auth3: Add an error check to auth_generic_prepare()Volker Lendecke1-1/+5
2021-04-19auth3: Remove unnecessary talloc_unlink() callsVolker Lendecke1-5/+0
2021-04-19auth3: Fix a error path memleakVolker Lendecke1-28/+21
2021-04-19auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke1-1/+1
2020-11-10auth_generic: fix empty initializer compile warningBjörn Jacke1-1/+1
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-02-06s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()Ralph Boehme1-6/+8
2020-01-06auth: Simplify struct auth4_contextVolker Lendecke1-39/+26
2020-01-06auth3: Replace auth3_check_password() by _send and _recvVolker Lendecke1-1/+2
2017-08-07auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher1-7/+42
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-1/+3
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-0/+1
2017-03-29s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett1-10/+34
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett1-0/+8
2017-03-29s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett1-0/+9
2017-03-27auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett1-1/+2
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher1-0/+2
2017-03-24auth3: make use of make_auth3_context_for_ntlm()Stefan Metzmacher1-2/+2
2016-09-28s3: auth: Use wbcAuthenticateUserEx to prime the caches.Jeremy Allison1-2/+47
2015-11-04Changing log level of two entries to DBG_NOTICEMarc Muehlfeld1-2/+2
2015-04-22s3:auth: use lp_load_with_shares() in auth3_generate_session_info_pac()Michael Adam1-1/+1
2014-06-18s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3...Jeremy Allison1-2/+9
2014-06-18s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison1-1/+1
2014-05-16auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett1-2/+2
2014-04-24s3-auth: Register ncalrpc_as_system gensec module.Andreas Schneider1-1/+3
2013-09-19s3-auth: register schannel gensec module in auth_generic_prepare() as well.Günther Deschner1-1/+4
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher1-7/+8
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt1-26/+2
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-1/+0
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce1-1/+1
2012-04-03s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett1-2/+3