FreeRDP/libfreerdp-core
Vic Lee 0975b4555c libfreerdp-core: move os type settings to the client.
Moving the osMajorType and osMinorType settings to the client so that the
client can set a real os type constant. This will give a more useful hint
to the server.
2011-12-24 15:48:33 +08:00
..
CMakeLists.txt libfreerdp-core: started porting extension plugin interface 2011-11-09 15:33:58 -05:00
activation.c libfreerdp-core: fix race condition in connection finalization 2011-12-18 15:15:48 -05:00
activation.h server: add desktop resize support. 2011-09-06 17:19:16 +08:00
ber.c ber: Add const to ber_write_octet_string input parameter. 2011-11-30 17:36:27 -05:00
ber.h ber: Add const to ber_write_octet_string input parameter. 2011-11-30 17:36:27 -05:00
capabilities.c libfreerdp-core: move os type settings to the client. 2011-12-24 15:48:33 +08:00
capabilities.h libfreerdp-core: move os type settings to the client. 2011-12-24 15:48:33 +08:00
certificate.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
certificate.h work on Proprietary Certificate 2011-09-05 11:02:52 -07: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 libfreerdp-core: fix server redirection when using rdp security 2011-12-21 14:59:31 -05:00
connection.h libfreerdp-core: fix race condition in connection finalization 2011-12-18 15:15:48 -05:00
credssp.c libfreerdp-core: apply NTLMv2 authentication patch by Dmitrij Jasnov 2011-12-11 16:53:24 -05:00
credssp.h libfreerdp-utils: avoid relying on HOME environment variable, provide method for hard-coding home path 2011-09-26 22:58:49 -04:00
crypto.c libfreerdp-core: provide more descriptive warning message for certificate check failure 2011-12-10 11:23:48 -05:00
crypto.h crypto: Add const modifiers to input parameters. 2011-11-30 17:29:40 -05:00
errinfo.c errinfo.c: Cleanup global variables and strings. 2011-11-29 20:34:25 -05:00
errinfo.h libfreerdp-core: started implementation of server redirection 2011-09-02 21:34:51 -04:00
extension.c libfreerdp-utils/core: use "dylib" as plugin extension on OSX 2011-12-14 02:28:12 +01:00
extension.h wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
fastpath.c server: add frame marker update. 2011-12-16 07:26:32 +08:00
fastpath.h fastpath: refactor fastpath updates and merge fragmented codes. 2011-12-03 14:55:17 +08:00
freerdp.c libfreerdp-core: fix input callback registration for slow-path input 2011-12-20 14:51:44 -05:00
gcc.c libfreerdp-core: fix sending of extended data blocks when supported only 2011-12-18 12:10:56 -05:00
gcc.h libfreerdp-core: add connection type settings 2011-12-16 12:14:16 -05:00
graphics.c libfreerdp-cache: moving glyph to a graphical object 2011-11-09 00:43:56 -05:00
info.c libfreerdp-core: More strings cleanup. 2011-11-29 21:08:07 -05:00
info.h Rename functions. 2011-08-23 12:58:10 +08:00
input.c libfreerdp-core: refactoring of context pointers into rdpContext 2011-10-16 00:50:10 -04:00
input.h server: process client input events. 2011-08-23 15:51:51 +08:00
license.c libfreerdp-core: More strings cleanup. 2011-11-29 21:08:07 -05:00
license.h Rename more functions. 2011-08-23 13:26:24 +08:00
listener.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
listener.h server: create initial server API. 2011-08-18 16:06:32 +08:00
mcs.c libfreerdp-core: Finish cleanup of constant string arrays. 2011-11-30 17:40:36 -05:00
mcs.h server: handle mstsc disconnection correctly. 2011-08-26 18:14:34 +08:00
mppc.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
mppc.h wfreerdp: fix compilation on windows 2011-09-23 14:25:38 -04:00
nego.c libfreerdp-core: fix sending of extended data blocks when supported only 2011-12-18 12:10:56 -05:00
nego.h libfreerdp-core: fix sending of extended data blocks when supported only 2011-12-18 12:10:56 -05:00
ntlmssp.c libfreerdp-core: apply NTLMv2 authentication patch by Dmitrij Jasnov 2011-12-11 16:53:24 -05:00
ntlmssp.h libfreerdp-core: apply NTLMv2 authentication patch by Dmitrij Jasnov 2011-12-11 16:53:24 -05:00
orders.c wfreerdp: fix compilation and warnings 2011-12-03 17:24:18 -05:00
orders.h libfreerdp-core: refactoring of callback prefix 2011-10-20 23:15:18 -04:00
peer.c server: fix pdu processing during reactivation. 2011-12-19 01:15:27 +08:00
peer.h server: use rdpContext for server-side components. 2011-10-18 15:10:12 +08:00
per.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
per.h server: send MCS Connect Response PDU. 2011-08-19 23:56:47 +08:00
rdp.c libfreerdp-core: fix server redirection when using rdp security 2011-12-21 14:59:31 -05:00
rdp.h libfreerdp-core: fix race condition in connection finalization 2011-12-18 15:15:48 -05:00
redirection.c fix a double free in redirection.c/settings.c and a memory leak in connection.c 2011-11-24 16:45:34 +01:00
redirection.h libfreerdp-core: add support for token-based server redirection 2011-09-03 18:21:21 -04:00
security.c security: Add const to table declarations. 2011-11-30 17:33:13 -05:00
security.h move non settings security items out of settings 2011-09-23 23:09:29 -07:00
settings.c Fix SEGV for X servers without XKB extension. 2011-12-21 16:58:56 -06:00
surface.c update: modify surface frame marker callback 2011-11-25 11:30:15 -05:00
surface.h libfreerdp-core: fix potential overflow in parsing of fragmented RemoteFX packets 2011-08-28 15:12:33 -04:00
tcp.c Fix compile error on Solaris 2011-12-16 15:10:07 -06:00
tcp.h libfreerdp-core: set SO_KEEPALIVE socket option 2011-12-11 19:51:58 -05:00
tls.c libfreerdp-core: provide more descriptive warning message for certificate check failure 2011-12-10 11:23:48 -05:00
tls.h libfreerdp-utils: avoid relying on HOME environment variable, provide method for hard-coding home path 2011-09-26 22:58:49 -04: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 types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
transport.h wfreerdp: fix tcp non-blocking read 2011-09-25 14:54:07 -04:00
update.c libfreerdp-core: handle omission of bitmap compression header 2011-12-19 20:31:37 -05:00
update.h libfreerdp-core: add hooks in fast-path PDUs for pointer updates 2011-09-19 14:50:40 -04: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