summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
1998-10-04more smbw cleanups.Andrew Tridgell1-3/+33
- cleaned up prototyping. Unfortunately we can't auto-prototype wrapped.c because it replaces system functions. - split stat functions into smbw_stat.c (This used to be commit 04e92e692e49234df6fbbfd07a33b315ed62f0de)
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-0/+26
were getting unwieldy (This used to be commit a59d4e93da2cb2bb61a632ce85af0888a87a03e2)
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1-0/+1
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 Tridgell1-1/+2
(This used to be commit b85d96144728e8a29c7c1114462e28bf3b144b80)
1998-10-03lots of improvements to smbwrapper. It now works with Samba, Win95 andAndrew Tridgell1-0/+1
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 Tridgell1-0/+8
some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9)