.. |
CMakeLists.txt
|
Fix default path of extensions so it is easier for packaging.
|
2012-07-03 15:51:00 +08:00 |
activation.c
|
After DEACTIVATE ALL PDU server can send MCS Disconnect Provider Ultimatum PDU to disconnect.
|
2012-02-06 23:10:45 +01:00 |
activation.h
|
libfreerdp-core: fix parsing bugs with synchronize, font map and session logon info PDUs
|
2012-01-08 16:02:59 -05:00 |
capabilities.c
|
libfreerdp-core/capability: server not yet support virtual channel compression.
|
2012-06-26 19:21:19 +08:00 |
capabilities.h
|
libfreerdp-core: change source descriptor from MSTSC to FREERDP
|
2012-02-08 14:45:24 -05:00 |
certificate.c
|
Memory leak fixes.
|
2012-05-16 11:33:57 +02:00 |
certificate.h
|
libfreerdp-crypto: taking crypto code out of libfreerdp-core
|
2012-02-17 00:58:30 -05:00 |
channel.c
|
libfreerdp-core: add channel data sending/receiving for server.
|
2011-12-10 16:41:29 +08:00 |
channel.h
|
libfreerdp-core: add channel data sending/receiving for server.
|
2011-12-10 16:41:29 +08:00 |
connection.c
|
moved final security connection step into nego_connect for consistency
|
2012-07-25 18:50:19 +02:00 |
connection.h
|
move transport.h include from header into c file
|
2012-07-25 10:38:47 +02:00 |
errinfo.c
|
wfreerdp: fix compilation
|
2012-05-21 16:01:24 -04:00 |
errinfo.h
|
libfreerdp-core: started implementation of server redirection
|
2011-09-02 21:34:51 -04:00 |
extension.c
|
Adding new comments to xfreerdp.c, going down to the functions it calls in the core lib.
|
2012-02-25 21:55:59 +01:00 |
extension.h
|
winpr: move wtypes.h and windows.h
|
2012-05-04 19:36:35 -04:00 |
fastpath.c
|
print fastpath debug information if WITH_DEBUG_RDP is set
|
2012-07-23 23:01:23 +02:00 |
fastpath.h
|
The fastpath header can be two or three bytes long. Check also the latter case.
|
2012-02-08 12:03:39 +01:00 |
freerdp.c
|
Init extensions in pre_connect stage.
|
2012-06-19 14:58:22 +08:00 |
gcc.c
|
wfreerdp-server: fix connection sequence
|
2012-06-10 21:41:17 -04:00 |
gcc.h
|
libfreerdp-crypto: taking crypto code out of libfreerdp-core
|
2012-02-17 00:58:30 -05:00 |
graphics.c
|
Completed (almost) System Pointer Update (MS-RDPBCGR 2.2.9.1.1.4.3)
|
2012-02-24 13:44:23 +01:00 |
http.c
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr
|
2012-05-20 17:04:28 -04:00 |
http.h
|
libfreerdp-core: separate RTS and RPC PDU receiving
|
2012-04-21 16:18:07 -04:00 |
info.c
|
Merge pull request #510 from jiten19/rdp6
|
2012-03-23 18:26:58 -07:00 |
info.h
|
INFO_COMPR flags according to CompressionTypeMask
|
2012-01-09 16:38:07 -11:00 |
input.c
|
libfreerdp-core: expanded input API
|
2012-02-13 17:51:42 -05:00 |
input.h
|
Merge pull request #404 from pjd/server_slow_path_input
|
2012-02-07 05:01:53 -08:00 |
license.c
|
Small fixes from static analysis:
|
2012-05-16 15:29:35 +02:00 |
license.h
|
libfreerdp-crypto: taking crypto code out of libfreerdp-core
|
2012-02-17 00:58:30 -05:00 |
listener.c
|
wfreerdp-server: fix server-side TLS on Windows
|
2012-06-12 23:09:30 -04:00 |
listener.h
|
server: create initial server API.
|
2011-08-18 16:06:32 +08:00 |
mcs.c
|
libwinpr-sspi: parse CredSSP plaintext credentials
|
2012-05-24 15:52:20 -04:00 |
mcs.h
|
libfreerdp-crypto: taking crypto code out of libfreerdp-core
|
2012-02-17 00:58:30 -05:00 |
nego.c
|
moved final security connection step into nego_connect for consistency
|
2012-07-25 18:50:19 +02:00 |
nego.h
|
moved final security connection step into nego_connect for consistency
|
2012-07-25 18:50:19 +02:00 |
orders.c
|
Changed some functions from inline to static inline
|
2012-04-04 15:23:16 +02:00 |
orders.h
|
Before asking for element from the PRIMARY_DRAWING_ORDER_FIELD_BYTES[] array, check if the array is big enough.
|
2012-02-11 14:33:54 +01:00 |
peer.c
|
libfreerdp-core/server: fix a corrupted memory access issue.
|
2012-06-28 14:53:43 +08:00 |
peer.h
|
server: use rdpContext for server-side components.
|
2011-10-18 15:10:12 +08:00 |
rdp.c
|
libfreerdp-core: fix memory leaks.
|
2012-06-28 15:26:19 +08:00 |
rdp.h
|
libfreerdp-core: implement frame acknowledge.
|
2012-05-11 15:34:51 +08:00 |
redirection.c
|
core: terminate redirect cookies correctly
|
2012-03-16 20:47:34 +01:00 |
redirection.h
|
core: fixed segfault caused by double free of password_cookie blob
|
2012-02-01 17:58:06 +01:00 |
rpc.c
|
libwinpr-sspi: fix compilation on Windows
|
2012-06-06 02:59:37 -04:00 |
rpc.h
|
libwinpr-crt: expand string functions
|
2012-05-21 22:04:14 -04:00 |
rts.c
|
Memory leak fixes.
|
2012-05-16 11:33:57 +02:00 |
rts.h
|
libfreerdp-core: separate RTS and RPC PDU receiving
|
2012-04-21 16:18:07 -04:00 |
security.c
|
core: reset crypto key counters when the keys are initialized
|
2012-03-24 01:57:09 +01:00 |
security.h
|
libfreerdp-crypto: taking crypto code out of libfreerdp-core
|
2012-02-17 00:58:30 -05:00 |
settings.c
|
added a setting and a command line flag to disable security layer negotiation
|
2012-07-25 12:35:52 +02:00 |
surface.c
|
Only sent frame acknowledge if the server supports it
|
2012-05-14 15:39:17 +02:00 |
surface.h
|
server: implement frame acknowledge PDU.
|
2012-05-11 16:35:11 +08:00 |
tcp.c
|
wfreerdp-server: fix server-side TLS on Windows
|
2012-06-12 23:09:30 -04:00 |
tcp.h
|
winpr: move wtypes.h and windows.h
|
2012-05-04 19:36:35 -04:00 |
timezone.c
|
libfreerdp-locale: move time zone detection code
|
2012-02-19 21:08:12 -05:00 |
timezone.h
|
libfreerdp-locale: move time zone detection code
|
2012-02-19 21:08:12 -05:00 |
tpdu.c
|
libfreerdp/peer: initial protocol negotiation.
|
2011-08-18 23:15:28 +08:00 |
tpdu.h
|
libfreerdp/peer: initial protocol negotiation.
|
2011-08-18 23:15:28 +08:00 |
tpkt.c
|
types: refactoring to make use of standard data types when available
|
2011-11-19 12:19:16 -05:00 |
tpkt.h
|
server: trivial refactor rdp module to work in both direction.
|
2011-08-20 16:43:29 +08:00 |
transport.c
|
libfreerdp-core: fix memory leaks.
|
2012-06-28 15:26:19 +08:00 |
transport.h
|
libwinpr-sspi: rename from libfreerdp-sspi
|
2012-05-04 19:48:53 -04:00 |
tsg.c
|
Memory leak fixes.
|
2012-05-16 11:33:57 +02:00 |
tsg.h
|
winpr: move wtypes.h and windows.h
|
2012-05-04 19:36:35 -04:00 |
update.c
|
libfreerdp-core: send suppress output and refresh rect only if server supports it.
|
2012-05-28 20:20:42 +08:00 |
update.h
|
server: support RefreshRect and SuppressOutput.
|
2012-05-26 21:34:09 +08:00 |
window.c
|
wfreerdp: fix compilation and warnings
|
2011-12-03 17:24:18 -05:00 |
window.h
|
libfreerdp-rail: processing window altsec orders
|
2011-08-16 00:22:00 -04:00 |