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_audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-14
/
+14
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-4
/
+4
2021-06-22
s3: VFS: audit: Use real dirfsp for SMB_VFS_RENAMEAT()
Jeremy Allison
1
-2
/
+30
2021-04-11
s3/modules: VFS: audit: Remove audit_chmod
Noel Power
1
-17
/
+0
2021-01-28
vfs_audit: support real dirfsps in audit_unlinkat()
Ralph Boehme
1
-1
/
+10
2020-12-17
vfs_audit: support real dirfsps in audit_mkdirat()
Ralph Boehme
1
-1
/
+11
2020-12-16
smbd: use fsp_get_pathref_fd() as part of DEBUG and syslog messages
Ralph Boehme
1
-1
/
+1
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
1
-18
/
+0
2020-05-21
vfs_audit: implement SMB_VFS_OPENAT()
Ralph Boehme
1
-0
/
+22
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
1
-18
/
+0
2019-10-10
s3: VFS: vfs_audit: Remove rmdir_fn(). No longer used.
Jeremy Allison
1
-16
/
+0
2019-09-26
s3: VFS: vfs_audit: Remove unlink_fn. No longer used.
Jeremy Allison
1
-16
/
+0
2019-09-26
s3: VFS: vfs_audit. Implement unlinkat().
Jeremy Allison
1
-1
/
+21
2019-09-11
s3: VFS: vfs_audit. Remove mkdir_fn(). No longer used.
Jeremy Allison
1
-17
/
+0
2019-09-11
s3: VFS: vfs_audit. Implement mkdirat().
Jeremy Allison
1
-0
/
+21
2019-08-16
s3: VFS: vfs_audit. Remove rename_fn(). No longer used.
Jeremy Allison
1
-18
/
+0
2019-08-16
s3: VFS: vfs_audit. Implement renameat().
Jeremy Allison
1
-0
/
+25
2018-07-11
vfs_audit: Extend list of recognized syslog(3) facilities and wrap them into ...
Timur I. Bakeyev
1
-22
/
+77
2018-07-05
Make sure that vfs*audit modules recognize and accept all the syslog facilities.
Timur I. Bakeyev
1
-11
/
+27
2018-05-25
s3: VFS: Remove SMB_VFS_FCHMOD_ACL().
Jeremy Allison
1
-15
/
+0
2018-05-25
s3: VFS: Remove SMB_VFS_CHMOD_ACL().
Jeremy Allison
1
-17
/
+0
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2016-03-03
VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...
Jeremy Allison
1
-3
/
+5
2016-03-03
VFS: Modify chmod to take a const struct smb_filename * instead of const char *
Jeremy Allison
1
-3
/
+5
2016-03-01
VFS: Modify opendir to take a const struct smb_filename * instead of const ch...
Jeremy Allison
1
-3
/
+6
2016-02-25
VFS: Modify rmdir to take a const struct smb_filename * instead of const char *
Jeremy Allison
1
-3
/
+4
2016-02-24
s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...
Jeremy Allison
1
-3
/
+5
2015-08-20
s3:modules/vfs_*: make function prototypes available via static_decl_vfs;
Stefan Metzmacher
1
-0
/
+1
2015-05-06
Convert all uint8/16/32 to _t in all modules.
Richard Sharpe
1
-1
/
+1
2012-04-05
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
1
-2
/
+2
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-10
/
+10
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-0
/
+1
2011-05-24
s3:vfs properly terminate enums in audit modules
Christian Ambach
1
-2
/
+4
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-1
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/syslog.h when needed.
Günther Deschner
1
-0
/
+1
2009-11-30
Restructure the connect function code to always call
Jeremy Allison
1
-4
/
+7
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-29
/
+16
2009-07-20
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
1
-2
/
+2
2009-07-06
s3 audit: Fix a memory leak
Tim Prouty
1
-4
/
+4
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-3
/
+4
2009-07-06
s3 audit: Remove the usesless static function declarations from the audit mod...
Tim Prouty
1
-51
/
+30
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
1
-4
/
+9
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-4
/
+6
2008-04-21
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
1
-4
/
+4
2008-03-23
Fix Coverity warnings
Volker Lendecke
1
-1
/
+5
2008-01-08
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
1
-3
/
+3
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
1
-3
/
+3
[next]