summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs catia: Fix the double translation that was happening with createfile and ...Aravind Srinivasan2009-09-241-3/+5
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-2/+19
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-2/+3
* First patch for "new VFS" portabilityVolker Lendecke2009-07-251-5/+5
* add my copyright after the VFS rewriteVolker Lendecke2009-07-241-0/+1
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-32/+838
* Fix some nonempty blank linesVolker Lendecke2009-07-241-4/+4
* s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty2009-07-221-3/+16
* s3: Separate out a new file: filename_utils.cTim Prouty2009-07-201-0/+55
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-13/+23
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-72/+38
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-8/+18
* Add SMB_VFS_CONNECTPATH operationVolker Lendecke2009-06-021-8/+22
* Remove a variable used just onceVolker Lendecke2009-06-021-2/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-14/+14
* s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()Michael Adam2009-04-291-11/+23
* s3: Change the vfs_GetWd cache to use the file_id structTim Prouty2009-02-191-12/+3
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-2/+2
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-8/+25
* s3 vfs: Add a destructor to the fsp extension data APITim Prouty2009-02-091-1/+7
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-4/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-6/+6
* 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