svn commit: samba r874 - in branches/SAMBA_4_0/source: auth lib
lib/crypto libcli/auth libcli/util librpc/idl librpc/rpc rpc_server
torture torture/rpc
Stefan (metze) Metzmacher
metze at samba.org
Tue May 25 15:18:33 GMT 2004
abartlet at samba.org schrieb:
> Author: abartlet
> Date: 2004-05-25 14:06:28 +0000 (Tue, 25 May 2004)
> New Revision: 874
>
> Modified:
> branches/SAMBA_4_0/source/auth/auth_ntlmssp.c
> branches/SAMBA_4_0/source/lib/crypto/hmacmd5.c
> branches/SAMBA_4_0/source/lib/util_str.c
> branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c
> branches/SAMBA_4_0/source/libcli/auth/ntlmssp.h
> branches/SAMBA_4_0/source/libcli/auth/ntlmssp_parse.c
> branches/SAMBA_4_0/source/libcli/auth/ntlmssp_sign.c
> branches/SAMBA_4_0/source/libcli/auth/schannel.c
> branches/SAMBA_4_0/source/libcli/util/smbencrypt.c
> branches/SAMBA_4_0/source/librpc/idl/lsa.idl
> branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c
> branches/SAMBA_4_0/source/librpc/rpc/dcerpc.h
> branches/SAMBA_4_0/source/librpc/rpc/dcerpc_ntlm.c
> branches/SAMBA_4_0/source/librpc/rpc/dcerpc_schannel.c
> branches/SAMBA_4_0/source/rpc_server/dcesrv_auth.c
> branches/SAMBA_4_0/source/torture/config.mk
> branches/SAMBA_4_0/source/torture/rpc/netlogon.c
> branches/SAMBA_4_0/source/torture/torture.c
> Log:
> This patch is a pile of work on NTLMSSP:
>
> Samba's NTLMSSP code is now fully talloc based, which should go a long
> way to cleaning up the memory leaks in this code. This also avoids a
> lot of extra copies of data, as we now allocate the 'return' blobs on
> a caller-supplied context.
>
> I have also been doing a lot of work towards NTLM2 signing and
> sealing. I have this working for sealing, but not for the verifier
> (MD5 integrity check on the stream) which is still incorrect.
>
> (I can aim a rpcecho sinkdata from a Win2k3 box to my server, and the
> data arrives intact, but the signature check fails. It does however
> match the test values I have...).
>
> The new torture test is cludged in - when we get a unit test suite
> back, I'll happliy put it in the 'right' place....
one of your just before midnight commits:-)
torture/ntlmssp.c is missing
try svn status before svn ci :-)
I have fixed the build for now
And I have added a TORTURE_AUTH SUBSYSTEM
can you please add the missing file to torture/auth/ntlmssp.c and *not*
as torture/ntlmssp.c
and remove the '//' and '#' comments in torture/config.mk and
torture/torture.c
thanks
--
metze
Stefan Metzmacher <metze at samba.org> www.samba.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba-cvs/attachments/20040525/42c41267/signature.bin
More information about the samba-cvs
mailing list