Skip to content

Releases: cifsd-team/ksmbd

ksmbd: release 3.3.0 version

27 Nov 13:45
Compare
Choose a tag to compare

Major changes are:

  • Add ACLs support
  • Add Kerberos support
  • Add query info/query dir/statfs for smb3.1.1 posix extension.
  • Fix warnings from checkpatch.pl
  • Fix racy issue reported and warnings from KSAN by OpenWRT.

ksmbd: release 3.2.5 version

11 Oct 11:24
Compare
Choose a tag to compare

Major changes are:

  • Fix connection issues with PS2 client(without spnego).
  • Fix crash by free uninitialized slub allocation(d_info.smb1_name).
  • Fix warnings from static checker.

ksmbd: release 3.2.4 version

26 Jul 00:10
Compare
Choose a tag to compare

ksmbd: release 3.2.4 version

Major changes are:

  • Fix the connection failures when giving -m and -e option with smbclient.
  • Fix copy failure with local filesystem that doesn't support
    fallocate.
  • Fix negotiation failure when setting same a dialect to server min/max
    protocol parameter.

ksmbd: release 3.2.1 version

24 Jun 13:11
Compare
Choose a tag to compare

The major changes are:
- Fix signing bugs.
- Fix encryption bugs.
- Fix build error on linux-5.8-rc1
- Fix bugs with read-only=yes
- Fix potential stuck issue due to cache buffers exhaustion

ksmbd: release 3.2.0 version

26 May 11:27
Compare
Choose a tag to compare
  • fix xfstests issues
  • cleanup codes for cifsd upstream

ksmbd: release 3.1.9 version

19 May 11:28
Compare
Choose a tag to compare
  • Fix sparse warnings.
  • Fix warnings from checkpatch.pl.
  • Add cifsd.rst Documentation file.
  • Downgrade some error print to debug print.