summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials.c
AgeCommit message (Expand)AuthorFilesLines
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