David Fort
David Fort
nice big exclamation mark in python !
@iboukris `mstsc` also uses `SPNEGO` tokens and not a raw kerberos ticket as we do. Looking at wireshark's code the actual version + your patch will not be enough to...
More about `mstsc` behaviour: * if it figures that will not be able to any kerberos with the host, then it goes with a raw NTLM token (starting with `NTLMSSP\x00`...
Well decoded first token would give something like that: ``` ## GSSAPI Kerberos Token: (RAW DATA) TokId: 0x400 (or 0x0004) ? Token: ## Kerberos TGT Request: (ASN.1 Type: KERB-TGT-REQUEST) pvno:...
The value of `errno` is not very reliable in the BIO context. Can you tell us more about the disconnection ? Does happen at the start of the connection, or...
@fifthdegree you're my hero, I was about to start working on that !
@freerdp-bot test please
@akallabeth sure I'll do a careful review
Ok so first, this is a massive improvement and a very nice mutualization. Still I have general remarks: * you have changed `nla_decrypt_public_key_echo` and friends to return a `BOOL` instead...
@freerdp-bot can you test the changes please ?