summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_full_audit.c
Commit message (Expand)AuthorAgeFilesLines
* full_audit: whitespace fixesVolker Lendecke2022-10-141-14/+14
* s3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it no longer exists in sync...Jeremy Allison2022-10-141-2/+0
* vfs: Add dirfsp to connectpath_fn()Volker Lendecke2022-09-171-3/+5
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-061-4/+3
* s3: VFS: full_audit. Ensure the module doesn't load if an operation name is m...Jeremy Allison2022-06-171-0/+10
* s3: VFS: full_audit: Use correct DBG_ print messages in init_bitmap().Jeremy Allison2022-06-171-4/+3
* Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke2022-04-281-0/+2
* vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()Volker Lendecke2022-04-281-24/+0
* vfs: Add SMB_VFS_GET_REAL_FILENAME_ATVolker Lendecke2022-04-281-0/+26
* vfs: Convert get_real_filename() to NTSTATUSVolker Lendecke2022-03-101-8/+13
* vfs: Add SMB_VFS_FSTATATVolker Lendecke2022-03-101-0/+23
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECVRalph Boehme2021-10-081-1/+3
* vfs_full_audit: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-8/+8
* VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt2021-09-211-5/+5
* s3: VFS: full_audit. In smb_full_audit_read_dfs_pathat(), cope with relative ...Jeremy Allison2021-07-141-1/+10
* vfs: RIP SMB_VFS_GETXATTR()Jeremy Allison2021-07-041-21/+0
* VFS: Remove SMB_VFS_CHFLAGS, not used anymoreNoel Power2021-06-291-20/+0
* VFS: Add initial implemenataion for SMB_VFS_FCHFLAGSNoel Power2021-06-291-0/+20
* s3: VFS: full_audit.c: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison2021-06-221-2/+30
* s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()Jeremy Allison2021-06-091-23/+0
* s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()Jeremy Allison2021-06-091-22/+0
* vfs: RIP SMB_VFS_GET_NT_ACL_AT()Jeremy Allison2021-06-091-28/+0
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-2/+7
* s3: VFS: Add SMB_VFS_PARENT_PATHNAME().Jeremy Allison2021-06-021-0/+25
* vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()Jeremy Allison2021-05-181-19/+0
* s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),Jeremy Allison2021-05-181-0/+19
* s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer usedSamuel Cabrero2021-05-141-18/+0
* VFS: Add SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2021-05-141-2/+22
* s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer usedNoel Power2021-05-111-23/+0
* VFS: Add SMB_VFS_FSTREAMINFONoel Power2021-05-111-1/+23
* s3: VFS: full_audit: Remove SMB_VFS_NTIMES()Samuel Cabrero2021-04-191-46/+0
* VFS: Add SMB_VFS_FNTIMESSamuel Cabrero2021-04-191-0/+53
* s3/modules: VFS: full_audit: Remove smb_full_audit_chmod() functionNoel Power2021-04-111-21/+0
* VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power2021-04-081-23/+0
* s3: VFS: full_audit: Remove smb_full_audit_removexattr(). No longer called.Jeremy Allison2021-04-071-19/+0
* s3: VFS: full_audit: Log full pathname as smb_full_audit_create_dfs_pathat() ...Jeremy Allison2021-03-221-1/+10
* VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power2021-03-111-23/+0
* VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2021-02-261-21/+0
* s3: VFS: full_audit: Fix smb_full_audit_readlinkat() to cope with real direct...Jeremy Allison2021-02-131-1/+11
* s3: VFS: full_audit: Fix smb_full_audit_linkat() to cope with real directory ...Jeremy Allison2021-02-091-2/+20
* vfs_full_audit: support real dirfsps in smb_full_audit_unlinkat()Ralph Boehme2021-01-281-1/+10
* VFS: full_audit: Fixup smb_full_audit_symlinkat() to log the dirfsp path.Jeremy Allison2021-01-281-1/+11
* VFS: full_audit: Fixup smb_full_audit_mknodat() to log the dirfsp path.Jeremy Allison2021-01-211-1/+11
* vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme2020-12-171-22/+0
* vfs_full_audit: support real dirfsps in smb_full_audit_mkdirat()Ralph Boehme2020-12-171-1/+12
* vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme2020-12-171-3/+5
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-161-9/+7
* vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2020-12-161-23/+0
* vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme2020-12-161-2/+4