1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/auth/credentials
Andrew Bartlett 086c06e361 kerberos: Remove un-used event context argument from smb_krb5_init_context()
The event context here was only specified in the server or admin-tool
context, which does not do network communication, so this only caused
a talloc_reference() and never any useful result.

The actual network communication code sets an event context directly
before making the network call.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Apr 28 02:24:57 CEST 2014 on sn-devel-104
2014-04-28 02:24:57 +02:00
..
tests auth/tests: add missing #include "torture/local/proto.h" 2014-04-02 09:03:44 +02:00
credentials_internal.h auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech() 2013-09-16 14:44:28 -07:00
credentials_krb5.c kerberos: Remove un-used event context argument from smb_krb5_init_context() 2014-04-28 02:24:57 +02:00
credentials_krb5.h s4-auth-krb: Move function into more appropriate header. 2012-04-12 12:06:41 +02:00
credentials_ntlm.c auth/credentials: keep cli_credentials private 2013-08-05 17:48:05 +12:00
credentials_secrets.c dbwrap: add dbwrap_flags argument to dbwrap_local_open() 2014-02-07 16:06:07 +01:00
credentials.c auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds() 2013-10-16 23:56:01 +02:00
credentials.h auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech() 2013-09-16 14:44:28 -07:00
pycredentials.c auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech() 2013-09-16 14:44:28 -07:00
pycredentials.h auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00
samba-credentials.pc.in auth: move credentials layer to the top level 2011-10-11 13:41:36 +11:00
wscript_build build: rename security → samba-security 2012-08-10 14:22:20 +02:00