search for: lm_session_key

Displaying 6 results from an estimated 6 matches for "lm_session_key".

2004 Feb 04
1
[PATCH] Unreliable network connections with 3.0.1 - need advice
...workstations in the domain. --- samba-3.0.2pre1/source/rpc_parse/parse_net.c 2004-01-06 22:08:41.000000000 +0100 +++ samba-3.0.2pre1/source/rpc_parse/parse_net.c 2004-01-07 19:54:40.000000000 +0100 @@ -1317,8 +1317,8 @@ memset((char *)usr->padding, '\0', sizeof(usr->padding)); - if (lm_session_key != NULL) - memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key)); +// if (lm_session_key != NULL) +// memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key)); num_other_sids = init_dom_sid2s(ctx, other_sids, &usr->other_sids); but I need more information ho...
2004 Jan 07
1
[PATCH] Unreliable network connections with 3.0.1
...stations in the domain. --- samba-3.0.2pre1/source/rpc_parse/parse_net.c 2004-01-06 22:08:41.000000000 +0100 +++ samba-3.0.2pre1/source/rpc_parse/parse_net.c 2004-01-07 19:54:40.000000000 +0100 @@ -1317,8 +1317,8 @@ memset((char *)usr->padding, '\0', sizeof(usr->padding)); - if (lm_session_key != NULL) - memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key)); +// if (lm_session_key != NULL) +// memcpy(usr->padding, lm_session_key, sizeof(usr->user_sess_key)); num_other_sids = init_dom_sid2s(ctx, other_sids, &usr->other_sids);
2019 Feb 18
0
SMB Signing with "map to guest = " options
...>base.key.key))) { result->session_key = data_blob_null; } else { result->session_key = data_blob_talloc( result, info3->base.key.key, sizeof(info3->base.key.key)); } if (all_zero(info3->base.LMSessKey.key,      sizeof(info3->base.LMSessKey.key))) { result->lm_session_key = data_blob_null; } else { result->lm_session_key = data_blob_talloc( result, info3->base.LMSessKey.key, sizeof(info3->base.LMSessKey.key)); } Then it might work. I realise you were probably not expecting to be preparing patches and writing tests (the harder part), but these cl...
2015 Apr 21
0
samba-4.2.0 join samba3 PDC
...ntext=0x7f48048c0170, user_info=0x7f48048a8870, pserver_info=0x7fff0ba1cf00) at ../source3/auth/auth.c:225 #19 0x00007f4800e554b3 in auth3_check_password (auth4_context=0x7f48048c0720, mem_ctx=0x7f48048cc510, user_info=0x7f48048cd0c0, server_returned_info=0x7f48048cc510, session_key=0x7f48048ccee0, lm_session_key=0x7f48048ccef0) at ../source3/auth/auth_ntlmssp.c:179 #20 0x00007f47fb6fbaba in ntlmssp_server_check_password (gensec_security=0x7f48048cc1f0, gensec_ntlmssp=0x7f48048cc510, mem_ctx=0x7f48048ccee0, user_session_key=0x7f48048ccee0, lm_session_key=0x7f48048ccef0) at ../auth/ntlmssp/ntlmssp_server.c:4...
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi, I'm using samba-4.7.x I have some confusions over "map to guest=" options with setting SMB Signing 1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client signing in windows 2k12 server group policy" to "Microsoft network client: Digitally sign communications (Always)” = *Disable*" SMB_Server is joined to Windows 2k12
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
..., nt_hash=nt_hash at entry=0x811a49430 "\347\305\335 ", <incomplete sequence \350\356>, server_chal=server_chal at entry=0x7fffffffd3f0, server_timestamp=server_timestamp at entry=0x811a85a08, names_blob=0x7fffffffd530, lm_response=0x7fffffffd410, nt_response=0x7fffffffd420, lm_session_key=0x0, user_session_key=0x7fffffffd440) at ../libcli/auth/smbencrypt.c:493 #6 0x0000000803b34e4b in cli_credentials_get_ntlm_response (cred=0x811a8b060, mem_ctx=mem_ctx at entry=0x811a850b0, flags=flags at entry=0x7fffffffd604, challenge=..., server_timestamp=0x811a85a08, target_info=..., _l...