P.S.M. Swamiji wrote:
> Danek Duvall wrote:
> 
>> How does this compare with vino?  Don't we have some sort of solution for
>> RDP and Sun Ray?
>>  
>>
> Yes, we have. It's called Sun Ray Windows Connector.
> However, it doesn't work from console.
> 
> BTW, rdesktop also depends on libiconv and no where in
> the proposal it's mentioned about it and I am not sure that
> would available in Solaris by default.

Not in this case.
rdesktop uses following 3 functions from iconv.h:
extern int iconv_close(iconv_t);
extern iconv_t iconv_open(const char *, const char *);
extern size_t   iconv(iconv_t, char **_RESTRICT_KYWD,
                 size_t *_RESTRICT_KYWD, char **_RESTRICT_KYWD,
                 size_t *_RESTRICT_KYWD);

The iconv.h is from SUNWhea (SunOS C/C++ header files for general 
development of software) package and it's through libc.so

Michal

> 
> Thanks
> P.S.M.Swamiji
> 
>> How are the encryption keys generated and shared?
>>
>> Is there any authentication available?
>>
>> You mention that RDP prior to version 6 is subject to MITM attacks, but
>> this project seems to use version 5 by default.  Is there a reason we 
>> don't
>> use the more secure version of the protocol?
>>
>> Danek
>> _______________________________________________
>> opensolaris-arc mailing list
>> opensolaris-arc at opensolaris.org
>>  
>>
> 


Reply via email to