.. |
gateway
|
libfreerdp-core: replace all OpenSSL built-in BIOs by new full duplex BIOs
|
2014-06-01 21:37:20 -04:00 |
activation.c
|
libfreerdp-core: MCS cleanup, better handling of domain parameters
|
2014-02-13 17:06:33 -05:00 |
activation.h
|
libwinpr-utils: combine old and new stream utils
|
2013-03-21 15:19:33 -04:00 |
autodetect.c
|
xfreerdp: fix build warnings
|
2014-02-10 22:23:59 -05:00 |
autodetect.h
|
Added heartbeat code
|
2014-01-23 22:23:47 -05:00 |
bulk.c
|
libfreerdp-codec: cleanup context state flushing
|
2014-05-26 12:43:30 -04:00 |
bulk.h
|
libfreerdp-core: add new protocol metrics module
|
2014-05-26 12:30:58 -04:00 |
capabilities.c
|
Fix to properly negotiate fast-path fragmentation.
|
2014-09-30 21:12:20 -04:00 |
capabilities.h
|
fix for PDU_TYPE_DEMAND_ACTIVE 0001, got 0007 error
|
2013-04-05 12:53:22 -06:00 |
certificate.c
|
Treat OOM in GCC certificates
|
2014-05-09 22:37:47 +02:00 |
certificate.h
|
Make certificate_read_server_certificate() return BOOL
|
2014-04-08 19:23:06 +03:00 |
channels.c
|
libfreerdp-core: add more server-side WTSAPI stubs
|
2014-02-16 21:19:25 -05:00 |
channels.h
|
libfreerdp-core: start moving internal MCS variables out of rdpSettings*
|
2014-02-15 16:32:38 -05:00 |
client.c
|
channels: cleanup unused freerdp channels global functions
|
2014-06-11 16:27:31 -04:00 |
client.h
|
libfreerdp-core: reduce amount of global table locking in client-side virtual channels
|
2014-02-15 14:57:10 -05:00 |
CMakeLists.txt
|
libfreerdp-core: replace all OpenSSL built-in BIOs by new full duplex BIOs
|
2014-06-01 21:37:20 -04:00 |
connection.c
|
Modified server code to honor the negotiated settings for 1) SEC_LICENSE_ENCRYPT_SC in the security exchange PDU (which controls the encryption of license PDUs from the server to the client) and 2) ENC_SALTED_CHECKSUM in the bitmap capability set.
|
2014-09-18 19:38:04 -04:00 |
connection.h
|
Fixes to process new command line options (autodetect, heartbeat, multitransport), join the MCS message channel and process auto-detect PDUs during the connection sequence.
|
2014-01-29 22:53:32 -05:00 |
errinfo.c
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-01-13 14:53:15 -05:00 |
errinfo.h
|
libfreerdp-core: add client hook for OnErrorInfo
|
2013-04-28 20:40:49 -04:00 |
fastpath.c
|
Fix to properly negotiate fast-path fragmentation.
|
2014-09-30 21:12:20 -04:00 |
fastpath.h
|
libfreerdp-core: hook new MPPC compressor successfully
|
2014-03-11 20:58:35 -04:00 |
freerdp.c
|
Updated plugins to use new svc_plugin and OnDataReceived API.
|
2014-06-11 14:42:32 +02:00 |
gcc.c
|
Fixed gcc_write_conference_create_request to send a constant byte of 0x2A instead of attempting to encode the length of the payload. Sending the length is causing older RDP clients to fail the connection when the payload length of the server data blocks exceeded 256 bytes(which is nearly always the case when RDP security is negotiated). Traces of Windows 2003, 2008R2, 2012, 7, and 8 show that Windows always sends a constant of 0x2A (OCTET STRING) followed by a constant of 0x14 (ConnectGCCPDU).
|
2014-09-23 22:04:02 -04:00 |
gcc.h
|
libfreerdp-core: make use of rdpMcs* instead of rdpSettings* in most GCC functions
|
2014-02-13 17:50:38 -05:00 |
graphics.c
|
cache and core: set pointer to NULL after free
|
2013-06-28 15:18:20 +02:00 |
heartbeat.c
|
Added heartbeat code
|
2014-01-23 22:23:47 -05:00 |
heartbeat.h
|
Added heartbeat code
|
2014-01-23 22:23:47 -05:00 |
info.c
|
Adds some check to treat OOM problems + RDP security fix
|
2014-03-25 23:13:08 +01:00 |
info.h
|
libfreerdp-core: add options for specifying compression level
|
2014-03-10 11:16:36 -04:00 |
input.c
|
core: FIPS for fastpath and RDP security fixes
|
2014-04-02 14:17:39 +02:00 |
input.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
license.c
|
Modified server code to honor the negotiated setting for SEC_LICENSE_ENCRYPT_SC in the security exchange PDU (which controls the encryption of license PDUs from the server to the client).
|
2014-09-18 19:43:28 -04:00 |
license.h
|
core: FIPS for fastpath and RDP security fixes
|
2014-04-02 14:17:39 +02:00 |
listener.c
|
wfreerdp: fix most build warnings
|
2014-02-10 22:12:13 -05:00 |
listener.h
|
libfreerdp-core: add event handle support to listener
|
2013-07-21 16:21:46 -04:00 |
mcs.c
|
Merge branch 'non_blocking_writes' of github.com:hardening/FreeRDP into non_blocking_writes
|
2014-05-22 14:01:44 -04:00 |
mcs.h
|
libfreerdp-core: start moving internal MCS variables out of rdpSettings*
|
2014-02-15 16:32:38 -05:00 |
message.c
|
wfreerdp: fix most build warnings
|
2014-02-10 22:12:13 -05:00 |
message.h
|
Added functions to free input and update queue messages.
|
2013-11-12 15:03:48 +01:00 |
metrics.c
|
libfreerdp-core: add new protocol metrics module
|
2014-05-26 12:30:58 -04:00 |
multitransport.c
|
Added heartbeat code
|
2014-01-23 22:23:47 -05:00 |
multitransport.h
|
Added heartbeat code
|
2014-01-23 22:23:47 -05:00 |
nego.c
|
Minor fix to server side RDP security negotiation.
|
2014-09-18 19:44:52 -04:00 |
nego.h
|
Misc fixes to check OOM
|
2014-04-10 21:10:19 +02:00 |
nla.c
|
libwinpr-sspi: fix server-side NLA
|
2014-06-10 14:38:17 -04:00 |
nla.h
|
libfreerdp-core: add spn-class option
|
2014-02-12 00:43:02 -05:00 |
orders.c
|
Check that bpp has reasonable value
|
2014-05-29 10:12:02 +02:00 |
orders.h
|
libfreerdp-core: added orders buffer size approximation functions
|
2013-06-09 17:56:57 -04:00 |
peer.c
|
Fixed typo in message
|
2014-08-13 10:14:56 -04:00 |
peer.h
|
freerdp: fix headers
|
2012-10-08 23:02:04 -04:00 |
rdp.c
|
libfreerdp-core: fix potential crash on session redirection failure
|
2014-04-28 16:44:52 -04:00 |
rdp.h
|
Fix to properly negotiate fast-path fragmentation.
|
2014-09-30 21:12:20 -04:00 |
redirection.c
|
libfreerdp-core: avoid reusing LoadBalanceInfo on reconnection
|
2014-04-30 17:47:37 -04:00 |
redirection.h
|
libfreerdp-core: modify parsing functions to return int instead of BOOL to propagate session redirection return code
|
2013-11-04 15:52:29 -05:00 |
security.c
|
core: FIPS for fastpath and RDP security fixes
|
2014-04-02 14:17:39 +02:00 |
security.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
server.c
|
Don't use NULL for pWrittenBytes when calling WTSVirtualChannelWrite()
|
2014-05-28 17:04:24 +02:00 |
server.h
|
libfreerdp-utils: purge deprecated list utils
|
2014-04-26 12:31:24 -04:00 |
settings.c
|
libfreerdp-core: add gateway-usage-method command line option, avoid resetting BIO flags we shouldn't reset
|
2014-05-30 12:31:26 -04:00 |
surface.c
|
Check that bpp has reasonable value
|
2014-05-29 10:12:02 +02:00 |
surface.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
tcp.c
|
libfreerdp-core: replace all OpenSSL built-in BIOs by new full duplex BIOs
|
2014-06-01 21:37:20 -04:00 |
tcp.h
|
libfreerdp-core: replace all OpenSSL built-in BIOs by new full duplex BIOs
|
2014-06-01 21:37:20 -04:00 |
timezone.c
|
freerdp: purge old stream utils
|
2013-05-08 16:27:21 -04:00 |
timezone.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
tpdu.c
|
libfreerdp-core: minor style cleanup
|
2013-11-08 13:57:41 -05:00 |
tpdu.h
|
libfreerdp-core: minor style cleanup
|
2013-11-08 13:57:41 -05:00 |
tpkt.c
|
freerdp: purge old stream utils
|
2013-05-08 16:27:21 -04:00 |
tpkt.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |
transport.c
|
transport: fix incorrect retval that caused unexpected redirect.
|
2014-06-04 15:57:27 +08:00 |
transport.h
|
libfreerdp-core: add connection timeout, fix gateway bypass local
|
2014-05-30 14:03:20 -04:00 |
update.c
|
Check for bpp > 0
|
2014-05-29 09:24:59 +02:00 |
update.h
|
Set checks to be strict and also check xorBpp field
|
2014-05-29 00:12:48 +02:00 |
window.c
|
Check that bpp has reasonable value
|
2014-05-29 10:12:02 +02:00 |
window.h
|
libfreerdp-utils: purge old STREAM utils
|
2013-03-21 16:45:25 -04:00 |