platform/upstream/freerdp.git
13 years agoMerge pull request #3 from llyzs/transport
Marc-André Moreau [Mon, 4 Jul 2011 01:25:28 +0000 (18:25 -0700)]
Merge pull request #3 from llyzs/transport

Two fixes for transport module.

13 years agolibfreerdp-core/transport: check receiving data during send blocking.
Vic Lee [Mon, 4 Jul 2011 01:24:23 +0000 (09:24 +0800)]
libfreerdp-core/transport: check receiving data during send blocking.

When sending is blocking, it's necessary to check if there's any data available for receiving to avoid infinite lock.

13 years agolibfreerdp-core/transport: enable receiving more PDU in receiving buffer.
Vic Lee [Mon, 4 Jul 2011 01:07:34 +0000 (09:07 +0800)]
libfreerdp-core/transport: enable receiving more PDU in receiving buffer.

13 years agolibfreerdp-core: establish TLS connection
Marc-André Moreau [Sun, 3 Jul 2011 23:27:02 +0000 (19:27 -0400)]
libfreerdp-core: establish TLS connection

13 years agolibfreerdp-core: TLS support
Marc-André Moreau [Sun, 3 Jul 2011 21:29:09 +0000 (17:29 -0400)]
libfreerdp-core: TLS support

13 years agolibfreerdp-core: moving TCP out of transport module
Marc-André Moreau [Sun, 3 Jul 2011 19:34:15 +0000 (15:34 -0400)]
libfreerdp-core: moving TCP out of transport module

13 years agolibfreerdp-core: improved protocol security negotiation
Marc-André Moreau [Sun, 3 Jul 2011 17:49:06 +0000 (13:49 -0400)]
libfreerdp-core: improved protocol security negotiation

13 years agolibfreerdp-core: protocol security negotiation partially working
Marc-André Moreau [Sun, 3 Jul 2011 16:42:35 +0000 (12:42 -0400)]
libfreerdp-core: protocol security negotiation partially working

13 years agoMerge pull request #1 from llyzs/network
Marc-André Moreau [Sun, 3 Jul 2011 12:01:57 +0000 (05:01 -0700)]
Merge pull request #1 from llyzs/network

Initial transport layer implementation

13 years agocunit/transport: and send/receive unit tests.
Vic Lee [Sun, 3 Jul 2011 10:35:25 +0000 (18:35 +0800)]
cunit/transport: and send/receive unit tests.

13 years agolibfreerdp-core: implement tcp receiving.
Vic Lee [Sun, 3 Jul 2011 10:30:43 +0000 (18:30 +0800)]
libfreerdp-core: implement tcp receiving.

13 years agolibfreerdp-core: TPKT length is big-endian.
Vic Lee [Sun, 3 Jul 2011 10:01:37 +0000 (18:01 +0800)]
libfreerdp-core: TPKT length is big-endian.

13 years agolibfreerdp-core/stream: add stream_write_buffer.
Vic Lee [Sun, 3 Jul 2011 09:07:32 +0000 (17:07 +0800)]
libfreerdp-core/stream: add stream_write_buffer.

13 years agolibfreerdp-core/transport: implement sending.
Vic Lee [Sun, 3 Jul 2011 08:37:36 +0000 (16:37 +0800)]
libfreerdp-core/transport: implement sending.

13 years agocunit: add transport unit test.
Vic Lee [Sun, 3 Jul 2011 07:54:32 +0000 (15:54 +0800)]
cunit: add transport unit test.

13 years agolibfreerdp-core/transport: add connect and disconnect code.
Vic Lee [Sun, 3 Jul 2011 07:53:55 +0000 (15:53 +0800)]
libfreerdp-core/transport: add connect and disconnect code.

13 years agolibfreerdp-core: rename 'network' module to 'transport'
Vic Lee [Sun, 3 Jul 2011 02:59:07 +0000 (10:59 +0800)]
libfreerdp-core: rename 'network' module to 'transport'

13 years agolibfreerdp-core: add network module prototype.
Vic Lee [Sun, 3 Jul 2011 01:50:11 +0000 (09:50 +0800)]
libfreerdp-core: add network module prototype.

13 years agoMerge branch 'master' of github.com:FreeRDP/FreeRDP-1.0
Marc-André Moreau [Sat, 2 Jul 2011 21:10:22 +0000 (17:10 -0400)]
Merge branch 'master' of github.com:FreeRDP/FreeRDP-1.0

13 years agolibfreerdp-core: started TPDU encoding/decoding
Marc-André Moreau [Sat, 2 Jul 2011 21:10:10 +0000 (17:10 -0400)]
libfreerdp-core: started TPDU encoding/decoding

13 years agocmake: add auto versioning based on GIT
Otavio Salvador [Sat, 2 Jul 2011 19:44:40 +0000 (16:44 -0300)]
cmake: add auto versioning based on GIT

