exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New
Showing 1 - 10 of 10 RSS Feed

Files from Olivier Sessink

Email addressolivier at bluefish.openoffice.nl
First Active2009-02-05
Last Active2010-11-02
Scannedonly Samba VFS Module 0.21
Posted Nov 2, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: ctime is now used instead of mtime, which provides a more reliable timestamp. The clamav daemon now cleans the queue if duplicate file names are requested.
tags | tool, scanner
systems | unix
SHA-256 | 20601c0466034cc250ded1a16d737451cfbe05fbcaf4f667ff25fe004bd1340e
Scannedonly Samba VFS Module 0.20
Posted Jun 9, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: The VFS module handles applications that write to a temporary file and then rename to the final name better. It furthermore includes an experimental daemon for the F-prot anti-virus engine.
tags | tool, scanner
systems | unix
SHA-256 | 89e9edf66437efedf5fad8134fc523e4293b7917f1b8346840c540c6dbdfa9ff
Scannedonly Samba VFS Module 0.19
Posted Mar 28, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: This release fixes a symlink handling issue on Samba shares, fixes an issue if the filesystem does not support sub-second timestamps, and improves the quarantine option of the scannedonld_clamav daemon.
tags | tool, scanner
systems | unix
SHA-256 | caca2094df38a47efabe32389ff57b05cbc6fe3dd92610ad1efd055e58c1415a
scannedonly-0.18.tar.gz
Posted Feb 4, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: This release is a backport of the code that is now part of Samba 3.5. The Samba code was made compatible with Samba 3.2 and 3.4, and by popular demand, Samba 3.0 support has been reintroduced.
tags | tool, scanner
systems | unix
SHA-256 | 979d06d37500d4e3858f4d1b3d2799b0d9cf3efb21ac8cc55f9880affe5a10f4
scannedonly-0.17.tar.gz
Posted Feb 4, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: The loop that was fixed in the 0.16 release was not fixed for all cases. This release has a complete rewrite of the loop that should fix the problem in a much better way. This release furthermore fixes AIX compatibility in the VFS module.
tags | tool, scanner
systems | unix
SHA-256 | ab1f33946c0e78bebda526f23fce5d451f789c2b51f1e688e50553efe7ba0308
scannedonly-0.16.tar.gz
Posted Feb 4, 2010
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: This release fixes a bug in the excludepatterns option of the scanning daemon, and a bug in the VFS module if a directory was listed without read permissions. The logging was further improved.
tags | tool, scanner
systems | unix
SHA-256 | 36bbeb8e0dffd23614f18a8a84463792851de876f7b2ae15b8d506a7907457cb
Scannedonly Samba VFS Module 0.15
Posted Oct 16, 2009
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: This release adds compatibility with samba 3.4. There are no other changes.
tags | tool, scanner
systems | unix
SHA-256 | 9842b07d7ecd6d2ebf5d42b180dc29e13e74b4b56dd66cf96d7cdb6a0a156b70
Scannedonly Samba VFS Module
Posted May 8, 2009
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

Changes: This release adds compatibility for ClamAV 0.95. It also features a large performance improvement when opening a directory with a very large number of unscanned files. The network protocol between the samba VFS module and the scanning server has changed because of this.
tags | tool, scanner
systems | unix
SHA-256 | 295c9c8536bfbf130539ed16188c4751818f3277031ef59a8646a039f47c2b21
Scannedonly Samba VFS Module
Posted Mar 2, 2009
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

tags | tool, scanner
systems | unix
SHA-256 | d7321683ba9dc13f69b40c25ff050442c76e905d1544370951381ef698300613
Scannedonly Samba VFS Module
Posted Feb 5, 2009
Authored by Olivier Sessink | Site olivier.sessink.nl

Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan. Scannedonly comes in two parts: a Samba VFS module and (one or more) daemons. The daemon scans files and marks them when they are known to be clean. The samba module simply filters out files that aren't marked clean.

tags | tool, scanner
systems | unix
SHA-256 | 9ce9c0fc5de9173c30ea4e53ff3bea5c330c99325454f89e30e2d70b0704619f
Page 1 of 1
Back1Next

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close