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

Adds support for SharedDirectoryCreateRequest and SharedDirectoryCreateResponse. #34011

Merged
merged 14 commits into from
Nov 14, 2023

Commits on Oct 27, 2023

  1. Messy commit but with the proof of concept for the basic architecture…

    …. Taking a step back from here to pull smartcard into its own struct
    Isaiah Becker-Mayer committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    94e7919 View commit details
    Browse the repository at this point in the history
  2. Refactoring to move all smartcard functionality into scard.rs

    Isaiah Becker-Mayer committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    31de31a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Adds the beginnings of filesystem.rs where directory sharing specific…

    … code is held
    Isaiah Becker-Mayer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4875fce View commit details
    Browse the repository at this point in the history
  2. update IronRDP

    Isaiah Becker-Mayer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6ccfc40 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Adds support for SharedDirectoryCreateRequest and `SharedDirectoryC…

    …reateResponse`.
    Isaiah Becker-Mayer committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    080e032 View commit details
    Browse the repository at this point in the history
  2. Makes the SharedDirectoryXResponseHandler structs which are generat…

    …ed by the `response_handler` macro
    Isaiah Becker-Mayer committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    60b7015 View commit details
    Browse the repository at this point in the history
  3. reordering functions

    Isaiah Becker-Mayer committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    91e1ace View commit details
    Browse the repository at this point in the history
  4. reverting from impl

    Isaiah Becker-Mayer committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    b3bbacf View commit details
    Browse the repository at this point in the history
  5. renaming

    Isaiah Becker-Mayer committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    bcb7125 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. update IronRDP to latest

    Isaiah Becker-Mayer committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3614774 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Refactored CGO request conversion in SharedDirectory structs to ensur…

    …e CString memory safety
    Isaiah Becker-Mayer committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a091305 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Refactored get_svc_processor and get_svc_processor_mut

    into functions
    Isaiah Becker-Mayer committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    bffa130 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. gets rid of the final macro

    Isaiah Becker-Mayer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1919c42 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'ironrdp' into SharedDirectoryCreate

    Isaiah Becker-Mayer committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f26a7e3 View commit details
    Browse the repository at this point in the history