summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_full_audit.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke1-19/+0
2026-02-15vfs: Add "fsp" to SMB_VFS_SET_QUOTAVolker Lendecke1-3/+5
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-6/+6
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-14/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+16
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-6/+6
2026-02-15vfs_full_audit: Print NTSTATUS errorsVolker Lendecke1-172/+416
2025-11-10vfs: Remove audit_file functionVolker Lendecke1-24/+0
2025-11-10vfs: Remove connectpath functionVolker Lendecke1-21/+0
2025-11-10vfs: Fix smb_full_audit_parent_pathname()Volker Lendecke1-1/+1
2025-10-21vfs: Add SMB_VFS_RENAME_STREAMVolker Lendecke1-1/+31
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-26/+26
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-26/+0
2022-10-14full_audit: whitespace fixesVolker Lendecke1-14/+14
2022-10-14s3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it no longer exists in sync...Jeremy Allison1-2/+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/+3
2022-06-17s3: VFS: full_audit. Ensure the module doesn't load if an operation name is m...Jeremy Allison1-0/+10
2022-06-17s3: VFS: full_audit: Use correct DBG_ print messages in init_bitmap().Jeremy Allison1-4/+3
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-24/+0
2022-04-28vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke1-0/+26
2022-03-10vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke1-8/+13
2022-03-10vfs: Add SMB_VFS_FSTATATVolker Lendecke1-0/+23
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-10-08vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme1-1/+3
2021-09-21vfs_full_audit: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-8/+8
2021-09-21VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-5/+5
2021-07-14s3: VFS: full_audit. In smb_full_audit_read_dfs_pathat(), cope with relative ...Jeremy Allison1-1/+10
2021-07-04vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison1-21/+0
2021-06-29VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power1-20/+0
2021-06-29VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power1-0/+20
2021-06-22s3: VFS: full_audit.c: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-2/+30
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison1-23/+0
2021-06-09s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison1-22/+0
2021-06-09vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison1-28/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-2/+7
2021-06-02s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison1-0/+25
2021-05-18vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison1-19/+0
2021-05-18s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison1-0/+19
2021-05-14s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero1-18/+0
2021-05-14VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero1-2/+22
2021-05-11s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power1-23/+0
2021-05-11VFS: Add SMB_VFS_FSTREAMINFONoel Power1-1/+23
2021-04-19s3: VFS: full_audit: Remove SMB_VFS_NTIMES()Samuel Cabrero1-46/+0
2021-04-19VFS: Add SMB_VFS_FNTIMESSamuel Cabrero1-0/+53
2021-04-11s3/modules: VFS: full_audit: Remove smb_full_audit_chmod() functionNoel Power1-21/+0
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-23/+0