summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 03:56:09 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 03:56:09 +0000
commit4be0416cfa4184e5bde4ef2232bd2c339e759533 (patch)
tree7065eba537b420f7f465675873c82765982709ed /source3/smbwrapper/README
parentf36d5c8bbfe4cfcbabb45d7004ed463f90c34f65 (diff)
downloadsamba-4be0416cfa4184e5bde4ef2232bd2c339e759533.tar.gz
samba-4be0416cfa4184e5bde4ef2232bd2c339e759533.tar.bz2
samba-4be0416cfa4184e5bde4ef2232bd2c339e759533.zip
updated README
(This used to be commit 507646d4e54665cb6ce5ba2aa35d72d95cdd8e81)
Diffstat (limited to 'source3/smbwrapper/README')
-rw-r--r--source3/smbwrapper/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/source3/smbwrapper/README b/source3/smbwrapper/README
index b2236eb8c9..08b2dc84f6 100644
--- a/source3/smbwrapper/README
+++ b/source3/smbwrapper/README
@@ -2,14 +2,18 @@ This is a prelodable shared library that provides SMB client services
for existing executables. Using this you can simulate a smb
filesystem.
-Currently this code only works on Linux with glibc2 (tested on
-RH5.1). Eventually I hope to make it portable to lots of OSes but at
-the moment if you don't have Linux then don't even try to use it.
+Currently this code has only been tested on:
+
+- Linux 2.0 with glibc2 (RH5.1)
+- Linux 2.1 with glibc2
+- Solaris 2.5.1 with gcc
+- Solaris 2.6 with gcc
+
+It probably won't run on other systems without some porting.
To use it you need to do this:
-1) build smbwrapper.so using the command "make smbwrapper/smbwrapper.so"
-2) edit smbsh and set the LIBDIR line to point to the smbwrapper directory
+1) build smbwrapper.so using the command "make smbwrapper"
3) run smbsh
then try to access /smb/SERVER for some SMB server name and see what
@@ -28,6 +32,7 @@ things that I know don't work:
anything executing from the share
anything that uses mmap
+ redirection within shells to smbsh files
If you want to help with the development of this code then join the
samba-technical mailing list.