summaryrefslogtreecommitdiffstats
path: root/source3/smbwrapper/smbw.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Added a authentication hook to smbwrapper which allows a (username,Tim Potter2000-11-011-0/+10
| | | | | workgroup, password) tuple to be provided by another function. (This used to be commit 644c78d64a6d7b7e44414c579de660321a0a6b34)
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-231-2/+0
| | | | | | | instead the shared variable area is used. this fixes problems with /bin/sh under solaris (This used to be commit 4eb7b5c6a81447755dfa1be27479027333ed6f26)
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-191-1/+0
| | | | | | | - added a shared variable area based on a unlinked open file, and implement a general get/set interface to it - cache hostname lookups and master ip lookups in shared variable area (This used to be commit 279cbe69efd75450113d2da0da5e67b29f3702b1)
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-081-0/+1
| | | | (This used to be commit 349469221a84658048790d7567b4fcea43c0b759)
* implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1998-10-061-2/+2
| | | | | the same manner as smbd. See the README for a full explanation. (This used to be commit 0a5dcddd3fa23081d7cd214acc32b8046125a74e)
* add support for dup() and dup2()Andrew Tridgell1998-10-041-3/+9
| | | | (This used to be commit c5210cb0fffd406ef1809db8644b299bb661df4d)
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-0/+1
| | | | | | | | | | read/write requests for large reads. up to max_mux requests may be outstanding. This gives _much_ better throughput and should allow smbsh to saturate just about any network. this is an implementation of the "fast SMB" method I described on the CIFS list a couple of months back. (This used to be commit c728d1c5d6e4626d2f8e318eab4df32acc8cb505)
* use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1998-10-041-2/+1
| | | | | file descriptor allocation order is identical to the kernels. (This used to be commit 60a683465647932f7241ba9f92443d5e5294e20b)
* more smbw cleanups.Andrew Tridgell1998-10-041-0/+1
| | | | | | | - cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c (This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)
* - split smbw directory code into smbw_dir.cAndrew Tridgell1998-10-041-0/+26
| | | | | | - fixed a bug in the handling of multiple connections to different servers (This used to be commit a9f9d8c3d8c18a5ab4c18c1348ee9c8d643880fa)
* added a bit more to the docsAndrew Tridgell1998-10-031-1/+1
| | | | (This used to be commit e040047c647df3991becbf2b45de785fc875d1ff)
* added lseek() to smbwrapperAndrew Tridgell1998-10-031-1/+1
| | | | (This used to be commit 752e90b24f37d4697b87c65a53b45799c21ecab7)
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-031-0/+1
| | | | | | | | implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem (This used to be commit e5c3f36ef2e8fc0195d70b2f5db7d88d9ae4507a)
* lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1998-10-031-0/+2
| | | | | WinNT servers, and correctly lists share names in /smb/SERVER/ (This used to be commit 1ea349728b8984bfe5cf5df41a87efbe17ff5ccd)
* the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1998-10-021-0/+28
some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9)