A new AutoVersioning module has been written in a portable way to
allow dynamic versioning on Windows and Unix based systems.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agocmake: add cunit look up
Otavio Salvador [Sat, 2 Jul 2011 18:23:59 +0000 (15:23 -0300)]
cmake: add cunit look up

A new CMake utility (FindCUnit.cmake) has been written to easy finding
of CUnit headers and libraries in a portable way.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years ago.gitignore: ignore cmake_install.cmake only
Otavio Salvador [Sat, 2 Jul 2011 18:20:42 +0000 (15:20 -0300)]
.gitignore: ignore cmake_install.cmake only

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolibfreerdp-core: TPKT encoding/decoding
Marc-André Moreau [Sat, 2 Jul 2011 18:40:03 +0000 (14:40 -0400)]
libfreerdp-core: TPKT encoding/decoding

13 years agocmake: updated copyright notices
Marc-André Moreau [Sat, 2 Jul 2011 17:58:55 +0000 (13:58 -0400)]
cmake: updated copyright notices

13 years agolibfreerdp-utils: fix and clean stream utils
Marc-André Moreau [Sat, 2 Jul 2011 17:58:23 +0000 (13:58 -0400)]
libfreerdp-utils: fix and clean stream utils

13 years agolibfreerdp-utils: cleanup of stream utils
Marc-André Moreau [Sat, 2 Jul 2011 17:37:03 +0000 (13:37 -0400)]
libfreerdp-utils: cleanup of stream utils

13 years agocunit: add network stream unit tests.
Vic Lee [Sat, 2 Jul 2011 15:39:35 +0000 (23:39 +0800)]
cunit: add network stream unit tests.

13 years agolibfreerdp-utils: implement stream module.
Vic Lee [Sat, 2 Jul 2011 15:38:50 +0000 (23:38 +0800)]
libfreerdp-utils: implement stream module.

13 years agolibfreerdp-utils: add new stream interface.
Vic Lee [Fri, 1 Jul 2011 08:06:53 +0000 (16:06 +0800)]
libfreerdp-utils: add new stream interface.

13 years agolibfreerdp-core: added cmake script
Marc-André Moreau [Fri, 1 Jul 2011 02:20:39 +0000 (22:20 -0400)]
libfreerdp-core: added cmake script

13 years agocunit: fix compilation of unit tests
Marc-André Moreau [Fri, 1 Jul 2011 02:12:54 +0000 (22:12 -0400)]
cunit: fix compilation of unit tests

13 years agolibfreerdp-gdi: fix compilation
Marc-André Moreau [Fri, 1 Jul 2011 01:23:36 +0000 (21:23 -0400)]
libfreerdp-gdi: fix compilation

13 years agocmake: initial commit
Marc-André Moreau [Fri, 1 Jul 2011 00:31:07 +0000 (20:31 -0400)]
cmake: initial commit

13 years agolibfreerdp-utils: added include headers
Marc-André Moreau [Thu, 30 Jun 2011 23:25:11 +0000 (19:25 -0400)]
libfreerdp-utils: added include headers

13 years agolibfreerdp-core: added NTLMSSP
Marc-André Moreau [Thu, 30 Jun 2011 22:52:41 +0000 (18:52 -0400)]
libfreerdp-core: added NTLMSSP

13 years agolibfreerdp-core: added CredSSP
Marc-André Moreau [Thu, 30 Jun 2011 22:51:46 +0000 (18:51 -0400)]
libfreerdp-core: added CredSSP

13 years agolibfreerdp-core: added protocol security negotiation
Marc-André Moreau [Thu, 30 Jun 2011 22:48:48 +0000 (18:48 -0400)]
libfreerdp-core: added protocol security negotiation

13 years agodocs: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 22:41:38 +0000 (18:41 -0400)]
docs: initial commit

13 years agolibfreerdp-asn1: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 22:41:09 +0000 (18:41 -0400)]
libfreerdp-asn1: initial commit

13 years agolibfreerdp-utils: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 22:24:37 +0000 (18:24 -0400)]
libfreerdp-utils: initial commit

13 years agocunit: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 22:17:37 +0000 (18:17 -0400)]
cunit: initial commit

13 years agokeymaps: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 20:28:36 +0000 (16:28 -0400)]
keymaps: initial commit

13 years agolibfreerdp-gdi: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 20:17:55 +0000 (16:17 -0400)]
libfreerdp-gdi: initial commit

13 years agolibfreerdp-kbd: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 19:55:03 +0000 (15:55 -0400)]
libfreerdp-kbd: initial commit

13 years agoFreeRDP 1.0: initial commit
Marc-André Moreau [Thu, 30 Jun 2011 19:12:51 +0000 (15:12 -0400)]
FreeRDP 1.0: initial commit