Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support getcwd() in smbwrapper | Andrew Tridgell | 1998-10-03 | 3 | -1/+65 | |
| | ||||||
* | added mkdir() and rmdir() support | Andrew Tridgell | 1998-10-03 | 4 | -0/+151 | |
| | ||||||
* | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 1998-10-03 | 1 | -1/+17 | |
| | | | | filename | |||||
* | added a bit more to the docs | Andrew Tridgell | 1998-10-03 | 3 | -14/+25 | |
| | ||||||
* | added lseek() support for directories | Andrew Tridgell | 1998-10-03 | 3 | -3/+82 | |
| | ||||||
* | added lseek() to smbwrapper | Andrew Tridgell | 1998-10-03 | 2 | -7/+54 | |
| | ||||||
* | added basic chmod(), chown() and utime() support (not fully | Andrew Tridgell | 1998-10-03 | 6 | -3/+255 | |
| | | | | | | | implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem | |||||
* | added unlink() and rename() support to smbwrapper | Andrew Tridgell | 1998-10-03 | 9 | -57/+227 | |
| | ||||||
* | lots of improvements to smbwrapper. It now works with Samba, Win95 and | Andrew Tridgell | 1998-10-03 | 8 | -66/+271 | |
| | | | | 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 | 19 | -0/+1700 | |
some stage. |