summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2023-12-10auth:creds: Add cli_credentials_get_domain_and_obtained()Andreas Schneider3-0/+31
2023-12-10auth:creds: Fix cli_credentials_get_password_and_obtained() with callbackAndreas Schneider1-1/+3
2023-12-10auth:creds:tests: Add test for password callbackAndreas Schneider1-0/+32
2023-12-07pycredentials: Properly check type in creds.set_nt_hash() and samr.encrypt_sa...Andrew Bartlett2-1/+12
2023-11-29s4-auth/kerberos: Use FAST credentials for armor if specified in cli_credentialsAndrew Bartlett1-1/+8
2023-11-29auth/credentials: Add Python bindings for association of a connection for FASTAndrew Bartlett1-0/+94
2023-11-29auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...Andrew Bartlett3-1/+59
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-09-11auth:credentials: Check if password_obtained > obtainedSamuel Cabrero1-0/+4
2023-09-11auth: Fix code spellingJoseph Sutton1-3/+3
2023-08-14auth: Remove unnecessary castsJoseph Sutton1-2/+2
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton2-2/+2
2023-08-08auth: Fix code spellingJoseph Sutton1-2/+2
2023-08-08auth: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-07-31auth:credentials: Fix resource leak in cli_credentials_set_from_ccache()Pavel Filipenský1-0/+1
2023-07-28auth:credentials: SAFE_FREE() -> krb5_free_string()Pavel Filipenský1-1/+1
2023-07-28auth:credentials: SAFE_FREE() -> krb5_free_enctypes()Pavel Filipenský1-1/+2
2023-05-05auth/credentials: Add set_nt_hash()Joseph Sutton1-0/+33
2023-05-05auth/credentials: Fix NULL dereferenceJoseph Sutton1-0/+5
2023-05-05auth/credentials: Allow resetting bind DN on Credentials objectJoseph Sutton1-1/+1
2023-04-25Add ROLE_IPA_DC into two more placesAlexander Bokovoy1-0/+1
2023-04-05auth: Add cli_credentials_is_password_nt_hash()Andreas Schneider2-0/+6
2023-04-05auth: Remove trailing white spaces in credentials_ntlm.cAndreas Schneider1-14/+14
2023-04-05auth: Remove trailing white spaces in credentials.hAndreas Schneider1-41/+41
2023-03-28auth: Fix code spellingAndreas Schneider3-7/+7
2023-03-03auth/credentials: Fix typosJoseph Sutton1-3/+3
2023-03-03auth/credentials: Fix off-by-one buffer writeJoseph Sutton1-1/+1
2023-02-06auth/credentials: Fix unitialized dataPavel Filipenský1-1/+3
2023-02-06auth/credentials: Fix trailing whitespacesPavel Filipenský1-44/+44
2023-01-17auth/creds: fix a typo in a commentBjörn Baumbach1-1/+1
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-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-01-04auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher3-9/+64
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-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-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-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