svn commit: samba r10070 - in branches/tmp/samba4-winsrepl: . source/auth/gensec source/auth/kerberos source/heimdal/kdc source/heimdal/lib/gssapi source/heimdal/lib/krb5 source/heimdal/lib/roken source/kdc source/lib/registry/tools source/torture/auth

metze at samba.org metze at samba.org
Thu Sep 8 05:54:16 GMT 2005


Author: metze
Date: 2005-09-08 05:54:14 +0000 (Thu, 08 Sep 2005)
New Revision: 10070

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

Log:
 r12006 at SERNOX (orig r10052):  jelmer | 2005-09-06 17:44:08 +0200
 Add 'print' command
 
 r12022 at SERNOX (orig r10066):  abartlet | 2005-09-07 23:52:50 +0200
 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/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/auth/gensec/gensec_gssapi.c
   branches/tmp/samba4-winsrepl/source/auth/gensec/gensec_krb5.c
   branches/tmp/samba4-winsrepl/source/auth/kerberos/clikrb5.c
   branches/tmp/samba4-winsrepl/source/auth/kerberos/kerberos.h
   branches/tmp/samba4-winsrepl/source/auth/kerberos/kerberos_pac.c
   branches/tmp/samba4-winsrepl/source/auth/kerberos/kerberos_verify.c
   branches/tmp/samba4-winsrepl/source/heimdal/kdc/kerberos5.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/accept_sec_context.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/copy_ccache.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/gssapi.h
   branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/init_sec_context.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/krb5-protos.h
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/rd_rep.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/rd_req.c
   branches/tmp/samba4-winsrepl/source/heimdal/lib/roken/roken-common.h
   branches/tmp/samba4-winsrepl/source/kdc/pac-glue.c
   branches/tmp/samba4-winsrepl/source/lib/registry/tools/regshell.c
   branches/tmp/samba4-winsrepl/source/torture/auth/pac.c


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


More information about the samba-cvs mailing list