summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Collapse)AuthorFilesLines
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell4-0/+151
(This used to be commit ce748e5ea94380147a01de8235b343c7e2852bee)
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+17
filename (This used to be commit 5674fb4e9dc4d92213d763c8cecd26efc23a9720)
1998-10-03added a bit more to the docsAndrew Tridgell3-14/+25
(This used to be commit e040047c647df3991becbf2b45de785fc875d1ff)
1998-10-03added lseek() support for directoriesAndrew Tridgell3-3/+82
(This used to be commit 67ca971b0b00b5256b0af2c1c5777c393f9cef0b)
1998-10-03added lseek() to smbwrapperAndrew Tridgell2-7/+54
(This used to be commit 752e90b24f37d4697b87c65a53b45799c21ecab7)
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell6-3/+255
implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem (This used to be commit e5c3f36ef2e8fc0195d70b2f5db7d88d9ae4507a)
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell9-57/+227
(This used to be commit b85d96144728e8a29c7c1114462e28bf3b144b80)
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell8-66/+271
WinNT servers, and correctly lists share names in /smb/SERVER/ (This used to be commit 1ea349728b8984bfe5cf5df41a87efbe17ff5ccd)
1998-10-02the guts of the smbwrapper code. I may change the layout of this atAndrew Tridgell19-0/+1700
some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9)