hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

SMBv3 Features #556

Closed eseanucristian closed 3 years ago

eseanucristian commented 4 years ago

Hi,

What smb v3 features does the current version support?

Thanks. Cristian

ecki commented 4 years ago

I think the master branch does not contain smb3 features, with the pending merge of the smb3 branch it will negotiate 3.1.1 dialect and support encryption an pre auth. integrity (As well as compressed and encrypted packets). See here https://github.com/hierynomus/smbj/pull/455/files

willemvd commented 4 years ago

@hierynomus any plans on finishing up on this feature?

hierynomus commented 4 years ago

Hi Willem, I had just started work on this again this week. Current progress is on the smb3 branch.

Anju1610 commented 4 years ago

Hi @hierynomus ,

I am using smbj library 0.10.0 in my project. I want to know are there any features of SMB v3 supported by smbj as of now ?

Thanks, Anju

hierynomus commented 4 years ago

Hi @Anju1610, I'm working on the #455 PR/branch to implement all of that. A lot of the plumbing is now done. The encryption of SMB3 is next.

Anju1610 commented 3 years ago

Hi @hierynomus ,

Is there any update/new features of SMB v3 added in smbj library ?

Thanks, Anju

niravravalhighq commented 3 years ago

Hi @hierynomus , looks like #455 seems ready to merge in Master branch. Can you please provide info when to plan to release in master branch? Thanks

hierynomus commented 3 years ago

Encryption and pre-auth is merged to master with #455. Compression is not done yet.