jcifs-1.2.1 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:32:46 +0000 (16:32 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:32:46 +0000 (16:32 +0200)
commit0bc6b952868aa156ec4a211613dbae327e6c951b
tree489e7a36ae075ead25eb824661711e7997191417
parent21c48fe7dde5c68b2c06cc0b159e0160f503d2d3
jcifs-1.2.1 from tgz

Sun Jul  3 23:33:03 EDT 2005
jcifs-1.2.1 released

The  SMB  signing  code was totally broken in the last release. It has been
reparied.  The  setAttributes  method did not work on directories. This has
been  fixed  and  the masks used to filter setAttributes/getAttributes have
been  optimized  to allow getting and setting all possible attributes based
on   observed  XP  behavior.  The  getType()  method  would  always  return
TYPE_SHARE  if the SmbFiles were obtained through the listFiles() method on
a  workgroup  or  server URL. This issue has been fixed - getType() may now
return TYPE_PRINTER and TYPE_NAMEDPIPE.
20 files changed:
README.txt
build.xml
examples/Append.java
examples/Equals.java
examples/FilterFiles.java
examples/run1.sh [new file with mode: 0644]
examples/runtests.sh
src/jcifs/ntlmssp/Type3Message.java
src/jcifs/smb/DosFileFilter.java
src/jcifs/smb/NtStatus.java
src/jcifs/smb/SmbComNTCreateAndX.java
src/jcifs/smb/SmbComWrite.java
src/jcifs/smb/SmbComWriteAndX.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbFileInputStream.java
src/jcifs/smb/SmbFileOutputStream.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/SmbTree.java
src/jcifs/smb/Trans2FindFirst2.java