1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpcclient
Andrew Bartlett da4345a8d1 s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash
The session key we want here (the only one that is availble to the
encryption layer) is the one obtained by cli_get_session_key(), as
NTLMSSP creates a per-session session key via key exchange and NTLMv2
negotiation.

The key was never directly the NT hash anyway (this is simply a
mistake, the extra MD4() was lost during my previous cleanup
f28f113d8e in 2008), but was MD4(NT
hash) in early implementations of NTLMSSP.

However, regardless this call is not available on domain trusts
between AD domains and Windows 2003 R2, making this less useful.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-08-03 18:48:03 +10:00
..
cmd_dfs.c s3:rpcclient: use ndr_dfs_c.h instead of cli_dfs.h 2011-01-11 13:40:43 +01:00
cmd_drsuapi.c s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() 2011-06-09 12:40:08 +02:00
cmd_dssetup.c s3:rpcclient: use ndr_dssetup_c.h instead of cli_dssetup.h 2011-01-11 13:40:51 +01:00
cmd_echo.c s3:rpcclient: use dcerpc_echo_X() functions 2011-01-17 08:48:25 +01:00
cmd_epmapper.c s3-rpc_client: remove some more obsolete cli_X.h header files. 2011-01-28 11:18:44 +01:00
cmd_eventlog.c s3-eventlog: prefer dcerpc_eventlog_X functions. 2011-01-11 17:12:03 +01:00
cmd_lsarpc.c s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash 2011-08-03 18:48:03 +10:00
cmd_netlogon.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
cmd_ntsvcs.c s3-rpc_client: remove some more obsolete cli_X.h header files. 2011-01-28 11:18:44 +01:00
cmd_samr.c s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() 2011-06-09 12:40:08 +02:00
cmd_shutdown.c Revert "s3: Do not directly reference the ndr_table_* in rpcclient" 2009-11-08 19:43:47 +01:00
cmd_spoolss.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
cmd_srvsvc.c libcli/security: move display_sec headers to own header file and add to 2011-03-16 10:11:08 +01:00
cmd_test.c s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h 2011-03-31 00:14:01 +02:00
cmd_winreg.c s3: Fix Coverity ID 2289: Uninitialized read 2011-03-15 11:10:42 +01:00
cmd_wkssvc.c s3-wkssvc: prefer dcerpc_wkssvc_X functions. 2011-01-11 17:09:25 +01:00
rpcclient.c s3:rpcclient: use the lp_load_global() wrapper of lp_load() 2011-07-28 11:17:31 +02:00
rpcclient.h s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h 2011-03-31 00:14:01 +02:00