summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-031-0/+450
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-379/+0
* Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1999-07-221-4/+7
* Rewrite of VFS initialisation routines.Tim Potter1999-04-201-101/+114
* Removed unused vfs_read_data() function at the request of tridge.Tim Potter1999-04-141-49/+0
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-0/+2
* Disable VFS routines if no libdl available.Tim Potter1999-04-051-3/+6
* Wrote VFS initialisation routines.Tim Potter1999-04-041-0/+407