phoenux samba
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 153
Pnxsmbtool (PhoeNUX SAMBA tool) 0.0.4
Pnxsmbtool project is a simple wizard for setting up a Samba server that can be used for a home or small office network. more>>
Pnxsmbtool project 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).
<<lessIt 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).
Download (0.024MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1006 downloads
Other version of Pnxsmbtool
License:GPL (GNU General Public License)
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
<<lessPySamba 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
Download (0.025MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
919 downloads
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
<<lessCurrently 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
Download (0.80MB)
Added: 2006-05-29 License: Freely Distributable Price:
1243 downloads
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
-
<<lesssamba-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
-
Download (0.16MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
698 downloads
PerSeO Linux 0.1
PerSeO Linux is a operating system of the CeSeNA group. more>>
PerSeO is the official, Knoppix-based Linux distribution of the CeSeNA group. The version currently under development is v0.1 beta Live Professional, which will be accessible from both the command line and a remote administration interface.
Main features:
- KDE 3.2: the famous user-friendly graphical interface
- Network Tools: several network-related applications (e.g. nmap, ethereal, wireless tools etc.)
- Messenger software: could be useful
- Commonly used servers: Samba, Apache, DHCP, etc.
- IENA: an innovative, security-oriented software (a PerSeO exclusive) created by Marco Ramilli
- RoboAdmin: an original tool for securing remote administration based on IRC protocol (a PerSeO exclusive) created by Marco Ramilli
- SpamAssassin: the best anti-spam tool
- ClamAV: a powerful and open-source antivirus software
<<lessMain features:
- KDE 3.2: the famous user-friendly graphical interface
- Network Tools: several network-related applications (e.g. nmap, ethereal, wireless tools etc.)
- Messenger software: could be useful
- Commonly used servers: Samba, Apache, DHCP, etc.
- IENA: an innovative, security-oriented software (a PerSeO exclusive) created by Marco Ramilli
- RoboAdmin: an original tool for securing remote administration based on IRC protocol (a PerSeO exclusive) created by Marco Ramilli
- SpamAssassin: the best anti-spam tool
- ClamAV: a powerful and open-source antivirus software
Download (630MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1362 downloads
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.
<<lessA 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.
Download (MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
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.
<<lessSamba 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.
Download (17.3MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
505 downloads
GSAMBAD 0.1.7
GSAMBAD is a frontend for the Samba file and print server. more>>
GSAMBAD is a frontend for the Samba file and print server. GSAMBAD project features multiple local and remote user and group imports, on the fly share creation, and user handling, including randomization of usernames and passwords.
<<less Download (0.35MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
816 downloads
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.
<<lessPersonalbackup uses a web frontend for the users and administrators. No client software is needed at all to pull backups of your critical data.
Download (2.21MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
Samba::LDAP 0.03
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. more>>
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend.
SYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
<<lessSYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1016 downloads
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.
<<lessIt 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.
Download (3.0MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1505 downloads
smbfax 1.5
smbfax is sends a fax to a Samba print share without any Win32 client software. more>>
smbfax is a Unix server which allows you to print via Samba from a Windows client to a hylafax-controlled faxmodem on your server without any additional Win32 software for the client.
Its as easy as File->Print from an application, choose the network fax printer, then check your emails INBOX. You can also view and delete jobs via the standard Windows methods.
Main features:
- Allows users to "print" a document to a network printer. The Samba server then sends the document to smbfax, which prepares it and sends an e-mail to the owner inviting her to complete the fax via a web interface. The user then clicks on the provided link, fills in the fax information (recipient, comment, coverpage options, etc.) and clicks on the "send" button.
- Allows users to manage the send (outgoing) fax queue using the standard Windows method of managing print jobs (you can even select your own jobs and kill them with the delete key)
- You *dont* need to install any client software at all; no need to upgrade WINSOCK.DLL to the latest version or have some systray app running to intercept print jobs. You dont have to use any special drag-and-drop software or e-mail/web gateways with confusing attachments.
- Weve been running it for a (little) while here without any problems, it works just great;
- Its as easy as Print => Check Email
System requirements:
- Hylafax
- Perl 5.004 or better (Plus some modules)
- Apache or any other CGI-BIN webserver
- Samba
- A good POSIX system (tested under linux-2.2.16)
<<lessIts as easy as File->Print from an application, choose the network fax printer, then check your emails INBOX. You can also view and delete jobs via the standard Windows methods.
Main features:
- Allows users to "print" a document to a network printer. The Samba server then sends the document to smbfax, which prepares it and sends an e-mail to the owner inviting her to complete the fax via a web interface. The user then clicks on the provided link, fills in the fax information (recipient, comment, coverpage options, etc.) and clicks on the "send" button.
- Allows users to manage the send (outgoing) fax queue using the standard Windows method of managing print jobs (you can even select your own jobs and kill them with the delete key)
- You *dont* need to install any client software at all; no need to upgrade WINSOCK.DLL to the latest version or have some systray app running to intercept print jobs. You dont have to use any special drag-and-drop software or e-mail/web gateways with confusing attachments.
- Weve been running it for a (little) while here without any problems, it works just great;
- Its as easy as Print => Check Email
System requirements:
- Hylafax
- Perl 5.004 or better (Plus some modules)
- Apache or any other CGI-BIN webserver
- Samba
- A good POSIX system (tested under linux-2.2.16)
Download (0.011MB)
Added: 2005-04-20 License: Artistic License Price:
1647 downloads
Popper 1.0
Popper is a small and simple solution to messaging between Linux and Windows-based machines. more>>
Popper is a small and simple solution to messaging between Linux and Windows-based machines.
It sits quietly in the system tray and pops up a message should one be received from a computer on the network.
All 32-bit Windows variants come with some sort of messaging program compatible with these kind of messages, and there are several available for Linux.
Samba provides the neccessary magic of sending and receiving.
Enhancements:
- Fixed problems with changing workgroup.
- Aded configurable initial search host.
<<lessIt sits quietly in the system tray and pops up a message should one be received from a computer on the network.
All 32-bit Windows variants come with some sort of messaging program compatible with these kind of messages, and there are several available for Linux.
Samba provides the neccessary magic of sending and receiving.
Enhancements:
- Fixed problems with changing workgroup.
- Aded configurable initial search host.
Download (0.34MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1142 downloads
KSambaPlugin 0.5
KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server. more>>
KSambaPlugin is a KDE 3 plugin for configuring a SAMBA server. It consists of two plugins, a KControl Center module for all SAMBA options and a Konqueror properties dialog plugin
for quickly configuring the SAMBA share options of a directory.
It is meant to be a full SAMBA configuration tool (Since v0.3a).
KSambaPlugin is an official part of KDE since KDE 3.3. It is included in the kdenetwork package, and there will be no separate releases anymore.
<<lessfor quickly configuring the SAMBA share options of a directory.
It is meant to be a full SAMBA configuration tool (Since v0.3a).
KSambaPlugin is an official part of KDE since KDE 3.3. It is included in the kdenetwork package, and there will be no separate releases anymore.
Download (0.39MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1605 downloads
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.
<<lessThe 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.
Download (0.010MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above phoenux samba search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed