jcifs-1.2.11 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:39:55 +0000 (16:39 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:39:55 +0000 (16:39 +0200)
commitff079f51b7ed5969a85814e477af91ced5aac8de
treeff368fda469bd1a24651ae0a617dbac116d368a9
parent78c613513c0bc0314df8236dff8981ec3f3924bf
jcifs-1.2.11 from tgz

Wed Nov 29 11:34:01 EST 2006
jcifs-1.2.11b released / SID Resolution

This release significantly expands the SID and ACE classes by using the
new MSRPC infrastructure to resolve SIDs to their associated account
names. A new SmbFile.getSecurity() method has been added which if called
with a boolean value of true will resolve the SIDs returned within the
ACE[] array such that SID.toString()/getDomainName()/getAccountName()
will return text about the account associated with that SID suitable for
display to users (e.g. MYDOM\alice, SYSTEM, etc). Documentation for all
associated methods and classes has been added.
32 files changed:
README.txt
build.xml
examples/GetSecurity.java [new file with mode: 0644]
examples/GrowWrite.java
examples/ListACL.java
examples/Makefile
examples/SidCacheTest.java [new file with mode: 0644]
examples/SidCrawler.java [new file with mode: 0644]
examples/SidFragment.java [new file with mode: 0644]
examples/SidLookup.java [new file with mode: 0644]
examples/run1.sh
examples/runtests.sh
examples/web.xml
patches/DnsSrv.patch [new file with mode: 0644]
patches/jcifs1.2.8_aclresolve.patch [deleted file]
src/jcifs/dcerpc/DcerpcBinding.java
src/jcifs/dcerpc/DcerpcHandle.java
src/jcifs/dcerpc/DcerpcMessage.java
src/jcifs/dcerpc/DcerpcPipeHandle.java
src/jcifs/dcerpc/UnicodeString.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/LsaPolicyHandle.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/LsarSidArrayX.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/MsrpcLookupSids.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/MsrpcLsarOpenPolicy2.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/lsarpc.idl [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/lsarpc.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/srvsvc.idl
src/jcifs/smb/ACE.java
src/jcifs/smb/BufferCache.java
src/jcifs/smb/NtStatus.java
src/jcifs/smb/SID.java
src/jcifs/smb/SmbFile.java