summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-07credentials: Remove duplicate prototypesVolker Lendecke1-8/+0
2025-08-05auth:creds: Add cli_credentials_get_out_ccache_name()Andreas Schneider1-0/+1
2024-10-30auth/credentials: remove unused netlogon_creds_session_encrypt()Stefan Metzmacher1-4/+0
2024-08-27lib: Add libcli/util/ntstatus.h in a few headers where it's neededVolker Lendecke1-0/+1
2024-06-19auth/credentials: add cli_credentials_get_kerberos_state_obtained() helperStefan Metzmacher1-0/+1
2024-06-04creds: Add cli_credentials_add_gensec_featuresVolker Lendecke1-0/+3
2024-05-07auth/credentials: add cli_credentials_get_username_obtained()Stefan Metzmacher1-0/+1
2024-05-07auth/credentials: add cli_credentials_get_password_obtained()Stefan Metzmacher1-0/+1
2024-05-07auth/credentials: add cli_credentials_get_ccache_name_obtained()Stefan Metzmacher1-0/+4
2024-05-07auth/credentials: add cli_credentials_get_principal_obtained()Stefan Metzmacher1-0/+2
2024-03-14auth/credentials: Cope with GMSA 5min password preview in cli_credentials_set...Andrew Bartlett1-0/+6
2024-03-14auth/credentials: Make cli_credentials_get_aes256_key into generic key accessAndrew Bartlett1-5/+0
2024-03-14auth/credentials: Add hook to set credentials from msDS-ManagedPassword blobAndrew Bartlett1-0/+8
2024-03-14auth/credentials: Dynamically calculate the salt principal (unless speccified)Andrew Bartlett1-1/+1
2024-03-14auth/credentials: Use salt on credentials object for Creds.get_aes256_key()Andrew Bartlett1-1/+0
2023-12-10auth:creds: Add cli_credentials_get_domain_and_obtained()Andreas Schneider1-0/+3
2023-11-29auth/credentials: Add API to allow requesting a Kerberos ticket to be protect...Andrew Bartlett1-0/+12
2023-04-05auth: Add cli_credentials_is_password_nt_hash()Andreas Schneider1-0/+1
2023-04-05auth: Remove trailing white spaces in credentials.hAndreas Schneider1-41/+41
2022-06-26auth/credentials: Add cli_credentials_get_aes256_key()Joseph Sutton1-0/+6
2022-01-04auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher1-2/+4
2021-06-29auth:creds: Return bool for cli_credentials_guess()Andreas Schneider1-1/+1
2021-06-29auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider1-1/+1
2021-04-28auth:creds: Add cli_credentials_get_password_and_obtained()Andreas Schneider1-0/+2
2021-04-28auth:creds: Add cli_credentials_get_username_and_obtained()Andreas Schneider1-0/+2
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-1/+3
2021-04-28lib:param: Add 'client protection' config optionAndreas Schneider1-0/+7
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-2/+3
2021-03-24auth:creds: Add command line function for standard password callbackAndreas Schneider1-0/+2
2020-12-16auth:creds: Add cli_credentials_dump()Andreas Schneider1-0/+2
2020-11-05Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy1-1/+0
2020-11-04cli_credentials: add a helper to parse user or group namesAlexander Bokovoy1-0/+1
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-3/+6
2020-09-07auth:creds: Add cli_credentials_init_server()Andreas Schneider1-0/+2
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_encryption()Andreas Schneider1-0/+7
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()Andreas Schneider1-0/+6
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_signing()Andreas Schneider1-0/+7
2020-08-19auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher1-0/+1
2020-08-17auth: Fix a typoVolker Lendecke1-1/+1
2017-09-16cli_credentials: Apply some constVolker Lendecke1-2/+3
2017-06-22pycredentials: Add support for netr_crypt_passwordGary Lockyer1-0/+4
2017-01-10auth/credentials: remove const where we always return a talloc stringStefan Metzmacher1-3/+3
2016-12-20auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher1-0/+2
2016-07-22auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher1-3/+0
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher1-0/+1
2016-04-12CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher1-1/+3
2015-03-12auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher1-0/+2
2015-03-12auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher1-0/+4
2014-12-19auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher1-0/+3
2014-10-17credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett1-0/+16