summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()Stefan Metzmacher1-1/+5
2013-09-20auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam1-2/+2
2013-09-18Prepare for SASL/EXTERNAL supportHoward Chu1-0/+8
2013-09-16auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett1-0/+14
2013-08-12auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher1-5/+14
2013-08-05auth/credentials: use CRED_CALLBACK_RESULT after a callbackStefan Metzmacher1-11/+23
2013-08-05auth/credentials: simplify password_tries stateStefan Metzmacher1-5/+14
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher1-0/+1
2013-08-05auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher1-0/+15
2013-08-05auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher1-0/+11
2013-08-05auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher1-1/+1
2013-08-05auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher1-1/+1
2012-08-31auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett1-0/+8
2012-05-24auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy1-1/+5
2011-10-18credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett1-3/+15
2011-10-11auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett1-9/+8
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-0/+1002