summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_virusfilter.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-6/+1
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-14/+13
2025-07-21vfs_virsufilter: Fix the invocation of SMB_VFS_NEXT_CONNECTRabinarayan Panigrahi1-1/+6
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2024-07-31lib: Remove "token" parameter from set_namearrayVolker Lendecke1-2/+0
2024-07-26s3/lib: return error from set_namearray()Ralph Boehme1-9/+18
2024-07-26s3/lib: add per-user support to set_namearray()Ralph Boehme1-0/+2
2024-07-26s3/lib: modernize set_namearray()Ralph Boehme1-3/+6
2023-10-10smbd: is_in_path() deals with a NULL namelistVolker Lendecke1-3/+1
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-4/+3
2022-02-11smbd: Use fsp_is_alternate_stream() where an fsp is availableVolker Lendecke1-1/+1
2022-02-10s3:modules: Fix virusfilter_vfs_openatPavel Filipenský1-3/+3
2022-02-10s3:modules: Implement dummy virus scanner that uses filename matchingPavel Filipenský1-0/+12
2021-06-22s3: VFS: virusfilter: Use real dirfsp for SMB_VFS_RENAMEAT()Noel Power1-4/+29
2021-03-22s3:modules:vfs_virusfilter: Recent New_VFS changes break vfs_virusfilter_openat.Trever L. Adams1-6/+2
2021-03-01s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams1-67/+95
2021-01-28vfs_virusfilter: support real dirfsps in virusfilter_vfs_unlinkat()Ralph Boehme1-2/+11
2021-01-07vfs_virusfilter: Allocate separate memory for config char*Arne Kreddig1-9/+57
2020-12-16smbd: use fsp_get_pathref_fd() for *at related directory handlesRalph Boehme1-1/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-168/+0
2020-05-21vfs_virusfilter: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+182
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+3
2020-05-05vfs_virusfilter: realign synthetic_smb_fname() args in infected_file_action_q...Ralph Boehme1-2/+4
2020-05-05vfs_virusfilter: realign synthetic_smb_fname() args in quarantine_create_dir()Ralph Boehme1-2/+5
2020-05-05vfs_virusfilter: Fix canonicalizing socket pathVolker Lendecke1-2/+6
2020-04-03smbd: move files_struct.is_directory to a bitfieldRalph Boehme1-2/+2
2020-04-03smbd: move files_struct.modified to a bitfieldRalph Boehme1-4/+4
2019-10-31source3/modules/vfs_virusfilter.c: typo fixesBjörn Jacke1-1/+1
2019-10-02s3:smbd: use is_named_stream() in a a few placesRalph Boehme1-8/+3
2019-09-26s3: VFS: vfs_virusfilter: Remove unlink_fn. No longer used.Jeremy Allison1-29/+0
2019-09-26s3: VFS: vfs_virusfilter: Change UNLINK -> UNLINKAT in infected_file_action_d...Jeremy Allison1-1/+4
2019-09-26s3: VFS: vfs_virusfilter. Implement unlinkat().Jeremy Allison1-0/+33
2019-09-11s3: VFS: vfs_virusfilter: Change use of SMB_VFS_NEXT_MKDIR -> SMB_VFS_NEXT_MK...Jeremy Allison1-2/+3
2019-08-16s3: VFS: vfs_virusfilter. Remove rename_fn(). No longer used.Jeremy Allison1-35/+0
2019-08-16s3: VFS: vfs_virusfilter. Implement renameat().Jeremy Allison1-0/+42
2019-08-16s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme1-9/+9
2018-04-03s3:modules: fix the picky-developer build of vfs_virusfilter.c on FreeBSD 11Stefan Metzmacher1-2/+3
2018-01-25Samba-VirusFilter: clean up dir check vfs_close and vfs_openTrever L. Adams1-2/+6
2018-01-25Samba-VirusFilter: fix virusfilter_vfs_close() crashTrever L. Adams1-1/+1
2018-01-24Samba-VirusFilter: clamav VFS and man page.Trever L. Adams1-0/+3
2018-01-24Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.Trever L. Adams1-0/+3
2018-01-24Samba-VirusFilter: Sophos VFS backend.Trever L. Adams1-4/+11
2018-01-24Samba-VirusFilter: common headers and sources.Trever L. Adams1-0/+1508