Re: Undocumented smb.conf

2002-08-20 Thread Alexander Bokovoy
On Mon, Aug 19, 2002 at 09:55:31AM +0200, Jelmer Vernooij wrote: display charset unix charset dos charset These are charsets for client code displaying responses on the terminal (smbclient), unix file names, and remote side file names if it doesn't support unicode. All options accept name of

Re: Undocumented smb.conf

2002-08-20 Thread Thomas Reifferscheid
There is another undocumentated thing: man smb.conf says: The add printer command is automatically invoked with the following parameter (in order: · printer name · share name · port name · driver name

Re: Another showstopper in 2.2.5

2002-08-20 Thread Fredrik Ohrn
On Tue, 20 Aug 2002, David Collier-Brown wrote: Fredrik Ohrn wrote: Sooner or later the smbd dies on a SIGPIPE when trying to send a keepalive. The SIGPIPE isn't catched, thus it leaves stale sharemodes. Thank you, Oh Kind Person! (I was wondering how this could possibly

[patch] fixed some messages

2002-08-20 Thread Josef Zlomek
Hello, this patch fixes some (debug) messages in source/client/client.c It is applicable to both HEAD and 2_2 branches, I'm not sure about other branches because I have not checked them out. Patch follows. Josef diff -urN samba.cvs/source/client/client.c samba.messages/source/client/client.c

[patch] basic seeking support for XFILE

2002-08-20 Thread Josef Zlomek
Hello, this patch adds support for SEEK_SET and SEEK_END seeking for XFILE in the HEAD branch. I need it for the smbclient's command reput (i.e. continue with the put where it finished when the connection had broken or transfer had been terminated). Patch follows. Josef diff -ur

Re: WINS proxy

2002-08-20 Thread Christopher R. Hertel
I need to check, but my vague memory is that WINS proxy only handles lookups, not local announcements. I'm not sure, though. I remember some notes in an old Microsoft document. I'll have to look. Chris -)- On Sun, Aug 18, 2002 at 09:56:46AM +0400, Alex Torkhov wrote: Hi, I am using

Re: Another showstopper in 2.2.5

2002-08-20 Thread Fredrik Ohrn
On Tue, 20 Aug 2002, Tom Jansen wrote: Sooner or later the smbd dies on a SIGPIPE when trying to send a keepalive. The SIGPIPE isn't catched, thus it leaves stale sharemodes. After getting a hint on signalhandling I put a BlockSignals call into send_keepalive. ---

Re: Another showstopper in 2.2.5

2002-08-20 Thread jra
On Tue, Aug 20, 2002 at 10:06:30PM +0200, Fredrik Ohrn wrote: On Tue, 20 Aug 2002, Tom Jansen wrote: Sooner or later the smbd dies on a SIGPIPE when trying to send a keepalive. The SIGPIPE isn't catched, thus it leaves stale sharemodes. After getting a hint on signalhandling I

Re: Another showstopper in 2.2.5

2002-08-20 Thread jra
On Tue, Aug 20, 2002 at 12:24:51PM -0400, David Collier-Brown wrote: Fredrik Ohrn wrote: Sooner or later the smbd dies on a SIGPIPE when trying to send a keepalive. The SIGPIPE isn't catched, thus it leaves stale sharemodes. Thank you, Oh Kind Person! (I was wondering how

Re: [patch] fixed some messages

2002-08-20 Thread Simo Sorce
Fixed, thanks On Tue, 2002-08-20 at 07:37, Josef Zlomek wrote: Hello, this patch fixes some (debug) messages in source/client/client.c It is applicable to both HEAD and 2_2 branches, I'm not sure about other branches because I have not checked them out. Patch follows. Josef diff