smb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 87
Smb4k 0.8.4
Smb4K is a SMB and CIFS (Windows) share browser for KDE. more>>
Smb4K is a SMB and CIFS (Windows) share browser for KDE.
Smb4k uses the Samba software suite to access the SMB and CIFS shares of the local network neighborhood.
Its purpose is to provide a program thats easy to use and has as many features as possible.
Main features:
- Scanning for (active) workgroups, hosts, and shares
- Mounting and unmounting of SMB and CIFS shares, including unmounting all shares at once
- Access to the files of a mounted SMB or CIFS share using Konqueror
- Auto-detection of external mounts/unmounts
- Remounting of recently used shares on program start
- Miscellaneous infos about the mounted SMB and CIFS shares
- Network search
- WINS server support
- Preview of shares
- Selectable look-up and search methods
- Default login
- Ability to execute mount and umount SUID root (using super or sudo)
- Special handling of homes shares
- Ability to bookmark favorite shares
- System tray icon
- Support of advanced Samba options
- Support of printer shares
Enhancements:
- Reintroduced Polish translation provided by Jerzy Trzeciak.
- Updated Turkish translation and improved smb4k_add.desktop file.
- Fixed missing functionality of the --ignore-existing argument of rsync.
- Fixed net rap server domain command that is incompatible with Samba 3.0.25 (and later?).
- Fixed Smb4KPasswordHandler::readAuth() that returned a pointer that was freed when the function exited.
- Fixed broken Smb4KPrint::print() function.
- Fixed a bug in the preview dialog.
- Fixed DCOP-related hanging of Smb4K during KDE start-up.
- Fixed a potential memory leak in the bookmark editor.
<<lessSmb4k uses the Samba software suite to access the SMB and CIFS shares of the local network neighborhood.
Its purpose is to provide a program thats easy to use and has as many features as possible.
Main features:
- Scanning for (active) workgroups, hosts, and shares
- Mounting and unmounting of SMB and CIFS shares, including unmounting all shares at once
- Access to the files of a mounted SMB or CIFS share using Konqueror
- Auto-detection of external mounts/unmounts
- Remounting of recently used shares on program start
- Miscellaneous infos about the mounted SMB and CIFS shares
- Network search
- WINS server support
- Preview of shares
- Selectable look-up and search methods
- Default login
- Ability to execute mount and umount SUID root (using super or sudo)
- Special handling of homes shares
- Ability to bookmark favorite shares
- System tray icon
- Support of advanced Samba options
- Support of printer shares
Enhancements:
- Reintroduced Polish translation provided by Jerzy Trzeciak.
- Updated Turkish translation and improved smb4k_add.desktop file.
- Fixed missing functionality of the --ignore-existing argument of rsync.
- Fixed net rap server domain command that is incompatible with Samba 3.0.25 (and later?).
- Fixed Smb4KPasswordHandler::readAuth() that returned a pointer that was freed when the function exited.
- Fixed broken Smb4KPrint::print() function.
- Fixed a bug in the preview dialog.
- Fixed DCOP-related hanging of Smb4K during KDE start-up.
- Fixed a potential memory leak in the bookmark editor.
Download (1.0MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
841 downloads
SMB for FUSE 0.8.4
SMB for FUSE is a tool for mounting the network neighbourhood. more>>
With SMB for Fuse you can seamlessly browse your network neighbourhood as were it on your own filesystem.
Instead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once. Only when youre accessing a share a connection is made.
Main features:
- Browsing workgroups/hosts and shares from any application
- Streaming of files (movies/music)
- Browsing the network is fast because all hosts and shares are cached
Other solutions as GnomeVFS or KIO slaves provide a similar solution, but have a few disadvantages:
- Programs need to be rewritten to make them network transparent.
- KIO Slaves cannot stream files making movie/music playing over LAN impossible.
- Gnome VFS just is unstable on my system, although is offers streaming.
- Automounting shares is possible, but you cannot see more than 8 at a time, because NT Workstation limits the number of connections its also a lot slower.
<<lessInstead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once. Only when youre accessing a share a connection is made.
Main features:
- Browsing workgroups/hosts and shares from any application
- Streaming of files (movies/music)
- Browsing the network is fast because all hosts and shares are cached
Other solutions as GnomeVFS or KIO slaves provide a similar solution, but have a few disadvantages:
- Programs need to be rewritten to make them network transparent.
- KIO Slaves cannot stream files making movie/music playing over LAN impossible.
- Gnome VFS just is unstable on my system, although is offers streaming.
- Automounting shares is possible, but you cannot see more than 8 at a time, because NT Workstation limits the number of connections its also a lot slower.
Download (0.11MB)
Added: 2006-02-11 License: GPL (GNU General Public License) Price:
1353 downloads
mkautosmb 1.1.17
mkautosmb makes the local SMB network browsable from Linux. more>>
mkautosmb makes the local SMB network browsable from Linux.
Main features:
- Autodetects hosts and shares on local (windows) network.
- Support for CIFS.
- Auto-discovery mode. No PDC required (but can be used also).
- Handles hosts with multiple IPs; the one on the current sub net will be used.
- Sets up autofs configuration for automatically mounting shares.
- Creates virtual hierarchy, e.g. /net using symbolic links, so shares are visible when browsing.
- Possible to specify several diffrent mounting options, including set login, file/dir mask uid and gid.
- Excluding, by pattern, of whole hosts or specific shares.
- Multi-threaded for really speedy updates.
Enhancements:
- Fixes to mount options for cifs. Note: in some kernels (at least in 2.4.22), cifs does not recognize mount option credentials although it should.
- Added invocation of modprobe during check for file system support.
- If no file systems are found to be supported, mkautosmb will abort.
- Added patch provided by Martin ?erstr?. Fixes/Reimplements discovery mode. Now using nmblookup broadcast instead of smbtree.
<<lessMain features:
- Autodetects hosts and shares on local (windows) network.
- Support for CIFS.
- Auto-discovery mode. No PDC required (but can be used also).
- Handles hosts with multiple IPs; the one on the current sub net will be used.
- Sets up autofs configuration for automatically mounting shares.
- Creates virtual hierarchy, e.g. /net using symbolic links, so shares are visible when browsing.
- Possible to specify several diffrent mounting options, including set login, file/dir mask uid and gid.
- Excluding, by pattern, of whole hosts or specific shares.
- Multi-threaded for really speedy updates.
Enhancements:
- Fixes to mount options for cifs. Note: in some kernels (at least in 2.4.22), cifs does not recognize mount option credentials although it should.
- Added invocation of modprobe during check for file system support.
- If no file systems are found to be supported, mkautosmb will abort.
- Added patch provided by Martin ?erstr?. Fixes/Reimplements discovery mode. Now using nmblookup broadcast instead of smbtree.
Download (0.026MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1467 downloads
smbsniffer 0.1-2
smbsniffer is an NMB sniffer. more>>
smbsniffer is an NMB sniffer. It should ceep an internal list of computers seen, and be able to print the list to a file at a given rate. It should be able to log the wanted output to a file also (i.e. log all registrations or log all requests) Being able to reject unknown MAC/IP-addresses registering a known NMB-name. You can do SMB-sniffing too, not just NMB, i.e. file-dumping - login-tracking, etc.
A system that you can compile c-source on with libpcap on some flavour of unix. This has been tested on:
Linux (2.x)
Enhancements:
- updating readmes and stuff, alot more code now - it is capable of detecting the traffic that ive managed to create; NetBios-NS traffic that is!
- Still hopin for a future thatll include reserving certain names for certain ip/MAC-addys,
- and filesnarfing.
<<lessA system that you can compile c-source on with libpcap on some flavour of unix. This has been tested on:
Linux (2.x)
Enhancements:
- updating readmes and stuff, alot more code now - it is capable of detecting the traffic that ive managed to create; NetBios-NS traffic that is!
- Still hopin for a future thatll include reserving certain names for certain ip/MAC-addys,
- and filesnarfing.
Download (0.082MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
smblansearch 0.1.3
smblansearch is set of integrated tools that help you to find and download files you need on samba shares. more>>
smblansearch is set of integrated tools that help you to find and download files you need on samba shares.
It consists of:
sls_main - frontend for sls_scanner
sls_scanner - console smb-scanner
qsmbdownloader - simple smb-downloader, that supports resuming and recursive downloads.
Enhancements:
- added size filtering
- sls_main sends workgroup name to sls_scanner now. this should fix bug with smblansearch and domain
<<lessIt consists of:
sls_main - frontend for sls_scanner
sls_scanner - console smb-scanner
qsmbdownloader - simple smb-downloader, that supports resuming and recursive downloads.
Enhancements:
- added size filtering
- sls_main sends workgroup name to sls_scanner now. this should fix bug with smblansearch and domain
Download (0.10MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1065 downloads
Filesys::SmbClient 3.1
Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so more>>
Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so
SYNOPSIS
use POSIX;
use Filesys::SmbClient;
my $smb = new Filesys::SmbClient(username => "alian",
password => "speed",
workgroup => "alian",
debug => 10);
# Read a file
my $fd = $smb->open("smb://jupiter/doc/general.css", 0666);
while (defined(my $l= $smb->read($fd,50))) {print $l; }
$smb->close(fd);
# ...
See section EXAMPLE for others scripts.
Provide interface to access routine defined in libsmbclient.so provided with Samba.
Since 3.0 release of this package, you need a least samba-3.0.2. For prior release of Samba, use Filesys::SmbClient version 1.x.
For old and 2.x release, this library is available on Samba source, but is not build by default. Do "make bin/libsmbclient.so" in sources directory of Samba to build this libraries. Then copy source/include/libsmbclient.h to /usr/local/samba/include and source/bin/libsmbclient.so to /usr/local/samba/lib before install this module.
If you want to use filehandle with this module, you need Perl 5.6 or later.
When a path is used, his scheme is :
sm
b://server/share/rep/doc
<<lessSYNOPSIS
use POSIX;
use Filesys::SmbClient;
my $smb = new Filesys::SmbClient(username => "alian",
password => "speed",
workgroup => "alian",
debug => 10);
# Read a file
my $fd = $smb->open("smb://jupiter/doc/general.css", 0666);
while (defined(my $l= $smb->read($fd,50))) {print $l; }
$smb->close(fd);
# ...
See section EXAMPLE for others scripts.
Provide interface to access routine defined in libsmbclient.so provided with Samba.
Since 3.0 release of this package, you need a least samba-3.0.2. For prior release of Samba, use Filesys::SmbClient version 1.x.
For old and 2.x release, this library is available on Samba source, but is not build by default. Do "make bin/libsmbclient.so" in sources directory of Samba to build this libraries. Then copy source/include/libsmbclient.h to /usr/local/samba/include and source/bin/libsmbclient.so to /usr/local/samba/lib before install this module.
If you want to use filehandle with this module, you need Perl 5.6 or later.
When a path is used, his scheme is :
sm
b://server/share/rep/doc
Download (0.050MB)
Added: 2007-04-25 License: Perl Artistic License Price:
930 downloads
Filesys::SmbClientParser 2.7
Filesys::SmbClientParser is a Perl client to reach Samba ressources with smbclient. more>>
Filesys::SmbClientParser is a Perl client to reach Samba ressources with smbclient.
SYNOPSIS
use Filesys::SmbClientParser;
my $smb = new Filesys::SmbClientParser
(undef,
(
user => Administrateur,
password => password
));
# Or like -A parameters:
$smb->Auth("/home/alian/.smbpasswd");
# Set host
$smb->Host(jupiter);
# List host available on this network machine
my @l = $smb->GetHosts;
foreach (@l) {print $_->{name},"t",$_->{comment},"n";}
# List share disk available
my @l = $smb->GetShr;
foreach (@l) {print $_->{name},"n";}
# Choose a shared disk
$smb->Share(games2);
# List content
my @l = $smb->dir;
foreach (@l) {print $_->{name},"n";}
# Send a Winpopup message
$smb->sendWinpopupMessage(jupiter,"Hello world !");
# File manipulation
$smb->cd(jdk1.1.8);
$smb->get("COPYRIGHT");
$smb->mkdir(tata);
$smb->cd(tata);
$smb->put("COPYRIGHT");
$smb->del("COPYRIGHT");
$smb->cd(..);
$smb->rmdir(tata);
# Archive method
$smb->tar(c,/tmp/jdk.tar);
$smb->cd(..);
$smb->mkdir(tatz);
$smb->cd(tatz);
$smb->tar(x,/tmp/jdk.tar);
See test.pl file for others examples.
SmbClientParser work with output of bin smbclient, so it doesnt work on win platform. (but query of win platform work of course)
A best method is work with a samba shared librarie and xs language, but on Nov.2000 (Samba version prior to 2.0.8) there is no public interface and shared library defined in Samba projet.
Request has been submit and accepted on Samba-technical mailing list, so Ive build another module called Filesys-SmbClient that use features of this library. (libsmbclient.so)
For Samba client prior to 2.0.8, use this module !
SmbClientParser is adapted from SMB.pm make by Remco van Mook mook@cs.utwente.nl on smb2www project.
<<lessSYNOPSIS
use Filesys::SmbClientParser;
my $smb = new Filesys::SmbClientParser
(undef,
(
user => Administrateur,
password => password
));
# Or like -A parameters:
$smb->Auth("/home/alian/.smbpasswd");
# Set host
$smb->Host(jupiter);
# List host available on this network machine
my @l = $smb->GetHosts;
foreach (@l) {print $_->{name},"t",$_->{comment},"n";}
# List share disk available
my @l = $smb->GetShr;
foreach (@l) {print $_->{name},"n";}
# Choose a shared disk
$smb->Share(games2);
# List content
my @l = $smb->dir;
foreach (@l) {print $_->{name},"n";}
# Send a Winpopup message
$smb->sendWinpopupMessage(jupiter,"Hello world !");
# File manipulation
$smb->cd(jdk1.1.8);
$smb->get("COPYRIGHT");
$smb->mkdir(tata);
$smb->cd(tata);
$smb->put("COPYRIGHT");
$smb->del("COPYRIGHT");
$smb->cd(..);
$smb->rmdir(tata);
# Archive method
$smb->tar(c,/tmp/jdk.tar);
$smb->cd(..);
$smb->mkdir(tatz);
$smb->cd(tatz);
$smb->tar(x,/tmp/jdk.tar);
See test.pl file for others examples.
SmbClientParser work with output of bin smbclient, so it doesnt work on win platform. (but query of win platform work of course)
A best method is work with a samba shared librarie and xs language, but on Nov.2000 (Samba version prior to 2.0.8) there is no public interface and shared library defined in Samba projet.
Request has been submit and accepted on Samba-technical mailing list, so Ive build another module called Filesys-SmbClient that use features of this library. (libsmbclient.so)
For Samba client prior to 2.0.8, use this module !
SmbClientParser is adapted from SMB.pm make by Remco van Mook mook@cs.utwente.nl on smb2www project.
Download (0.013MB)
Added: 2007-04-25 License: Perl Artistic License Price:
915 downloads
fusemb 0.1
fusemb is a software for easier Microsoft network connectivity. more>>
fusemb is a small daemon which maps Microsoft network hierarchy into Unix filesystem subtree, using libsmbclient to obtain information about entries in the SMB network and FUSE (Filesystem In UserSpace) to allow seamless network browsing using standard Unix ways.
Main features:
- fusemb uses C++ instead of Python
- fusemb supports browsing on three levels (Workgroup/Server/Share) only, and access to shares and below is done via smbmounting relevant //SERVER/SHARE into fuse-supported directory.
<<lessMain features:
- fusemb uses C++ instead of Python
- fusemb supports browsing on three levels (Workgroup/Server/Share) only, and access to shares and below is done via smbmounting relevant //SERVER/SHARE into fuse-supported directory.
Download (0.33MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1662 downloads
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
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
Xfsamba 4.3.3.1
Xfsamba is an SMB (Windows) network navigator with upload, download, rm, rmdir, mkdir, and tar capabilities. more>>
Xfsamba is an SMB (Windows) network navigator with upload, download, rm, rmdir, mkdir, and tar capabilities.
Xfsamba does not need to mount remote Windows shares. Drag and drop is enabled for file uploads/downloads.
Enhancements:
- A deskview GUI was added.
- Popup tips for the iconview GUI were added.
<<lessXfsamba does not need to mount remote Windows shares. Drag and drop is enabled for file uploads/downloads.
Enhancements:
- A deskview GUI was added.
- Popup tips for the iconview GUI were added.
Download (4.9MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1535 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
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
SambaLink/Q 2.0.2
SambaLink/Q is an application for editing the smb.conf file. more>>
SambaLink/Q is an application for editing the sometimes confusing and rather complex smb.conf file for Samba. SambaLink/Q 2.0.1 is Linux only and for Qt 3.
Main features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
<<lessMain features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
Download (0.085MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1213 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 smb 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