FreeRDP/channels
Martin Fleisz b5e8b419b8 drive: Fix an issue when redirecting drives on Windows
CreateFile/GetFileInformationByHandle will fail if used with just a
drive letter i.e. C:/.

This PR fixes that case by using GetFileAttributesExW as a fallback in
case CreateFileW fails.
2022-11-03 15:02:27 +01:00
..
ainput dynamic channels: mutualize things for listeners and plugins 2022-07-07 12:21:23 +00:00
audin Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
client Test uri fix (#8232) 2022-09-26 11:22:02 +02:00
cliprdr Fixed compilation warnings 2022-07-04 14:59:21 +02:00
disp Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
drdynvc Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
drive drive: Fix an issue when redirecting drives on Windows 2022-11-03 15:02:27 +01:00
echo dynamic channels: mutualize things for listeners and plugins 2022-07-07 12:21:23 +00:00
encomsp * libfreerdp-channels: fix remdesk, encomsp channel event handling 2022-05-26 17:18:40 +02:00
geometry dynamic channels: mutualize things for listeners and plugins 2022-07-07 12:21:23 +00:00
gfxredir Logging and parser fixes (#7796) 2022-04-19 14:29:17 +02:00
parallel Additional checks (#8279) 2022-10-06 15:30:54 +02:00
printer Add switch to declare printer as default or not 2022-09-20 13:25:05 +02:00
rail Fixed -Wshadow warnings 2022-06-30 10:49:02 +02:00
rdp2tcp Removed BUILTIN_CHANNELS 2022-02-23 10:43:46 +01:00
rdpdr Improved error checks in server side rdpdr 2022-10-13 13:57:11 +02:00
rdpecam Fixed copyright headers and stream length 2022-06-30 13:42:19 +02:00
rdpei Fixed #8084: rdpei thread alive condition was FALSE 2022-09-13 09:16:55 +02:00
rdpgfx Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
rdpsnd Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
remdesk Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
serial Logging and parser fixes (#7796) 2022-04-19 14:29:17 +02:00
server Renamed server channel to rdpei 2022-06-30 12:28:22 +02:00
smartcard Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
sshagent Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
telemetry Fixed copyright headers and stream length 2022-06-30 13:42:19 +02:00
tsmf Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
urbdrc Fixed format strings to match arguments (#8254) 2022-09-29 14:55:27 +02:00
video Additional checks (#8279) 2022-10-06 15:30:54 +02:00
CMakeLists.txt Disable channel builds if -DWITH_CHANNEL=OFF 2022-10-13 14:38:06 +02:00