jcifs-0.9.8 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:20:59 +0000 (16:20 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:20:59 +0000 (16:20 +0200)
commit052649c8f76dd65368f9e1d727a99193e97b8a48
tree31b42f41f88b2e9aea4e5de8c33abc1f6eb7df2c
parente9df7f5413c297f7455aa3187c2a46d96834334a
jcifs-0.9.8 from tgz

Thu Sep  2 18:45:35 EDT 2004
jcifs-0.9.8 released

If  the  special  "GUEST"  account is not disabled (almost always is) it is
possible  for  a  bogus  username  to  be  authenticated successfully. This
problem was only partially fixed previously. A clause was incorrectly added
that  was  intended  to  allow  the  username  "guest"  to be authenticated
successfully.  It  is  now  not possible for "guest" to be authenticated at
all.

A  log  message  has  been  added to the NtlmHttpFilter that will be logged
whenever  an  SmbAuthException is triggered and the jcifs.util.log.loglevel
is  greater  than 1. For example, to enable logging authentication failures
with the filter add the following to the filter section in your web.xml.

    <init-param>
        <param-name>jcifs.util.loglevel</param-name>
        <param-value>2</param-value>
    </init-param>

An  ArrayIndexOutOfBoundsException  that  could occur if NTLMv2 is used but
lmCompatibility was not set to 3 accordingly has been fixed.
README.txt
build.xml
examples/web.xml
src/jcifs/Config.java
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/smb/SmbComSessionSetupAndX.java
src/jcifs/smb/SmbSession.java
src/jcifs/util/Hexdump.java