summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_extd_audit.c
Commit message (Expand)AuthorAgeFilesLines
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-2/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-10/+10
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3:vfs properly terminate enums in audit modulesChristian Ambach2011-05-241-2/+4
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-301-0/+1
* Restructure the connect function code to always callJeremy Allison2009-11-301-4/+6
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-29/+16
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-4/+4
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-4/+5
* s3 audit: Remove some recently introduced memory leaks in the audit modulesTim Prouty2009-07-061-3/+3
* s3 audit: Remove the usesless static function declarations from the audit mod...Tim Prouty2009-07-061-51/+30
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-5/+11
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-5/+7
* More warning fixes for Solaris.Jeremy Allison2009-02-231-4/+4
* s3/vfs_extd_audit: Don't ignore "syslog = 0".Karolin Seeger2009-01-211-59/+86
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-5/+5
* Fix Coverity warningsVolker Lendecke2008-03-231-1/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-3/+3
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-30/+30
* r10619: Allow syslog facility and priority to be set viaDeryck Hodge2007-10-101-10/+33
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-3/+3
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-3/+3
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-6/+6
* r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditingVolker Lendecke2007-10-101-198/+95
* r378: Add an option extd_audit:parseable=True. This gives messages of the formVolker Lendecke2007-10-101-95/+198
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-27/+27
* Fix VFS layer:Alexander Bokovoy2003-05-111-107/+134
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* More merges from HEAD:Jelmer Vernooij2003-04-161-9/+6
* Added my name to copyright.John Terpstra2003-02-071-0/+1
* Added audit module that logs info to smbd log file as well as syslog.John Terpstra2003-02-071-0/+318