9314a71 2013-12-11 09:41:38 +0100 Michael Adam shadow_copy2: add a comment explaining why we don't talloc_zero_array(). 8ccf1e0 2013-12-11 09:34:47 +0100 Michael Adam shadow_copy2: revert expensive and unnecessary zero-initialization 4f810e8 2013-12-10 15:24:31 +0100 Karolin Seeger docs: Fix typos in vfs_shadow_copy2.8.xml. 3e45067 2013-12-04 10:27:24 +0100 Michael Adam docs: update the manpage of vfs_shadow_copy2 85a691d 2013-12-04 15:55:19 +0100 Michael Adam s3:modules:shadow_copy2: remove redundant documentation comment block 2395f73 2013-12-04 15:50:26 +0100 Michael Adam s3:modules:shadow_copy2: improve headline comment 254b3ac 2013-12-04 13:40:14 +0100 Michael Adam s3:module:shadow_copy2: add my (C) 58617fa 2013-05-31 00:46:01 +0200 Michael Adam shadow_copy2: use stored mount_point instead of recalculating. 6d06efa 2013-05-31 00:45:16 +0200 Michael Adam shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode 8912cda 2013-05-23 16:23:03 +0200 Michael Adam shadow_copy2: fix shadow_copy2_convert() in the classical case. 4932678 2013-05-29 15:06:22 +0200 Michael Adam shadow_copy2: add some blank lines for visual separation to shadow_copy2_convert() 0c8e72d 2013-05-28 16:59:25 +0200 Michael Adam shadow_copy2: initialize "converted" string to null in shadow_copy2_convert() 2c9b426 2013-05-29 17:16:23 +0200 Michael Adam shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case 8dbe807 2013-05-29 23:57:30 +0200 Michael Adam shadow_copy2: add some debug to shadow_copy2_strip_snapshot() 9494a23 2013-05-29 17:14:49 +0200 Michael Adam shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot() 46329d4 2013-05-31 00:18:52 +0200 Michael Adam shadow_copy2: introduce shadow_copy2_snapshot_path() bbbb37f 2013-05-30 23:51:02 +0200 Michael Adam shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_insert_string() c8f282c 2013-05-29 17:12:21 +0200 Michael Adam shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute mode 58627ed 2013-05-28 17:01:20 +0200 Michael Adam shadow_copy2: make shadow_copy2_find_snapdir() return const char * 580fd7a 2013-05-23 16:21:46 +0200 Michael Adam shadow_copy2: in the classical case, use configured path in shadow_copy2_find_snapdir() 32ed352 2013-06-01 02:14:41 +0200 Michael Adam shadow_copy2: implement disk_free 9dcef14 2013-05-31 17:17:27 +0200 Michael Adam shadow_copy2: log resulting config at the end of shadow_copy2_connect() 34a5b08 2013-10-04 00:07:15 +0200 Michael Adam shadow_copy2: add snapshot_basepath to the config. f330251 2013-10-04 00:04:06 +0200 Michael Adam shadow_copy2: add rel_connectpath to config. ee96c27 2013-05-31 16:36:33 +0200 Michael Adam shadow_copy2: introduce "shadow:mountpoint" option 3cec3b2 2013-05-30 17:26:44 +0200 Michael Adam shadow_copy2: re-add the basedir option. 31fd105 2013-05-30 13:19:50 +0200 Michael Adam shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute. 46817ab 2013-05-29 17:10:51 +0200 Michael Adam shadow_copy2: introduce the bool "snapdir_absolute" in the config. 4e8b8b7 2013-05-24 01:35:44 +0200 Michael Adam shadow_copy2: introduce config struct and function shadow_copy2_connect() e8d2b46 2013-05-29 17:11:44 +0200 Michael Adam shadow_copy2: add comment explaining the SMB level GMT format pattern 1bb289d 2013-05-29 01:13:57 +0200 Michael Adam shadow_copy2: add comment block explaining shadow_copy2_convert() d3d765d 2013-05-24 17:20:42 +0200 Michael Adam shadow_copy2: add comment block explaining shadow_copy2_insert_string() 4555a8b 2013-05-24 00:01:14 +0200 Michael Adam shadow_copy2: add comment block explaining shadow_copy2_find_snapdir() b56a625 2013-05-23 23:59:49 +0200 Michael Adam shadow_copy2: add header comment explaining have_snapdir() 5e0fa7d 2013-05-23 23:32:15 +0200 Michael Adam shadow_copy2: add comment header describing shadow_copy2_strip_snapshot() d5fe966 2013-10-04 13:15:34 +0200 Michael Adam shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()