summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_extd_audit.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10vfs: Fix trailing whitespaceVolker Lendecke1-5/+5
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-12/+12
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-4/+3
2021-06-22s3: VFS: extd_audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-7/+35
2021-04-11s3/modules: VFS: extd_audit: Remove audit_chmod() functionNoel Power1-23/+0
2021-01-28vfs_extd_audit.c: support real dirfsps in audit_unlinkat()Ralph Boehme1-2/+11
2020-12-17vfs_extd_audit: support real dirfsps in audit_mkdirat()Ralph Boehme1-2/+12
2020-12-16smbd: use fsp_get_pathref_fd() as part of DEBUG and syslog messagesRalph Boehme1-2/+2
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-24/+0
2020-05-21vfs_extd_audit: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+32
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-24/+0
2019-10-10s3: VFS: vfs_extd_audit: Remove rmdir_fn(). No longer used.Jeremy Allison1-22/+0
2019-09-26s3: VFS: vfs_extd_audit: Remove unlink_fn. No longer used.Jeremy Allison1-22/+0
2019-09-26s3: VFS: vfs_extd_audit. Implement unlinkat().Jeremy Allison1-0/+27
2019-09-11s3: VFS: vfs_extd_audit. Remove mkdir_fn(). No longer used.Jeremy Allison1-23/+0
2019-09-11s3: VFS: vfs_extd_audit. Implement mkdirat().Jeremy Allison1-0/+27
2019-08-16s3: VFS: vfs_extd_audit. Remove rename_fn(). No longer used.Jeremy Allison1-25/+0
2019-08-16s3: VFS: vfs_extd_audit. Implement renameat().Jeremy Allison1-0/+31
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-21/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-23/+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-4/+6
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+6
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-4/+7
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+5
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-4/+6
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/+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