summaryrefslogtreecommitdiff
path: root/auth/credentials/credentials_secrets.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-26auth: avoid strcmp(x, NULL)Douglas Bagnall1-1/+6
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-1/+1
2024-06-19auth/credentials: don't ignore "client use kerberos" and --use-kerberos for m...Stefan Metzmacher1-6/+25
2023-04-25Add ROLE_IPA_DC into two more placesAlexander Bokovoy1-0/+1
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+3
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+3
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider1-1/+0
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke1-1/+0
2018-04-24credentials: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke1-2/+3
2018-04-24credentials: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-4/+13
2018-04-11credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke1-0/+1
2018-04-11credentials: Fix line lengthVolker Lendecke1-1/+3
2018-04-11credentials: Revert "credentials: Fix CID 1414796 Explicit null dereferenced"Volker Lendecke1-5/+0
2018-04-05credentials: Fix a typoVolker Lendecke1-1/+1
2018-04-05credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke1-0/+5
2018-03-01auth:credentials: Add FALL_THROUGH statements in credentials_secrets.cAndreas Schneider1-1/+2
2018-01-08define DBGC_AUTH classkkplein1-0/+3
2017-02-24auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher1-1/+16
2016-02-16credentials: Fix a typoVolker Lendecke1-1/+1
2016-02-16credentials: Fix whitespaceVolker Lendecke1-29/+28
2015-05-19auth: Make sure error_string is not used uninitializedAndreas Schneider1-5/+8
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+4
2014-10-17auth/credentials: Ensure that we set the realm when reading secrets.tdbAndrew Bartlett1-0/+3
2014-10-17credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett1-13/+48
2014-10-17credentials: Improve error message on failure to set machine account passwordAndrew Bartlett1-4/+6
2014-10-17credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...Andrew Bartlett1-0/+13
2014-09-27credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...Andrew Bartlett1-0/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam1-1/+2
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