jcifs-1.3.1 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Mon, 1 Dec 2008 07:47:51 +0000 (08:47 +0100)
committerFelix Schumacher <p0354740@isib001.(none)>
Mon, 1 Dec 2008 07:47:51 +0000 (08:47 +0100)
commit047cb01e4766b97f8e89ae2a8c5f16fb3a71d8ca
treede7d27424eaa27e61351052bba4e942dc2df6f53
parent6e8dd5651065fd234233d88dad0b0361d455e3fa
jcifs-1.3.1 from tgz

Sat Nov 30 00:32:09 EST 2008
jcifs-1.3.1

The NtlmPasswordAuthentication constructor has been modified to
canonicalize the username from DOMAIN\username or username@domain to
username and set the domain separately.

The getNTLMv2Response method has been adjusted to permit the targetInfo
to be null.

Minor changes to DFS have been applied that claim to prevent errors in
certain DFS scenarios.

The NTLM HTTP Filter was broken in 1.3.0. Turning off useExtendedSecurity
reportedly fixes the issue.

Note: The semantics of the fourth parameter of getNTLMv2Response has
changed.
15 files changed:
README.txt
build.xml
examples/AuthListFiles.java
src/jcifs/dcerpc/DcerpcBinding.java
src/jcifs/dcerpc/DcerpcPipeHandle.java
src/jcifs/dcerpc/msrpc/samr.idl
src/jcifs/dcerpc/msrpc/samr.java
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/ntlmssp/Type2Message.java
src/jcifs/ntlmssp/Type3Message.java
src/jcifs/smb/Dfs.java
src/jcifs/smb/NtlmPasswordAuthentication.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbFileOutputStream.java
src/jcifs/smb/SmbTransport.java