Linux Kernel Server: Difference between revisions

From SambaWiki
(Create top level wiki page for SMB3 kernel server (cifsd))
 
Line 2: Line 2:


To download the kernel server source code:
To download the kernel server source code:
git clone h t t p s://git.samba.org/?p=sfrench/cifsd.git
git clone https://git.samba.org/?p=sfrench/cifsd.git


To download the corequisite userspace utilities that manage the kernel server module:
To download the corequisite userspace utilities that manage the kernel server module:


git clone h t t p s://github.com/namjaejeon/ksmbd-tools
git clone https://github.com/namjaejeon/ksmbd-tools


See wikipedia articles on CIFSD for additional information
See wikipedia articles on CIFSD for additional information
* [https://en.wikipedia.org/wiki/CIFSD CIFSD]

Revision as of 11:46, 1 February 2020

<Placeholder for documentation on building, testing, developing and using the SMB3 kernel server, fs/cifsd/ksmbd.ko>

To download the kernel server source code:

git clone https://git.samba.org/?p=sfrench/cifsd.git

To download the corequisite userspace utilities that manage the kernel server module:

git clone https://github.com/namjaejeon/ksmbd-tools

See wikipedia articles on CIFSD for additional information