cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
152 stars 23 forks source link

Add support for a strange old client that I have #437

Closed xdarklight closed 4 years ago

xdarklight commented 4 years ago

Hello,

this adds most of the changes which are needed to support some strange old client that I have. The two patches in here plus the hack from #436 (conn->use_spnego = false;) makes everything work for me (at least everything that I tested).

I'm happy for any kind of feedback!

Thank you, Martin

namjaejeon commented 4 years ago

Looks good to me except minor nit. can you send a pull request to #ksmbd-next branch not #master ?

xdarklight commented 4 years ago

sure, I'll update this pull request tonight