[Libguestfs] [PATCH v3 0/5] Added filesystem_walk command

Matteo Cafasso noxdafox at gmail.com
Tue Apr 5 15:47:27 UTC 2016


v3:

 - File size will be reported as - 1 if it cannot be retrieved.

 - Code improvements based on comments.

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

 daemon/Makefile.am                |   4 +-
 daemon/tsk.c                      | 233 ++++++++++++++++++++++++++++++++++++++
 generator/actions.ml              |  78 +++++++++++++
 generator/structs.ml              |  16 ++-
 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 |  62 ++++++++++
 10 files changed, 525 insertions(+), 5 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