s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
[sfrench/samba-autobuild/.git] / source3 / smbd / vfs.c
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-04-26 Volker Lendeckes3: Fix a typo
2011-04-25 Jeremy AllisonNo longer need to call SMB_VFS_LSTAT - check name hasn...
2011-04-25 Jeremy AllisonCorrectly detect and deny symlinks anywhere in a path...
2011-04-22 Jeremy AllisonCosmetic. Fix bad indentation.
2011-04-22 Jeremy AllisonRemove duplicate code - move to parent_dirname() as...
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-04-20 Günther Deschners3-smbd: fix the AIX 5.3 build.
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-build: only include transfer_file.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2010-12-21 Jeremy AllisonAdded call out to a Linux-compatible fallocate() when...
2010-12-19 Volker Lendeckes3: re-add some debugs to check_reduced_name
2010-12-19 Volker Lendeckes3: Fix some typos
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-14 Jeremy AllisonEnsure we use vfs_fsp_stat(), not VFS_STAT directly...
2010-12-03 Jeremy AllisonMerge the two conflicting allocation codes into one...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-12-02 Jeremy AllisonFix bug #7835 - vfs_fill_sparse() doesn't use posix_fal...
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-09-13 Jeremy AllisonFix bug 7409 - Thousands of reduce_name: couldn't get...
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from vfs_pwrite_data
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from vfs_write_data
2010-07-13 Jeremy AllisonRevert "Remove the global char *LastDir."
2010-03-28 Volker Lendeckes3: Fix typos in a debug message in vfs_init_custom
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-02-11 Jeremy AllisonRemove lp_safe_widelinks() -> convert to just lp_wideli...
2010-02-11 Simo SorceIntroduce lp_safe_widelinks()
2010-02-05 Jeremy AllisonFix bug 7104 - "wide links" and "unix extensions" are...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-12 Jeremy AllisonRemove the global char *LastDir.
2009-11-24 Jeremy AllisonAllow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMAN...
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-11-12 Volker Lendeckes3: Fix debug messages in check_reduced_name
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-10-02 Jeremy AllisonFix more use of VFS_STAT when posix pathnames selected.
2009-09-24 Aravind Srinivasanvfs catia: Fix the double translation that was happenin...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-07-25 Volker LendeckeFirst patch for "new VFS" portability
2009-07-24 Volker Lendeckeadd my copyright after the VFS rewrite
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-24 Volker LendeckeFix some nonempty blank lines
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Convert some callers of vfs_lstat_smb_fname to...
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-06-02 Volker LendeckeRemove a variable used just once
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-04-29 Michael Adams3:vfs: untangle logic for loading and probing modules...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Change the vfs_GetWd cache to use the file_id struct
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-02-10 Tim Proutys3 vfs: Add a destructor to the fsp extension data API
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Michael AdamCombine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
2008-01-10 Michael AdamRemove redundant parameter fd from SMB_VFS_WRITE().
2008-01-10 Michael AdamRemove redundant parameter fd from SMB_VFS_READ().
2008-01-10 Michael AdamMake casts to (void *) explicit to remove compiler...
2008-01-10 Michael AdamCorrectly abstract the transfer_file mechanism with...
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_PWRITE().
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-29 Volker LendeckeApply some const
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeFix a C++ warning
2007-12-20 James PeachExpose per-fsp extension talloc context.
next