Commit Graph

2284 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Marc-André Moreau
c27d7954f6 Merge pull request #630 from FreeRDP/winpr
WinPR Registry, SAM, SSPI NTLM
2012-06-15 08:10:13 -07:00
Marc-André Moreau
58d6e11b85 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-15 10:38:18 -04:00
Marc-André Moreau
14467a2eda libwinpr-sspi: fix uninitialized variable warning 2012-06-15 10:38:02 -04:00
Marc-André Moreau
c1121c6a60 Merge pull request #628 from alama/master
fixed up compiling FreeRDP with -Werror
2012-06-15 07:20:31 -07:00
Alam Arias
0863c2eefd gsteamer: #if 0 to block out unused tsmf_gstream_start_eventloop_thread() and tsmf_gstream_Eventloop_thread_finc() 2012-06-14 12:46:27 -04:00
Alam Arias
c147ee2ed1 test for XRandR for Gstreamer support 2012-06-14 12:46:27 -04:00
Alam Arias
007444f0bb cunit: fix up printf warnings in test_sspi.c 2012-06-14 12:45:10 -04:00
Alam Arias
fecbca4801 cunit: InitializeSecurityContext{A/W} wants a pointer to a ULONG, not uint32 2012-06-14 12:44:59 -04:00
Alam Arias
6a9159151f cunit: test_utils.c, set slavedevice to NULL 2012-06-14 12:44:44 -04:00
Alam Arias
51af39230b cunit: fixed up test_utils.c due to ed6dd62ebd 2012-06-14 12:44:35 -04:00
Alam Arias
eb32070129 x: clean out xevent before using it 2012-06-14 12:43:21 -04:00
Marc-André Moreau
d7f8624e71 Merge pull request #624 from chihchun/master
xfreerdp: Add --authonly and --from-stdin switch
2012-06-14 07:34:51 -07:00
Marc-André Moreau
e407c8dd52 Merge pull request #627 from hpdevx/master
Adding GStreamer plugin for Multi-Media redirection
2012-06-14 07:33:30 -07:00
Irwan Halim
c9c22fa331 Add GStreamer plugin for Multi-media redirection 2012-06-13 14:45:58 -05:00
Marc-André Moreau
33d0d59306 wfreerdp-server: fix server-side TLS on Windows 2012-06-12 23:09:30 -04:00
Rex Tsai
ed6dd62ebd xfreerdp: fixed --from-stdin/freerdp_passphrase_read for win32
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-11 19:47:29 +08:00
Marc-André Moreau
209d44e843 wfreerdp-server: cleanup names 2012-06-10 22:52:01 -04:00
Marc-André Moreau
a43e5daebd wfreerdp-server: fix connection sequence 2012-06-10 21:41:17 -04:00
Marc-André Moreau
d72f235ffc wfreerdp-server: initial commit 2012-06-07 19:51:00 -04:00
Marc-André Moreau
89b7c63f03 libwinpr-sspi: fix WinPR NTLM SSPI module 2012-06-07 00:14:47 -04:00
Marc-André Moreau
52523a61f6 libwinpr-sspi: fix authentication with native SSPI modules 2012-06-06 21:43:15 -04:00
Marc-André Moreau
5624b4450a libwinpr-sspi: partially fix encoding of credentials on Windows 2012-06-06 21:16:47 -04:00
Marc-André Moreau
c90326cc16 libwinpr-sspi: added support for Service Principal Name (SPN) 2012-06-06 19:59:17 -04:00