Commit Graph

2480 Commits

Author SHA1 Message Date
Marc-André Moreau
633e0f90bf libwinpr-sspi: simplify NTLM header and fields read/write 2012-06-29 16:09:14 -04:00
Marc-André Moreau
3ff86d0501 libwinpr-sspi: refactoring of NTLM messages 2012-06-29 14:31:32 -04:00
Marc-André Moreau
5a11fbcac1 libwinpr-utils: add support for reading domain accounts in local SAM 2012-06-29 11:36:31 -04:00
Marc-André Moreau
35ddcafdb1 libwinpr-sspi: simplify NTLM code with NTLM_MESSAGE_FIELD 2012-06-29 10:58:44 -04: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
Jim Grandy
21c8fc6110 Remove redundant copies of files 2012-06-27 10:17:49 -07:00
Jim Grandy
b8c0d4e772 Resolve merge error, remove debugging code 2012-06-27 10:14:06 -07:00
Marc-André Moreau
a1355135c5 libfreerdp-crypto: fix server-side NLA with certificate store 2012-06-27 11:10:17 +02:00
Jim Grandy
cc2fdd6da2 Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
Jim Grandy
2d59cb4f26 Pushing larger cache size for Jay's xrdp offscreen surface remoting technique 2012-06-26 16:52:38 -07:00
Jay Sorg
418ac24764 Mac: test commit, EOL white space removal 2012-06-26 15:17:01 -07: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
Laxmikant Rashinkar
a76b6087c1 updated TODO list 2012-06-23 18:42:15 -07:00
Laxmikant Rashinkar
41f615e849 Fixed following issues in RAIL mode
+ two finger scrolling
    + after a resize operation, scrolling causes window resize instead of scrolling
    + unable to drag rectangle out of monitor boundaries
    + dragging rail app to secondary monitor was causing Exec access error
2012-06-23 18:26:44 -07: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
Laxmikant Rashinkar
28c4203649 Fixed following issues in RAIL mode
+ tool tips are now correctly positioned
    + window dragging bug has been fixed
    + resize after window drag was not working - fixed
    + implemented local resizing
2012-06-22 11:02:13 -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
Laxmikant Rashinkar
7bade10982 Resolved merge conflicts in
+ client/Mac/MRDPView.h
	+ client/Mac/MRDPView.h
2012-06-20 16:05:20 -07:00
Laxmikant Rashinkar
924ed187c1 In MacFreerdpClient, added support for the following
+ clipboard redirection
	+ audio redirection
	+ RAIL support (ongoing)
2012-06-20 09:57:20 -07:00
Marc-André Moreau
baa740d612 libfreerdp-core: fix server-side protocol security negotiation for TLS + NLA 2012-06-19 20:10:49 -04:00
unknown
a34ecc48b0 Fix for corruption during color conversion on Windows. 2012-06-19 15:32:10 -07: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