index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_full_audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-01
vfs: Remove unused SMB_VFS_GETWD()
Volker Lendecke
1
-19
/
+0
2026-02-15
vfs: Add "fsp" to SMB_VFS_SET_QUOTA
Volker Lendecke
1
-3
/
+5
2026-02-15
vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a name
Volker Lendecke
1
-6
/
+6
2026-02-15
vfs: Remove SMB_VFS_STATVFS
Volker Lendecke
1
-14
/
+0
2026-02-15
vfs: Add SMB_VFS_FSTATVFS
Volker Lendecke
1
-0
/
+16
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-6
/
+6
2026-02-15
vfs_full_audit: Print NTSTATUS errors
Volker Lendecke
1
-172
/
+416
2025-11-10
vfs: Remove audit_file function
Volker Lendecke
1
-24
/
+0
2025-11-10
vfs: Remove connectpath function
Volker Lendecke
1
-21
/
+0
2025-11-10
vfs: Fix smb_full_audit_parent_pathname()
Volker Lendecke
1
-1
/
+1
2025-10-21
vfs: Add SMB_VFS_RENAME_STREAM
Volker Lendecke
1
-1
/
+31
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-26
/
+26
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-3
/
+2
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-26
/
+0
2022-10-14
full_audit: whitespace fixes
Volker Lendecke
1
-14
/
+14
2022-10-14
s3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it no longer exists in sync...
Jeremy Allison
1
-2
/
+0
2022-09-17
vfs: Add dirfsp to connectpath_fn()
Volker Lendecke
1
-3
/
+5
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-4
/
+3
2022-06-17
s3: VFS: full_audit. Ensure the module doesn't load if an operation name is m...
Jeremy Allison
1
-0
/
+10
2022-06-17
s3: VFS: full_audit: Use correct DBG_ print messages in init_bitmap().
Jeremy Allison
1
-4
/
+3
2022-04-28
Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
Volker Lendecke
1
-0
/
+2
2022-04-28
vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
Volker Lendecke
1
-24
/
+0
2022-04-28
vfs: Add SMB_VFS_GET_REAL_FILENAME_AT
Volker Lendecke
1
-0
/
+26
2022-03-10
vfs: Convert get_real_filename() to NTSTATUS
Volker Lendecke
1
-8
/
+13
2022-03-10
vfs: Add SMB_VFS_FSTATAT
Volker Lendecke
1
-0
/
+23
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-10-08
vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV
Ralph Boehme
1
-1
/
+3
2021-09-21
vfs_full_audit: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-8
/
+8
2021-09-21
VFS: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-5
/
+5
2021-07-14
s3: VFS: full_audit. In smb_full_audit_read_dfs_pathat(), cope with relative ...
Jeremy Allison
1
-1
/
+10
2021-07-04
vfs: RIP SMB_VFS_GETXATTR()
Jeremy Allison
1
-21
/
+0
2021-06-29
VFS: Remove SMB_VFS_CHFLAGS, not used anymore
Noel Power
1
-20
/
+0
2021-06-29
VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
Noel Power
1
-0
/
+20
2021-06-22
s3: VFS: full_audit.c: Use real dirfsp for SMB_VFS_RENAMEAT()
Jeremy Allison
1
-2
/
+30
2021-06-09
s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
Jeremy Allison
1
-23
/
+0
2021-06-09
s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
Jeremy Allison
1
-22
/
+0
2021-06-09
vfs: RIP SMB_VFS_GET_NT_ACL_AT()
Jeremy Allison
1
-28
/
+0
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-2
/
+7
2021-06-02
s3: VFS: Add SMB_VFS_PARENT_PATHNAME().
Jeremy Allison
1
-0
/
+25
2021-05-18
vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
Jeremy Allison
1
-19
/
+0
2021-05-18
s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
Jeremy Allison
1
-0
/
+19
2021-05-14
s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
Samuel Cabrero
1
-18
/
+0
2021-05-14
VFS: Add SMB_VFS_FREADDIR_ATTR()
Samuel Cabrero
1
-2
/
+22
2021-05-11
s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
Noel Power
1
-23
/
+0
2021-05-11
VFS: Add SMB_VFS_FSTREAMINFO
Noel Power
1
-1
/
+23
2021-04-19
s3: VFS: full_audit: Remove SMB_VFS_NTIMES()
Samuel Cabrero
1
-46
/
+0
2021-04-19
VFS: Add SMB_VFS_FNTIMES
Samuel Cabrero
1
-0
/
+53
2021-04-11
s3/modules: VFS: full_audit: Remove smb_full_audit_chmod() function
Noel Power
1
-21
/
+0
2021-04-08
VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
Noel Power
1
-23
/
+0
[next]