summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_shadow_copy2.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-14s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke1-2/+9
2011-03-14s3: This module needs rewriting...Volker Lendecke1-1/+1
2011-01-21s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam1-2/+2
2011-01-21s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke1-0/+4
2010-12-19s3: Did I say this module is from hell?Volker Lendecke1-1/+1
2010-12-01s3: Attempt to fix the shadow_copy2 moduleVolker Lendecke1-2/+2
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison1-3/+3
2010-08-04small optimizations for shadowcopy2 moduleChristian Ambach1-2/+2
2010-08-04fix snapshot content display with hide unreadableChristian Ambach1-1/+8
2010-08-04s3: Fix shadow copies after the change for in-path @GMT-Volker Lendecke1-3/+2
2010-08-04s3: Fix in-path shadowcopy2 moduleVolker Lendecke1-0/+1
2010-02-14s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell1-3/+3
2010-01-21Add localtime parameter to shadow_copy2.Ed Plese1-0/+22
2010-01-21Add format parameter to shadow_copy2.Ed Plese1-11/+73
2010-01-21Add sort parameter to shadow_copy2.Ed Plese1-0/+62
2009-10-13s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell1-21/+126
2009-07-29shadow_copy2: The system getrealfilename() can't deal with a 0-length fnameVolker Lendecke1-0/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-54/+33
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-2/+2
2009-07-19Fix a few type errors in VFS modulesVolker Lendecke1-1/+2
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-2/+12
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-2/+12
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-2/+14
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-4/+8
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-2/+29
2009-06-02Add a "connectpath" operation to the shadow_copy2 moduleVolker Lendecke1-0/+54
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-04-28Fix annoying debug messages when no snapshots are usedVolker Lendecke1-2/+3
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-1/+1
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-8/+0
2008-01-16Fix some C++ warningsVolker Lendecke1-2/+2
2008-01-16Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy1-0/+637