summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_shadow_copy2.c
Commit message (Expand)AuthorAgeFilesLines
* shadow_copy2: Fix some typosDavid Keegel2013-12-121-3/+3
* shadow_copy2: add a comment explaining why we don't talloc_zero_array().Michael Adam2013-12-111-0/+9
* shadow_copy2: revert expensive and unnecessary zero-initializationMichael Adam2013-12-111-1/+1
* s3:modules:shadow_copy2: remove redundant documentation comment blockMichael Adam2013-12-071-77/+4
* s3:modules:shadow_copy2: improve headline commentMichael Adam2013-12-071-1/+1
* s3:module:shadow_copy2: add my (C)Michael Adam2013-12-071-0/+1
* shadow_copy2: use stored mount_point instead of recalculating.Michael Adam2013-10-051-9/+1
* shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere modeMichael Adam2013-10-051-1/+2
* shadow_copy2: fix shadow_copy2_convert() in the classical case.Michael Adam2013-10-051-2/+45
* shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...Michael Adam2013-10-051-0/+2
* shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()Michael Adam2013-10-051-1/+1
* shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical caseMichael Adam2013-10-051-0/+30
* shadow_copy2: add some debug to shadow_copy2_strip_snapshot()Michael Adam2013-10-051-1/+11
* shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce shadow_copy2_snapshot_path()Michael Adam2013-10-051-0/+37
* shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...Michael Adam2013-10-051-21/+47
* shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...Michael Adam2013-10-051-2/+20
* shadow_copy2: make shadow_copy2_find_snapdir() return const char *Michael Adam2013-10-051-4/+4
* shadow_copy2: in the classical case, use configured path in shadow_copy2_find...Michael Adam2013-10-051-0/+7
* shadow_copy2: implement disk_freeMichael Adam2013-10-051-0/+37
* shadow_copy2: log resulting config at the end of shadow_copy2_connect()Michael Adam2013-10-051-0/+29
* shadow_copy2: add snapshot_basepath to the config.Michael Adam2013-10-051-0/+11
* shadow_copy2: add rel_connectpath to config.Michael Adam2013-10-051-0/+12
* shadow_copy2: introduce "shadow:mountpoint" optionMichael Adam2013-10-051-5/+38
* shadow_copy2: re-add the basedir option.Michael Adam2013-10-051-0/+56
* shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.Michael Adam2013-10-051-0/+7
* shadow_copy2: introduce the bool "snapdir_absolute" in the config.Michael Adam2013-10-051-0/+10
* shadow_copy2: introduce config struct and function shadow_copy2_connect()Michael Adam2013-10-051-28/+145
* shadow_copy2: add comment block explaining shadow_copy2_convert()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_insert_string()Michael Adam2013-10-051-0/+5
* shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()Michael Adam2013-10-051-0/+4
* shadow_copy2: add header comment explaining have_snapdir()Michael Adam2013-10-051-0/+6
* shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()Michael Adam2013-10-051-0/+5
* shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()Michael Adam2013-10-051-3/+6
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-101-3/+0
* vfs: Convert shadow_copy2_ntimes to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* vfs: Convert shadow_copy2_unlink to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-3/+8
* s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2Andrew Bartlett2012-08-281-12/+19
* s3-vfs_shadow_copy2: Also accept a sscanf resultAndrew Bartlett2012-08-281-18/+46
* vfs_time_audit: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.cStefan Metzmacher2012-06-061-1/+0
* s3:vfs/shadow_copy2 fix some compiler warningsChristian Ambach2012-05-081-4/+3
* s3:vfs/shadow_copy2 make descending sort order the defaultChristian Ambach2012-05-081-1/+1
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-28/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-32/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-31/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-3/+3
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-30/+30