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

WIP: Fake RDP server when NLA is enforced #426

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    fda7e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63794fb View commit details
    Browse the repository at this point in the history
  3. fake server: fix paths

    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    b94c988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e23afd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfce354 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    902c4f6 View commit details
    Browse the repository at this point in the history
  7. fake server: tidy imports

    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    faf3b99 View commit details
    Browse the repository at this point in the history
  8. fake server: change font

    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    93197fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10c4b90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf2fb9a View commit details
    Browse the repository at this point in the history
  11. fake server: improve logging

    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f6d9c91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9dd6447 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa19a3e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c698683 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdbac80 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a4f6bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4fd9bab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    93de680 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9db0e34 View commit details
    Browse the repository at this point in the history
  20. fake server: set default config value for fake server

    otherwise checks whether fake server was configured or not fail
    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    46e0131 View commit details
    Browse the repository at this point in the history
  21. replace common name of cert with target host

    This reduces the error message an mstsc client sees from two to one.
    
    before:
    - The server name on the certificate is incorrect
    - The certificate is not from a trusted certifying authority
    
    after:
    - The certificate is not from a trusted certifying authority
    spameier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9edd254 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    af39274 View commit details
    Browse the repository at this point in the history