r22969: fix some more places where we could end up with more than one event
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 May 2007 08:47:04 +0000 (08:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:34 +0000 (14:52 -0500)
commitc0f65eb6562e13530337c23e3447a6aa6eb8fc17
treec997bebb84af3fae73e994d60980eb1e8f9f1a7f
parent4f84e6d569f9c9d7dd902f4550735f3ce2d3b424
r22969: fix some more places where we could end up with more than one event
context. We now have an event context on the torture_context, and we
can also get one from the cli_credentials structure
22 files changed:
source/auth/credentials/credentials.c
source/auth/credentials/credentials.h
source/auth/credentials/credentials_krb5.c
source/auth/gensec/gensec_gssapi.c
source/auth/kerberos/krb5_init_context.c
source/auth/kerberos/krb5_init_context.h
source/client/client.c
source/dsdb/samdb/cracknames.c
source/dsdb/samdb/ldb_modules/password_hash.c
source/kdc/kdc.c
source/torture/auth/pac.c
source/torture/basic/misc.c
source/torture/libnet/libnet_BecomeDC.c
source/torture/local/irpc.c
source/torture/local/messaging.c
source/torture/local/resolve.c
source/torture/raw/composite.c
source/torture/raw/open.c
source/torture/rpc/async_bind.c
source/torture/torture.c
source/torture/ui.h
source/torture/util_smb.c