Commit Graph

2309 Commits

Author SHA1 Message Date
Marc-André Moreau
3a964ff14a Merge pull request #648 from dorianj/fixsslnocomp
libfreerdp-crypto: only use SSL_OP_NO_COMPRESSION if it's defined.
2012-07-04 08:24:19 -07:00
Dorian Johnson
278b885872 stream.h: add explicit cast to stream_read_uint16
this was causing warnings on clang with pedantic
2012-07-03 12:41:53 -05:00
Dorian Johnson
bb1b964963 libfreerdp-crypto: only use SSL_OP_NO_COMPRESSION if it's defined.
Mac OS X 10.7 as well as recent Ubuntu installs don't have this flag,
so using it breaks the build.
2012-07-03 11:45:09 -05:00
Marc-André Moreau
43554bf00b Merge pull request #640 from FreeRDP/winpr
WinPR
2012-06-29 06:52:28 -07:00
Marc-André Moreau
e4c920c946 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
Marc-André Moreau
1ed7442db6 libwinpr-sspi: fix SeqNo size 2012-06-29 08:55:03 -04:00
Marc-André Moreau
9bddc9da90 Merge pull request #639 from dorianj/bettercerts
libfreerdp-crypto: Allow clients to accept a changed cert
2012-06-29 05:53:54 -07:00
Dorian Johnson
f9c637cfe6 libfreerdp-crypto: re-add rest of warning message in tls_print_certificate_error 2012-06-28 20:24:41 -05:00
Dorian Johnson
3b3f05a0b1 libfreerdp-crypto: Allow clients to accept a changed cert 2012-06-28 20:05:10 -05:00
Vic Lee
ad9419705a libfreerdp-core: fix memory leaks. 2012-06-28 15:26:19 +08:00
Vic Lee
ba784fde67 libfreerdp-codec/mppc: fix memory leak. 2012-06-28 15:26:05 +08:00
Vic Lee
71e7e1c23d libfreerdp-crypto: fix a small memory leak. 2012-06-28 15:06:18 +08:00
Vic Lee
f76a50c53b libfreerdp-core/server: fix a corrupted memory access issue.
The peer context memory block should not be freed by the server
implementation because it still needs to be accessed after the
context free callback has been called. It should be the core's
responsibility to free it.
2012-06-28 14:53:43 +08:00
Vic Lee
8a47893eb2 server/audin: remove a debug message. 2012-06-28 14:45:39 +08:00
Vic Lee
596f04cd67 server: fix audio input buffer issue. 2012-06-28 13:16:03 +08:00
Vic Lee
0095d425fa Merge pull request #637 from llyzs/server
Add server-side dynamic virtual channel and audio input implementation
2012-06-27 19:54:40 -07:00
Marc-André Moreau
a1355135c5 libfreerdp-crypto: fix server-side NLA with certificate store 2012-06-27 11:10:17 +02:00
Marc-André Moreau
d0e1d39dbc Merge branch 'winpr' of github.com:FreeRDP/FreeRDP into winpr 2012-06-26 12:13:08 -04:00
Marc-André Moreau
071c111b3d libwinpr-asn1: initial commit 2012-06-26 12:12:41 -04:00
Vic Lee
2908004266 libfreerdp-core/capability: server not yet support virtual channel compression. 2012-06-26 19:21:19 +08:00
Vic Lee
a20f7b21ff server/test: integrate audio input testing. 2012-06-26 14:51:22 +08:00
Vic Lee
364166a672 server: add audio input server channel. 2012-06-26 14:49:39 +08:00
Vic Lee
e1bad129ba wtsvc: add server dvc read/write data. 2012-06-26 13:55:49 +08:00
Marc-André Moreau
b841720711 libwinpr-dsparse: fix compilation on Windows 2012-06-25 11:36:31 -04:00
Marc-André Moreau
b96f89b1c3 Merge branch 'winpr' of github.com:FreeRDP/FreeRDP into winpr 2012-06-25 11:23:41 -04:00
Marc-André Moreau
0c191bb315 libfreerdp-crypto: fix OpenSSL workarounds on client and server 2012-06-25 11:17:47 -04:00
Vic Lee
3fae14f2ef wtsvc: add server dvc creation and closure. 2012-06-25 16:41:59 +08:00
Vic Lee
f9e5709e64 wtsvc: add server drdynvc capabilities exchange. 2012-06-25 01:55:12 +08:00
Vic Lee
eaaedbe785 libfreerdp-core/peer: add activated flag. 2012-06-24 22:20:45 +08:00
Jay Sorg
9623fe7dc2 channels: added a sample virtual channel plugin 2012-06-22 16:41:53 -07:00
jsorg71
1ae5a07f01 Merge pull request #636 from Xangis/master
Index out of range crash fixes.
2012-06-22 14:32:33 -07:00
Vic Lee
977c89bb59 x11: clear the window in case of resolution change in fullscreen. 2012-06-22 21:24:24 +08:00
xangis
b81548471d Change comparison to prevent index out of range crash when checking
index number against max entries and index == maxEntries.
2012-06-21 13:58:28 -07:00
Marc-André Moreau
274ee51a7a Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-21 14:30:35 -04:00
Marc-André Moreau
baa740d612 libfreerdp-core: fix server-side protocol security negotiation for TLS + NLA 2012-06-19 20:10:49 -04:00
Marc-André Moreau
23027a5b97 libwinpr-sspi: detect real computer name in server-side NLA 2012-06-19 18:06:43 -04:00
Marc-André Moreau
1aa0512490 libfreerdp-rail: rename UNICODE_STRING to RAIL_UNICODE_STRING to avoid conflict 2012-06-19 17:26:37 -04:00
Marc-André Moreau
34fc918da1 libwinpr-sspi: fix SAM on Linux 2012-06-19 15:53:19 -04:00
Marc-André Moreau
3959f0de13 Merge pull request #633 from grandpaul/fixextension
Init extensions in pre_connect stage.
2012-06-19 11:55:39 -07:00
Marc-André Moreau
dc485f4cfb Merge pull request #632 from alama/master
Fixed compiling on Debian Wheezy AMD64
2012-06-19 11:55:11 -07:00
Marc-André Moreau
27a3690310 Merge pull request #635 from dorianj/winprosx
winpr: fix semaphore_t definition
2012-06-19 11:54:52 -07:00
Dorian Johnson
6c3af717c5 winpr: fix semaphore_t definition 2012-06-19 12:31:35 -05:00
Marc-André Moreau
05a77eb8ff libwinpr-sspicli: initial commit 2012-06-19 10:19:53 -04:00
Ying-Chun Liu (PaulLiu)
48ad5feb0a Init extensions in pre_connect stage.
Due to the client is parsing the args in pre_connect,
we should start loading the extensions after client parsing the args.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
2012-06-19 14:58:22 +08:00
Marc-André Moreau
fb4df9f731 libwinpr-dsparse: initial commit 2012-06-18 22:41:37 -04:00
Marc-André Moreau
630affb47c libwinpr-sysinfo: initial commit 2012-06-18 22:22:39 -04:00
Marc-André Moreau
72d2c7c1d8 libfreerdp-core: use DER for parts of TSRequest encoding, just like mstsc 2012-06-18 15:56:40 -04:00
Marc-André Moreau
7afc130e50 libfreerdp-crypto: add comments for SSPI flags used in NLA 2012-06-18 01:01:08 -04:00
Alam Arias
477b90c439 gstreamer: use PRIu64 marco for uint64_t 2012-06-17 12:12:08 -04:00
Alam Arias
0ddea5afa3 ffmpeg: avcodec_init() is been deprecated (and removed) 2012-06-17 09:51:37 -04:00