summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_secrets.c
Commit message (Expand)AuthorAgeFilesLines
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-241-1/+16
* credentials: Fix a typoVolker Lendecke2016-02-161-1/+1
* credentials: Fix whitespaceVolker Lendecke2016-02-161-29/+28
* auth: Make sure error_string is not used uninitializedAndreas Schneider2015-05-191-5/+8
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+4
* auth/credentials: Ensure that we set the realm when reading secrets.tdbAndrew Bartlett2014-10-171-0/+3
* credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett2014-10-171-13/+48
* credentials: Improve error message on failure to set machine account passwordAndrew Bartlett2014-10-171-4/+6
* credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...Andrew Bartlett2014-10-171-0/+13
* credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...Andrew Bartlett2014-09-271-0/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+2
* auth/credentials: get the old password from secrets.tdbStefan Metzmacher2013-08-051-0/+11
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-051-0/+1
* secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell2013-04-121-3/+1
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-1/+3
* auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt()Andrew Bartlett2012-08-291-29/+0
* auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett2012-08-291-32/+61
* auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett2012-08-291-26/+26
* auth/credentials: Avoid double-free in the failure caseAndrew Bartlett2012-08-291-1/+1
* auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett2012-08-281-33/+71
* auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett2012-08-281-0/+4
* auth/credentials: Remove extra newlineAndrew Bartlett2012-07-191-1/+1
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-151-2/+49
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-211-2/+0
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+293