Commit Graph

879 Commits

Author SHA1 Message Date
Marc-André Moreau
211a95602b Merge pull request #686 from grandpaul/refine-ext
Refine the extension loading code.
2012-08-03 08:56:29 -07:00
Ying-Chun Liu (PaulLiu)
17ebdddfe7 Refine the extension loading code.
The extension loading code is fixed by commit
48ad5feb0a

However, it looks weird that the extension is not initialized in rdp_new().
So we split the load/init steps out of new step. Thus to achieve the
same result that 48ad5feb0a des.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
2012-08-03 17:07:20 +08:00
Daryl Poe
db4d7862aa #574: fix for timezone redirection east of UTC; add more timezone synonyms 2012-08-02 12:33:58 -06:00
Marc-André Moreau
baeafc5dfc channels: merging with master 2012-08-01 12:50:27 -04:00
lysannkessler
8d27636bb1 print some debug output in case security layer cannot connect due to missing protocol selection 2012-07-31 23:07:48 +02:00
lysannkessler
c5c15638fb fix --no-nego again 2012-07-31 23:00:01 +02:00
Marc-André Moreau
4b720a6c0d client: merging Mac OS X and Windows client improvements from Jay Sorg 2012-07-31 16:27:42 -04:00
C-o-r-E
f6bc87477d Merge remote-tracking branch 'upstream/master' 2012-07-30 16:02:47 -04:00
C-o-r-E
ae6865a592 libfreerdp-core: cleaned up a bunch of debug printing
libfreerdp-local: disabled a block pertaining to the use of timezone rules. This seems to make timezone and time to be set correctly on the server side but Issue #574 should not (yet) be closed.
2012-07-30 15:52:45 -04:00
Marc-André Moreau
af0b7b3afe Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-07-30 12:33:05 -04:00
Marc-André Moreau
ced06a0933 Merge pull request #674 from bmiklautz/issue_670
Fix for issue #670
2012-07-30 08:56:23 -07:00
C-o-r-E
5aaaf58315 libfreerdp-core: more debug output for tracking timezone bug 2012-07-28 23:05:46 -04:00
C-o-r-E
644b48dd15 libfreerdp-core: added debug output 2012-07-28 20:14:47 -04:00
Marc-André Moreau
d1322c756e libfreerdp-core: fix timezone finding and encoding 2012-07-28 19:30:21 -04:00
Marc-André Moreau
1d93dbab33 libfreerdp-core: fix timezone finding and encoding 2012-07-28 17:57:41 -04:00
Bernhard Miklautz
0bb4dc5fff Fix for issue #670
Only connect with protocol if selected
2012-07-27 14:43:57 +02:00
Marc-André Moreau
984a8c97a3 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-07-26 12:41:49 -04:00
lysannkessler
f8430e246c moved final security connection step into nego_connect for consistency 2012-07-25 18:50:19 +02:00
lysannkessler
d9c260f221 added command line options to specify preconnection PDU information 2012-07-25 18:46:43 +02:00
lysannkessler
3c6df95978 added a setting and a command line flag to disable security layer negotiation 2012-07-25 12:35:52 +02:00
lysannkessler
664c870de8 move transport.h include from header into c file 2012-07-25 10:38:47 +02:00
Jay Sorg
317fb28c7e adedd --bcv3 cap, working now to xrdp 2012-07-24 17:50:10 -07:00
Marc-André Moreau
e569991ba8 libfreerdp-core: add support for loading server settings from registry 2012-07-24 20:46:21 -04:00
Jay Sorg
238cf848c2 codecs: added --jpeg command line, moved jpeg hack to bitmap cache v3, added bcv3 xxx setting 2012-07-24 12:05:22 -07:00
Lysann Kessler
2068263193 Merge branch 'master' into spikes/hyperv 2012-07-24 18:27:20 +02:00
Lysann Kessler
ac4b32b9cc print fastpath debug information if WITH_DEBUG_RDP is set 2012-07-23 23:01:23 +02:00
Ying-Chun Liu (PaulLiu)
1a11fcd5fb Fix default path of extensions so it is easier for packaging.
Due to Multi-arch requirement, we need to be able to assign the
extensions path by prefix. This patch adds the support to change
the default extensions path base on prefix.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
2012-07-03 15:51:00 +08:00
Marc-André Moreau
e4c920c946 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-06-29 08:55:58 -04:00
Vic Lee
ad9419705a libfreerdp-core: fix memory leaks. 2012-06-28 15:26:19 +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
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
Vic Lee
2908004266 libfreerdp-core/capability: server not yet support virtual channel compression. 2012-06-26 19:21:19 +08:00
Marc-André Moreau
b96f89b1c3 Merge branch 'winpr' of github.com:FreeRDP/FreeRDP into winpr 2012-06-25 11:23:41 -04:00
Vic Lee
eaaedbe785 libfreerdp-core/peer: add activated flag. 2012-06-24 22:20:45 +08: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
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
72d2c7c1d8 libfreerdp-core: use DER for parts of TSRequest encoding, just like mstsc 2012-06-18 15:56:40 -04:00
Marc-André Moreau
1bf69d644e libfreerdp-crypto: NLA debug output improvements 2012-06-15 22:39:12 -04:00
Marc-André Moreau
b55f958e5d libfreerdp-core: start using registry settings 2012-06-15 17:06:26 -04: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
33d0d59306 wfreerdp-server: fix server-side TLS on Windows 2012-06-12 23:09:30 -04:00
Lysann Kessler
1d753aa5d7 yet another vm identifier. time to make this configurable... 2012-06-11 17:52:46 +02: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
Mike Carifio
a31f0c62e6 xfreerdp: Adds switch --from-stdin.
This switch will prompt username, password, domain and connection
host if not specified at the command line.

Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-06 17:55:34 +08:00
Mike Carifio
88f2e84e5e xfreerdp: return correct logical value, if authentication failed.
Signed-off-by: Rex Tsai <rex.tsai@canonical.com>
2012-06-06 17:55:34 +08:00
Mike Carifio
28075f5ebb xfreerdp: add --authonly switch to xfreerdp client
Signed-off-by: Rex Tsai <chihchun@kalug.linux.org.tw>
2012-06-06 17:55:34 +08:00
Marc-André Moreau
5ed9796e96 libwinpr-sspi: fix compilation on Windows 2012-06-06 02:59:37 -04:00