Skip to content

Commit

Permalink
ksmbd: release 3.4.8 version
Browse files Browse the repository at this point in the history
Major changes are:
 - Code cleanups and optimization.
 - Fix xfstests generic/551 test failure.
 - Fix memleaks and KASAN warnings.
 - return correct error for unsupported smb1, smb2.0 mount.
 - Fix AES256 signing bug when connected to from MacOS.
 - Fix for overly frequent inactive session termination.
 - Fix to advertise named stream support correctly.
 - Two fixes to return less confusing messages on unsupported dialects
   (STATUS_NOT_SUPPORTED instead of I/O error)
 - Two important fixes for frame length checks (which are also now stricter)

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Apr 8, 2023
1 parent 4f2e8ae commit 274377c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "unicode.h"
#include "vfs_cache.h"

#define KSMBD_VERSION "3.4.7"
#define KSMBD_VERSION "3.4.8"

extern int ksmbd_debug_types;

Expand Down

0 comments on commit 274377c

Please sign in to comment.