summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+3
2000-05-05Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison1-1/+0
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-2/+7
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-1/+6
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-4/+3
2000-02-04Fix some compile warnings.Tim Potter1-0/+7
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-2/+2
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter1-0/+450
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-379/+0
1999-07-22Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1-4/+7
1999-04-20Rewrite of VFS initialisation routines.Tim Potter1-101/+114
1999-04-14Removed unused vfs_read_data() function at the request of tridge.Tim Potter1-49/+0
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1-0/+2
1999-04-05Disable VFS routines if no libdl available.Tim Potter1-3/+6
1999-04-04Wrote VFS initialisation routines.Tim Potter1-0/+407