Re: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER

2012-10-05 Thread Kevin Dalley
ndhi" , freerdp-devel@lists.sourceforge.net Sent: Monday, October 1, 2012 11:21:21 AM Subject: Re: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER Try changing the order of your command line parameters. The following has always worked for me: xfreerdp -u username hostname.domain

Re: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER

2012-10-03 Thread Vishal K. Gandhi
s normally no need to specify > the --sec option. > > --Jason > > From: Vishal K. Gandhi [vgan...@fdu.edu] > Sent: Monday, October 01, 2012 08:34 AM > To: freerdp-devel@lists.sourceforge.net > Subject: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER &g

Re: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER

2012-10-01 Thread Cook, Jason
. There is normally no need to specify the --sec option. --Jason From: Vishal K. Gandhi [vgan...@fdu.edu] Sent: Monday, October 01, 2012 08:34 AM To: freerdp-devel@lists.sourceforge.net Subject: [Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER Hi

[Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER

2012-10-01 Thread Vishal K. Gandhi
Hi, I am posting the following question again with the hope that someone might be able to help me with this. Thanks in advance. Hi, We recently enabled NLA on one of our Windows 2008 R2 servers and I am not able to use xfreerdp to access this machine remotely from Fedora 16. xfreerdp works fine

[Freerdp-devel] Need Help - Error: HYBRID_REQUIRED_BY_SERVER

2012-09-28 Thread Vishal K. Gandhi
Hi, We recently enabled NLA on one of our Windows 2008 R2 servers and I am not able to use xfreerdp to access this machine remotely from Fedora 16. xfreerdp works fine for all other windows machines where NLA is not enabled yet. I tried to Remote Desktop this machine from one of the local Window

Re: [Freerdp-devel] Need Help

2011-04-07 Thread Tushar Deokar
Thanks! It worked for me :-) On Wed, Apr 6, 2011 at 8:41 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > Actually, I just tried it myself. Uncommenting the OpenSSL initialization > code and trying NLA worked. > I could use wfreerdp to connect to Windows Server 2008 R2 using NLA wi

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Marc-André Moreau
Actually, I just tried it myself. Uncommenting the OpenSSL initialization code and trying NLA worked. I could use wfreerdp to connect to Windows Server 2008 R2 using NLA without any problems, I pushed the "fix" on git On Wed, Apr 6, 2011 at 11:01 AM, Marc-André Moreau < marcandre.mor...@gmail.com>

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Marc-André Moreau
Hi Tushar, On Wed, Apr 6, 2011 at 10:58 AM, Tushar Deokar wrote: > Thanks for the replies. > > Does that mean I should use xfreerdp with linux environment and can not use > wfreerdp for NLA to work correctly? > Until someone fixes wfreerdp, yes, you should use xfreerdp in a Linux environment in

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Tushar Deokar
Thanks for the replies. Does that mean I should use xfreerdp with linux environment and can not use wfreerdp for NLA to work correctly? thanks, -Tushar On Wed, Apr 6, 2011 at 7:48 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > I probably removed it when updating wfreerdp to make

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Marc-André Moreau
I probably removed it when updating wfreerdp to make it compile and run, but not completely fixed. I recall back then that NLA + OpenSSL had to be fixed so that it could work, but then never got to do it. However, I had to add, not remove, those calls in dfbfreerdp to make it work. I think the rea

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Mads Kiilerich
On 04/06/2011 03:46 PM, Nils Andresen wrote: > Hi, > just to jump in: > freerdp_global_finish() and freerdp_global_init() are both in use in > xfreerdp but not in wfreerdp. > > Marc-André removed (commented) both calls on Jul. 31. 2010 in > https://github.com/FreeRDP/FreeRDP/commit/858d5fd6a64b87b0

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Nils Andresen
Hi, just to jump in: freerdp_global_finish() and freerdp_global_init() are both in use in xfreerdp but not in wfreerdp. Marc-André removed (commented) both calls on Jul. 31. 2010 in https://github.com/FreeRDP/FreeRDP/commit/858d5fd6a64b87b0197c2924831c1d9baea2b473 Maybe he can explain... Nils 20

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Tushar Deokar
if I enable the code, I get the linking error on the symbol for freerdp_global_init() from the .exe. if I keep it disabled, I am getting 'NULL' for tls->ctx at tls->ctx = SSL_CTX_new(TLSv1_client_method()); while creating TLS context. This results in to an exception at tls->ssl = SSL_new(tls->ctx

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Mads Kiilerich
On 04/06/2011 02:49 PM, Tushar Deokar wrote: > Thanks for the replies! > > I have taken the latest code which has NLA support. > > Further, I am using the windows environment for implementation which > uses wfreerdp.cpp for main() function. > I want to know why the code: > > /*if (!freerdp_global_i

Re: [Freerdp-devel] Need Help

2011-04-06 Thread Tushar Deokar
Thanks for the replies! I have taken the latest code which has NLA support. Further, I am using the windows environment for implementation which uses wfreerdp.cpp for main() function. I want to know why the code: /*if (!freerdp_global_init()) { printf("Error initializing

Re: [Freerdp-devel] Need Help

2011-04-05 Thread Marc-André Moreau
Hi Tushar, Simply get the latest version on git: https://github.com/FreeRDP/FreeRDP 0.8.2 doesn't have NLA support, but the latest version on git has the completed implementation. On Tue, Apr 5, 2011 at 5:51 AM, Tushar Deokar wrote: > Hello, > > We need to implement the negotiation protocol NLA,

Re: [Freerdp-devel] Need Help

2011-04-05 Thread Mads Kiilerich
On 04/05/2011 11:51 AM, Tushar Deokar wrote: > Hello, > > We need to implement the negotiation protocol NLA, which is required > for making RDP connection with remote server with load balancer. > > Following is the source code which says /* not implemented from this > point */ at the bottom. > > i

[Freerdp-devel] Need Help

2011-04-05 Thread Tushar Deokar
Hello, We need to implement the negotiation protocol NLA, which is required for making RDP connection with remote server with load balancer. Following is the source code which says /* not implemented from this point */ at the bottom. if(sec->negotiated_protocol == PROTOCOL_NLA) {