Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.3 #67

Merged
merged 36 commits into from
Sep 29, 2022
Merged

Release 1.4.3 #67

merged 36 commits into from
Sep 29, 2022

Conversation

mcollera
Copy link
Owner

No description provided.

mcollera and others added 30 commits December 1, 2017 08:46
* initial ActiveDirectoryAccessEntry resource

* updates to ActiveDirectoryAccessEntry resource

* ActiveDirectoryAccessEntry unit test; resource fixes

* updated readme; added example; mof fixes

* version rev

* AuditRule fixes
…add additional objects. Updated issue where Expected.Rules might only be a single object while trying to call a Where extension method. (#31)
* Updated ActiveDirectoryAccessEntry example with a valid ADRights value
Refactored Get-SchemaGuidId helper function to
Get-DelegationRightsGuid so it returns schemaGuids and rightsGuids

* typo corrections

* Update Get-SchemaObjectName to resolve SchemaGuids and RightsGuids

* Added $guidmap to Get-SchemaObjectName

* Added $rootDse to Get-SchemaObjectName
…Ls and gracefully handle the App Packages Principal, Issues #37 and #38 (#39)

* Added ConvertTo-SidIdentityReg... funct. to addr app packages transation

* Mod. Rule/Expected foreach to correct rule input for ConvertTo-SidId...

* modified RemoveAccessRule to RemoveAccessRuleSpecific to addr. issue #38

* added Set-RegistryRightsAclAllAppPackages function

* added test for Set-RegistryRightsAclAllAppPackages function.

* updated test to hanlde deny scenario

* updated formatting and defined output type for New-TempAclItem
* Added ConvertTo-SidIdentityReg... funct. to addr app packages transation

* Mod. Rule/Expected foreach to correct rule input for ConvertTo-SidId...

* modified RemoveAccessRule to RemoveAccessRuleSpecific to addr. issue #38

* added Set-RegistryRightsAclAllAppPackages function

* added test for Set-RegistryRightsAclAllAppPackages function.

* updated test to hanlde deny scenario

* updated formatting and defined output type for New-TempAclItem

* updated readme.md
* Added ConvertTo-SidIdentityReg... funct. to addr app packages transation

* Mod. Rule/Expected foreach to correct rule input for ConvertTo-SidId...

* modified RemoveAccessRule to RemoveAccessRuleSpecific to addr. issue #38

* added Set-RegistryRightsAclAllAppPackages function

* added test for Set-RegistryRightsAclAllAppPackages function.

* updated test to hanlde deny scenario

* updated formatting and defined output type for New-TempAclItem

* updated readme.md

* updated Test/Set to use Get/SetAccessControl Methods, vs. Get/Set-Acl

* updated readme.md with bug fix information
…Entry - False Positive Test Bug (#47)

* Added ConvertTo-SidIdentityReg... funct. to addr app packages transation

* Mod. Rule/Expected foreach to correct rule input for ConvertTo-SidId...

* modified RemoveAccessRule to RemoveAccessRuleSpecific to addr. issue #38

* added Set-RegistryRightsAclAllAppPackages function

* added test for Set-RegistryRightsAclAllAppPackages function.

* updated test to hanlde deny scenario

* updated formatting and defined output type for New-TempAclItem

* updated readme.md

* updated Test/Set to use Get/SetAccessControl Methods, vs. Get/Set-Acl

* updated readme.md with bug fix information

* pre-test run, new feature, w/force wipe acl

* updated NTFSAccessEntry.psm1 to clear existing currentacl

* refactoring changes.

* bug fix #46 and code refactoring with added Write-CustomVerbose function

* updated README.md with bug fix information

* updated fs rights logic to ensure test runs when permissions are less.
* Added ConvertTo-SidIdentityReg... funct. to addr app packages transation

* Mod. Rule/Expected foreach to correct rule input for ConvertTo-SidId...

* modified RemoveAccessRule to RemoveAccessRuleSpecific to addr. issue #38

* added Set-RegistryRightsAclAllAppPackages function

* added test for Set-RegistryRightsAclAllAppPackages function.

* updated test to hanlde deny scenario

* updated formatting and defined output type for New-TempAclItem

* updated readme.md

* updated Test/Set to use Get/SetAccessControl Methods, vs. Get/Set-Acl

* updated readme.md with bug fix information

* pre-test run, new feature, w/force wipe acl

* updated NTFSAccessEntry.psm1 to clear existing currentacl

* refactoring changes.

* bug fix #46 and code refactoring with added Write-CustomVerbose function

* updated README.md with bug fix information

* updated fs rights logic to ensure test runs when permissions are less.

* incremented the ModuleVersion in module manifest psd1.
…AuditRuleEntry (#50)

* refactor work

* daily commit for refactor work

* add support for objecttype and central localization text

* updated code to be in line with style guide lines.

* updated NTFSAccessEntry with import localization based on PSUICulture

* updated/refactor tests to handle objecttype parameter
FileSystemAuditRuleEntry
Moved base class to top of file to pass PSScriptAnalyzer rule
…ssion to a folder for the group "ALL APPLICATION PACKAGES" and "ALL RESTRICTED APPLICATION PACKAGES" (#59)

* workaround for Win32 API bug App Package

* added new line to the EoF

* updated appveyor.yml

* updated appveyor.yml

* updated appveyor.yml to use Pester 4.10.1

* update tests to satisfy code coverage
bcwilhite and others added 6 commits August 3, 2020 09:17
Update Module Manifest To Support Semantic Versioning
Fixed: PowerShell v7 Compatibility Issue with Get/Set AccessControl Method
* Merge Dev into Master Build 1.1.0.0 (#33)

* Active directory access entry (#28)

* initial ActiveDirectoryAccessEntry resource

* updates to ActiveDirectoryAccessEntry resource

* ActiveDirectoryAccessEntry unit test; resource fixes

* updated readme; added example; mof fixes

* version rev

* AuditRule fixes

* Updated issue with ACLRules not always being an array when trying to add additional objects. Updated issue where Expected.Rules might only be a single object while trying to call a Where extension method. (#31)

* Rights guid (#32)

* Updated ActiveDirectoryAccessEntry example with a valid ADRights value
Refactored Get-SchemaGuidId helper function to
Get-DelegationRightsGuid so it returns schemaGuids and rightsGuids

* typo corrections

* Update Get-SchemaObjectName to resolve SchemaGuids and RightsGuids

* Added $guidmap to Get-SchemaObjectName

* Added $rootDse to Get-SchemaObjectName

* Add inheritance options to NtfsAccessEntry (#34)

It's easier to get these values from the Readme, than going through code each time.

* Release 10/6/2021

* Support for capability SIDS

Co-authored-by: Brett Slaski <brettski@yahoo.com>
Co-authored-by: Jason Ryberg <jason@ryberg.dev>
Co-authored-by: Matthew Collera <Matthew.Collera@microsoft.com>
@mcollera mcollera merged commit 13568b7 into master Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants