summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-6/+104
2015-07-15auth/credentials: if credentials have principal set, they are not anonymous a...Alexander Bokovoy1-0/+5
2015-07-03auth/credentials: anonymous should not try to use kerberosStefan Metzmacher1-0/+1
2015-06-24auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider1-1/+9
2015-06-23auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher1-3/+2
2015-05-19auth: Make sure error_string is not used uninitializedAndreas Schneider1-5/+8
2015-03-12auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2-0/+49
2015-03-12auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher4-0/+64
2015-03-12auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher1-0/+3
2015-03-03Fix the O3 developer buildVolker Lendecke1-2/+4
2015-01-26auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner1-0/+2
2014-12-19auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher3-6/+65
2014-11-22credentials test: Use samba.tests.subunitrun.Jelmer Vernooij1-20/+14
2014-11-19Remove unused imports.Jelmer Vernooij1-7/+1
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 Bartlett2-13/+64
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-08-08auth/credentials_krb5: silence a build warning.Günther Deschner1-0/+2
2014-08-08auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner1-6/+5
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2014-04-02auth/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher1-0/+1
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam1-1/+2
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 Bartlett4-0/+46
2013-08-12auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2-7/+16
2013-08-05auth/credentials: use CRED_CALLBACK_RESULT after a callbackStefan Metzmacher1-11/+23
2013-08-05auth/credentials: simplify password_tries stateStefan Metzmacher2-6/+15
2013-08-05auth/credentials: get the old password from secrets.tdbStefan Metzmacher1-0/+11
2013-08-05auth/credentials: keep cli_credentials privateStefan Metzmacher6-93/+126
2013-08-05auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2-0/+18
2013-08-05auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2-0/+19
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
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett1-1/+1
2013-05-28build: Remove unused credentials_samba3.cAndrew Bartlett1-49/+0
2013-04-12secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell1-3/+1
2013-02-28auth/pycredentials: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-1/+3
2012-11-01auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell2-0/+64
2012-08-31auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett1-0/+8
2012-08-30auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett1-3/+8
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