Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-11 Thread SSE - Martin Riethmüller
> Yes, you can use wireshark on the Windows client. You can also use netmon on the Windows client. O.K., here are the results of network capturing with netmon (Microsoft Network Monitor 3.4). Here are the packets from Samba 3.0.28-0.5-1657-SUSE-CODE10 where everything is working and in an sep

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-11 Thread SSE - Martin Riethmüller
And here the capture of the "dir *_*.*" on Solaris. Martin SOLARIS --- 2813:02:35 11.04.20122.9602209System192.168.237.110 192.168.237.121SMBSMB:C; Nt Create Andx, FileName = \ {SMB:10, SMBOverTCP:3, TCP:2, IPv4:1} 2913:02:35 11.04.20122.9604449Sy

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-11 Thread SSE - Martin Riethmüller
> If you have an 8.3 name that contains non-ascii unicode characters is it > returned in the directory listing? > > Joyce Hi Joyce, I can see these "rules": If the given pattern matches the 8.3 short name everything is working. In this case it doesn't matter if the filename contains unicode c

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread joyce mcintosh
On 04/10/12 08:22, Chris Ridd wrote: On 10 Apr 2012, at 16:13, SSE - Martin Riethmüller wrote: If you sniff the CIFS traffic in the two cases, can you see what each client is doing and what each server is sending back? Chris I've never done this before but I want to do my best... Which tool s

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread joyce mcintosh
If you have an 8.3 name that contains non-ascii unicode characters is it returned in the directory listing? Joyce On 04/05/12 04:13, SSE - Martin Riethmüller wrote: Hello, in all Solaris-versions I've tested until now (Nexenta, OpenSolaris, Oracle Solaris 10 + 11) the same serious bug seems t

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread Chris Ridd
On 10 Apr 2012, at 16:13, SSE - Martin Riethmüller wrote: > > If you sniff the CIFS traffic in the two cases, can you see what each > > client is doing and what each server is sending back? Chris > > I've never done this before but I want to do my best... > Which tool should I use for network s

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread SSE - Martin Riethmüller
> If you sniff the CIFS traffic in the two cases, can you see what each client is doing and what each server is sending back? Chris I've never done this before but I want to do my best... Which tool should I use for network sniffing on W7 ? Martin ___

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread Chris Ridd
On 10 Apr 2012, at 10:20, SSE - Martin Riethmüller wrote: >> The glob is evaluated on the client, even with SMB, IIRC. That would >> mean the problem is on the client. > > But when I copy my test-directory of my first post to a linux box, shared > with samba version > > SSEMWS:~ # smbd -V > V

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread Gordon Ross
On Thu, Apr 5, 2012 at 5:05 PM, Nico Williams wrote: > The glob is evaluated on the client, even with SMB, IIRC.  That would > mean the problem is on the client. Actually, that pattern match happens on the server, as part of the SMB FindFirst/FindNext operations. _

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-10 Thread SSE - Martin Riethmüller
The glob is evaluated on the client, even with SMB, IIRC. That would mean the problem is on the client. But when I copy my test-directory of my first post to a linux box, shared with samba version SSEMWS:~ # smbd -V Version 3.0.28-0.5-1657-SUSE-CODE10 everything is working fine (on exactly

Re: [cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-05 Thread Nico Williams
The glob is evaluated on the client, even with SMB, IIRC. That would mean the problem is on the client. ___ cifs-discuss mailing list cifs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

[cifs-discuss] bug when processing wildcards for file names with unicode

2012-04-05 Thread SSE - Martin Riethmüller
Hello, in all Solaris-versions I've tested until now (Nexenta, OpenSolaris, Oracle Solaris 10 + 11) the same serious bug seems to be in the Kernel-CIFS-Server. When a file name contains Unicode-characters and is longer than 8.3 the wildcard-search for filenames does not work correctly. Ple