search for: 28256c4

Displaying 3 results from an estimated 3 matches for "28256c4".

2016 Jun 13
0
[PATCH v8 1/3] New API: internal_filesystem_walk
...else + reply_with_error ("%s: unknown error", funcname); +} + +int +optgroup_libtsk_available (void) +{ + return 1; +} + +#else /* !HAVE_LIBTSK */ + +OPTGROUP_LIBTSK_NOT_AVAILABLE + +#endif /* !HAVE_LIBTSK */ diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index 28256c4..3fe1d41 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -395,6 +395,10 @@ Optional. Optional. For tab-completion of commands in bash. +=item libtsk + +Optional. Library for filesystem forensics analysis. + =back =head1 BUILDING FROM GIT diff --git a/generator/acti...
2016 Jun 15
4
[PATCH v9 0/3] New API: filesystem_walk
v9: - add missing files: java/Makefile.inc, java/com/redhat/et/libguestfs/.gitignore, gobject/Makefile.inc - reserve space in tsk_dirent struct for future usage - use int instead of bool_t type - improve API documentation Matteo Cafasso (3): New API: internal_filesystem_walk New API: filesystem_walk lib: Added filesystem_walk command tests daemon/Makefile.am
2016 Jun 13
7
[PATCH v8 0/3] New API: filesystem_walk
v8: - rebase on master - bump version to 1.33.37 - squash commits 1, 2, 3 Kept original commits messages when squashing them. Matteo Cafasso (3): New API: internal_filesystem_walk New API: filesystem_walk lib: Added filesystem_walk command tests daemon/Makefile.am | 4 +- daemon/tsk.c | 249 ++++++++++++++++++++++++++++++++++++++