jcifs-1.3.12 from tgz
authorFelix Schumacher <felix.schumacher@internetallee.de>
Sat, 15 Aug 2009 09:35:22 +0000 (11:35 +0200)
committerFelix Schumacher <felix.schumacher@internetallee.de>
Sat, 15 Aug 2009 09:35:22 +0000 (11:35 +0200)
commit80f1ad0a2378183ff0e8b569909e27123ddbeb03
tree98295dd50fdfeee544f1eccd53aa39cfdc0671c0
parenteceb834f93b446a1cda669aa4cab23af724adbeb
jcifs-1.3.12 from tgz

Fri Aug 14 13:45:57 EDT 2009
jcifs-1.3.12

If NtlmPasswordAuthentication.ANONYMOUS was used, CAP_EXTENDED_SECURITY
could be incorrectly turned off resulting in a NullPointerException in
SmbComSessionSetupAndX.java. If a DC does not return any domain referrals,
a NullPointerException could occur. Both of these NPEs have been fixed.

JCIFS could become confused when connecting to a server that also happened
to be a DFS root server. JCIFS will now create separate transports for
these two cases.
README.txt
build.xml
examples/runtests.sh
src/jcifs/smb/NtStatus.java
src/jcifs/smb/NtlmPasswordAuthentication.java.orig [deleted file]
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java