.. |
activation.c
|
server: add desktop resize support.
|
2011-09-06 17:19:16 +08:00 |
activation.h
|
server: add desktop resize support.
|
2011-09-06 17:19:16 +08:00 |
ber.c
|
server: send MCS Connect Response PDU.
|
2011-08-19 23:56:47 +08:00 |
ber.h
|
server: send MCS Connect Response PDU.
|
2011-08-19 23:56:47 +08:00 |
bitmap_inc.c
|
windows: fix warnings
|
2011-08-16 21:08:14 -04:00 |
bitmap.c
|
cunit: cleanup, libfreerdp-core: fix warnings
|
2011-08-07 14:37:26 -04:00 |
bitmap.h
|
|
|
capabilities.c
|
server: some client capabilities should be ignored by server.
|
2011-09-06 18:23:09 +08:00 |
capabilities.h
|
Rename more functions.
|
2011-08-23 13:26:24 +08:00 |
certificate.c
|
debug: cleanup printf's all over the place
|
2011-09-02 13:29:17 -04:00 |
certificate.h
|
libfreerdp-utils: added snprintf wrapper for windows portability
|
2011-08-16 15:00:25 -04:00 |
CMakeLists.txt
|
Merge pull request #77 from LK2000/master
|
2011-09-02 07:18:15 -07:00 |
connection.c
|
server: add desktop resize support.
|
2011-09-06 17:19:16 +08:00 |
connection.h
|
server: add desktop resize support.
|
2011-09-06 17:19:16 +08:00 |
credssp.c
|
bug fix
|
2011-08-28 18:55:16 -11:00 |
credssp.h
|
windows: fix compilation on all platforms after refactoring
|
2011-08-15 17:19:59 -04:00 |
crypto.c
|
libfreerdp-core: cleanup of certificate store
|
2011-08-30 12:20:36 -04:00 |
crypto.h
|
libfreerdp-core: cleanup of certificate store
|
2011-08-30 12:20:36 -04:00 |
errinfo.c
|
libfreerdp-core: added complete errinfo lookup table with full meaning strings
|
2011-08-07 23:59:28 -04:00 |
errinfo.h
|
libfreerdp-core: started implementation of server redirection
|
2011-09-02 21:34:51 -04:00 |
fastpath.c
|
Merge remote-tracking branch 'upstream/master' into rail
|
2011-09-02 01:24:45 +03:00 |
fastpath.h
|
libfreerdp-core: got the server to send some dumped RemoteFX frames
|
2011-08-26 21:44:37 -04:00 |
freerdp.c
|
libfreerdp-core: added --play-rfx option to play RemoteFX data from a file
|
2011-08-28 15:51:49 -04:00 |
gcc.c
|
windows: fix compilation and linking of all libraries
|
2011-08-31 04:35:50 -04:00 |
gcc.h
|
libfreerdp-core: change client connection sequence using nonblocking.
|
2011-08-22 17:11:50 +08:00 |
info.c
|
debug: cleanup printf's all over the place
|
2011-09-02 13:29:17 -04:00 |
info.h
|
Rename functions.
|
2011-08-23 12:58:10 +08:00 |
input.c
|
server: process client input events.
|
2011-08-23 15:51:51 +08:00 |
input.h
|
server: process client input events.
|
2011-08-23 15:51:51 +08:00 |
license.c
|
libfreerdp-core: started implementation of server redirection
|
2011-09-02 21:34:51 -04:00 |
license.h
|
Rename more functions.
|
2011-08-23 13:26:24 +08:00 |
listener.c
|
windows: fix compilation and linking of all libraries
|
2011-08-31 04:35:50 -04:00 |
listener.h
|
server: create initial server API.
|
2011-08-18 16:06:32 +08:00 |
mcs.c
|
server: handle mstsc disconnection correctly.
|
2011-08-26 18:14:34 +08:00 |
mcs.h
|
server: handle mstsc disconnection correctly.
|
2011-08-26 18:14:34 +08:00 |
mppc.c
|
First checkin for Microsoft Point to Point compression (MPCC) protocol. This is still under development. So far we have written the decompression code for RDP 5 and unit tests to test the code
|
2011-09-01 21:20:08 -07:00 |
mppc.h
|
First checkin for Microsoft Point to Point compression (MPCC) protocol. This is still under development. So far we have written the decompression code for RDP 5 and unit tests to test the code
|
2011-09-01 21:20:08 -07:00 |
nego.c
|
libfreerdp-core: add support for token-based server redirection
|
2011-09-03 18:21:21 -04:00 |
nego.h
|
libfreerdp-core: add support for token-based server redirection
|
2011-09-03 18:21:21 -04:00 |
ntlmssp.c
|
windows: start fixing windows compilation
|
2011-08-15 17:05:48 -04:00 |
ntlmssp.h
|
windows: start fixing windows compilation
|
2011-08-15 17:05:48 -04:00 |
orders.c
|
libfreerdp-core: parsing of glyph fragments
|
2011-09-04 16:49:22 -04:00 |
orders.h
|
xfreerdp: started handling RemoteApp icons
|
2011-08-21 17:32:18 -04:00 |
peer.c
|
server: PostConnect should not be called again during reactivation.
|
2011-09-06 18:28:03 +08:00 |
peer.h
|
server: move nego process to connection module.
|
2011-08-19 09:54:43 +08:00 |
per.c
|
server: send MCS Connect Response PDU.
|
2011-08-19 23:56:47 +08:00 |
per.h
|
server: send MCS Connect Response PDU.
|
2011-08-19 23:56:47 +08:00 |
rdp.c
|
libfreerdp-core: test and fix server redirection (IP-based, not token-based yet)
|
2011-09-03 17:59:52 -04:00 |
rdp.h
|
libfreerdp-core: further improvements to server redirection code
|
2011-09-03 16:36:27 -04:00 |
redirection.c
|
libfreerdp-core: add support for token-based server redirection
|
2011-09-03 18:21:21 -04:00 |
redirection.h
|
libfreerdp-core: add support for token-based server redirection
|
2011-09-03 18:21:21 -04:00 |
security.c
|
|
|
security.h
|
|
|
settings.c
|
libfreerdp-core: process desktop resize sequence.
|
2011-09-06 16:22:08 +08:00 |
surface.c
|
libfreerdp-core: fix potential overflow in parsing of fragmented RemoteFX packets
|
2011-08-28 15:12:33 -04:00 |
surface.h
|
libfreerdp-core: fix potential overflow in parsing of fragmented RemoteFX packets
|
2011-08-28 15:12:33 -04:00 |
tcp.c
|
libfreerdp-core: further improvements to server redirection code
|
2011-09-03 16:36:27 -04:00 |
tcp.h
|
libfreerdp-core: further improvements to server redirection code
|
2011-09-03 16:36:27 -04:00 |
tls.c
|
libfreerdp-core: further improvements to server redirection code
|
2011-09-03 16:36:27 -04:00 |
tls.h
|
libfreerdp-core: further improvements to server redirection code
|
2011-09-03 16:36:27 -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
|
server: trivial refactor rdp module to work in both direction.
|
2011-08-20 16:43:29 +08: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: initial server redirection support
|
2011-09-03 17:02:26 -04:00 |
transport.h
|
libfreerdp-core/transport: prevent further read/write when socket is dropped.
|
2011-08-25 13:30:17 +08:00 |
update.c
|
server: add desktop resize support.
|
2011-09-06 17:19:16 +08:00 |
update.h
|
libfreerdp-core: add support for play sound (system beep) updates
|
2011-08-24 02:54:46 -04:00 |
vchan.c
|
Use named struct rdpChan.
|
2011-08-20 10:02:24 +08:00 |
vchan.h
|
libfreerdp-core/vchan: implement vchan_send.
|
2011-08-03 13:58:19 +08:00 |
window.c
|
libfreerdp-rail: fix bug in printing out visibility rects
|
2011-08-22 14:51:10 -04:00 |
window.h
|
libfreerdp-rail: processing window altsec orders
|
2011-08-16 00:22:00 -04:00 |