summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-0/+1
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-367/+242
* Move over to RELEASE branch.Jeremy Allison2002-02-011-50/+61
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-79/+94
* Syncup getting ready for release.Jeremy Allison2001-07-061-104/+109
* configure:Jeremy Allison2001-04-131-0/+10
* smbd/posix_acls.c: Ensure we never return an access deny ACL.Jeremy Allison2001-03-261-0/+5
* include/dlinklist.h: Allow link to end of list.Jeremy Allison2001-03-191-2/+2
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-2/+0
* include/vfs.h:Jeremy Allison2001-01-231-1/+11
* Added missing OLD_NTDOMAIN to fix compiler warnings.Jeremy Allison2000-12-081-0/+2
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-0/+18
* Merge of the printing fixes from HEAD to 2.2.Jeremy Allison2000-11-151-36/+61
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-8/+14
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-0/+2
* We now use our own vfs layer to do get/set acl calls (hurrah!).Jeremy Allison2000-10-061-40/+40
* Inlined several vfs_XXX calls to smb_macros for speed.Jeremy Allison2000-10-061-63/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-30/+32
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-5/+38
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-0/+24
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-25/+388
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-301-0/+9
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+3
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison2000-05-051-1/+0
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-2/+7
* 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