summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* 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-283-7/+7
* auth/credentials: Fix typosJoseph Sutton2023-03-031-3/+3
* auth/credentials: Fix off-by-one buffer writeJoseph Sutton2023-03-031-1/+1
* 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
* 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
* 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/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher2022-01-043-9/+64
* 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
* 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-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: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
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-288-17/+44
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* auth/credentials: Remove unneeded try/except syntaxJoseph Sutton2021-04-071-10/+4
* auth/credentials: Add test for binding with an extended canonical nameJoseph Sutton2021-04-071-0/+12
* auth/credentials: Add test for binding with a canonical nameJoseph Sutton2021-04-071-0/+9
* auth/credentials: Add test for binding with a domain SIDJoseph Sutton2021-04-071-1/+14