FreeRDP/libfreerdp-core
Marc-André Moreau d29e37c20f libfreerdp-core: started parsing NTLM authenticate message 2012-02-17 00:07:16 -05:00
..
CMakeLists.txt libfreerdp-core: move timezone code from info.c to timezone.c 2012-02-16 01:53:58 -05: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
ber.c According to specification bits from the first octet and bit 8 from the second octet (if there is more than one octet) shall not all be ones. 2012-02-02 22:46:23 +01:00
ber.h ber: Add const to ber_write_octet_string input parameter. 2011-11-30 17:36:27 -05:00
capabilities.c libfreerdp-cache: start NineGrid cache 2012-02-12 20:29:33 -05:00
capabilities.h libfreerdp-core: change source descriptor from MSTSC to FREERDP 2012-02-08 14:45:24 -05:00
certificate.c Write fingerprint to proper descriptor. 2012-02-12 18:09:03 +01:00
certificate.h libfreerdp-core: merging certificate.c with certstore.c 2012-02-02 18:20:17 -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 libfreerdp-server: added server-side CredSSP stubs 2012-02-13 22:27:59 -05:00
connection.h Add glue that enables server-side support for Standard RDP Security. 2012-01-25 17:16:44 +01:00
credssp.c libfreerdp-core: added server-side NTLMSSP negotiate and challenge messages 2012-02-16 23:11:59 -05:00
credssp.h libfreerdp-server: added server-side CredSSP stubs 2012-02-13 22:27:59 -05:00
crypto.c libfreerdp-core: fix issue #436 2012-02-15 16:33:51 -05:00
crypto.h libfreerdp-core: improve error checking in certificate validation 2012-02-07 22:16:57 -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 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
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 libfreerdp-core: don't call freerdp_context_free() from freerdp_free() 2012-02-10 15:50:29 -05:00
gcc.c When acting as server, accepth client's color depth only if it is smaller than ours. This is what Windows server does. 2012-02-11 14:33:48 +01:00
gcc.h libfreerdp-core: add connection type settings 2011-12-16 12:14:16 -05:00
graphics.c libfreerdp-core: fix multiple memory leaks detected by valgrind 2012-02-01 18:42:20 -05:00
info.c libfreerdp-core: move timezone code from info.c to timezone.c 2012-02-16 01:53:58 -05: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 libfreerdp-core: fix multiple memory leaks detected by valgrind 2012-02-01 18:42:20 -05:00
license.h MCS data header might be 7 or 8 bytes long, depending on the length. 2012-01-25 17:14:44 +01:00
listener.c wfreerdp: fix mingw64 cross-compilation (Felix Wolfheimer) 2012-01-29 11:11:13 -05:00
listener.h server: create initial server API. 2011-08-18 16:06:32 +08:00
mcs.c The ber_write_length() function can store variable number of bytes (one or 2012-01-17 14:17:04 +01:00
mcs.h MCS data header might be 7 or 8 bytes long, depending on the length. 2012-01-25 17:14:44 +01:00
mppc.c Revert "RDP6 compression" 2012-02-10 15:06:58 -05:00
mppc.h Revert "RDP6 compression" 2012-02-10 15:06:58 -05:00
nego.c libfreerdp-core: verify TLS certificate with both TLS and NLA 2012-02-12 12:46:53 -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: started parsing NTLM authenticate message 2012-02-17 00:07:16 -05:00
ntlmssp.h libfreerdp-core: added server-side NTLMSSP negotiate and challenge messages 2012-02-16 23:11:59 -05:00
orders.c xfreerdp: reintroduce Polygon drawing 2012-02-12 17:14:59 -05: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 Implement server-side support for slow-path Input Event PDU. 2012-02-07 13:53:00 +01: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 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
rdp.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
redirection.c core: fixed segfault caused by double free of password_cookie blob 2012-02-01 17:58:06 +01:00
redirection.h core: fixed segfault caused by double free of password_cookie blob 2012-02-01 17:58:06 +01:00
security.c We calculate checksum on plain text, so we must have already decrypt it, which means decrypt_use_count is off by one. Account for this. 2012-01-25 17:14:11 +01:00
security.h - Simplify security_mac_signature() API. 2012-01-19 05:10:06 +01:00
settings.c Rename secure_checksum settings field to salted_checksum (the same for --secure-checksum flag) to match ENC_SALTED_CHECKSUM flag's name. 2012-02-10 20:33:07 +01: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 problem where we check errno even for status == 0. This way when connection was properly terminated, but errno had EAGAIN value from before, we looped idenfiniately. 2012-02-03 14:44:45 +01:00
tcp.h wfreerdp: fix mingw64 cross-compilation (Felix Wolfheimer) 2012-01-29 11:11:13 -05:00
timezone.c libfreerdp-core: cleanup time zones 2012-02-16 21:38:32 -05:00
timezone.h libfreerdp-core: move timezone code from info.c to timezone.c 2012-02-16 01:53:58 -05:00
tls.c Remove tls->cert field, make tls_get_certificate() static and free certificate after use. 2012-02-12 19:08:16 +01:00
tls.h Remove tls->cert field, make tls_get_certificate() static and free certificate after use. 2012-02-12 19:08:16 +01: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-server: added server-side CredSSP stubs 2012-02-13 22:27:59 -05:00
transport.h wfreerdp: fix tcp non-blocking read 2011-09-25 14:54:07 -04:00
update.c 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
update.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
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