jcifs-1.2.0 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:32:10 +0000 (16:32 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:32:10 +0000 (16:32 +0200)
commit21c48fe7dde5c68b2c06cc0b159e0160f503d2d3
treef699c0e8d285e6236fb286ff5d51548858203287
parent29595817dda54b1dbc5719cae84024b6db4cd41a
jcifs-1.2.0 from tgz

Sun May 22 18:22:32 EDT 2005
jcifs-1.2.0 released

This release is jcifs-1.1.11trans2 with the following modifications.

Named  pipes  were broken when DCE transactions where added with 1.x. Call,
Transact,  CreateFile,  and  DCE  named  pipe  calls should now all work as
expected.  The  NetBIOS name resolution code will now use the last resource
record of a name query response if there are more than one. This appears to
be more correct in at least one instance (VMWare adapters on my workstation
at work are appearing first).

Also note the trans releases below.

Mon May  9 18:49:24 EDT 2005
jcifs-1.1.11trans2 released

Socket  exception  handling  was  non-existant and reads would actually not
read anything but 0's. These issues and other small issues have been fixed.

Wed May  4 22:31:28 EDT 2005
jcifs-1.1.11trans released

This  "transitional" release has all the 1.1.10 and 1.1.11 fixes as well as
more  work  on  the transport layer. The last trans release had a silly mid
rollover  bug.  I  have  also emiminated a deadlock condition. These issues
have  been  fixed.  Also  the  client  will  not  properly try port 445 and
fallback  to  139  as necessary. This *could* be stable enough that I might
try to promote this to 1.2.0.

Thu Apr  7 23:02:48 EDT 2005
jcifs-1.1.9trans released

This  is  a 'transitional' or 'transport rewrite' release. It's stock 1.1.9
but  the  transport layer has been refactored and reduced (actually totally
rewritten  -  SmbTransport.java is less than half the size of it's previous
version).  It  may  still  not be "correct" because I believe the high-load
concurrency  issue  may have to do with how sessions and trees are created.
That  is  another step that delves into how Principles will be handled so I
thought  I  would  release  this  as is because it seems pretty stable so I
thought  I  would  put it out there as a reference point. To give people an
insentive  to  actually  use it I have changed the port to 445, applied the
share reconnect fix from Darren and the getDiskFreeSpace patch from Thomas.
Also if you really need the dial to go to 11, preliminary testing indicates
this transport is a few percent faster.
52 files changed:
README.txt
build.xml
examples/SmbCrawler.java
examples/T2Crawler.java
src/jcifs/Config.java
src/jcifs/http/NetworkExplorer.java
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/netbios/.NbtSocket.java.swp [deleted file]
src/jcifs/netbios/.SessionServicePacket.java.swp [deleted file]
src/jcifs/netbios/Name.java
src/jcifs/netbios/NameServiceClient.java
src/jcifs/netbios/NbtAddress.java
src/jcifs/netbios/SessionRequestPacket.java
src/jcifs/netbios/SessionServicePacket.java
src/jcifs/smb/AndXServerMessageBlock.java
src/jcifs/smb/BufferCache.java
src/jcifs/smb/Handler.java
src/jcifs/smb/NtStatus.java
src/jcifs/smb/NtlmChallenge.java
src/jcifs/smb/ServerMessageBlock.java
src/jcifs/smb/SmbComLogoffAndX.java
src/jcifs/smb/SmbComNTCreateAndX.java
src/jcifs/smb/SmbComNTCreateAndXResponse.java
src/jcifs/smb/SmbComNegotiate.java
src/jcifs/smb/SmbComNegotiateResponse.java
src/jcifs/smb/SmbComOpenAndX.java
src/jcifs/smb/SmbComOpenAndXResponse.java
src/jcifs/smb/SmbComReadAndX.java
src/jcifs/smb/SmbComReadAndXResponse.java
src/jcifs/smb/SmbComSessionSetupAndX.java
src/jcifs/smb/SmbComSessionSetupAndXResponse.java
src/jcifs/smb/SmbComTransactionResponse.java
src/jcifs/smb/SmbComTreeConnectAndX.java
src/jcifs/smb/SmbComTreeConnectAndXResponse.java
src/jcifs/smb/SmbComWrite.java
src/jcifs/smb/SmbComWriteAndX.java
src/jcifs/smb/SmbComWriteAndXResponse.java
src/jcifs/smb/SmbComWriteResponse.java
src/jcifs/smb/SmbConstants.java [new file with mode: 0644]
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/Trans2QueryFSInformationResponse.java
src/jcifs/smb/TransactNamedPipeInputStream.java
src/jcifs/smb/TransactNamedPipeOutputStream.java
src/jcifs/util/transport/Request.java [new file with mode: 0644]
src/jcifs/util/transport/Response.java [new file with mode: 0644]
src/jcifs/util/transport/Transport.java [new file with mode: 0644]
src/jcifs/util/transport/TransportException.java [new file with mode: 0644]