Wed May 4 22:59:32 EDT 2005
jcifs-1.1.11 released
If a file is opened with SmbFileOutputStream, written to, and then the
client waits for soTimeout without any communication to the target, a
subsequent write would zero the contents of the file before the file
pointer. This file corruption bug has been fixed.
+Wed May 4 22:59:32 EDT 2005
+jcifs-1.1.11 released
+
+If a file is opened with SmbFileOutputStream, written to, and then the
+client waits for soTimeout without any communication to the target, a
+subsequent write would zero the contents of the file before the file
+pointer. This file corruption bug has been fixed.
+
Sun Apr 17 22:37:04 EDT 2005
jcifs-1.1.10 released
<project name="jcifs" default="usage" basedir=".">
- <property name="version" value="1.1.10"/>
- <property name="reldate" value="Apr 17, 2005"/>
+ <property name="version" value="1.1.11"/>
+ <property name="reldate" value="May 4, 2005"/>
<target name="usage">
<echo>
new TransWaitNamedPipeResponse() );
}
file.open( openFlags, SmbFile.ATTR_NORMAL, 0 );
+ this.openFlags &= ~(SmbFile.O_CREAT | SmbFile.O_TRUNC); /* in case close and reopen */
writeSize = file.tree.session.transport.snd_buf_size - 70;
useNTSmbs = file.tree.session.transport.hasCapability( ServerMessageBlock.CAP_NT_SMBS );