Isaiah Becker-Mayer

Results 43 issues of Isaiah Becker-Mayer

- Implements the logic for handling `FileDispositionInformation` in `IRP_MJ_SET_INFORMATION` requests - Fixes a bug in the `FileDispositionInformation::decode` logic - Fixes a bug in decodeSharedDirectoryDeleteResponse This allows us to handle file...

rdp
desktop-access
backport/branch/v9
backport/branch/v10

I was attempting to use moa.party to connect my Twitter with a Pleroma account, and was being flashed "Your server isn't supported by moa." I hunted this down in the...

Converts the rest of `domain/login` to typescript

The conversion of `domain/session/leftpanel` was being blocked by typescript's inability to pick up on the methods of `BaseObservableMap` when they were defined like the following in order to avoid circular...

This PR is large, in part because it's a refactor of a stack of previous PR's (which have now been closed) which I decided aren't worth merging individually, because the...

rdp
desktop-access
backport/branch/v9
backport/branch/v10

Adds tests for all of the `IoctlCode`s we handle during smartcard initialization. The lingering raw `vec![...]`'s in the tests are due to `DeviceControlResponse`'s `output_buffer` being a `Vec`, when really it...

## Overview A shared directory is initialized by the TDP client generating a `DirectoryID` and sending a `SharedDirectoryAnnounce` followed by the TDP server sending back a `SharedDirectoryAcknowledge` ```go type SharedDirectoryAnnounce...