summaryrefslogtreecommitdiff
path: root/source3/modules/perfcount_test.c
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s3:modules/perfcount_*: make function prototypes available via static_decl_pe...Stefan Metzmacher2015-08-201-0/+1
* perfcount: Fix CID 1035494 Out-of-bounds readVolker Lendecke2015-03-051-1/+1
* perfcount: Fix CID 1035493 Out-of-bounds readVolker Lendecke2015-03-051-1/+1
* perfcount: Fix CID 1035492 Out-of-bounds readVolker Lendecke2015-03-051-1/+1
* perfcount: Fix CID 1274043 Division or modulo by zeroVolker Lendecke2015-03-051-0/+4
* Rename module init functions from samba_init_moduleChristof Schmitt2014-04-021-1/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-281-1/+1
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-061-1/+1
* s3:modules make perfcount_test loadable againChristian Ambach2011-08-311-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* Fix bad use when freeing linked list. Todd Stecher (Original author) please c...Jeremy Allison2010-02-101-6/+8
* s3-perfcount: update to use new DLIST macrosAndrew Tridgell2010-02-101-2/+1
* s3: added per-client statistics to onefs perfcount moduleScott Urban2009-03-271-9/+0
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-191-0/+47
* s3 perfcount: Fix segfault with smbclient 'echo 3 foo'Tim Prouty2009-02-161-33/+11
* Replace a // style comment with a /* */ oneVolker Lendecke2009-02-141-1/+1
* Fix some C++ warningsVolker Lendecke2009-02-141-7/+14
* s3: Test module for perfcount systemtodd stecher2009-02-131-0/+363