summaryrefslogtreecommitdiffstats
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* 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
* auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2013-08-052-0/+18
* auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2013-08-052-0/+19
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* build: Remove unused credentials_samba3.cAndrew Bartlett2013-05-281-49/+0
* secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell2013-04-121-3/+1
* auth/pycredentials: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-1/+3
* auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell2012-11-012-0/+64
* auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett2012-08-311-0/+8
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-301-3/+8
* 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
* build: rename security → samba-securityBjörn Jacke2012-08-101-1/+1
* auth/credentials: Remove extra newlineAndrew Bartlett2012-07-191-1/+1
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-152-3/+50
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-242-13/+7
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-231-1/+4
* s4-auth: Use smb_krb5_cc_get_lifetime() wrapper.Andreas Schneider2012-05-041-2/+2
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-0/+1
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-1/+2
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-121-3/+6
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-121-3/+13
* s4-auth-krb: Move keytab functions in a separate file.Simo Sorce2012-04-122-2/+3
* s4-auth-krb: Move function into more appropriate header.Simo Sorce2012-04-121-8/+0
* s4-auth-krb: Make cli_credentials_invalidate_client_gss_creds static.Simo Sorce2012-04-122-2/+4
* s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce2012-04-121-6/+0
* credentials: Show returned error_string in debug messageAndrew Bartlett2012-02-101-2/+2
* auth/credentials Remove debug that prints in normal operationAndrew Bartlett2012-01-091-1/+0
* credentials: Always honour the return value of E_deshash()Andrew Bartlett2011-12-281-4/+2
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-3/+9