summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-1/+6
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-4/+3
* Fix some compile warnings.Tim Potter2000-02-041-0/+7
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-2/+2
* 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