search for: data_blob_talloc

Displaying 3 results from an estimated 3 matches for "data_blob_talloc".

2004 Jul 05
3
2.2.3a connection failure from XP to 10.3.4
.../usr/sbin/smbd Version: ??? (???) PID: 653 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x002ff000 Thread 0 Crashed: 0 <<00000000>> 0xffff88a4 __memcpy + 0x104 1 smbd 0x0015ec98 talloc_memdup + 0x34 2 smbd 0x00156f5c data_blob_talloc + 0x5c 3 smbd 0x00194dd8 password_ok + 0x470 4 smbd 0x0008cd58 ntlmssp_end + 0xa98 5 smbd 0x0008c25c ntlmssp_update + 0x220 6 smbd 0x00195094 auth_ntlmssp_update + 0x28 7 smbd 0x0003940c reply_getattrE + 0x129c 8 smbd 0x00039778 reply_getattrE + 0x1608 9 smbd...
2019 Feb 18
0
SMB Signing with "map to guest = " options
...ill run this part form the tail of the function, not skip over it with the 'goto out' /* ensure we are never given NULL session keys */ if (all_zero(info3->base.key.key, sizeof(info3->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.L...
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