JSSSSSSSSSS

Results 9 comments of JSSSSSSSSSS

I use this Compile line: `cmake -DWITH_SSE2=ON -DWITH_GSSAPI=ON -DWITH_PKCS11H=ON -DWITH_KERBEROS=ON -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DWITH_CUNIT=ON -DWITH_DEBUG_NTLM=ON -DWITH_DEBUG_NEGO=ON -DWITH_DEBUG_NLA=ON -DWITH_DEBUG_SCARD=ON` And simply add the domain and ip of DC to my linux dev‘s...

I'm sorry about that. this is the output of `xfreerdp /buildconfig`: ![image](https://user-images.githubusercontent.com/58905687/161926402-162f37be-3d56-487c-b4d1-8a9aadf7951e.png) This is my command line: `xfreerdp /u:admin /v:xxx.xxx.xxx.xxx /p:pwd /d:ad11 /cert-ignore` Are there any novice tutorials or examples...

Thank you for your support. I‘ll keep trying.

Thank you very much. And I want to know how to setup the kerberos client(my linux dev)and the KDC(windows domain controller) @BryannaM ,thank you.

Only bitmap updates. Orders are ok.

I follow the code in `xrdp_mm.c`: ![image](https://github.com/neutrinolabs/xrdp/assets/58905687/85322eea-81c2-49ca-b605-93a69b07ef17) And log for `wm->screen` and `wm->target_surface` and found them are the same bitmap. When I make a copy of `wm->screen` and replace it....

It can be reproduced when using freerdp stable-2.0 (which gdi is disabled by default) and above to connect.

One more, when dealing with **Primary drawing orders**-- **GlyphIndex**, in the **VariableBytes** field, the 'USE' also has a delta Bytes. ![image](https://github.com/FreeRDP/FreeRDP/assets/58905687/9b1fa7aa-63a9-4b51-bbe3-1bdd19116b99) Mssing dealing with delta Bytes in `update_process_glyph_fragments`. ![image](https://github.com/FreeRDP/FreeRDP/assets/58905687/3c097eac-6724-43ac-85c1-6058b862fdd1)