Jay,
After talking to some MS RDP experts/developers, we have found an error in your 
code.

Your RDP constants header file show:
   RDP_NORMAL_LOGON = 0x0033

It should actually be set to 0x0013.

0x0033 sets the Maximize bit (0x0020) and 3rd party RDP developers would have 
issues with this if they are expecting/requiring 0x0013 as a normal response.

I currently patch my 0.7.0 xrdp with this and all works fine for all 3rd party 
RDP stuff that I use.  I only had a person look at it because I could not get 
logged on properly using a certain piece of software but figure I would bring 
it up to you first here because there may be a specific reason why you are 
using 0x0033 for a Normal Logon request.

Thanks in advance,
-Stephen
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to