summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.h
Commit message (Expand)AuthorAgeFilesLines
* cli_credentials: Apply some constVolker Lendecke2017-09-161-2/+3
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-0/+4
* auth/credentials: remove const where we always return a talloc stringStefan Metzmacher2017-01-101-3/+3
* auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher2016-12-201-0/+2
* auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher2016-07-221-3/+0
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-0/+1
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-121-1/+3
* auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2015-03-121-0/+2
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-121-0/+4
* auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher2014-12-191-0/+3
* credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett2014-10-171-0/+16
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-161-0/+3
* auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2013-08-121-2/+2
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-051-93/+8
* auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2013-08-051-0/+3
* auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2013-08-051-0/+8
* auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell2012-11-011-0/+3
* auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett2011-10-111-0/+37
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+300