summaryrefslogtreecommitdiff
path: root/source3/smbd/perfcount.c
Commit message (Collapse)AuthorAgeFilesLines
* lib:util: Make probing of modules more secureAndreas Schneider2017-06-061-1/+1
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=12780 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
| | | | | | | | | | They use talloc_tos() internally: hoist that up to the callers, some of whom don't want to us talloc_tos(). A simple patch, but hits a lot of files. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
|
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3: Make g_smb_perfcount_handlers staticVolker Lendecke2010-06-141-1/+1
|
* s3: Remove some dispensable ()Volker Lendecke2010-06-141-1/+1
|
* S3: Dumb down debug spew in perfcount module codetodd stecher2009-02-191-4/+4
|
* Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the ↵Volker Lendecke2009-02-141-1/+1
| | | | parameter name
* Make smb_load_perfcount_module staticVolker Lendecke2009-02-141-1/+1
|
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-0/+192
This changelist allows for the addition of custom performance monitoring modules through smb.conf. Entrypoints in the main message processing code have been added to capture the command, subop, ioctl, identity and message size statistics.