Author: metze Date: 2005-09-12 07:31:59 +0000 (Mon, 12 Sep 2005) New Revision: 10162
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10162 Log: [EMAIL PROTECTED] (orig r10143): metze | 2005-09-10 11:16:29 +0200 don't exit when the not all bytes are consumed, (this happens with relative pointers) metze [EMAIL PROTECTED] (orig r10144): metze | 2005-09-10 11:30:23 +0200 dump the whole data blob metze [EMAIL PROTECTED] (orig r10145): abartlet | 2005-09-10 12:39:45 +0200 Allow a variable length signature, so we can support signing with other than arcfour-hmac-md5. Currently we still fail to verify other signatures however. Andrew Bartlett [EMAIL PROTECTED] (orig r10146): abartlet | 2005-09-10 12:59:49 +0200 Clarify which test is failing in error messages. Don't dump the pac to x.dat (accidental commit). Andrew Bartlett [EMAIL PROTECTED] (orig r10148): abartlet | 2005-09-11 00:13:50 +0200 Use samdb_base_dn() to find the local domain. Andrew Bartlett [EMAIL PROTECTED] (orig r10149): abartlet | 2005-09-11 00:25:13 +0200 Update Samba4 to current lorikeet-heimdal. Andrew Bartlett [EMAIL PROTECTED] (orig r10153): abartlet | 2005-09-11 13:19:02 +0200 This patch adds a new parameter to gensec_sig_size(), the size of the data to be signed/sealed. We can use this to split the data from the signature portion of the resultant wrapped packet. This required merging the gsskrb5_wrap_size patch from lorikeet-heimdal, and fixes AES encrption issues on DCE/RPC (we no longer use a static 45 byte value). This fixes one of the krb5 issues in my list. Andrew Bartlett [EMAIL PROTECTED] (orig r10155): abartlet | 2005-09-12 02:29:37 +0200 Add more notes on required gsskrb5 functions. Andrew Bartlett [EMAIL PROTECTED] (orig r10157): jpeach | 2005-09-12 03:32:57 +0200 Remove the last traces of heimdal/include. [EMAIL PROTECTED] (orig r10159): jpeach | 2005-09-12 03:34:51 +0200 Dereference padsize before comparing to an int. [EMAIL PROTECTED] (orig r10161): jpeach | 2005-09-12 04:34:22 +0200 Check for alloca.h to prevent incorrect local declaration. Modified: branches/tmp/samba4-winsrepl/ branches/tmp/samba4-winsrepl/source/auth/gensec/gensec.c branches/tmp/samba4-winsrepl/source/auth/gensec/gensec.h branches/tmp/samba4-winsrepl/source/auth/gensec/gensec_gssapi.c branches/tmp/samba4-winsrepl/source/auth/gensec/schannel.c branches/tmp/samba4-winsrepl/source/auth/gensec/spnego.c branches/tmp/samba4-winsrepl/source/auth/kerberos/kerberos-notes.txt branches/tmp/samba4-winsrepl/source/auth/kerberos/kerberos_pac.c branches/tmp/samba4-winsrepl/source/auth/ntlmssp/ntlmssp_sign.c branches/tmp/samba4-winsrepl/source/extra_cflags.txt branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/arcfour.c branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/arcfour.h branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/cfx.c branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/cfx.h branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/gssapi.h branches/tmp/samba4-winsrepl/source/heimdal/lib/gssapi/wrap.c branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/principal.c branches/tmp/samba4-winsrepl/source/heimdal/lib/krb5/rd_req.c branches/tmp/samba4-winsrepl/source/kdc/heimdal_config.mk branches/tmp/samba4-winsrepl/source/lib/popt/config.m4 branches/tmp/samba4-winsrepl/source/librpc/idl/krb5pac.idl branches/tmp/samba4-winsrepl/source/librpc/rpc/dcerpc.c branches/tmp/samba4-winsrepl/source/ntvfs/common/sidmap.c branches/tmp/samba4-winsrepl/source/rpc_server/dcesrv_auth.c branches/tmp/samba4-winsrepl/source/torture/auth/pac.c branches/tmp/samba4-winsrepl/source/utils/ndrdump.c Changeset: Sorry, the patch is too large (1210 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10162
