jcifs-0.9.2 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:17:41 +0000 (16:17 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:17:41 +0000 (16:17 +0200)
commit1626b57f17eb4f213774dbedfd17b4fd600c0fa4
tree9f2ecf2026ec2fa7b1904fe90fd52220a93956da
parenta0b76ce026c08466921f1dffdfc6c2b432b78fbf
jcifs-0.9.2 from tgz

Removed the HTTP redirect from the filter.

Tue Jun  1 23:23:08 EDT 2004
jcifs-0.9.1 released

If the "guest" account is enabled on a CIFS server it is possible for jCIFS
to  successfully  authenticate  even  with  an  invalid  username.  Windows
networks  virtually  always  disable  this account but apparently it is not
difficult to enable this condition when using Samba. NTLM HTTP Filter users
that  are  not  certain the "guest" account is disable should upgrade. This
release eliminates the possability of authenticating anyone without a valid
username.  Specifically,  a  small  clause  as  been  added  that throws an
SmbAuthException  if  the  server responds with the "is logged in as guest"
bit on.

Thu May 27 23:25:57 EDT 2004
jcifs-0.9.0 released

The  0.9 series is no longer beta. Aside from a very small code change this
release only includes documentation updates.
29 files changed:
CHANGES.txt
README.txt
build.xml
examples/ntlm.prp [deleted file]
examples/runtests.sh
examples/web.xml [new file with mode: 0644]
src/jcifs/Config.java
src/jcifs/UniAddress.java
src/jcifs/http/NetworkExplorer.java
src/jcifs/http/NtlmHttpFilter.java
src/jcifs/http/NtlmSsp.java
src/jcifs/netbios/Name.java
src/jcifs/netbios/NameServiceClient.java
src/jcifs/netbios/NbtAddress.java
src/jcifs/ntlmssp/NtlmMessage.java
src/jcifs/smb/AndXServerMessageBlock.java
src/jcifs/smb/NetServerEnum2.java
src/jcifs/smb/NetServerEnum2Response.java
src/jcifs/smb/NtStatus.java
src/jcifs/smb/NtlmPasswordAuthentication.java
src/jcifs/smb/ServerMessageBlock.java
src/jcifs/smb/SigningDigest.java
src/jcifs/smb/SmbComSessionSetupAndX.java
src/jcifs/smb/SmbComSessionSetupAndXResponse.java
src/jcifs/smb/SmbComTransaction.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/SmbTree.java