summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs-wrap.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-0/+8
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison1-2/+6
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter1-0/+295
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-304/+0
1999-05-06Fix compiler warning.Tim Potter1-3/+104
1999-04-20Added dummy connect and disconnect VFS operations to avoid theTim Potter1-2/+17
1999-04-08Always do a compile before CVS commit! )-:Tim Potter1-1/+1
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1-0/+8
1999-04-05Under IRIX, a void function may return a value, even if that value isTim Potter1-1/+1
1999-04-04Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1-0/+180