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

fix: Better success messages for pyrdp-convert #369

Merged
merged 23 commits into from
Jan 6, 2022

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    761d611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b15df View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    d484d91 View commit details
    Browse the repository at this point in the history
  2. chore: remove dbus dependencies

    alxbl authored and obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e5588ce View commit details
    Browse the repository at this point in the history
  3. cleanup: remove notify-osd

    alxbl authored and obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    0efbdd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6c6f9 View commit details
    Browse the repository at this point in the history
  5. Updated CHANGELOG

    obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    5785bd8 View commit details
    Browse the repository at this point in the history
  6. Capture the NetNTLM hash if server enforces NLA (GoSecure#367)

    If we don't use the NLA redirection feature and the server doesn't support downgrade attacks then the best we can do is steal the hash. Some ASN.1 BER improvements were required as well.
    
    Fixes GoSecure#358
    
    Co-authored-by: Olivier Bilodeau <obilodeau@gosecure.net>
    lubiedo and obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    24f3477 View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG

    obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    477c572 View commit details
    Browse the repository at this point in the history
  8. Some type hint improvements

    obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6112252 View commit details
    Browse the repository at this point in the history
  9. Not longer assuming every connection will have VirtualChannels

    Improved the situation with GoSecure#294
    obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    719064a View commit details
    Browse the repository at this point in the history
  10. Updated CHANGELOG

    obilodeau committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    0e98272 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    45ffe9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4061666 View commit details
    Browse the repository at this point in the history
  3. fixup: adjusted filepath

    obilodeau committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    494316a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a64e2b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d9e000 View commit details
    Browse the repository at this point in the history
  6. pyrdp-convert: Added some exit code propagation on exceptions

    This will make tests results nasty
    obilodeau committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c91a9f5 View commit details
    Browse the repository at this point in the history
  7. a bit of a dirty way to get rid of the handler.cleanup crash

    The required refactoring would be a too large undertaking for the
    current release window
    obilodeau committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    837f046 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9ed8d3 View commit details
    Browse the repository at this point in the history
  9. fixup: test filename

    obilodeau committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    db604a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da223b8 View commit details
    Browse the repository at this point in the history
  11. Updated CHANGELOG

    obilodeau committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    9bacc20 View commit details
    Browse the repository at this point in the history