Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed problems with PWD - we no longer use the PWD env variable | Andrew Tridgell | 1998-10-23 | 1 | -2/+0 |
| | | | | | | instead the shared variable area is used. this fixes problems with /bin/sh under solaris | ||||
* | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 1998-10-19 | 1 | -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 | ||||
* | use 1 second resolution calls if possible | Andrew Tridgell | 1998-10-08 | 1 | -0/+1 |
| | |||||
* | implemented attribute mapping and chmod. file attributes are mapped in | Andrew Tridgell | 1998-10-06 | 1 | -2/+2 |
| | | | | the same manner as smbd. See the README for a full explanation. | ||||
* | add support for dup() and dup2() | Andrew Tridgell | 1998-10-04 | 1 | -3/+9 |
| | |||||
* | modified cli_read() and cli_write() to issue multiple outstanding | Andrew Tridgell | 1998-10-04 | 1 | -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. | ||||
* | use dummy file descriptors opened on /dev/null to ensure that the smbw | Andrew Tridgell | 1998-10-04 | 1 | -2/+1 |
| | | | | file descriptor allocation order is identical to the kernels. | ||||
* | more smbw cleanups. | Andrew Tridgell | 1998-10-04 | 1 | -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 | ||||
* | - split smbw directory code into smbw_dir.c | Andrew Tridgell | 1998-10-04 | 1 | -0/+26 |
| | | | | | - fixed a bug in the handling of multiple connections to different servers | ||||
* | added a bit more to the docs | Andrew Tridgell | 1998-10-03 | 1 | -1/+1 |
| | |||||
* | added lseek() to smbwrapper | Andrew Tridgell | 1998-10-03 | 1 | -1/+1 |
| | |||||
* | added basic chmod(), chown() and utime() support (not fully | Andrew Tridgell | 1998-10-03 | 1 | -0/+1 |
| | | | | | | | implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem | ||||
* | lots of improvements to smbwrapper. It now works with Samba, Win95 and | Andrew Tridgell | 1998-10-03 | 1 | -0/+2 |
| | | | | WinNT servers, and correctly lists share names in /smb/SERVER/ | ||||
* | the guts of the smbwrapper code. I may change the layout of this at | Andrew Tridgell | 1998-10-02 | 1 | -0/+28 |
some stage. |