summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper
Commit message (Collapse)AuthorAgeFilesLines
...
* support getcwd() in smbwrapperAndrew Tridgell1998-10-033-1/+65
|
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-034-0/+151
|
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+17
| | | | filename
* added a bit more to the docsAndrew Tridgell1998-10-033-14/+25
|
* added lseek() support for directoriesAndrew Tridgell1998-10-033-3/+82
|
* added lseek() to smbwrapperAndrew Tridgell1998-10-032-7/+54
|
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-036-3/+255
| | | | | | | implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-039-57/+227
|
* lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1998-10-038-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 atAndrew Tridgell1998-10-0219-0/+1700
some stage.