summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.c
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Use 'client protection' option for smb sign and encrypt defaultsAndreas Schneider2021-04-281-0/+30
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-8/+25
* auth:creds: Free the uname pointer in cli_credentials_parse_string()Andreas Schneider2021-03-241-0/+6
* auth:creds: Add cli_credentials_dump()Andreas Schneider2020-12-161-0/+161
* Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy2020-11-051-18/+0
* Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2020-11-051-2/+3
* cli_credentials: add a helper to parse user or group namesAlexander Bokovoy2020-11-041-0/+18
* cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2020-11-041-3/+2
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-3/+5
* auth:creds: Add cli_credentials_init_server()Andreas Schneider2020-09-071-0/+25
* auth:creds: Add cli_credentials_(get|set)_smb_encryption()Andreas Schneider2020-08-191-0/+45
* auth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()Andreas Schneider2020-08-191-0/+51
* auth:creds: Add cli_credentials_(get|set)_smb_signing()Andreas Schneider2020-08-191-0/+45
* auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher2020-08-191-3/+3
* auth/credentials: Check NTSTATUS return from netlogon_creds_aes_encrypt()Andrew Bartlett2019-08-211-7/+7
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-3/+8
* auth/creds/guess: avoid segfault with NULL lp (CID 241187)Douglas Bagnall2019-05-091-1/+2
* auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider2019-04-021-1/+1
* auth:credentials: Avoid an 'else' branchAndreas Schneider2018-03-011-3/+6
* auth:credentials: Add FALL_THROUGH statements in credentials.cAndreas Schneider2018-03-011-1/+2
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-201-0/+16
* cli_credentials: Apply some constVolker Lendecke2017-09-161-2/+3
* cli_credentials: Fix a typoVolker Lendecke2017-09-071-1/+1
* cli_credentials: Fix a return valueVolker Lendecke2017-09-051-1/+1
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-0/+40
* auth/credentials: remove const where we always return a talloc stringStefan Metzmacher2017-01-101-6/+6
* auth/credentials: Add talloc NULL check in cli_credentials_set_principal()Andreas Schneider2016-12-201-0/+4
* auth/credentials: change the parsing order of cli_credentials_parse_file()Stefan Metzmacher2016-12-201-5/+49
* auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...Stefan Metzmacher2016-12-201-1/+1
* auth/credentials: let cli_credentials_parse_string() always reset principal a...Stefan Metzmacher2016-12-201-1/+32
* auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher2016-12-201-0/+8
* auth/credentials: handle situations without a configured (default) realmStefan Metzmacher2016-12-201-9/+34
* auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher2016-12-201-15/+92
* auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...Stefan Metzmacher2016-12-201-7/+20
* auth/credentials: make use of talloc_zero() in cli_credentials_init()Stefan Metzmacher2016-12-201-75/+1
* auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...Stefan Metzmacher2016-12-091-1/+1
* auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...Stefan Metzmacher2016-12-091-1/+13
* auth/credentials: anonymous should not have a user principalStefan Metzmacher2016-11-151-0/+1
* auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher2016-07-221-15/+0
* auth/credentials: if credentials have principal set, they are not anonymous a...Alexander Bokovoy2015-07-151-0/+5
* auth/credentials: anonymous should not try to use kerberosStefan Metzmacher2015-07-031-0/+1
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-121-0/+42
* auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher2014-12-191-5/+8
* auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()Stefan Metzmacher2013-10-161-1/+5
* auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam2013-09-201-2/+2
* Prepare for SASL/EXTERNAL supportHoward Chu2013-09-181-0/+8
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-161-0/+14
* auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2013-08-121-5/+14
* auth/credentials: use CRED_CALLBACK_RESULT after a callbackStefan Metzmacher2013-08-051-11/+23
* auth/credentials: simplify password_tries stateStefan Metzmacher2013-08-051-5/+14