index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_shadow_copy2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-05
shadow_copy2: use stored mount_point instead of recalculating.
Michael Adam
1
-9
/
+1
2013-10-05
shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
Michael Adam
1
-1
/
+2
2013-10-05
shadow_copy2: fix shadow_copy2_convert() in the classical case.
Michael Adam
1
-2
/
+45
2013-10-05
shadow_copy2: add some blank lines for visual separation to shadow_copy2_conv...
Michael Adam
1
-0
/
+2
2013-10-05
shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
Michael Adam
1
-1
/
+1
2013-10-05
shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
Michael Adam
1
-0
/
+30
2013-10-05
shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
Michael Adam
1
-1
/
+11
2013-10-05
shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce shadow_copy2_snapshot_path()
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_inse...
Michael Adam
1
-21
/
+47
2013-10-05
shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute ...
Michael Adam
1
-2
/
+20
2013-10-05
shadow_copy2: make shadow_copy2_find_snapdir() return const char *
Michael Adam
1
-4
/
+4
2013-10-05
shadow_copy2: in the classical case, use configured path in shadow_copy2_find...
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: implement disk_free
Michael Adam
1
-0
/
+37
2013-10-05
shadow_copy2: log resulting config at the end of shadow_copy2_connect()
Michael Adam
1
-0
/
+29
2013-10-05
shadow_copy2: add snapshot_basepath to the config.
Michael Adam
1
-0
/
+11
2013-10-05
shadow_copy2: add rel_connectpath to config.
Michael Adam
1
-0
/
+12
2013-10-05
shadow_copy2: introduce "shadow:mountpoint" option
Michael Adam
1
-5
/
+38
2013-10-05
shadow_copy2: re-add the basedir option.
Michael Adam
1
-0
/
+56
2013-10-05
shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
Michael Adam
1
-0
/
+7
2013-10-05
shadow_copy2: introduce the bool "snapdir_absolute" in the config.
Michael Adam
1
-0
/
+10
2013-10-05
shadow_copy2: introduce config struct and function shadow_copy2_connect()
Michael Adam
1
-28
/
+145
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_convert()
Michael Adam
1
-0
/
+5
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_insert_string()
Michael Adam
1
-0
/
+5
2013-10-05
shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
Michael Adam
1
-0
/
+4
2013-10-05
shadow_copy2: add header comment explaining have_snapdir()
Michael Adam
1
-0
/
+6
2013-10-05
shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+5
2013-10-05
shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
Michael Adam
1
-3
/
+6
2013-09-10
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
1
-3
/
+0
2013-04-17
vfs: Convert shadow_copy2_ntimes to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
vfs: Convert shadow_copy2_unlink to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
1
-3
/
+8
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
[next]