summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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-27auth3: talloc_strackframe() panics on failureVolker Lendecke1-6/+1
2021-04-27auth3: if (ret==False) just looks weirdVolker Lendecke1-1/+1
2021-04-27auth3: Fix a typoVolker Lendecke1-1/+1
2021-04-27auth3: Use auth3_context_set_challenge() in auth3_set_challenge()Volker Lendecke1-6/+8
2021-04-27auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke2-4/+8
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider2-133/+23
2021-04-19auth3: Make auth3_session_info_create() staticVolker Lendecke2-10/+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: Make load_auth_module() staticVolker Lendecke2-6/+4
2021-04-19create_local_token: Add error checksVolker Lendecke1-9/+24
2021-04-19auth3: Fix a few error path memleaks in create_local_token()Volker Lendecke1-22/+20
2021-04-19auth3: Fix a typoVolker Lendecke1-1/+1
2021-04-19auth3: Simplify check_samba4_security()Volker Lendecke1-12/+17
2021-04-19auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()Volker Lendecke1-6/+9
2021-04-19auth3: Fix a error path memleakVolker Lendecke1-28/+21
2021-04-19auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke4-5/+5
2021-04-09s3:auth: Use cli_credentials_init_server()Andreas Schneider1-9/+1
2021-03-16auth3: Make it a bit easier to #include "source3/include/auth.h"Volker Lendecke1-5/+5
2021-03-16auth3: Align integer typesVolker Lendecke1-2/+2
2021-01-21s3/auth: implement "winbind:ignore domains"Ralph Boehme1-0/+8
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke2-0/+2
2020-11-12auth_sam: use pdb_get_domain_info to look up DNS forest informationAlexander Bokovoy1-4/+41
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-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore2-0/+2
2020-05-30s3:auth: fill in info3 domain name in passwd_to_SamInfo3()Ralph Boehme1-0/+6
2020-02-14auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke1-1/+2
2020-02-14auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke1-1/+2
2020-02-06s3/auth: use set_current_user_info() in auth3_check_password_send()Ralph Boehme1-6/+26
2020-02-06s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()Ralph Boehme1-6/+8
2020-02-06s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create()Ralph Boehme1-3/+3
2020-02-06s3/auth: use talloc_alpha_strcpy() in create_local_token()Ralph Boehme1-5/+10
2020-02-05s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher1-0/+38
2020-02-05s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher1-7/+9
2020-02-05s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher1-0/+18
2020-02-05s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher1-1/+8
2020-02-05s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher1-2/+2
2020-01-30auth3: Fix a typoVolker Lendecke1-1/+1
2020-01-06auth: Simplify struct auth4_contextVolker Lendecke1-39/+26
2020-01-06auth3: Replace auth3_check_password() by _send and _recvVolker Lendecke3-47/+117
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke7-15/+37
2020-01-06auth3: Avoid a casts in auth3_check_password()Volker Lendecke1-4/+4
2020-01-06auth3: Simplify auth_get_ntlm_challenge()Volker Lendecke1-6/+3
2020-01-06auth3: Check for talloc failureVolker Lendecke1-0/+4
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-5/+14
2019-12-02auth3: Remove auth_scriptVolker Lendecke2-194/+0
2019-11-27smbdotconf: mark "username map script" with substitution="1"Ralph Boehme1-1/+1