Commit Graph

123 Commits

Author SHA1 Message Date
Michael Grafnetter c38b5ea655 Prepare for release 4.14 2024-04-13 20:16:14 +02:00
Michael Grafnetter 4efd132ff5 Improved DPAPI credential parsing 2024-04-13 19:24:10 +02:00
Michael Grafnetter 8f101653b1 Prepare for release 4.13 2023-12-20 18:45:11 +01:00
Michael Grafnetter 9bf3800631 Windows Server 2025 database and replication support 2023-10-06 12:46:33 +02:00
Michael Grafnetter e01c3425f0 Prepare for release 4.11 2023-09-30 21:42:36 +02:00
Michael Grafnetter 05f344ada4 Implemented managed password derivation 2023-09-30 18:45:35 +02:00
Michael Grafnetter 77e7717e96 KDS calculations 2023-09-28 03:40:15 +02:00
Michael Grafnetter 13385b8716 KDS KDF L0 2023-09-25 23:52:05 +02:00
Michael Grafnetter b387697c20 Implemented #163: Offline account unlock 2023-09-25 08:52:14 +02:00
Michael Grafnetter 07cdae9c1d Prepare for release 4.9 2023-02-25 08:34:26 +01:00
Michael Grafnetter 393e5af563 Prepare for release 4.8 2022-12-06 11:11:42 +01:00
Michael Grafnetter 333b6c0d52 Fixed crdential roaming file path generation 2022-12-05 21:19:48 +01:00
Michael Grafnetter b2ed71eb5c Updated dependencies 2022-12-05 21:19:19 +01:00
Michael Grafnetter e144a21738 Prepare for release 4.7 2021-10-30 21:48:54 +02:00
Michael Grafnetter 7ba59c12ee Resolved #132: Detect kerberoastable accounts using Test-PasswordQuality 2021-10-30 16:20:59 +02:00
Michael Grafnetter 63f9e84651 Prepare for Release 4.5 2021-10-08 18:33:15 +02:00
Jürgen Friedrich b33d915110 Updated TargetFrameworkVersion to v4.7.2 2021-07-16 16:34:55 +02:00
Michael Grafnetter 905738dada Attempt to fix msPKIDPAPIMasterKeys parsing 2021-04-14 15:45:56 +02:00
Michael Grafnetter cc76411c7e Finished implementing searchableDeviceKey modification in AAD. 2020-07-03 21:43:04 +02:00
Michael Grafnetter a1d292d5c0 Set-AzureADUserEx initial version 2020-07-01 21:57:09 +02:00
Jiri Cincura 14a77c893f Small code cleanup (with some opinionated C# style). 2020-05-11 00:03:16 +02:00
Michael Grafnetter 563e804578 Prepare for release 4.3. 2020-04-02 15:18:35 +02:00
Michael Grafnetter 9bda022f0c Added LastLogonTimestamp and LastLogonDate properties to DSAccount 2020-04-02 14:20:31 +02:00
Michael Grafnetter 6fe15cab42 Imroved AAD key credential auditing 2020-04-01 13:06:00 +02:00
Michael Grafnetter 8f3b551473 Implemented Get-AzureADUserEx cmdlet 2020-03-31 00:58:54 +02:00
Michael Grafnetter e4fb753894 Initial support for FIDO2 key manipulation through AAD Graph API. 2020-03-28 15:40:37 +01:00
Michael Grafnetter 3f443bdf05 New logo and package icons 2020-03-19 22:24:06 +01:00
Alex Seigler c27b62913e Try using lastLogonTimestamp in place of lastLogon in case lastLogon is null. Resolves #98. 2020-03-18 22:19:03 +01:00
Michael Grafnetter 81a4e0f22e Prepare for release 4.2 2020-03-18 00:31:44 +01:00
Alex Seigler 6310a8c39a Don't try to select textValues if it is null. Fixes Get-ADSIAccount. 2020-03-09 21:28:41 +01:00
Michael Grafnetter 4bd9807687 Resolved #100: Added multi-domain/forest support to Test-PasswordQuality 2020-03-09 20:56:48 +01:00
Michael Grafnetter 8d2651b33d Improved DN parsing 2020-03-04 23:13:21 +01:00
Michael Grafnetter 770a99ad0e Implemented domain name retrieval through MS-DRSR. 2020-02-25 21:14:03 +01:00
Michael Grafnetter 7035119738 Initial support for Export-Clixml 2020-02-16 13:19:13 +01:00
Michael Grafnetter 27ee1e72bd Updated package references 2019-12-25 20:05:31 +01:00
Michael Grafnetter fc47760b74 Improved NCRYPT_OPAQUETRANSPORT_BLOB parser 2019-12-25 17:28:14 +01:00
Michael Grafnetter 19dc3047d1 Prepare for release 4.1 2019-12-12 13:50:46 +01:00
Michael Grafnetter 13d0ced1d9 Resolved #99: CNG Software KSP private keys not exported properly 2019-12-09 22:40:59 +01:00
Michael Grafnetter d26829c859 Added ROCA auditing support
Improved FIDO support
Updated Documentation
2019-12-04 08:22:01 +01:00
Michael Grafnetter 4efd53ae6d Prepare for release 4.0 2019-11-10 22:17:10 +01:00
Michael Grafnetter 85b48b32df - Added the Add-ADReplNgcKey cmdlet
- Added the UserPrincipalName parameter to Get-ADReplAccount cmdlet
- Improved DRS_MSG_GETCHGREQ_V8 delete
- Fixed Set-ADDBBootKey cmdlet output type
- Fixed some formatting inconsistencies
2019-08-24 23:07:57 +02:00
Michael Grafnetter 5d1d3392fd Initial TPM 2.0 PCP_KEY_BLOB_WIN8 support 2019-08-12 12:20:17 +02:00
Michael Grafnetter d4fac5f47d Temporarily removed BouncyCastle dependency. 2019-08-05 20:45:25 +02:00
Michael Grafnetter 91802c695e - Added support for computer NGC keys
- Added a custom PowerShell View for FIDO keys
- Renamed some FIDO properties
- Using Array.Reverse instead of SwapByte
- Smoke tests now check type references in PowerShell Views
- Removed schema from format files for compatibility reasons
2019-08-04 13:21:18 +02:00
Michael Grafnetter f919b70d0a Updated dependencies 2019-07-12 18:26:23 +02:00
Alex Seigler dde9965177 Add parser for Key Credential Link with KEY_USAGE_FIDO (#90)
* Add parser for Key Credential Link with KEY_USAGE_FIDO
* Update .NET Framework requirements from 4.5.1 to 4.7 to support ECPoint, ECCurve, and related.
* Update package configuration
* Add more FIDO related tests
2019-07-12 16:24:06 +02:00
Michael Grafnetter c7176a46ac Fixed a bug in computer public key parsing 2019-07-09 18:39:41 +02:00
Michael Grafnetter f13231190c Improved KeyCredential formatting 2019-07-07 18:05:16 +02:00
Michael Grafnetter 28829a9f88 Added support for Key Credentials with DER public keys. 2019-07-07 00:23:08 +02:00
Michael Grafnetter f97f091405 Implemented NGC key export 2019-07-04 15:28:42 +02:00