summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_audit.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-14/+14
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-4/+4
2021-06-22s3: VFS: audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-2/+30
2021-04-11s3/modules: VFS: audit: Remove audit_chmodNoel Power1-17/+0
2021-01-28vfs_audit: support real dirfsps in audit_unlinkat()Ralph Boehme1-1/+10
2020-12-17vfs_audit: support real dirfsps in audit_mkdirat()Ralph Boehme1-1/+11
2020-12-16smbd: use fsp_get_pathref_fd() as part of DEBUG and syslog messagesRalph Boehme1-1/+1
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