search for: 9457c3f

Displaying 4 results from an estimated 4 matches for "9457c3f".

Did you mean: 94537c0f
2016 Apr 04
2
Re: [PATCH v2 4/5] appliance: Added filesystem_walk command
...+++++++++++++++ > 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." }; >...
2016 Apr 04
0
Re: [PATCH v2 4/5] appliance: Added filesystem_walk command
....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>...
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 + name...
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: