summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_extd_audit.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-2/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-10/+10
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-05-24s3:vfs properly terminate enums in audit modulesChristian Ambach1-2/+4
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-0/+1
2009-11-30Restructure the connect function code to always callJeremy Allison1-4/+6
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-29/+16
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-4/+4
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-4/+5
2009-07-06s3 audit: Remove some recently introduced memory leaks in the audit modulesTim Prouty1-3/+3
2009-07-06s3 audit: Remove the usesless static function declarations from the audit mod...Tim Prouty1-51/+30
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-5/+11
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-5/+7
2009-02-23More warning fixes for Solaris.Jeremy Allison1-4/+4
2009-01-21s3/vfs_extd_audit: Don't ignore "syslog = 0".Karolin Seeger1-59/+86
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-5/+5
2008-03-23Fix Coverity warningsVolker Lendecke1-1/+5
2008-01-08Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam1-3/+3
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam1-3/+3
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-30/+30
2007-10-10r10619: Allow syslog facility and priority to be set viaDeryck Hodge1-10/+33
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-3/+3
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-3/+3
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-6/+6
2007-10-10r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditingVolker Lendecke1-198/+95
2007-10-10r378: Add an option extd_audit:parseable=True. This gives messages of the formVolker Lendecke1-95/+198
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-1/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-27/+27
2003-05-11Fix VFS layer:Alexander Bokovoy1-107/+134
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-16More merges from HEAD:Jelmer Vernooij1-9/+6
2003-02-07Added my name to copyright.John Terpstra1-0/+1
2003-02-07Added audit module that logs info to smbd log file as well as syslog.John Terpstra1-0/+318