summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton2023-05-181-14/+4
* auth: Fix leaksJoseph Sutton2023-05-181-13/+64
* auth: Correct parameter order in headerJoseph Sutton2023-05-181-1/+1
* auth: Remove unnecessary return statementsJoseph Sutton2023-05-181-4/+0
* auth/credentials: Add set_nt_hash()Joseph Sutton2023-05-051-0/+33
* auth/credentials: Fix NULL dereferenceJoseph Sutton2023-05-051-0/+5
* auth/credentials: Allow resetting bind DN on Credentials objectJoseph Sutton2023-05-051-1/+1
* Add ROLE_IPA_DC into two more placesAlexander Bokovoy2023-04-251-0/+1
* auth: Add cli_credentials_is_password_nt_hash()Andreas Schneider2023-04-052-0/+6
* auth: Remove trailing white spaces in credentials_ntlm.cAndreas Schneider2023-04-051-14/+14
* auth: Remove trailing white spaces in credentials.hAndreas Schneider2023-04-051-41/+41
* auth: Fix code spellingAndreas Schneider2023-03-2815-20/+20
* auth: Clear EXTRA_SIDS flag if no Extra SIDs are presentJoseph Sutton2023-03-201-0/+1
* auth/credentials: Fix typosJoseph Sutton2023-03-031-3/+3
* auth/credentials: Fix off-by-one buffer writeJoseph Sutton2023-03-031-1/+1
* auth: Free empty SID arraysJoseph Sutton2023-02-081-1/+5
* auth: Discard non-base SIDs when creating SamInfo2Joseph Sutton2023-02-081-0/+6
* auth: Correct primary group handlingJoseph Sutton2023-02-081-6/+2
* auth: Make more liberal use of SID index constantsJoseph Sutton2023-02-083-8/+8
* auth: Shorten long SID flags combinationsJoseph Sutton2023-02-082-10/+4
* s4:kdc: Add resource SID compressionJoseph Sutton2023-02-082-39/+267
* auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton2023-02-081-6/+9
* auth: Only process resource groups if NETLOGON_RESOURCE_GROUPS flag is setJoseph Sutton2023-02-081-2/+0
* auth: Remove early return from make_user_info_dc_pac()Joseph Sutton2023-02-081-6/+1
* auth: Exclude resource groups from a TGTJoseph Sutton2023-02-082-3/+31
* auth: Store group attributes in auth_user_info_dcJoseph Sutton2023-02-081-24/+35
* auth/credentials: Fix unitialized dataPavel Filipenský2023-02-061-1/+3
* auth/credentials: Fix trailing whitespacesPavel Filipenský2023-02-061-44/+44
* auth/creds: fix a typo in a commentBjörn Baumbach2023-01-171-1/+1
* build: Remove unused dependenciesJoseph Sutton2022-11-081-1/+1
* CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton2022-07-272-2/+2
* auth/credentials: Add get_aes256_key()Joseph Sutton2022-06-261-0/+56
* auth/credentials: Add cli_credentials_get_aes256_key()Joseph Sutton2022-06-262-0/+70
* s4-auth: For LDAP simple bind, fall back to checking the ENCTYPE_AES256_CTS_H...Andrew Bartlett2022-06-261-0/+3
* spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev2022-06-101-2/+2
* lib/util: Change function to mem_equal_const_time()Joseph Sutton2022-06-094-13/+13
* auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton2022-06-094-7/+7
* auth: Covscan: unchecked return value for cli_credentials_set_smb_encryption()Pavel Filipenský2022-05-141-1/+1
* auth: Fix trailing whitespace in pycredentials.cPavel Filipenský2022-05-141-4/+4
* auth/credentials: Add encrypt_samr_password()Joseph Sutton2022-03-181-1/+42
* auth: Add required headers to auth_sam_reply.hAndreas Schneider2022-03-171-0/+4
* auth: let auth logging prefer user_info->orig_client.{account,domain}_name if...Stefan Metzmacher2022-03-102-5/+17
* s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher2022-03-101-1/+1
* auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher2022-03-101-1/+0
* auth: Cope with NULL upn_name in PACJoseph Sutton2022-03-011-5/+7
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-041-0/+8
* auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher2022-01-043-9/+64
* auth: Fix a typo in auth/gensec/ncalrpc.cVolker Lendecke2021-12-101-1/+1
* auth/credentials: Fix cli_credentials_shallow_ccache error caseStefan Metzmacher2021-12-091-3/+8
* auth/credentials: Handle ENOENT when obtaining ccache lifetimeStefan Metzmacher2021-12-091-1/+1