Age | Commit message (Expand) | Author | Files | Lines |
2012-08-28 | s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2 | Andrew Bartlett | 1 | -12/+19 |
2012-08-28 | s3-vfs_shadow_copy2: Also accept a sscanf result | Andrew Bartlett | 1 | -18/+46 |
2012-08-08 | vfs_time_audit: Remove unnecessary return; statement | Björn Jacke | 1 | -2/+0 |
2012-06-06 | s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c | Stefan Metzmacher | 1 | -1/+0 |
2012-05-08 | s3:vfs/shadow_copy2 fix some compiler warnings | Christian Ambach | 1 | -4/+3 |
2012-05-08 | s3:vfs/shadow_copy2 make descending sort order the default | Christian Ambach | 1 | -1/+1 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -28/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -32/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -31/+0 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -3/+3 |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 1 | -1/+1 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -30/+30 |
2011-08-31 | tdb2: fix build with --enable-tdb2 | Rusty Russell | 1 | -3/+2 |
2011-06-20 | s3: Fix the build, NAME_MAX not universally available | Volker Lendecke | 1 | -1/+1 |
2011-06-20 | s3: Replace shadow_copy2 with a new implementation | Volker Lendecke | 1 | -598/+1205 |
2011-05-31 | struct make "struct shadow_copy_data" its own talloc context | Volker Lendecke | 1 | -1/+1 |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 1 | -2/+2 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -2/+2 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -1/+1 |
2011-03-30 | s3: only include ntioctl.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-14 | s3: Fix the talloc hierarchy in shadow_copy2_connectpath | Volker Lendecke | 1 | -2/+9 |
2011-03-14 | s3: This module needs rewriting... | Volker Lendecke | 1 | -1/+1 |
2011-01-21 | s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME | Michael Adam | 1 | -2/+2 |
2011-01-21 | s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot | Volker Lendecke | 1 | -0/+4 |
2010-12-19 | s3: Did I say this module is from hell? | Volker Lendecke | 1 | -1/+1 |
2010-12-01 | s3: Attempt to fix the shadow_copy2 module | Volker Lendecke | 1 | -2/+2 |
2010-11-20 | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 1 | -3/+3 |
2010-08-04 | small optimizations for shadowcopy2 module | Christian Ambach | 1 | -2/+2 |
2010-08-04 | fix snapshot content display with hide unreadable | Christian Ambach | 1 | -1/+8 |
2010-08-04 | s3: Fix shadow copies after the change for in-path @GMT- | Volker Lendecke | 1 | -3/+2 |
2010-08-04 | s3: Fix in-path shadowcopy2 module | Volker Lendecke | 1 | -0/+1 |
2010-02-14 | s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules | Andrew Tridgell | 1 | -3/+3 |
2010-01-21 | Add localtime parameter to shadow_copy2. | Ed Plese | 1 | -0/+22 |
2010-01-21 | Add format parameter to shadow_copy2. | Ed Plese | 1 | -11/+73 |
2010-01-21 | Add sort parameter to shadow_copy2. | Ed Plese | 1 | -0/+62 |
2009-10-13 | s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxx | Andrew Tridgell | 1 | -21/+126 |
2009-07-29 | shadow_copy2: The system getrealfilename() can't deal with a 0-length fname | Volker Lendecke | 1 | -0/+3 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -54/+33 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -2/+2 |
2009-07-19 | Fix a few type errors in VFS modules | Volker Lendecke | 1 | -1/+2 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -2/+12 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -2/+12 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -2/+14 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -4/+8 |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 1 | -2/+29 |
2009-06-02 | Add a "connectpath" operation to the shadow_copy2 module | Volker Lendecke | 1 | -0/+54 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-04-28 | Fix annoying debug messages when no snapshots are used | Volker Lendecke | 1 | -2/+3 |