Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-28 | lib/util Rename samba_init_module -> samba_module_init | Andrew Bartlett | 1 | -1/+1 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-06 | modules: standardise on samba_init_module as the hook symbol to resolve | Andrew Bartlett | 1 | -1/+1 | |
2011-08-31 | s3:modules make perfcount_test loadable again | Christian Ambach | 1 | -1/+1 | |
use expected 'init_samba_module' name for initializer function Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Wed Aug 31 11:22:26 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-02-10 | Fix bad use when freeing linked list. Todd Stecher (Original author) please ↵ | Jeremy Allison | 1 | -6/+8 | |
check ! Jeremy. | |||||
2010-02-10 | s3-perfcount: update to use new DLIST macros | Andrew Tridgell | 1 | -2/+1 | |
(cherry picked from commit a13b507f2d8be7f90c8872094cd0732926a6fcbb) | |||||
2009-03-27 | s3: added per-client statistics to onefs perfcount module | Scott Urban | 1 | -9/+0 | |
* we now track, uid, remote ip, and local ip per CIFS operation * removed perfcount_set_client() from perfcount interface as it's unecessary | |||||
2009-02-19 | S3: Make changes to perfcount API set for when a single request leads to ↵ | todd stecher | 1 | -0/+47 | |
multiple replies (e.g. reply_echo). Change test and onefs modules to match new api set (thanks Volker!). | |||||
2009-02-16 | s3 perfcount: Fix segfault with smbclient 'echo 3 foo' | Tim Prouty | 1 | -33/+11 | |
2009-02-14 | Replace a // style comment with a /* */ one | Volker Lendecke | 1 | -1/+1 | |
2009-02-14 | Fix some C++ warnings | Volker Lendecke | 1 | -7/+14 | |
2009-02-13 | s3: Test module for perfcount system | todd stecher | 1 | -0/+363 | |
Add 'perfcount module = pc_test' to exercise this module. Results are logged into smb.log every 50 operations (configurable via smb.conf). |