summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/realcalls.h
AgeCommit message (Collapse)AuthorFilesLines
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1-6/+5
(This used to be commit e28f55c0a3386cdb0185f5252b54d10d2c2a1710)
1998-10-03drat.Andrew Tridgell1-1/+6
on Linux 2.0 libc detects the lack of getdents in the kernel and used opendir() etc. so we need to implement those ... it would be needed for a port to others OSes anyway I suppose. (This used to be commit e3fd861590dd27cc643c2d8d0cb5a5651c84d9ac)
1998-10-03added fchdir() supportAndrew Tridgell1-1/+1
(This used to be commit a42729dbf5414f54e5d623514533958c62ada5f6)
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell1-0/+2
(This used to be commit ce748e5ea94380147a01de8235b343c7e2852bee)
1998-10-03added lseek() support for directoriesAndrew Tridgell1-0/+1
(This used to be commit 67ca971b0b00b5256b0af2c1c5777c393f9cef0b)
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/+44
some stage. (This used to be commit 3f34a3cac817de19d227c36bc792db8b2c3798f9)