guacamole-spice-protocol/src/protocols/rdp
2019-12-25 01:34:57 -08:00
..
channels GUACAMOLE-249: FreeRDP 2.0.0 requires the Clipboard Capabilities PDU to be manually sent. 2019-12-25 01:34:57 -08:00
doc/svc-example GUACAMOLE-249: Add example for testing arbitrary SVC support. 2019-12-21 13:42:30 -08:00
keyboard GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
plugins GUACAMOLE-249: Callbacks for "drdynvc" plugin should return CHANNEL_RC_OK, including entry point. 2019-12-23 19:26:49 -08:00
tests GUACAMOLE-249: Rename and restructure RDP source files more sensibly. 2019-12-23 13:29:37 -08:00
.gitignore GUACAMOLE-249: Dynamically wrap channel entry points (FreeRDP will refuse to associate the same entry point with multiple channels). 2019-12-22 20:34:30 -08:00
bitmap.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
bitmap.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
client.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
client.h GUACAMOLE-118: Use poll() when waiting for data from RDP. Reformat for sake of readability/verification. 2016-11-11 13:45:01 -08:00
color.c GUACAMOLE-249: Rename and restructure RDP source files more sensibly. 2019-12-23 13:29:37 -08:00
color.h GUACAMOLE-249: Rename and restructure RDP source files more sensibly. 2019-12-23 13:29:37 -08:00
error.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
error.h GUACAMOLE-208: Handle RDP disconnect reason codes. 2017-02-15 21:23:46 -08:00
fs.c GUACAMOLE-249: Remove now-unnecessary status.h FreeRDP compatibility header. 2019-12-23 13:35:32 -08:00
fs.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
gdi.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
gdi.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
glyph.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
glyph.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
input.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
input.h GUACAMOLE-51: Abstract away RDP keyboard state tracking with dedicated guac_rdp_keyboard structure. 2016-08-13 18:14:04 -07:00
Makefile.am GUACAMOLE-249: Remove now-unnecessary status.h FreeRDP compatibility header. 2019-12-23 13:35:32 -08:00
pointer.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
pointer.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
print-job.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
print-job.h GUACAMOLE-249: Rename and restructure RDP source files more sensibly. 2019-12-23 13:29:37 -08:00
rdp.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
rdp.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
resolution.c GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
resolution.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
settings.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
settings.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
sftp.c GUACAMOLE-169: Move common-ssh headers to namespaced directory. 2017-02-27 14:28:23 -08:00
sftp.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
stream.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
stream.h GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
unicode.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
unicode.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
user.c GUACAMOLE-249: Reorganize includes to match code standard. 2019-12-23 13:32:36 -08:00
user.h GUACAMOLE-33: Implement leave handlers for RDP, SSH, and telnet. 2016-05-23 13:58:30 -07:00