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

windows/certificates: Improve table completeness for Personal certificates for system accounts #5696

Commits on Aug 7, 2019

  1. windows/certificates: Do not filter out system accounts

    When proactively searching disk for personal certificates, there is no
    need to filter system accounts (SYSTEM, Local Service, etc) anymore
    because `findUserPersonalCertsOnDisk` is now capable of handling those
    accounts by dynamically finding a user's home dir (as rather than
    constructing a hard coded path).
    
    This now makes the table even more complete; any certificates found in
    the system accounts directories will always be found. Previously they
    could be found but only if there was a store location other than the
    `Users` store location that had a system store string that looked like
    `S-1-5-18\My` or `.DEFAULT\My`.
    offlinemark committed Aug 7, 2019
    Copy the full SHA
    cab19f4 View commit details
    Browse the repository at this point in the history