Skip to content

Commit

Permalink
ksmbd: release 3.4.7 version
Browse files Browse the repository at this point in the history
Major changes are:
 - fix possible infinite loop in socket handler.
 - fix possible panic in ntlmv2 authentication.
 - fix to more strictly check packet length.
 - add a max connections parm to limit simultaneous connections.
 - fix error message flood that can occur with newer Samba xattr format.
 - fix a problem that data is always encrypted regardless of the use of
   the cifs seal mount option.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Jan 31, 2023
1 parent 468d55b commit 9912f79
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.6"
#define KSMBD_VERSION "3.4.7"

extern int ksmbd_debug_types;

Expand Down

0 comments on commit 9912f79

Please sign in to comment.