summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_secrets.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05auth/credentials: get the old password from secrets.tdbStefan Metzmacher1-0/+11
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher1-0/+1
2013-04-12secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell1-3/+1
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-1/+3
2012-08-29auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt()Andrew Bartlett1-29/+0
2012-08-29auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett1-32/+61
2012-08-29auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett1-26/+26
2012-08-29auth/credentials: Avoid double-free in the failure caseAndrew Bartlett1-1/+1
2012-08-28auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett1-33/+71
2012-08-28auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett1-0/+4
2012-07-19auth/credentials: Remove extra newlineAndrew Bartlett1-1/+1
2012-07-15auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett1-2/+49
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison1-2/+0
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-0/+293