svn commit: samba r10069 - in branches/SOC/SAMBA_4_0: . source/auth/gensec source/auth/kerberos source/heimdal/kdc source/heimdal/lib/gssapi source/heimdal/lib/krb5 source/heimdal/lib/roken source/kdc source/torture/auth

brad at samba.org brad at samba.org
Thu Sep 8 05:20:29 GMT 2005


Author: brad
Date: 2005-09-08 05:20:27 +0000 (Thu, 08 Sep 2005)
New Revision: 10069

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10069

Log:
 r10066 at buttercup:  abartlet | 2005-09-07 15:52:50 -0600
 This is the second in my patches to work on Samba4's kerberos support,
 with an aim to make the code simpiler and more correct.
 
 Gone is the old (since the very early Samba 3.0 krb5 days) 'iterate over
 all keytypes)' code in gensec_krb5, we now follow the approach used in
 gensec_gssapi, and use a keytab.
 
 I have also done a lot of work in the GSSAPI code, to try and reduce
 the diff between us and upstream heimdal.  It was becoming hard to
 track patches in this code, and I also want this patch (the DCE_STYLE
 support) to be in a 'manageable' state for when lha considers it for
 merging.  (metze assures me it still has memory leak problems, but
 I've started to address some of that).
 
 This patch also includes a simple update of other code to current
 heimdal, as well as changes we need for better PAC verification.
 
 On the PAC side of things we now match windows member servers by
 checking the name and authtime on an incoming PAC.  Not generating these
 right was the cause of the PAC pain, and so now both the main code and
 torture test validate this behaviour.
 
 One thing doesn't work with this patch:
  - the sealing of RPC pipes with kerberos, Samba -> Samba seems
 broken.  I'm pretty sure this is related to AES, and the need to break
 apart the gss_wrap interface.
 
 Andrew Bartlett
 

Modified:
   branches/SOC/SAMBA_4_0/
   branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c
   branches/SOC/SAMBA_4_0/source/auth/gensec/gensec_krb5.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/clikrb5.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos.h
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos_pac.c
   branches/SOC/SAMBA_4_0/source/auth/kerberos/kerberos_verify.c
   branches/SOC/SAMBA_4_0/source/heimdal/kdc/kerberos5.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/accept_sec_context.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/copy_ccache.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/gssapi.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/gssapi/init_sec_context.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/krb5-protos.h
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/rd_rep.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/krb5/rd_req.c
   branches/SOC/SAMBA_4_0/source/heimdal/lib/roken/roken-common.h
   branches/SOC/SAMBA_4_0/source/kdc/pac-glue.c
   branches/SOC/SAMBA_4_0/source/torture/auth/pac.c


Changeset:
Sorry, the patch is too large (2732 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10069


More information about the samba-cvs mailing list