summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_shadow_copy2.c
Commit message (Expand)AuthorAgeFilesLines
* tdb2: fix build with --enable-tdb2Rusty Russell2011-08-311-3/+2
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* struct make "struct shadow_copy_data" its own talloc contextVolker Lendecke2011-05-311-1/+1
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke2011-03-141-2/+9
* s3: This module needs rewriting...Volker Lendecke2011-03-141-1/+1
* s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAMEMichael Adam2011-01-211-2/+2
* s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshotVolker Lendecke2011-01-211-0/+4
* s3: Did I say this module is from hell?Volker Lendecke2010-12-191-1/+1
* s3: Attempt to fix the shadow_copy2 moduleVolker Lendecke2010-12-011-2/+2
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-201-3/+3
* small optimizations for shadowcopy2 moduleChristian Ambach2010-08-041-2/+2
* fix snapshot content display with hide unreadableChristian Ambach2010-08-041-1/+8
* s3: Fix shadow copies after the change for in-path @GMT-Volker Lendecke2010-08-041-3/+2
* s3: Fix in-path shadowcopy2 moduleVolker Lendecke2010-08-041-0/+1
* s3-vfs: use TYPESAFE_QSORT() in s3 VFS modulesAndrew Tridgell2010-02-141-3/+3
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73
* Add sort parameter to shadow_copy2.Ed Plese2010-01-211-0/+62
* s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell2009-10-131-21/+126
* shadow_copy2: The system getrealfilename() can't deal with a 0-length fnameVolker Lendecke2009-07-291-0/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-54/+33
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-2/+2
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-1/+2
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-2/+12
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-2/+12
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-2/+14
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+8
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-2/+29
* Add a "connectpath" operation to the shadow_copy2 moduleVolker Lendecke2009-06-021-0/+54
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Fix annoying debug messages when no snapshots are usedVolker Lendecke2009-04-281-2/+3
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-1/+1
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-2/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-8/+0
* Fix some C++ warningsVolker Lendecke2008-01-161-2/+2
* Merge a variant of Shadow Copy module for exposing snapshots to windows clien...Alexander Bokovoy2008-01-161-0/+637