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 <deokartus...@gmail.com>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.
>
> if(sec->negotiated_protocol == PROTOCOL_NLA)
>        {
>                /* TLS with NLA was successfully negotiated */
>                printf("TLS encryption with NLA negotiated\n");
>                sec->ctx = tls_create_context();
>                sec->ssl = tls_connect(sec->ctx, sec->mcs->iso->tcp->sock,
> server);
>                sec->tls_connected = 1;
>                ntlm_send_negotiate_message(sec);
>                credssp_recv(sec);
>                exit(0); /* not implemented from this point */
>        }
>
>
> What exaclty means the statement  /* not implemented from this point */?
> Can someone help me out in getting started with the implementation?
>
>
> Please help.
>
> Thanks,
> Deva D
>
>
> ------------------------------------------------------------------------------
> Xperia(TM) PLAY
> It's a major breakthrough. An authentic gaming
> smartphone on the nation's most reliable network.
> And it wants your games.
> http://p.sf.net/sfu/verizon-sfdev
> _______________________________________________
> Freerdp-devel mailing list
> Freerdp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
>
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to