├── .gitignore ├── AclMgmt.Cpp ├── DComPerm.Cpp ├── DComPerm.h ├── DComPermEx.sln ├── DComPermEx.vcxproj ├── DComPermEx.vcxproj.filters ├── DComPerm_rc.h ├── DcomPerm.rc ├── LICENSE ├── ListAcl.Cpp ├── README.md ├── SDMgmt.Cpp ├── SrvcMgmt.Cpp ├── Targetver.h ├── UtilS.Cpp ├── Wrappers.Cpp └── readme.htm /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/.gitignore -------------------------------------------------------------------------------- /AclMgmt.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/AclMgmt.Cpp -------------------------------------------------------------------------------- /DComPerm.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPerm.Cpp -------------------------------------------------------------------------------- /DComPerm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPerm.h -------------------------------------------------------------------------------- /DComPermEx.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPermEx.sln -------------------------------------------------------------------------------- /DComPermEx.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPermEx.vcxproj -------------------------------------------------------------------------------- /DComPermEx.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPermEx.vcxproj.filters -------------------------------------------------------------------------------- /DComPerm_rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DComPerm_rc.h -------------------------------------------------------------------------------- /DcomPerm.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/DcomPerm.rc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/LICENSE -------------------------------------------------------------------------------- /ListAcl.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/ListAcl.Cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/README.md -------------------------------------------------------------------------------- /SDMgmt.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/SDMgmt.Cpp -------------------------------------------------------------------------------- /SrvcMgmt.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/SrvcMgmt.Cpp -------------------------------------------------------------------------------- /Targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/Targetver.h -------------------------------------------------------------------------------- /UtilS.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/UtilS.Cpp -------------------------------------------------------------------------------- /Wrappers.Cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/Wrappers.Cpp -------------------------------------------------------------------------------- /readme.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albertony/dcompermex/HEAD/readme.htm --------------------------------------------------------------------------------