summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2023-01-17auth/creds: fix a typo in a commentBjörn Baumbach1-1/+1
2022-11-08build: Remove unused dependenciesJoseph Sutton1-1/+1
2022-07-27CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton2-2/+2
2022-06-26auth/credentials: Add get_aes256_key()Joseph Sutton1-0/+56
2022-06-26auth/credentials: Add cli_credentials_get_aes256_key()Joseph Sutton2-0/+70
2022-06-26s4-auth: For LDAP simple bind, fall back to checking the ENCTYPE_AES256_CTS_H...Andrew Bartlett1-0/+3
2022-06-10spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev1-2/+2
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton4-13/+13
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton4-7/+7
2022-05-14auth: Covscan: unchecked return value for cli_credentials_set_smb_encryption()Pavel Filipenský1-1/+1
2022-05-14auth: Fix trailing whitespace in pycredentials.cPavel Filipenský1-4/+4
2022-03-18auth/credentials: Add encrypt_samr_password()Joseph Sutton1-1/+42
2022-03-17auth: Add required headers to auth_sam_reply.hAndreas Schneider1-0/+4
2022-03-10auth: let auth logging prefer user_info->orig_client.{account,domain}_name if...Stefan Metzmacher2-5/+17
2022-03-10s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher1-1/+1
2022-03-10auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher1-1/+0
2022-03-01auth: Cope with NULL upn_name in PACJoseph Sutton1-5/+7
2022-01-04auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher1-0/+8
2022-01-04auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher3-9/+64
2021-12-10auth: Fix a typo in auth/gensec/ncalrpc.cVolker Lendecke1-1/+1
2021-12-09auth/credentials: Fix cli_credentials_shallow_ccache error caseStefan Metzmacher1-3/+8
2021-12-09auth/credentials: Handle ENOENT when obtaining ccache lifetimeStefan Metzmacher1-1/+1
2021-11-13IPA DC: add missing checksAlexander Bokovoy1-0/+1
2021-11-10auth:creds: Guess the username first via getpwuid(my_id)Andreas Schneider1-0/+13
2021-11-10auth:creds: Remove trailing spacesAndreas Schneider1-56/+56
2021-11-09CVE-2021-3738 auth_util: avoid talloc_tos() in copy_session_info()Stefan Metzmacher1-3/+6
2021-11-09CVE-2020-25719 CVE-2020-25717: auth/gensec: always require a PAC in domain mo...Stefan Metzmacher1-4/+23
2021-11-09CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett1-2/+11
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett1-6/+6
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-08-03auth:gensec: Use lpcfg_weak_crypto()Andreas Schneider1-2/+3
2021-07-08auth:creds: Remove unused simple.c fileAndreas Schneider1-168/+0
2021-07-01auth/credentials: allow credentials.Credentials to act as base classStefan Metzmacher1-1/+1
2021-06-29auth:creds: Check return code of cli_credentials_guess()Andreas Schneider1-2/+5
2021-06-29auth:creds: Return bool for cli_credentials_guess()Andreas Schneider3-15/+39
2021-06-29auth:creds: Add sanity check for env variablesAndreas Schneider1-18/+45
2021-06-29auth:creds: Check return code of cli_credentials_set_conf()Andreas Schneider1-2/+5
2021-06-29auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider3-18/+74
2021-05-19auth:creds: Fix parameter in creds.set_named_ccache()Joseph Sutton1-1/+2
2021-05-19auth:creds: Remove unused variableJoseph Sutton1-3/+0
2021-04-28auth:creds:tests: Add test for cli_credentials_get_password_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds: Add cli_credentials_get_password_and_obtained()Andreas Schneider2-0/+22
2021-04-28auth:creds:tests: Add test for cli_credentials_get_username_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds: Add cli_credentials_get_username_and_obtained()Andreas Schneider2-0/+22
2021-04-28auth:creds:tests: Add test for cli_credentials_set_gensec_features()Andreas Schneider1-0/+27
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider4-6/+36
2021-04-28auth:creds: Use 'client protection' option for smb sign and encrypt defaultsAndreas Schneider1-0/+30
2021-04-28lib:param: Add 'client protection' config optionAndreas Schneider1-0/+7
2021-04-28auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider1-0/+42