summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPA DC: add missing checksAlexander Bokovoy2021-11-131-0/+1
* auth:creds: Guess the username first via getpwuid(my_id)Andreas Schneider2021-11-101-0/+13
* auth:creds: Remove trailing spacesAndreas Schneider2021-11-101-56/+56
* CVE-2021-3738 auth_util: avoid talloc_tos() in copy_session_info()Stefan Metzmacher2021-11-091-3/+6
* CVE-2020-25719 CVE-2020-25717: auth/gensec: always require a PAC in domain mo...Stefan Metzmacher2021-11-091-4/+23
* CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett2021-11-091-2/+11
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-201-6/+6
* python: Fix usage stringsJoseph Sutton2021-09-041-1/+1
* auth:gensec: Use lpcfg_weak_crypto()Andreas Schneider2021-08-031-2/+3
* auth:creds: Remove unused simple.c fileAndreas Schneider2021-07-081-168/+0
* auth/credentials: allow credentials.Credentials to act as base classStefan Metzmacher2021-07-011-1/+1
* auth:creds: Check return code of cli_credentials_guess()Andreas Schneider2021-06-291-2/+5
* auth:creds: Return bool for cli_credentials_guess()Andreas Schneider2021-06-293-15/+39
* auth:creds: Add sanity check for env variablesAndreas Schneider2021-06-291-18/+45
* auth:creds: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-2/+5
* auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider2021-06-293-18/+74
* auth:creds: Fix parameter in creds.set_named_ccache()Joseph Sutton2021-05-191-1/+2
* auth:creds: Remove unused variableJoseph Sutton2021-05-191-3/+0
* auth:creds:tests: Add test for cli_credentials_get_password_and_obtained()Andreas Schneider2021-04-281-0/+6
* auth:creds: Add cli_credentials_get_password_and_obtained()Andreas Schneider2021-04-282-0/+22
* auth:creds:tests: Add test for cli_credentials_get_username_and_obtained()Andreas Schneider2021-04-281-0/+6
* auth:creds: Add cli_credentials_get_username_and_obtained()Andreas Schneider2021-04-282-0/+22
* auth:creds:tests: Add test for cli_credentials_set_gensec_features()Andreas Schneider2021-04-281-0/+27
* auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider2021-04-284-6/+36
* auth:creds: Use 'client protection' option for smb sign and encrypt defaultsAndreas Schneider2021-04-281-0/+30
* lib:param: Add 'client protection' config optionAndreas Schneider2021-04-281-0/+7
* auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-0/+42