Skip to content

Commit

Permalink
ksmbd-tools: release 3.4.6 version
Browse files Browse the repository at this point in the history
The major changes are:
- Add meson build.
- Several clean-up and bug fixes.(leak, segfault, debug print, typo, etc)
- Improve usage strings and argument handling.
- Support --sysconfdir and --with-rundir(or -Drundir) options for configure
  or meson.(See the README for details.)
- Fix password prompting for ksmbd.adduser.
- Notify ksmbd of all commands of ksmbd.addshare and ksmbd.addshare.
- Inform ksmbd of stale share config.
- Fix passworkd prompting issues on ksmbd.adduser.
- Add manpages for all utils and ksmbd.conf.
- Rename smb.conf to ksmbd.conf.
- Set netlink socket's receive buffer size to 1 MiB(Recv() error Out of memory [-5])
- Add @group support to ksmbd.conf for lists of users.
- Casefold utf-8 share names.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Oct 9, 2022
1 parent ff3b191 commit 8b2649f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

#ifndef _VERSION_H

#define KSMBD_TOOLS_VERSION "3.4.5"
#define KSMBD_TOOLS_VERSION "3.4.6"

#endif /* !_VERSION_H */
2 changes: 1 addition & 1 deletion ksmbd-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: ksmbd-tools
Version: e3fc5436af67bfb1559b85022cbcc892fe5323e0
Version: 3.4.6
Release: 0
Summary: ksmbd kernel server userspace utilities
License: GPL-2.0-or-later
Expand Down

0 comments on commit 8b2649f

Please sign in to comment.