python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / modules / vfs_full_audit.c
2023-06-23 Volker Lendeckevfs: Remove "sbuf" from readdir_fn()
2023-06-14 Volker Lendeckevfs: Remove vfs telldir/seekdir functions
2022-10-14 Volker Lendeckefull_audit: whitespace fixes
2022-10-14 Jeremy Allisons3: VFS: vfs_full_audit. Remove SMB_VFS_OP_FSYNC, it...
2022-09-17 Volker Lendeckevfs: Add dirfsp to connectpath_fn()
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-06-17 Jeremy Allisons3: VFS: full_audit. Ensure the module doesn't load...
2022-06-17 Jeremy Allisons3: VFS: full_audit: Use correct DBG_ print messages...
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2022-03-10 Volker Lendeckevfs: Add SMB_VFS_FSTATAT
2021-11-11 Ralph Boehmesource3: move lib/substitute.c functions out of proto.h
2021-10-08 Ralph Boehmevfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ...
2021-09-21 Christof Schmittvfs_full_audit: Rename kernel_flock to filesystem_sharemode
2021-09-21 Christof SchmittVFS: Rename kernel_flock to filesystem_sharemode
2021-07-14 Jeremy Allisons3: VFS: full_audit. In smb_full_audit_read_dfs_pathat...
2021-07-04 Jeremy Allisonvfs: RIP SMB_VFS_GETXATTR()
2021-06-29 Noel PowerVFS: Remove SMB_VFS_CHFLAGS, not used anymore
2021-06-29 Noel PowerVFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
2021-06-22 Jeremy Allisons3: VFS: full_audit.c: Use real dirfsp for SMB_VFS_RENA...
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
2021-06-09 Jeremy Allisonvfs: RIP SMB_VFS_GET_NT_ACL_AT()
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-02 Jeremy Allisons3: VFS: Add SMB_VFS_PARENT_PATHNAME().
2021-05-18 Jeremy Allisonvfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
2021-05-18 Jeremy Allisons3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
2021-05-14 Samuel Cabreros3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
2021-05-14 Samuel CabreroVFS: Add SMB_VFS_FREADDIR_ATTR()
2021-05-11 Noel Powers3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
2021-05-11 Noel PowerVFS: Add SMB_VFS_FSTREAMINFO
2021-04-19 Samuel Cabreros3: VFS: full_audit: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel CabreroVFS: Add SMB_VFS_FNTIMES
2021-04-11 Noel Powers3/modules: VFS: full_audit: Remove smb_full_audit_chmo...
2021-04-08 Noel PowerVFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
2021-04-07 Jeremy Allisons3: VFS: full_audit: Remove smb_full_audit_removexattr...
2021-03-22 Jeremy Allisons3: VFS: full_audit: Log full pathname as smb_full_audi...
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-02-13 Jeremy Allisons3: VFS: full_audit: Fix smb_full_audit_readlinkat...
2021-02-09 Jeremy Allisons3: VFS: full_audit: Fix smb_full_audit_linkat() to...
2021-01-28 Ralph Boehmevfs_full_audit: support real dirfsps in smb_full_audit_...
2021-01-28 Jeremy AllisonVFS: full_audit: Fixup smb_full_audit_symlinkat() to...
2021-01-21 Jeremy AllisonVFS: full_audit: Fixup smb_full_audit_mknodat() to...
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs_full_audit: support real dirfsps in smb_full_audit_...
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-12-16 Ralph Boehmevfs: Add dirfsp arg to SMB_VFS_READDIR()
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_full_audit: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-07 Jeremy Allisons3: VFS: full_audit. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: full_audit. Add smb_full_audit_get_nt_acl_at().
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-04-14 Jeremy Allisons3: VFS: full_audit. Add missing fcntl entry in vfs_op_...
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-02-18 Jeremy Allisons3: VFS: vfs_full_audit: Add read_dfs_pathat().
2020-01-10 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in full_audit.
2020-01-08 Christof Schmittvfs_full_audit: Rename argument of flock function
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-07 Ralph Boehmes3: rename talloc_sub_advanced() to talloc_sub_full()
2019-11-06 Volker Lendeckesmbd: Use struct initialization instead of ZERO_STRUCT()
2019-11-06 Volker Lendeckevfs: Use file_id_str_buf() in smb_full_audit_file_id_cr...
2019-10-15 Jeremy Allisons3: VFS: vfs_full_audit: Remove chown_fn(). No longer...
2019-10-10 Jeremy Allisons3: VFS: vfs_time_audit: Remove rmdir_fn(). No longer...
2019-10-08 Anoop C Ss3: VFS: Add SMB_VFS_FCNTL
2019-09-26 Jeremy Allisons3: VFS: vfs_full_audit: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_full_audit. Implement unlinkat().
2019-09-17 Björn Baumbachvfs/full_audit: always log full filenames
2019-09-11 Jeremy Allisons3: VFS: vfs_full_audit. Remove mkdir_fn(). No longer...
2019-09-11 Jeremy Allisons3: VFS: vfs_full_audit. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_full_audit. Remove symlink_fn(). No longer...
2019-09-03 Jeremy Allisons3: VFS: vfs_full_audit. Implement symlinkat().
2019-08-23 Jeremy Allisons3: VFS: vfs_full_audit. Remove readlink_fn(). No longe...
2019-08-23 Jeremy Allisons3: VFS: vfs_full_audit. Implement readlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_full_audit. Remove mknod_fn(). No longer...
2019-08-22 Jeremy Allisons3: VFS: vfs_full_audit. Implement mknodat().
2019-08-22 Jeremy Allisons3: VFS: Remove extraneous enum/struct values for remov...
2019-08-20 Jeremy Allisons3: VFS: vfs_full_audit. Remove link_fn(). No longer...
2019-08-20 Jeremy Allisons3: VFS: vfs_full_audit. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_full_audit. Remove rename_fn(). No longer...
2019-08-16 Jeremy Allisons3: VFS: vfs_full_audit. Implement renameat().
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-08-16 Ralph Boehmevfs_full_audit: pass conn to smb_fname_str_do_log()
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckevfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWS
2019-07-01 Ralph Boehmes3:vfs: add SMB_VFS_FS_FILE_ID()
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-04-10 Christof Schmittvfs_full_audit: Fix logging of get_real_filename output
next