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