[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

[2.2 patch] client/client.c: reget and reput commands

2002-08-19 Thread Josef Zlomek
in both get and put, or write x_fseek for reput. Patch follows. Josef Zlomek Index: source/client/client.c === RCS file: /cvsroot/samba/source/client/client.c,v retrieving revision 1.148.2.28 diff -u -r1.148.2.28 client.c --- source