1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ksmbd-tools
Section: utils
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13), autoconf, pkgconf, libnl-3-dev, libnl-genl-3-dev, libglib2.0-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/ksmbd-tools
Vcs-Git: https://salsa.debian.org/debian/ksmbd-tools.git
Homepage: https://github.com/cifsd-team/ksmbd-tools
Package: ksmbd-tools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: samba
Description: cifsd kernel server userspace utilities
This is an alternative implementation of the CIFS/SMB3 control utilities.
The ksmbd part is focused on delivering speedy SMB3 file serving performance
and also supporting features more implemented in kernel-space, like RDMA
support for SMB Direct. KSMBD doesn't aim to be as comprehensive as well
known Samba for CIFS/SMB support in user-space but is just focused on the
performance and kernel feature angle.
.
The tools can either be used with the kernel module built separately or
right from in the Linux kernel.
|