summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs-wrap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison1-0/+5
2007-10-10r11190: Fix enhancement request #3192.Jeremy Allison1-1/+1
2007-10-10r10186: More 64-bit warning fixes.Jeremy Allison1-1/+1
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-7/+7
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-3/+3
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+35
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison1-1/+1
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>.Jeremy Allison1-1/+1
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-4/+27
2004-03-07Merge from HEAD.Tim Potter1-0/+4
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-120/+200
2003-11-21Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison1-5/+95
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison1-30/+36
2003-06-06Added EA operations to VFS layer.Jeremy Allison1-0/+64
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-4/+4
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-2/+12
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-13/+13
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy1-6/+14
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-6/+14
2003-05-11Fix VFS layer:Alexander Bokovoy1-83/+93
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison1-5/+16
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+15
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+2
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-2/+4
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-156/+10
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison1-3/+113
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison1-7/+11
2002-03-02Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison1-5/+18
2002-02-27Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter1-1/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-29Fix "strict allocate" to write the data out on ftruncate with extend.Jeremy Allison1-8/+70
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-0/+30
2001-09-05merge profile data changes from 2.2Herb Lewis1-6/+36
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-2/+2
2001-07-05this fixes the failure of MS office on VFAT partitions on LinuxAndrew Tridgell1-30/+29
2001-07-04The big character set handling changeover!Andrew Tridgell1-18/+18
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-0/+32
2001-04-14configure:Jeremy Allison1-1/+40
2001-03-26smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison1-1/+7
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-01-23include/vfs.h:Jeremy Allison1-0/+38
2000-12-08Fixed compiler warning.Jeremy Allison1-2/+2
2000-12-08Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison1-0/+2
2000-12-06Fixed compiler warning.Tim Potter1-2/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-4/+64
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-5/+106
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-27/+25
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison1-11/+1