Skip to content

Tags: NoMoreFood/Repacls

Tags

v2.1.0.1

Toggle v2.1.0.1's commit message
Added /DomainPathsWithSite - Corrections

- Addressed issue where no Active Directory site was assigned to a system.

v2.0.0.4

Toggle v2.0.0.4's commit message
Address Thread Synchronization Issue

v2.0.0.3

Toggle v2.0.0.3's commit message
Restored Early File Leaf Processing

v2.0.0.2

Toggle v2.0.0.2's commit message
Address Thread Synchronization Issue

v1.17.0.1

Toggle v1.17.0.1's commit message
Enhanced Streams Removal

- Handled case where stream lookup is successful but no stream information exists.
- Added numeric error printout for string removal.
- Adjusted version printout to dynamically lookup information.

v1.14.0.0

Toggle v1.14.0.0's commit message
Bumped Version To 1.14.0.0

- Bumped version to 1.14.0.0.

v1.12.0.0

Toggle v1.12.0.0's commit message
Added /GrantPerms and /DenyPerms

- Added /GrantPerms and /DenyPerms which use a similar syntax to ICACLS.  This will enumerate a directory structure and apply the specific permissions wherever they are broken.
- Various refactoring.
- Updated build for latest signing certificate.
- Corrected variety of typos in help.
- Updated & Signed Binaries For 1.12.0.0.

v1.11.0.1

Toggle v1.11.0.1's commit message
Fixed Detection In /CanonicalizeAcls Operation

- Removed a misplaced early break which caused the canonicalization routine to run for every DACL regardless as to whether it needed it.
- Updated and signed binaries for 1.11.0.1.

v1.10.0.2

Toggle v1.10.0.2's commit message
Updated & Signed Binaries For 1.10.0.2

v1.10.0.0

Toggle v1.10.0.0's commit message
Added /Log & Enhanced Logging For /CopyDomain

- Added /Log parameter that will record all INFO, WARNING, and ERROR messages to a designated file.
- Changed /CopyDomain to output warnings when no matching account is found in the target domain.
- Changed /CopyDomain to not alter inherited ACEs.
- Various refactoring to utilize modern compiler syntax.