Giulio
2010-Apr-16 15:22 UTC
[Samba] 3.5.2: smbclient segfaults when used against "security = share"
Local machine is CentOS 5.4, with samba 3.5.2 rpms from sernet. Remote machine is samba 3.0.something set up with share level security. On local machine: $ smbclient '\\srv\shr' -U% Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.30-1abc] Server not using user level security and no password supplied. Segmentation fault $ gettimeofday({1271431229, 455560}, NULL) = 0 select(10, [8 9], [], NULL, {19, 998213}) = 1 (in [8], left {19, 995000}) gettimeofday({1271431229, 459267}, NULL) = 0 recv(8, "\0\0\0l", 4, 0) = 4 gettimeofday({1271431229, 459686}, NULL) = 0 gettimeofday({1271431229, 459880}, NULL) = 0 select(10, [8 9], [], NULL, {19, 993893}) = 1 (in [8], left {19, 993893}) gettimeofday({1271431229, 460395}, NULL) = 0 recv(8, "\377SMBs\0\0\0\0\210\1\300\0\0\0\0\0\0\0\0\0\0\0\0\377\377\263\23\0\0\3 \0"..., 108, 0) = 108 write(3, "Domain=[WORKGROUP] OS=[Unix] Ser"..., 56Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.30-1abc]) = 56 write(3, "Server not using user level secu"..., 63Server not using user level security and no password supplied.) = 63 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ -- giulioo at pobox.com
Volker Lendecke
2010-Apr-20 07:11 UTC
[Samba] 3.5.2: smbclient segfaults when used against "security = share"
On Fri, Apr 16, 2010 at 05:22:57PM +0200, Giulio wrote:> Local machine is CentOS 5.4, with samba 3.5.2 rpms from sernet. > Remote machine is samba 3.0.something set up with share level security. > > On local machine: > $ smbclient '\\srv\shr' -U% > Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.30-1abc] > Server not using user level security and no password supplied. > Segmentation fault > $Should be fixed with current v3-5-test code. Volker