Re: [patch] uppercase workgroup in browse request

2003-03-30 Thread Stephan Kulow
Am Thursday 27 March 2003 18:04 schrieb Christopher R. Hertel: On Thu, Mar 27, 2003 at 05:43:55PM +0100, Stephan Kulow wrote: Am Thursday 27 March 2003 03:43 schrieb Christopher R. Hertel: Stephan Kulow wrote: Hi! I noticed a difference between testsmbc smb://MYGRP and testsmbc

charset confusion

2003-03-30 Thread Stephan Kulow
Hi! I've done an experiment and configured my only windows system (german win98) in the LAN to be named häßlich and be in the workgroup möbel. Then tried testsmbc on smb://m%C3%B6bel/ (correctly UTF-8 escaped samba URL). That tried a broadcast for möbel1d, which I think it shouldn't. I'm not

Re: charset confusion

2003-03-30 Thread Stephan Kulow
Am Sunday 30 March 2003 22:46 schrieb Stephan Kulow: Am Sunday 30 March 2003 20:37 schrieb Stephan Kulow: Hi! I've done an experiment and configured my only windows system (german win98) in the LAN to be named häßlich and be in the workgroup möbel. Then tried testsmbc on smb://m%C3

Re: [patch] uppercase workgroup in browse request

2003-03-27 Thread Stephan Kulow
Am Thursday 27 March 2003 03:43 schrieb Christopher R. Hertel: Stephan Kulow wrote: Hi! I noticed a difference between testsmbc smb://MYGRP and testsmbc smb://mygrp (it doesn't make a difference for SAMBA servers, but it does for XP and for winME) So please apply the included patch

compiling with gcc 3.3

2003-03-25 Thread Stephan Kulow
Hi! Compiling samba CVS with gcc 3.3 gives quite some annoying warnings in proto.h because exp and log are builtins. Attached is a patch that replaces exp with expr and log with clog (didn't know a better name for it) in the affected c files. Please apply. Greetings, Stephan Index:

[patch] uppercase workgroup in browse request

2003-03-25 Thread Stephan Kulow
Hi! I noticed a difference between testsmbc smb://MYGRP and testsmbc smb://mygrp (it doesn't make a difference for SAMBA servers, but it does for XP and for winME) So please apply the included patch. Greetings, Stephan Index: libsmb/clirap.c

SMB URL

2003-03-25 Thread Stephan Kulow
Hi! I looked into the URL handling libsmbclient is doing and it's lacking quite some of the stuff that the DRAFT specifies (and some of the stuff that generally are required for URIs). Is someone working on that? I'm currently preparing some patches, but hate C programming enough to dump it for

Re: A please report me error

2003-03-25 Thread Stephan Kulow
Am Tuesday 25 March 2003 21:46 schrieb Dave Collier-Brown: In today's CVS, I caught this message zip by while configuring: ... checking net/if.h presence... yes configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers?