r17341: pass a messaging context to auth_context_create()
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Jul 2006 14:05:08 +0000 (14:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:17 +0000 (14:15 -0500)
commit7a845bcb0141a895d5685afcef1ffe7f93428d0f
tree536241140ed531f2d1a8d066053cbca54b73153e
parent63aaa6b782bf6b8b2badabd41579fff2a235d526
r17341: pass a messaging context to auth_context_create()
and gensec_server_start().

calling them with NULL for event context or messaging context
is no longer allowed!

metze
(This used to be commit 679ac74e71b111344f1097ab389c0b83a9247710)
17 files changed:
source4/auth/auth.c
source4/auth/auth.h
source4/auth/auth_simple.c
source4/auth/gensec/gensec.c
source4/auth/gensec/gensec.h
source4/auth/ntlmssp/ntlmssp_server.c
source4/kdc/kpasswdd.c
source4/ldap_server/ldap_bind.c
source4/rpc_server/dcesrv_auth.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/scripting/ejs/smbcalls_auth.c
source4/smb_server/smb/negprot.c
source4/smb_server/smb/sesssetup.c
source4/smb_server/smb2/negprot.c
source4/smb_server/smb2/sesssetup.c
source4/utils/config.mk
source4/utils/ntlm_auth.c