summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-4/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-6/+6
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-3/+3
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam1-2/+0
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam1-2/+2
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam1-3/+3
2008-01-10Make casts to (void *) explicit to remove compiler warnings.Michael Adam1-1/+2
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam1-11/+9
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-9/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-2/+2
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam1-3/+3
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam1-1/+1
2007-12-29Apply some constVolker Lendecke1-4/+4
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-19Expose per-fsp extension talloc context.James Peach1-2/+14
2007-12-18Add a in-memory cacheVolker Lendecke1-111/+57
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-12/+0
2007-10-31Make explicit draining the socket on RECVFILE. AddJeremy Allison1-10/+8
2007-10-30Ensure we don't prematurely clean out the bytes read.Jeremy Allison1-4/+10
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-3/+29
2007-10-28Enable vfs objects = /full/path/to/object.soVolker Lendecke1-10/+36
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-31/+79
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-1/+1
2007-10-10r21131: Some notify fixesVolker Lendecke1-1/+6
2007-10-10r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke1-25/+0
2007-10-10r21063: All case statements are now NTSTATUS returningJeremy Allison1-0/+1
2007-10-10r20844: Somewhat radical change - this may break the build (I willJeremy Allison1-23/+17
2007-10-10r20340: Join vfs_MkDir to its only callerVolker Lendecke1-31/+0
2007-10-10r20228: Bring the calling conventions of inherit_access_acl and change_owner_...Volker Lendecke1-1/+3
2007-10-10r20227: Simplify logic in vfs_MkDir() a bitVolker Lendecke1-11/+15
2007-10-10r19147: This is WRONG, but the way the VFS works this is the only fix to get ...Volker Lendecke1-1/+1
2007-10-10r17348: Some C++ warningsVolker Lendecke1-3/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-137/+80
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-0/+2
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-0/+1
2007-10-10r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison1-1/+1
2007-10-10r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison1-1/+1
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison1-0/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-10/+10
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-15/+24
2007-10-10r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison1-0/+66
2007-10-10r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison1-2/+4
2007-10-10r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter1-1/+1
2007-10-10r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison1-1/+3