jcifs-1.2.7 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:35:13 +0000 (16:35 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:35:13 +0000 (16:35 +0200)
commit6038efc3c0de506807c1ba0a80a2448b33137291
treef407b10a2a492ea4029d1c7914295c5f081f09b5
parentb2e5cf3edc949358114edb2d94a7d85f65866239
jcifs-1.2.7 from tgz

Fri Nov 18 17:08:56 EST 2005
jcifs-1.2.7 released / Transport Error, Filter Changes, Integer Overflow,
User Contributed Patches, and More

This release consists of the following changes:

 o Some debugging printlns left over from the last release have been
   removed.
 o Added setContentLength(0) to two other places for the NTLM HTTP
   Filter. This is required for HTTP 1.0 clients (e.g. Google appliance
   servers).
 o The name service code will now properly resolve DNS names that begin
   with digits.
 o Several instances of possible integer overflow have been fixed.
 o A patch for large read and write support has been added to the patches
   directory. A patch for reading security descriptors has been added
   to the patches directory.
 o If a transport was in error due to a connection timeout it could
   remain in the error state indefinitely. This issue has been fixed.
19 files changed:
README.txt
build.xml
examples/AclCrawler.java [new file with mode: 0644]
examples/ListACL.java [new file with mode: 0644]
patches/LargeReadWrite.patch [new file with mode: 0644]
patches/README.txt [new file with mode: 0644]
patches/SecurityDescriptors.patch [new file with mode: 0644]
src/jcifs/UniAddress.java
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/http/NtlmSsp.java
src/jcifs/smb/ACE.java [new file with mode: 0644]
src/jcifs/smb/NtTransQuerySecurityDesc.jav [new file with mode: 0644]
src/jcifs/smb/NtTransQuerySecurityDescResponse.jav [new file with mode: 0644]
src/jcifs/smb/SID.java [new file with mode: 0644]
src/jcifs/smb/SmbComNtTransaction.jav [new file with mode: 0644]
src/jcifs/smb/SmbComNtTransactionResponse.jav [new file with mode: 0644]
src/jcifs/smb/SmbRandomAccessFile.java
src/jcifs/smb/SmbTransport.java
src/jcifs/util/transport/Transport.java