summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+7
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-2/+6
* auth3: talloc_strackframe() panics on failureVolker Lendecke2021-04-271-6/+1
* auth3: if (ret==False) just looks weirdVolker Lendecke2021-04-271-1/+1
* auth3: Fix a typoVolker Lendecke2021-04-271-1/+1
* auth3: Use auth3_context_set_challenge() in auth3_set_challenge()Volker Lendecke2021-04-271-6/+8
* auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke2021-04-272-4/+8
* s3:smbd: Remove NIS supportAndreas Schneider2021-04-222-133/+23
* auth3: Make auth3_session_info_create() staticVolker Lendecke2021-04-192-10/+6
* auth3: Add an error check to auth_generic_prepare()Volker Lendecke2021-04-191-1/+5
* auth3: Remove unnecessary talloc_unlink() callsVolker Lendecke2021-04-191-5/+0
* auth3: Make load_auth_module() staticVolker Lendecke2021-04-192-6/+4
* create_local_token: Add error checksVolker Lendecke2021-04-191-9/+24
* auth3: Fix a few error path memleaks in create_local_token()Volker Lendecke2021-04-191-22/+20
* auth3: Fix a typoVolker Lendecke2021-04-191-1/+1
* auth3: Simplify check_samba4_security()Volker Lendecke2021-04-191-12/+17
* auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()Volker Lendecke2021-04-191-6/+9
* auth3: Fix a error path memleakVolker Lendecke2021-04-191-28/+21
* auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke2021-04-194-5/+5
* s3:auth: Use cli_credentials_init_server()Andreas Schneider2021-04-091-9/+1
* auth3: Make it a bit easier to #include "source3/include/auth.h"Volker Lendecke2021-03-161-5/+5
* auth3: Align integer typesVolker Lendecke2021-03-161-2/+2
* s3/auth: implement "winbind:ignore domains"Ralph Boehme2021-01-211-0/+8
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-082-0/+2
* auth_sam: use pdb_get_domain_info to look up DNS forest informationAlexander Bokovoy2020-11-121-4/+41
* auth_generic: fix empty initializer compile warningBjörn Jacke2020-11-101-1/+1
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-2/+2
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-282-0/+2
* s3:auth: fill in info3 domain name in passwd_to_SamInfo3()Ralph Boehme2020-05-301-0/+6
* auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-141-1/+2
* auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-141-1/+2
* s3/auth: use set_current_user_info() in auth3_check_password_send()Ralph Boehme2020-02-061-6/+26
* s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()Ralph Boehme2020-02-061-6/+8
* s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create()Ralph Boehme2020-02-061-3/+3
* s3/auth: use talloc_alpha_strcpy() in create_local_token()Ralph Boehme2020-02-061-5/+10
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-051-0/+38
* s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher2020-02-051-7/+9
* s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher2020-02-051-0/+18
* s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher2020-02-051-1/+8
* s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher2020-02-051-2/+2
* auth3: Fix a typoVolker Lendecke2020-01-301-1/+1
* auth: Simplify struct auth4_contextVolker Lendecke2020-01-061-39/+26
* auth3: Replace auth3_check_password() by _send and _recvVolker Lendecke2020-01-063-47/+117
* auth: Remove the "typedef auth_methods"Volker Lendecke2020-01-067-15/+37
* auth3: Avoid a casts in auth3_check_password()Volker Lendecke2020-01-061-4/+4
* auth3: Simplify auth_get_ntlm_challenge()Volker Lendecke2020-01-061-6/+3
* auth3: Check for talloc failureVolker Lendecke2020-01-061-0/+4
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-5/+14
* auth3: Remove auth_scriptVolker Lendecke2019-12-022-194/+0
* smbdotconf: mark "username map script" with substitution="1"Ralph Boehme2019-11-271-1/+1