Re: Oddity in port 445 behavior...

2002-06-23 Thread Urban Widmark
On Fri, 21 Jun 2002, Christopher R.Hertel wrote: The problem here is that W2K simply ignores the packet, so the client must decide whether to time-out waiting for a reply or to start sending SMBs before it knows if it got an error message back from the server. I am not sure what

Re: --with-vfs and ACLs problem

2002-06-23 Thread Nir L
The SID's that are returned to the client are 100% OK. Proof: I access an NT server from the client, and watch a file that MYDOM\UserA and MYDOM\UserB have permissions on. Then, I access the SAMBA server and watch a file that MYDOM\UserA,MYDOM\UserB and MYDOM\UserC have permissions on.

Re: Re: Very bad performance when copying large files from windows to samba-share

2002-06-23 Thread Lars Heineken
Hi ! Sorry for being late. I did the ethereal-capturing. What looks very strange on first sight: About 6 of 10 packest are described as: NBSS Continuation Message. Sometimes there are 6 of them one after another. Is this normal ? Regards, Lars Heineken.

Re: PATCH: context based libsmbclient

2002-06-23 Thread Andrew Bartlett
Tom Jansen wrote: OK, I hope to look at it today ... Thanks ... Firstly, this patch looks good, thankyou *very* much for your work on it. You're _very_ welcome. I'm glad I can help the samba team. Always CC the list - others may also have comments. (I've CCed it for this reply)

Re: PATCH: context based libsmbclient (85K attachment)

2002-06-23 Thread Tom Jansen
[snip changes suggested] Fixed. Attached is the patch. (complete one again) Yours, Tom -- Tom Jansen -- [EMAIL PROTECTED] Ninja ISD -- www.ninja.nl diff -ruN -B --exclude=CVS* --exclude *#* ../../samba_org/source/Makefile.in ./Makefile.in --- ../../samba_org/source/Makefile.in Sun Jun

Proposed utf8 ldap patch...

2002-06-23 Thread Jim McDonough
Ok, before I check anything in, I'd like to hear any objections, comments, complaints, insults, and the like. I've based it loosely on Juergen Hasch's work, but I tried to make it more integral to the standard ads_* API's. I also cleaned up some of the ads_mod_* functions. Hopefully it's

Re: Proposed utf8 ldap patch...

2002-06-23 Thread Jim McDonough
Urban Widmark wrote: I guess it depends on which locales you have installed and how your bash was built, but all of these work for me: $ LC_CTYPE=en_US bash Never mind, it does work, so long as display charset is set to something useful, and it's not in kdbg. Kdbg gets rid of the non-ascii

Re: Proposed utf8 ldap patch...

2002-06-23 Thread Jim McDonough
You don't seem to convert new_dn in ldap_user.c/ads_add_user() to UTF-8. I added a push_utf8 call and now I can do a net user add blöduser --comment=blöde This also means I need to check anywhere that deals with a dn... Jim McDonough IBM Linux Technology Center

Nmbd shutting down

2002-06-23 Thread The DJ
Hi folks, I'm getting many 'complaints' from the users of my samba package/port for MacOS X, who report the following error. [2002/06/20 20:52:02, 0] nmbd/nmbd.c:reload_interfaces(259) reload_interfaces: No subnets to listen to. Shutting down... The explanation is pretty simple. They are

Breaking up some of samba's includes.

2002-06-23 Thread Andrew Bartlett
This patch breaks up some of samba's include files, so as to keep ADS, smbclient, net etc headers seperate to the rest of samba - to try and get some kind of subsystem thing happening. I don't like the global namespace that every function in every part of samba has - no matter if it is being