vfs: Convert shadow_copy2_unlink to cp_smb_filename
[kai/samba-autobuild/.git] / source3 / modules / vfs_shadow_copy2.c
2013-04-17 Volker Lendeckevfs: Convert shadow_copy2_unlink to cp_smb_filename
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-08-28 Andrew Bartletts3-vfs: Try to be consistent about localtime vs GMT...
2012-08-28 Andrew Bartletts3-vfs_shadow_copy2: Also accept a sscanf result
2012-08-07 Björn Jackevfs_time_audit: Remove unnecessary return; statement
2012-06-06 Stefan Metzmachers3:modules: we don't need smbd/proto.h in vfs_shadow_co...
2012-05-08 Christian Ambachs3:vfs/shadow_copy2 fix some compiler warnings
2012-05-08 Christian Ambachs3:vfs/shadow_copy2 make descending sort order the...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-08-31 Rusty Russelltdb2: fix build with --enable-tdb2
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker Lendeckes3: Fix the build, NAME_MAX not universally available
2011-06-20 Volker Lendeckes3: Replace shadow_copy2 with a new implementation
2011-05-31 Volker Lendeckestruct make "struct shadow_copy_data" its own talloc...
2011-05-31 Volker Lendeckes3: Remove SHADOW_COPY_DATA typedef
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-14 Volker Lendeckes3: Fix the talloc hierarchy in shadow_copy2_connectpath
2011-03-14 Volker Lendeckes3: This module needs rewriting...
2011-01-21 Michael Adams3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_S...
2011-01-21 Volker Lendeckes3:vfs:shadow_copy2: Fix shadow-copy module for drag...
2010-12-19 Volker Lendeckes3: Did I say this module is from hell?
2010-12-01 Volker Lendeckes3: Attempt to fix the shadow_copy2 module
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-08-04 Christian Ambachsmall optimizations for shadowcopy2 module
2010-08-04 Christian Ambachfix snapshot content display with hide unreadable
2010-08-04 Volker Lendeckes3: Fix shadow copies after the change for in-path...
2010-08-04 Volker Lendeckes3: Fix in-path shadowcopy2 module
2010-02-14 Andrew Tridgells3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
2010-01-21 Ed PleseAdd localtime parameter to shadow_copy2.
2010-01-21 Ed PleseAdd format parameter to shadow_copy2.
2010-01-21 Ed PleseAdd sort parameter to shadow_copy2.
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-13 Andrew Tridgells3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxx
2009-07-29 Volker Lendeckeshadow_copy2: The system getrealfilename() can't deal...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2009-07-19 Volker LendeckeFix a few type errors in VFS modules
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-02 Volker LendeckeAdd a "connectpath" operation to the shadow_copy2 module
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-28 Volker LendeckeFix annoying debug messages when no snapshots are used
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-09 Jeremy AllisonYay ! Remove a VFS entry. Removed the set_nt_acl()...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Volker LendeckeFix some C++ warnings
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge a variant of Shadow Copy module for exposing...