search for: 449ffa0

Displaying 7 results from an estimated 7 matches for "449ffa0".

2016 Apr 04
2
Re: [PATCH v2 4/5] appliance: Added filesystem_walk command
...9 ++++++++++++++++++++++ > src/Makefile.am | 1 + > src/tsk.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 232 insertions(+) > create mode 100644 src/tsk.c > > diff --git a/generator/actions.ml b/generator/actions.ml > index 449ffa0..9457c3f 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -3546,6 +3546,75 @@ The environment variable C<XDG_RUNTIME_DIR> controls the default > value: If C<XDG_RUNTIME_DIR> is set, then that is the default. > Else F</tmp> is the default.&quot...
2016 Apr 03
7
[PATCH v2 0/5] Added filesystem_walk command
v2: - Increased the amount of collected information from the FS content. - Moved filesystem_walk0 as internal command. - Code improvement based on comments. - Adhere to project's coding style. - Better command documentation. - More robust tests. Patch ready for review, code available at: https://github.com/noxdafox/libguestfs/tree/filesystem_walk Matteo Cafasso (5): generator:
2016 Apr 04
0
Re: [PATCH v2 4/5] appliance: Added filesystem_walk command
.../Makefile.am | 1 + > > src/tsk.c | 162 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 232 insertions(+) > > create mode 100644 src/tsk.c > > > > diff --git a/generator/actions.ml b/generator/actions.ml > > index 449ffa0..9457c3f 100644 > > --- a/generator/actions.ml > > +++ b/generator/actions.ml > > @@ -3546,6 +3546,75 @@ The environment variable C<XDG_RUNTIME_DIR> > controls the default > > value: If C<XDG_RUNTIME_DIR> is set, then that is the default. > > Else F&lt...
2016 Apr 03
0
[PATCH v2 4/5] appliance: Added filesystem_walk command
...> --- generator/actions.ml | 69 ++++++++++++++++++++++ src/Makefile.am | 1 + src/tsk.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 232 insertions(+) create mode 100644 src/tsk.c diff --git a/generator/actions.ml b/generator/actions.ml index 449ffa0..9457c3f 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -3546,6 +3546,75 @@ The environment variable C<XDG_RUNTIME_DIR> controls the default value: If C<XDG_RUNTIME_DIR> is set, then that is the default. Else F</tmp> is the default." }; + { defaults with...
2016 Apr 03
0
[PATCH v2 3/5] daemon: Added internal_filesystem_walk command
...eply_with_error ("TSK function %s: unknown error", funcname); +} + +int +optgroup_libtsk_available (void) +{ + return 1; +} + +#else /* !HAVE_LIBTSK */ + +OPTGROUP_LIBTSK_NOT_AVAILABLE + +#endif /* !HAVE_LIBTSK */ diff --git a/generator/actions.ml b/generator/actions.ml index e5cb939..449ffa0 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12958,6 +12958,31 @@ and save it as F<filename> on the local machine. This allows to download deleted or inaccessible files." }; + { defaults with + name = "internal_filesystem_walk"; added = (1, 33, 17); +...
2016 Apr 04
2
Re: [PATCH v2 3/5] daemon: Added internal_filesystem_walk command
...n// > + > +int > +optgroup_libtsk_available (void) > +{ > + return 1; > +} > + > +#else /* !HAVE_LIBTSK */ > + > +OPTGROUP_LIBTSK_NOT_AVAILABLE > + > +#endif /* !HAVE_LIBTSK */ > diff --git a/generator/actions.ml b/generator/actions.ml > index e5cb939..449ffa0 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12958,6 +12958,31 @@ and save it as F<filename> on the local machine. > > This allows to download deleted or inaccessible files." }; > > + { defaults with > + name = "internal_files...
2016 Apr 04
0
Re: [PATCH v2 3/5] daemon: Added internal_filesystem_walk command
...void) > > +{ > > + return 1; > > +} > > + > > +#else /* !HAVE_LIBTSK */ > > + > > +OPTGROUP_LIBTSK_NOT_AVAILABLE > > + > > +#endif /* !HAVE_LIBTSK */ > > diff --git a/generator/actions.ml b/generator/actions.ml > > index e5cb939..449ffa0 100644 > > --- a/generator/actions.ml > > +++ b/generator/actions.ml > > @@ -12958,6 +12958,31 @@ and save it as F<filename> on the local machine. > > > > This allows to download deleted or inaccessible files." }; > > > > + { defaults with >...