jcifs-1.2.12 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:40:48 +0000 (16:40 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:40:48 +0000 (16:40 +0200)
commitd8e249219621fb399274abf6f62fdf1eaf783412
tree7eda3a9781e1f2457028cdf5ad1ee5520432fb24
parentff079f51b7ed5969a85814e477af91ced5aac8de
jcifs-1.2.12 from tgz

Thu Dec 21 12:20:14 EST 2006
jcifs-1.2.12b2 released / getSecurity Bugfix

The NtTransQuerySecurityDesc request could specify a data buffer that
could be too small for the response. As a result the response was not
decoded properly and an error would occur. The response will now be
decoded properly if the buffer is too small and the buffer size has been
increased from 4096 to 32768.

Thu Dec 14 21:01:46 EST 2006
jcifs-1.2.12b released / DFS Bugfix and SID Adjustments Again

The getSecurity() method did not work over DFS. A very small but
potentially significant change has been made to the DFS code. I do not
have a sophisticated DFS test environment so please pay special attention
to JCIFS with DFS and report any problems to the JCIFS mailing list.

The toString() method of the SID class has been changed back to the
old behavior of returning only the numeric SID representation. This
was done not only for backward compatibility with previous versions of
JCIFS but because conceptually the textual representation of a SID is
not it's resolved account name. A new toDisplayString method has been
added to return the resolved Windows ACL editor text (as toString() did
in the 1.2.11 release). The toSidString() method has been removed. The
getDomainName() and getAccountName() methods have not changed.
README.txt
build.xml
patches/README.txt
patches/urlfix.patch [new file with mode: 0644]
src/jcifs/smb/ACE.java
src/jcifs/smb/NtStatus.java
src/jcifs/smb/NtTransQuerySecurityDesc.java
src/jcifs/smb/NtTransQuerySecurityDescResponse.java
src/jcifs/smb/SID.java
src/jcifs/smb/SmbFile.java