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. > > 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?
It seems like you are looking at 8.2? If you want to develop and avoid code duplication you should look at the development branch. But whatever your problem is, the odds are pretty good that it already has been fixed. /Mads ------------------------------------------------------------------------------ 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