summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs-wrap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-5/+106
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-27/+25
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-11/+1
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-0/+46
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-0/+5
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-0/+8
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-041-2/+6
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-031-0/+295
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-304/+0
* Fix compiler warning.Tim Potter1999-05-061-3/+104
* Added dummy connect and disconnect VFS operations to avoid theTim Potter1999-04-201-2/+17
* Always do a compile before CVS commit! )-:Tim Potter1999-04-081-1/+1
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-0/+8
* Under IRIX, a void function may return a value, even if that value isTim Potter1999-04-051-1/+1
* Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1999-04-041-0/+180