svn commit: samba r610 - in branches/SAMBA_4_0/source: include
libcli/auth libcli/raw libcli/util librpc/idl librpc/rpc torture/rpc
abartlet at samba.org
abartlet at samba.org
Sun May 9 12:42:19 GMT 2004
Author: abartlet
Date: 2004-05-09 12:42:18 +0000 (Sun, 09 May 2004)
New Revision: 610
Added:
branches/SAMBA_4_0/source/libcli/auth/credentials.h
Modified:
branches/SAMBA_4_0/source/include/cli_context.h
branches/SAMBA_4_0/source/include/includes.h
branches/SAMBA_4_0/source/libcli/auth/credentials.c
branches/SAMBA_4_0/source/libcli/auth/ntlm_check.c
branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c
branches/SAMBA_4_0/source/libcli/raw/clisession.c
branches/SAMBA_4_0/source/libcli/raw/clitransport.c
branches/SAMBA_4_0/source/libcli/raw/smb_signing.c
branches/SAMBA_4_0/source/libcli/util/smbdes.c
branches/SAMBA_4_0/source/libcli/util/smbencrypt.c
branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
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/librpc/rpc/dcerpc_util.c
branches/SAMBA_4_0/source/torture/rpc/netlogon.c
Log:
- Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.
- This required using NETLOGON_NEG_AUTH2_FLAGS for the
SetupCredentials2 negotiation flags, which is what Samba3 does,
because otherwise the server uses different crypto.
- This tests the returned session keys, which we decrypt.
- Update the Samba4 notion of a 'session key' to be a DATA_BLOB in
most places.
- Fix session key code to return NT_STATUS_NO_SESSION_KEY if none is
available.
- Remove a useless argument to SMBsesskeygen_ntv1
- move netr_CredentialState from the .idl to the new credentials.h
Andrew Bartlett
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=610&nolog=1
More information about the samba-cvs
mailing list