summaryrefslogtreecommitdiffstats
path: root/auth/credentials/credentials.c
Commit message (Expand)AuthorAgeFilesLines
* 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