summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_audit.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-18/+0
2020-05-21vfs_audit: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+22
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-18/+0
2019-10-10s3: VFS: vfs_audit: Remove rmdir_fn(). No longer used.Jeremy Allison1-16/+0
2019-09-26s3: VFS: vfs_audit: Remove unlink_fn. No longer used.Jeremy Allison1-16/+0
2019-09-26s3: VFS: vfs_audit. Implement unlinkat().Jeremy Allison1-1/+21
2019-09-11s3: VFS: vfs_audit. Remove mkdir_fn(). No longer used.Jeremy Allison1-17/+0
2019-09-11s3: VFS: vfs_audit. Implement mkdirat().Jeremy Allison1-0/+21
2019-08-16s3: VFS: vfs_audit. Remove rename_fn(). No longer used.Jeremy Allison1-18/+0
2019-08-16s3: VFS: vfs_audit. Implement renameat().Jeremy Allison1-0/+25
2018-07-11vfs_audit: Extend list of recognized syslog(3) facilities and wrap them into ...Timur I. Bakeyev1-22/+77
2018-07-05Make sure that vfs*audit modules recognize and accept all the syslog facilities.Timur I. Bakeyev1-11/+27
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-15/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-17/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison1-3/+5
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+5
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-3/+6
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+4
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-3/+5
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-0/+1
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-1/+1
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/+7
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-2/+2
2009-07-06s3 audit: Fix a memory leakTim Prouty1-4/+4
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-3/+4
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-4/+9
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-4/+6
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-4/+4
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-4/+4