search for: 7598b5f

Displaying 2 results from an estimated 2 matches for "7598b5f".

Did you mean: 75985
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ SUBDIRS += tests/luks SUBDIRS += tests/md SUBDIRS += tests/selinux SUBDIRS += tests/ntfsclone +SUBDIRS += tests/ntfscat SUBDIRS += tests/btrfs SUBDIRS += tests/xfs SUBDIRS += tests/charsets diff --git a/configure.ac b/configure.ac index 29b5092..7598b5f 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,7 @@ AC_CONFIG_FILES([Makefile tests/nbd/Makefile tests/network/Makefile tests/ntfsclone/Makefile + tests/ntfscat/Makefile tests/parallel/Makefile...
2016 Feb 29
2
[PATCH 1/2] added ntfscat_i api
Adding ntfscat_i command for downloading files based on their inode number. This allows the dowload of files unaccessible otherwise from a NTFS guest disk image. Signed-off-by: Matteo Cafasso <noxdafox@gmail.com> --- daemon/ntfs.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 15 +++++++++++++ 2 files changed, 77 insertions(+) diff --git