summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
...
* pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domainAndrew Bartlett2016-11-061-0/+45
* mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner2016-09-291-1/+2
* krb5_wrap: Rename get_kerberos_allowed_etypes()Andreas Schneider2016-08-311-1/+1
* Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy2016-07-251-2/+2
* auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher2016-07-224-18/+71
* pycredentials: add set_utf16_[old_]password()Stefan Metzmacher2016-07-221-0/+59
* pycredentials: add {get,set}_old_password()Stefan Metzmacher2016-07-221-1/+25
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-122-1/+2
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-122-2/+6
* CVE-2016-2110: auth/credentials: clear the LMv2 key for NTLMv2 in cli_credent...Stefan Metzmacher2016-04-121-0/+6
* pycredentials: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-10/+2
* pycredentials: Remove PyCredentialCacheContainerObjectAndrew Bartlett2016-03-082-19/+1
* pycredentials: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-72/+65
* credentials: Fix a typoVolker Lendecke2016-02-161-1/+1
* credentials: Fix whitespaceVolker Lendecke2016-02-161-29/+28
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* pycredentials: add get_kerberos_state() methodDouglas Bagnall2015-12-151-0/+8
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-171-6/+104
* auth/credentials: if credentials have principal set, they are not anonymous a...Alexander Bokovoy2015-07-151-0/+5
* auth/credentials: anonymous should not try to use kerberosStefan Metzmacher2015-07-031-0/+1
* auth: Explain why GSS_KRB5_CRED_NO_CI_FLAGS_X is neededAndreas Schneider2015-06-241-1/+9
* auth/credentials: use HAVE_GSS_KRB5_CRED_NO_CI_FLAGS_X instead of SAMBA4_USES...Stefan Metzmacher2015-06-231-3/+2
* auth: Make sure error_string is not used uninitializedAndreas Schneider2015-05-191-5/+8
* auth/credentials: add cli_credentials_set_old_utf16_password()Stefan Metzmacher2015-03-122-0/+49
* auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()Stefan Metzmacher2015-03-124-0/+64
* auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()Stefan Metzmacher2015-03-121-0/+3
* Fix the O3 developer buildVolker Lendecke2015-03-031-2/+4
* auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...Günther Deschner2015-01-261-0/+2
* auth/credentials: add cli_credentials_set_utf16_password()Stefan Metzmacher2014-12-193-6/+65
* credentials test: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-20/+14
* Remove unused imports.Jelmer Vernooij2014-11-191-7/+1
* 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-172-13/+64
* 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
* auth/credentials_krb5: silence a build warning.Günther Deschner2014-08-081-0/+2
* auth/credentials-krb5: use get_kerberos_allowed_etypes().Günther Deschner2014-08-081-6/+5
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+1
* auth/tests: add missing #include "torture/local/proto.h"Stefan Metzmacher2014-04-021-0/+1
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+2
* auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()Stefan Metzmacher2013-10-161-1/+5
* auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam2013-09-201-2/+2
* Prepare for SASL/EXTERNAL supportHoward Chu2013-09-181-0/+8
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-164-0/+46
* auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...Stefan Metzmacher2013-08-122-7/+16
* auth/credentials: use CRED_CALLBACK_RESULT after a callbackStefan Metzmacher2013-08-051-11/+23
* auth/credentials: simplify password_tries stateStefan Metzmacher2013-08-052-6/+15
* auth/credentials: get the old password from secrets.tdbStefan Metzmacher2013-08-051-0/+11
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-056-93/+126