Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -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> | |||||
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -1/+1 | |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-06-14 | s3: Make g_smb_perfcount_handlers static | Volker Lendecke | 1 | -1/+1 | |
2010-06-14 | s3: Remove some dispensable () | Volker Lendecke | 1 | -1/+1 | |
2009-02-19 | S3: Dumb down debug spew in perfcount module code | todd stecher | 1 | -4/+4 | |
2009-02-14 | Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the ↵ | Volker Lendecke | 1 | -1/+1 | |
parameter name | |||||
2009-02-14 | Make smb_load_perfcount_module static | Volker Lendecke | 1 | -1/+1 | |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -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. |