summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-241-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-3/+3
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-2/+0
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-3/+3
* Make casts to (void *) explicit to remove compiler warnings.Michael Adam2008-01-101-1/+2
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-11/+9
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-091-9/+4
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-3/+3
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-1/+1
* Apply some constVolker Lendecke2007-12-291-4/+4
* Fix a C++ warningVolker Lendecke2007-12-211-1/+1
* Expose per-fsp extension talloc context.James Peach2007-12-191-2/+14
* Add a in-memory cacheVolker Lendecke2007-12-181-111/+57
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-12/+0
* Make explicit draining the socket on RECVFILE. AddJeremy Allison2007-10-311-10/+8
* Ensure we don't prematurely clean out the bytes read.Jeremy Allison2007-10-301-4/+10
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-3/+29
* Enable vfs objects = /full/path/to/object.soVolker Lendecke2007-10-281-10/+36
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-31/+79
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23761: Rename reduce_name to check_reduced_nameVolker Lendecke2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison2007-10-101-1/+1
* r21131: Some notify fixesVolker Lendecke2007-10-101-1/+6
* r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke2007-10-101-25/+0
* r21063: All case statements are now NTSTATUS returningJeremy Allison2007-10-101-0/+1
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-10-101-23/+17
* r20340: Join vfs_MkDir to its only callerVolker Lendecke2007-10-101-31/+0
* r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke2007-10-101-1/+3
* r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke2007-10-101-11/+15
* r19147: This is WRONG, but the way the VFS works this is the only fix to get ...Volker Lendecke2007-10-101-1/+1
* r17348: Some C++ warningsVolker Lendecke2007-10-101-3/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-137/+80
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-0/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-0/+1
* r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison2007-10-101-1/+1
* r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison2007-10-101-1/+1
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-101-0/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-10/+10
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-15/+24
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2007-10-101-0/+66
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2007-10-101-2/+4
* r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter2007-10-101-1/+1
* r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison2007-10-101-1/+3
* r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.Jeremy Allison2007-10-101-0/+3