summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1-1/+1
1998-10-03fixed wrapper for access(). This gets xedit working.Andrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell1-0/+36
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell1-0/+87
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+17
1998-10-03added lseek() support for directoriesAndrew Tridgell1-3/+46
1998-10-03added lseek() to smbwrapperAndrew Tridgell1-6/+53
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1-3/+158
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-50/+149
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1-66/+214
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell1-0/+1005