r10286: This patch is ugly and disgusting, but for now it works better than the other
authorAndrew Bartlett <abartlet@samba.org>
Sat, 17 Sep 2005 01:11:50 +0000 (01:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:13 +0000 (13:38 -0500)
commitf3bce652c8c33712ffbb6c0a731f61b05f9d4be0
treeb57b78a83e15e65d15ecb0ffa37efa1bab079708
parent3a4da8c0dbe1d50ca4de013fdb7c860a5196f4ca
r10286: This patch is ugly and disgusting, but for now it works better than the other
ideas I have had.

When I get a full list of things I want to do to a krb5_context I'll
either add gsskrb5_ wrappers, or a way of speicfying the krb5 context
per gssapi context.

(I want to ensure that the only krb5_context variables created while
executing Samba4 are via our wrapper).

Andrew Bartlett
(This used to be commit 8a22d46e70e9f863831aba0c9913d195f833d625)
source4/auth/kerberos/clikrb5.c
source4/auth/kerberos/config.mk
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/krb5_init_context.c [new file with mode: 0644]
source4/auth/kerberos/krb5_init_context.h [new file with mode: 0644]
source4/heimdal/lib/gssapi/init.c
source4/rpc_server/drsuapi/dcesrv_drsuapi.c