jcifs-1.2.5 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:34:10 +0000 (16:34 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:34:10 +0000 (16:34 +0200)
commite2d55eb69955c79cdb440a5be54feb4b59ad81dd
treeeb08c9d6c7fbaf3e5c185075edeb68c5de9490f5
parent6e8c1188239d33569be4822eb4abd79c2beff1e2
jcifs-1.2.5 from tgz

Fri Sep 30 23:28:51 EDT 2005
jcifs-1.2.5  released  /  Filter Exceptions, Stressing the Transport Layer,
  and DFS Deadlock Fixed

This release of the JCIFS client consists of the following changes.

o It  was discovered that a flaw in session expiration could cause sessions
  to expire prematurely. This has been repaired.
o If   the   jcifs.netbios.hostname   property  is  set,  the  client  will
  communicate  using  only  NetBIOS  over  port  139.  This is required for
  environments that implement a policy restricting users to logging in from
  certain computers.
o Under  stress  the  client  could  incorrectly attempt to use the invalid
  "NULL" transport. This has been fixed.
o Filter  users  could experience exceptions due to using the port 0 rather
  than the default CIFS port.
o The  client  should  now  handle partial reads and socket exceptions more
  gracefully.
o Under  stress, the DFS referral query could cause the client to deadlock.
  This has been fixed.
README.txt
build.xml
examples/CrawlTest.java [new file with mode: 0644]
examples/ListDC.java [deleted file]
src/jcifs/smb/SmbConstants.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/util/transport/Transport.java