summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-27smbdotconf: mark "username map" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "passwd chat" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "log nt token command" with substitution="1"Ralph Boehme1-3/+5
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+3
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-2/+2
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-2/+1
2019-06-05s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme1-0/+15
2019-06-05s3:auth: add reinit_guest_session_info()Ralph Boehme2-0/+12
2019-04-02make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2-36/+44
2019-02-22s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider1-1/+0
2019-02-22s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider1-1/+0
2019-02-20s3 auth: Create messaging and lp contexts.Gary Lockyer2-4/+16
2019-01-08auth3: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-12-20auth3: Use dom_sid_str_bufVolker Lendecke3-19/+31
2018-12-20s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trustsStefan Metzmacher1-1/+32
2018-12-20s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not availableStefan Metzmacher1-1/+1
2018-12-20s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2-17/+1
2018-12-20s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher1-1/+17
2018-12-11auth: Use dom_sid_str_bufVolker Lendecke1-2/+3
2018-11-28s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-3/+3
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-10-17auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke1-3/+1
2018-10-11auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach3-41/+2
2018-10-09pdb: Reduce code duplication in make_user_info()Volker Lendecke1-26/+16
2018-10-08pdb: Use "sid_compose" where appropriateVolker Lendecke1-4/+2
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1