r12682: This patch finally fixes our kpasswdd implementation to be compatible
authorAndrew Bartlett <abartlet@samba.org>
Mon, 2 Jan 2006 22:00:40 +0000 (22:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:37 +0000 (13:49 -0500)
commit4e80a557f9c68b01ac6d5bb05716fe5b3fd400d4
treefe3290e085d8fc2adf7026bb707a70d90c49fb3a
parent686fea241b7a8ca286099eadfa2ed177367dafdc
r12682: This patch finally fixes our kpasswdd implementation to be compatible
with clients compiled against the MIT Kerberos implementation.  (Which
checks for address in KRB-PRIV packets, hence my comments on socket
functions earlier today).

It also fixes the 'set password' operation to behave correctly (it was
previously a no-op).

This allows Samba3 to join Samba4.  Some winbindd operations even work,
which I think is a good step forward.  There is naturally a lot of work
to do, but I wanted at least the very basics of Samba3 domain membership
to be available for the tech preview.

Andrew Bartlett
source/auth/gensec/gensec.c
source/auth/gensec/gensec.h
source/auth/gensec/gensec_krb5.c
source/kdc/kdc.c
source/kdc/kdc.h
source/kdc/kpasswdd.c