summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
1998-10-04drat. We can't include sys/fcntl.h because that givesAndrew Tridgell1-1/+0
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC. uggh. (This used to be commit cfc06af0b770d6638ba131501f9ea5a5c28cec3b)
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1-0/+5
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-0/+7
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
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)