[Libguestfs] [PATCH v4 0/5] New API: filesystem_walk

Matteo Cafasso noxdafox at gmail.com
Wed Apr 6 17:07:24 UTC 2016


v4:

 - Changed tsk_allocated struct field into tsk_flags.

 - Added optional dependency in documentation.

 - Use asprintf and perror instead of asprintf_nowarn and fprintf.

 - Ensure CLEANUP_FREE vars are initialised.

 - Reworked the function documentation.

 - Improved tests robustness.


Matteo Cafasso (5):
  generator: Added tsk_dirent struct
  configure: Added libtsk compile-time check
  New API: internal_filesystem_walk
  New API: filesystem_walk
  lib: Added filesystem_walk command tests

 daemon/Makefile.am                |   4 +-
 daemon/tsk.c                      | 229 ++++++++++++++++++++++++++++++++++++++
 docs/guestfs-building.pod         |   4 +
 generator/actions.ml              | 104 +++++++++++++++++
 generator/structs.ml              |  15 ++-
 m4/guestfs_daemon.m4              |   8 ++
 src/MAX_PROC_NR                   |   2 +-
 src/Makefile.am                   |   1 +
 src/tsk.c                         | 123 ++++++++++++++++++++
 tests/tsk/Makefile.am             |   3 +-
 tests/tsk/test-filesystem-walk.sh |  64 +++++++++++
 11 files changed, 553 insertions(+), 4 deletions(-)
 create mode 100644 daemon/tsk.c
 create mode 100644 src/tsk.c
 create mode 100755 tests/tsk/test-filesystem-walk.sh

--
2.8.0.rc3




More information about the Libguestfs mailing list