Re: [cifs-protocol] backup protocol

2010-09-22 Thread Sebastian Canevari
Thanks Matthieu! Someone from my team will get in touch with you shortly. Thanks and regards, Sebastian Sebastian Canevari Escalation Engineer, US-CSSĀ DSC PROTOCOL TEAM 7100 N Hwy 161, Irving, TX - 75039 Las Colinas - LC2 Tel: +1 469 775 7849 e-mail: seba...@microsoft.com -Original

Re: [cifs-protocol] backup protocol

2010-09-22 Thread Matthieu Patou
Hi Sebastian, I made more investigation this night and after realizing that the guid of the certificate was stored in reverse order in different fields like serialNumber field in the certificate I tried to give a try and reverse the bytes of the blob before trying to decrypt it. And it

Re: [cifs-protocol] backup protocol

2010-09-22 Thread Hongwei Sun
Matthieu, This is good information that narrows the scope of the problem. I will check it and get back to you shortly. Thanks! Hongwei -Original Message- From: Matthieu Patou [mailto:m...@samba.org] Sent: Wednesday, September 22, 2010 1:26 PM To: Sebastian Canevari Cc:

[cifs-protocol] [REG:110092263101306] RE: backup protocol

2010-09-22 Thread Hongwei Sun
Matthieu, After checking the logic in the code, I found that Windows clients will reverse the EncryptedSecret part in the Client-Side-Wrapped_Secret structure (2.2.2 MS-BKRP). This matches what you have found. I will file a request to have it confirmed and updated into the document.

Re: [cifs-protocol] [REG:110092263101306] RE: backup protocol

2010-09-22 Thread Matthieu Patou
On 23/09/2010 03:27, Hongwei Sun wrote: Matthieu, After checking the logic in the code, I found that Windows clients will reverse the EncryptedSecret part in the Client-Side-Wrapped_Secret structure (2.2.2 MS-BKRP). This matches what you have found. I will file a request to have it