summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbdotconf: mark "username map" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "passwd chat" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "log nt token command" with substitution="1"Ralph Boehme2019-11-271-3/+5
* smbdotconf: mark "add user script" with substitution="1"Ralph Boehme2019-11-271-1/+3
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-2/+2
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-131-2/+1
* s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme2019-06-051-0/+15
* s3:auth: add reinit_guest_session_info()Ralph Boehme2019-06-052-0/+12
* make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2019-04-022-36/+44
* s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider2019-02-221-1/+0
* s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider2019-02-221-1/+0
* s3 auth: Create messaging and lp contexts.Gary Lockyer2019-02-202-4/+16
* auth3: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+7
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-203-19/+31
* s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trustsStefan Metzmacher2018-12-201-1/+32
* s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not availableStefan Metzmacher2018-12-201-1/+1
* s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2018-12-202-17/+1
* s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher2018-12-201-1/+17
* auth: Use dom_sid_str_bufVolker Lendecke2018-12-111-2/+3
* s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-3/+3
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke2018-10-171-3/+1
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-113-41/+2
* pdb: Reduce code duplication in make_user_info()Volker Lendecke2018-10-091-26/+16
* pdb: Use "sid_compose" where appropriateVolker Lendecke2018-10-081-4/+2
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-2/+14
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+6