1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/libcli/auth
Andrew Bartlett 5b0ab386cb r874: 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....

Andrew Bartlett
(This used to be commit 399e2e2b11)
2007-10-10 12:56:14 -05:00
..
credentials.c r754: Implement the SetPassword operation on the netlogon pipe. 2007-10-10 12:53:48 -05:00
credentials.h r743: Start on a NETLOGON server in Samba4. 2007-10-10 12:53:46 -05:00
ntlm_check.c r708: Clean up copyright headers, to reflect code that has come and gone 2007-10-10 12:53:44 -05:00
ntlmssp_parse.c r874: This patch is a pile of work on NTLMSSP: 2007-10-10 12:56:14 -05:00
ntlmssp_sign.c r874: This patch is a pile of work on NTLMSSP: 2007-10-10 12:56:14 -05:00
ntlmssp.c r874: This patch is a pile of work on NTLMSSP: 2007-10-10 12:56:14 -05:00
ntlmssp.h r874: This patch is a pile of work on NTLMSSP: 2007-10-10 12:56:14 -05:00
schannel.c r874: This patch is a pile of work on NTLMSSP: 2007-10-10 12:56:14 -05:00
schannel.h - modified the dcerpc client security code to be generic, so ntlmssp 2004-02-10 10:22:12 +00:00
session.c r611: Fix breakage from my last commit: 2007-10-10 12:51:51 -05:00