mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
306783d6f5
Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144 |
||
---|---|---|
.. | ||
README | ||
vfs_nbench.c |
This module provides a way to capture file sharing loads for the NBENCH benchmark client. It also servers as an example of a NTVFS filter module. Here is an example config that passes through to the CIFS NTVFS backend. [bench] ntvfs handler = nbench cifs cifs:server = myserver cifs:user = myuser cifs:password = mypass cifs:domain = MYDOMAIN cifs:share = bench