summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_time_audit.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke1-20/+0
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke1-2/+4
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-7/+7
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-22/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+23
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-7/+7
2025-11-10vfs: Remove audit_file functionVolker Lendecke1-29/+0
2025-11-10vfs: Remove connectpath functionVolker Lendecke1-23/+0
2025-10-21vfs: Add SMB_VFS_RENAME_STREAMVolker Lendecke1-1/+33
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-25/+21
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-3/+2
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-38/+0
2022-09-17vfs: Add dirfsp to connectpath_fn()Volker Lendecke1-3/+5
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-4/+2
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+2
2022-04-28vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke1-26/+0
2022-04-28vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke1-0/+27
2022-03-10vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke1-6/+7
2022-03-10vfs: Add SMB_VFS_FSTATATVolker Lendecke1-0/+24
2021-10-08vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme1-0/+8
2021-09-21vfs_time_audit: Fix message for fcntl VFS callChristof Schmitt1-1/+1
2021-09-21vfs_time_audit: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-6/+6
2021-09-21VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-3/+5
2021-07-14s3: VFS: time_audit. In smb_time_audit_read_dfs_pathat(), cope with relative ...Jeremy Allison1-1/+12
2021-07-04vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison1-24/+0
2021-06-29VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power1-21/+0
2021-06-29VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power1-0/+23
2021-06-22s3: VFS: time_audit: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-1/+12
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison1-25/+0
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison1-24/+0
2021-06-09vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison1-31/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-1/+2
2021-06-02s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison1-0/+29
2021-05-18vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison1-21/+0
2021-05-18s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison1-0/+20
2021-05-14s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero1-22/+0
2021-05-14VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero1-0/+22
2021-05-11s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power1-25/+0
2021-05-11VFS: Add SMB_VFS_FSTREAMINFONoel Power1-0/+24
2021-04-19s3: VFS: time_audit: Remove SMB_VFS_NTIMES()Samuel Cabrero1-21/+0
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero1-0/+21
2021-04-11s3/modules: VFS: time_audit: Remove smb_time_audit_chmodNoel Power1-23/+0
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-25/+0
2021-04-07s3: VFS: time_audit: Remove smb_time_audit_removexattr(). No longer called.Jeremy Allison1-22/+0
2021-03-22s3: VFS: time_audit: Log full pathname as smb_time_audit_create_dfs_pathat() ...Jeremy Allison1-2/+12
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-26/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-23/+0
2021-02-13s3: VFS: time_audit: Fix smb_time_audit_readlinkat() to cope with real direct...Jeremy Allison1-1/+11
2021-02-09s3: VFS: time_audit: Fix smb_time_audit_linkat() to cope with real directory ...Jeremy Allison1-1/+11