Skip to content

Releases: GreyCorbel/admpwd-e

Updated client tools to AdmPwd.E SDK 7.7.2

11 Jan 17:21
Compare
Choose a tag to compare

Updated client tools

14 Jul 14:48
Compare
Choose a tag to compare

This is update of client tools that covers changes coming with AdmPwd.E 7.7.0

Updated client tools

31 Dec 17:09
Compare
Choose a tag to compare

This is update to client tools to reflect changes to PDS wrapper interface in 7.6.0.0 release.

Updates in RDPClient:

  • Added support for local admin account
  • Added persistence of window size
  • Added explicit Reconnect option
  • Fixed bug with unnecessary reconnects when restoring from minimized state

Updated client tools

26 Dec 15:36
Compare
Choose a tag to compare

This release adds compatibility with AdmPwd.E v7.5.4.0
New tools:

  • RDPClient: Simple RDP client that automatically retrieves password to connect to RDP session from managed domain account in AD via AdmPwd.E integration library.
    Usage: just specify server to connect and username, and the tool does the rest to retrieve the password for the account and connect.

Updated tools:

  • RunAsAdmin: CSharp implementation added - lightweight with no external dependencies (only .NET Framework 4.5.); no need to install Visual C++ Runtime that was necessary for C++ implementation.
    Usage: just specify program to run, user account to be used as security context, and optionally the flag that prevents creation of local profile - and the tool just does the rest to retrieve the password for the account and start the program.

Updated client tools

10 Sep 08:41
Compare
Choose a tag to compare

This is update to client tools to reflect changes to PDS wrapper interface in 7.5.3.0 release.
Also, functionality of RunAsAdmin tool has been enhanced to allow logging on as domain user without knowing the password - tool retrieves password automatically thanks to Managed Domain Accounts feature.

Updated KeyStores

19 Mar 17:49
Compare
Choose a tag to compare

This is maintenance release of keystores implementation, to align them with upcoming main version of product.

Changes:

  • Namespaces unification: All keystore implementations now placed in namespace AdmPwd.PDS.KeyStore
  • IKeyStore now implements Initialize() method, that allows keystore authors distinguish between freeware and fully functional mode, and allow PDS to switch keystore implementaion to full functional mode after checking license.
  • AzureKeyVaultStore modified accordingly to implement Initialize() method

Versions of assemblies:

  • Keystore interface library AdmPwd.PDS.KeyStore.dll (v1.2.1.0)
  • Azure KeyVault keystore AzureKeyVaultStore.dll (v2.1.2.0)

Updated KeyStore

19 Feb 12:31
Compare
Choose a tag to compare

This release brings updated versions of Keystores, aligned with latest updates of main solution:

  • updated keystore interface library AdmPwd.PDS.KeyStore.dll (v1.1.0.0)
  • updated Azure KeyVault keystore AzureKeyVaultStore.dll (v2.1.0.0)

Updated Client tools, added RunAsAdmin tool

22 Jan 18:45
Compare
Choose a tag to compare

This release updates client tools to be on par with AdmPwd.E version 7.5.1.0
Release brings updated PDS integration library. The following client tools were recompiled to use this updatedlibrary:

  • ConsoleClient
  • WebUI

Also, new client has been added: RunAsAdmin. It demonstrates capability of fetching local admin password automatically by asking calling into PDS integration library, and using the credentials to start new process as local admin.
So user who wants to run executable as local admin does not even need to know the password - it is enough to have permission to read the password from AD delegated in AdmPwd.E PDS.

Support for RDP and retrieval of passwords for domain accounts will come very soon!

Updated Azure KeyVault KeyStore

16 Dec 19:06
Compare
Choose a tag to compare

Implementation of Azure KeyVault KeyStore update to match functionality of upcoming version of PDS.
Changes:

  • Simplified handling of keys
  • Tested with latest release of Microsoft ADAL
  • Tested with latest version of Azure KeyVault API

Assembly versions:

  • AdmPwd.PDS.KeyStore: 1.0.1.0
  • AzureKeyVaultStore: 2.0.0.0

Added Azure KeyVault based key store for PDS

01 Jan 13:05
Compare
Choose a tag to compare
v2.0

Merge branch 'master' of https://github.com/jformacek/laps-e