jcifs-1.1.2 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:24:30 +0000 (16:24 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:24:30 +0000 (16:24 +0200)
commit17ad8b5fc5e8a5f59c1427547846d66ee24bf9e0
tree14d02776c1c04d514a653deb9c74b6f4b62bcd97
parent1299975a92ff9f463c9946d45cf996ec5b681146
jcifs-1.1.2 from tgz

Sun Oct 31 00:58:04 EDT 2004
jcifs-1.1.1 released

The  jcifs.smb.client.logonShare  (and  thus  the JCIFSACL NTLM HTTP Filter
example)  did  not  work. It would not restrict users to those found in the
ACL it would permit all authenticated users. This has been fixed.

A  bug  was  discovered  and  fixed  in  the named pipe code. If a specific
sequence  of reads were performed the pipe could become corrupted. This fix
is necessary for multi-pdu DCE requests to work.

A small bug in the new NbtAddress.getAllByName method has been repaired. It
will now broadcast for a name if a WINS address was not provided.
19 files changed:
README.txt
build.xml
examples/ListDC.java
examples/Logon.java
examples/runtests.sh [changed mode: 0755->0644]
jcifsacl.prp [deleted file]
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/netbios/NameQueryResponse.java
src/jcifs/netbios/NameServiceClient.java
src/jcifs/netbios/NameServicePacket.java
src/jcifs/netbios/NbtAddress.java
src/jcifs/smb/DosFileFilter.java
src/jcifs/smb/NtlmChallenge.java
src/jcifs/smb/SmbComNTCreateAndX.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/TransactNamedPipeInputStream.java
src/jcifs/smb/TransactNamedPipeOutputStream.java
src/jcifs/util/Encdec.java