Main > Free Download Search >

Free openantivirus samba vscan software for linux

openantivirus samba vscan

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 154
OpenAntiVirus samba-vscan 0.3.6b

OpenAntiVirus samba-vscan 0.3.6b


samba-vscan provides on-access scanning of Samba shares with ClamAV . more>>
samba-vscan provides on-access scanning of Samba shares with ClamAV (clamd and libclamav), F-Secure AV, FRISK F-Prot Daemon, Kaspersky AntiVirus, OpenAntiVirus.org ScannerDaemon, mks AntiVirus, NAI/McAfee VirusScan, Sophos Sweep (via Sophie), Symantec AntiVirus Engine (via ICAP), and Trend Micro (via Trophie). It supports Samba 2.2.x/3.0.x.
samba-vscan currently is made of ten Samba VFS modules:
vscan-fprotd - for use with F-Prot Daemon
vscan-icap - for use with an ICAP anti-virus service, currently only Symantec AntiVirus Engine 4.x is supported (this is alpha code and not yet for production environment!)
vscan-kavp - for use with Kaspersky AntiVirus (kavdaemon) via Kaspersky KAV client C library. vscan-kavp is a stripped-down version from vscan-kavp of Ries van Twisk). For the full-featured version please see http://www.rvt.dds.nl
vscan-mks - for use with mks32 via mks_vir Daemon
vscan-oav - for use with OpenAntiVirus.org ScannerDaemon
vscan-sophos - for use with Sophos Sweep via Sophie (http://www.vanja.com/tools)
vscan-trend - for use with Trend Micro FileScanner / InterScan VirusWall via Trophie (http://www.vanja.com/tools)
vscan-clamav - for use with Clam AntiVirus Daemon (clamd) or libclamav (http://www.clamav.net)
vscan-nai - for use with NAI/McAfee uvscan
vsan-fsav - for use with F-Secure AntiVirus (daemon)
vscan-symantec - for use with Symantec Anti Virus Engine Note: the vscan-symantec odule will statically linked against the symantec library. This lib is not covered by GPL and the resulting vscan-symantec VFS module may infringe the GPL of Samba! Due this reason, the vscan-symantec module will only be build if --with-symantec flag is used for ./configure
Enhancements:
- NEW, VERSION, ChangeLog: updated
- icap/vscan-icap.c: bugfix
- Released samba-vscan 0.3.6b
-
<<less
Download (0.16MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
698 downloads
OpenAntivirus ScannerDaemon 0.6.0

OpenAntivirus ScannerDaemon 0.6.0


ScannerDaemon is the virus scanner of the OpenAntivirus project. more>>
ScannerDaemon is the virus scanner of the OpenAntivirus project. You can send a filename to it via simple TCP and it will scan the file for viruses and tell you if the file is infected or not.
The ScannerDaemon listens on localhosts port 8127 for absolute filenames and absolute directorynames. It scans the files/all files in the directory and reports OK if no virus has been found or FOUND: if a virus has been detected.
You can start the ScannerDaemon simply by typing:
java -jar ScannerDaemon.jar
If you did not forget the Credo-files, it should come up and listen on port 8127. You can also give the name of the directory as a command-line parameter, like
java -jar ScannerDaemon.jar -credo.directory
Enhancements:
- Adaptions to new listener and filter scheme
- Bugfix: allow more than one signature file in one credo file
- Bugfix: close files used by UPXFilter
- Bugfix: wrong failure transitions
- Improvement: less memory consumption for nodes
- Improvement: UPXFilter scans uncompressed and compressed file
<<less
Download (0.12MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1206 downloads
Sambascan2 0.4.0

Sambascan2 0.4.0


Sambascan2 is a small bash-script, which can scan for SMB-shares in a given Netz. more>>
Sambascan2 is a small bash-script, which can scan for SMB-shares in a given Netz.
The project currently needs nmap, find, smbclient, sed and grep. If you know a less agressive way for scanning on port 139, please tell me, because I thing nmap is not so polite.
sambascan2 was only written to scan in public shares and not in private ones (this may change with the time).
It is possible, that the Share have a directory with other permissions than the one needed to access it. Check the permission of the wanted directory, and if Samba can access it as the public user.
Enhancements:
- This version adds the ability to scan password protected shares, using known logins and passwords for the host being scanned.
<<less
Download (0.010MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
Samba Commander 1.2.2

Samba Commander 1.2.2


Samba Commander is a text mode SMB network commander. more>>
Samba Commander is a text mode SMB network commander. In SMBC, you can browse the local network or you can use the search function to find the files.
You can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
<<less
Download (0.093MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
PySamba 1.0

PySamba 1.0


PySamba is a Python library that provides a full wrapper for the Samba CLI library provided with samba-3.0.24. more>>
PySamba is a Python library that provides a full wrapper for the Samba CLI library provided with samba-3.0.24.

PySamba is a full wrapper based in the work of Tim Potter. In fact, PySamba is built as a Python C extension over the cli library provided with samba-3.0.24 and a Python module that hides the complexity of the lower layer (smb) providing high-level commands like Mkdir or DiskAvail. At now, PySamba provides a fully functional samba wrapper, allowing the developer to interface any samba-capable device much like python’s ftplib does.

PySamba has been written by Juan M. Casillas and released under GNU GPL public License.

You need a gcc compiler, a python running environment (tested with 2.4.3) and the samba-3.0.24 sources. PySamba Has been developed under an UNIX environment (HP-UX) and tested against native NT shares.

Simple & Easy

from pysamba import * ... and go. Server login is encapsulated in the constructor, so just provide the require parameters, and start working with your favorite smb share. PySamba is easy to use, and easy to install.

Installation:

See the INSTALL file, but the installation process is the following:

Get Samba-3.0.24 and uncompress it.

copy py_smb.c and py_smb.h into samba-3.0.24/source/python replacing the existing files

go to samba-3.0.24/source and issue a configure --with-python=python. Then make , make install, make python_ext, make install This will install python’s dynamic library.

Import pysamba from the directory where pysamba is, or copy it to any place under the PYTHONPATH
<<less
Download (0.025MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
919 downloads
FerrisSambaModule 0.1.0

FerrisSambaModule 0.1.0


FerrisSambaModule is a VFS module for Samba 3.x. more>>
FerrisSambaModule is a VFS module for Samba 3.x which allows it to provide shares which use libferris as a data source.
Thus, anything libferris can access can be shared as a filesystem via Samba, including LDAP, PostgreSQL, XML files, sleepycat dbXML database, evolution mail client, and queries against libferris various indexes.
Enhancements:
- STLport use was made optional.
- Some fixes were made for mounting eaquery:// as a Samba share.
<<less
Download (0.28MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
SmbShareScan 0.8.5

SmbShareScan 0.8.5


SmbShareScan is an utility that scans Samba networks and builds a database you can query. more>>
Smbsharescan is a software to browse your network. His aim is to scan all the network and after you can search a file in, or navigate on the network.

SmbShareScan advantage is that is loaded in memory.

The library is multi-threaded for best performance. A GTK+ frontend is also provided.

<<less
Download (0.53MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1352 downloads
Samba 3.0.25c

Samba 3.0.25c


The Samba software suite is a collection of programs that implements the SMB protocol for unix systems. more>>
Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.

Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.

Samba is software that can be run on a platform other than Microsoft Windows, for example, Linux, OpenVMS, IBM System 390, UNIX, and other operating systems. Samba uses the TCP/IP protocol that is installed on the host server.

When correctly configured, it allows that host to interact with a Microsoft Windows client or server as if it is a Windows file and print server.

Samba is a software package that gives network administrators flexibility and freedom in terms of setup, configuration, and choice of systems and equipment.

Because of all that it offers, Samba has grown in popularity, and continues to do so, every year since its release in 1992.
<<less
Download (17.3MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
505 downloads
GoSAMBA 1.0.1

GoSAMBA 1.0.1


GoSamba is intended to handle the administration of SAMBA over the WWW. more>>
GoSamba project is intended to handle the administration of SAMBA over the WWW.
Currently it can:
- create/manage and drop SAMBA-Users
- create/manage and drop shares
- export CSV data
- config a whole SAMBA server over the WWW
- communicate in german language
<<less
Download (0.80MB)
Added: 2006-05-29 License: Freely Distributable Price:
1243 downloads
Pnxsmbtool 0.2

Pnxsmbtool 0.2


Pnxsmbtool is a simple wizard for setting up a Samba server that can be used for a home or small office network. more>>
Pnxsmbtool is a simple wizard for setting up a Samba server that can be used for a home or small office network.

It will be shipped with the not-yet-released PhoeNUX-OS distribution. So on other systems, it may take a bit of work to get the dependencies installed (see Requirements below).

<<less
Download (0.022MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1103 downloads
 
Other version of Pnxsmbtool
Pnxsmbtool (PhoeNUX SAMBA tool) 0.0.4Samba server that can be used for a home or small office network. Pnxsmbtool (PhoeNUX SAMBA tool ... wizard for setting up a Samba server that can be used for a home or small office network. It will be
License:GPL (GNU General Public License)
Download (0.024MB)
1006 downloads
Added: 2007-01-22
Samba TNG 0.4.99

Samba TNG 0.4.99


Samba TNG is a SMB fileserver that concentrates on NT RPC and PDC functionality. more>>
Samba TNG is another SMB server for Unix-like operating systems. This software is concentrating on MSRPC interoperatability with Windows NT, 2000, XP, and 2003.
It provides PDC support and tools to remotely administer NT servers and workstations. Note that Samba TNG is currently in a beta stage. If you need advanced file/print serving capabilities, you should opt for Samba classic.
Enhancements:
- As with release 0.4, we highly recommend a working iconv library.
- Iconv is bundled with some C libraries - notably GNU libc - and shipped with almost all
- Linux systems, and some Unix systems.
- If your system does not have an iconv library, or (like Solaris) only has a limited one, we highly recommend installing the GNU libiconv, which you can find at http://www.gnu.org/software/libiconv/ .
- Samba-TNG will still compile and run with its own iconv stubs, but this probably will not handle international character sets well, if at all.
<<less
Download (3.0MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1505 downloads
Samba Scanner / Mount / Umount 1.05

Samba Scanner / Mount / Umount 1.05


Samba Scanner / Mount / Umount is a tool to Scan Samba share from Host. more>>
Samba Scanner / Mount / Umount is a tool to Scan Samba share from Host.

Samba Scanner / Mount / Umount can found and mount remote share in local folder. Umount Share and Device from System.

<<less
Download (0.032MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1318 downloads
FreeNAS 0.69b4 / 0.686.4 Stable

FreeNAS 0.69b4 / 0.686.4 Stable


A Free NAS server that supports FTP, NFS protocols, Software RAID more>>
FreeNAS 0.69b4 / 0.686.4 Stable gives a program which is to support FTP, NFS protocols, Software RAID(0,1,5) with a Full WEB configuration interface. It takes less than 16MB once installed on Compact Flash, hard drive or USB key.

Enhancements:

  1. Upgrade to FreeBSD 6.4.
  2. Upgrade rsync to 3.0.4.
  3. Upgrade PHPMailer to 2.2.1.
  4. Upgrade Transmission to 1.34.
  5. Minors changes:
    • Add new attribute Temporary directory to UPnP WebGUI to define a directory used to store temporary trans-coded files.
    • Modify /etc/rc.d/samba script.
    • Add Who combo-box to RSYNC client/local jobs to select user which is used to execute this job.
    • Add Enable check-box to RSYNC client/local jobs to enable/disable them (FR 2123243).
    • Add hw.ata.to=15 to sys-ctrl to prevent TIMEOUT WRITE_DMA errors, e.g. when using APM for hard drives (FR 2101811).
  6. Bug fixes:
    • Fix bug in zone-info port.
    • Remove Samba --with-utmp build parameter. It causes a crash when accessing shares (BR 2118240).
    • Fix bug in Samba Make-file which causes various problems, e.g. it was not possible to join an AD domain.

Requirements: none

<<less
Download (59.3MB)
Added: 2008-10-01 License: Freeware Price: FREE
19 downloads
Samba-Gtk 0.1

Samba-Gtk 0.1


Samba-Gtk is a GTK+ frontend for Samba 4. more>>
Samba-Gtk is a GTK+ frontend for Samba 4.

A set of GTK+ applications that allow use of SMB- and related protocols. Current tools include a registry editor (local files and remote), DCE/RPC endpoint profiler, remote job planner (at/cron equivalent) and remote service manager.

Also contains a shared library with custom GTK+ widgets.

<<less
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
PersonalBackup 1.10

PersonalBackup 1.10


Personalbackup is a company-wide solution for backing up all your Windows machines and Samba shares. more>>
Personalbackup project is a company-wide solution for backing up all your Windows machines and Samba shares.

Personalbackup uses a web frontend for the users and administrators. No client software is needed at all to pull backups of your critical data.

<<less
Download (2.21MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5