summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-051-0/+1
* auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2013-08-051-0/+15
* auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2013-08-051-0/+11
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett2012-08-311-0/+8
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-241-1/+5
* credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett2011-10-181-3/+15
* auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett2011-10-111-9/+8
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+1002