libfshfs-python 20260802__tar.gz → 20260922__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (928) hide show
  1. {libfshfs_python-20260802 → libfshfs_python-20260922}/PKG-INFO +1 -1
  2. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config.h +3 -3
  3. {libfshfs_python-20260802 → libfshfs_python-20260922}/configure +10 -10
  4. {libfshfs_python-20260802 → libfshfs_python-20260922}/configure.ac +1 -1
  5. libfshfs_python-20260922/dpkg/changelog +5 -0
  6. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfsmount.c +6 -1
  7. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/definitions.h +2 -2
  8. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.rc +2 -2
  9. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_allocation_block_stream.c +10 -13
  10. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_handle.c +50 -17
  11. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_definitions.h +2 -2
  12. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_entry.c +121 -56
  13. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.spec +2 -2
  14. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyproject.toml +6 -1
  15. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyproject.toml.in +5 -0
  16. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_compressed_data_handle.c +39 -194
  17. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/generate_test_inputs.sh +13 -12
  18. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/package.m4 +2 -2
  19. libfshfs_python-20260922/tests/pyfshfs_test_support.py +116 -0
  20. libfshfs_python-20260922/tests/pyfshfs_test_volume.py +330 -0
  21. libfshfs_python-20260802/dpkg/changelog +0 -5
  22. libfshfs_python-20260802/tests/pyfshfs_test_support.py +0 -111
  23. libfshfs_python-20260802/tests/pyfshfs_test_volume.py +0 -316
  24. {libfshfs_python-20260802 → libfshfs_python-20260922}/ABOUT-NLS +0 -0
  25. {libfshfs_python-20260802 → libfshfs_python-20260922}/AUTHORS +0 -0
  26. {libfshfs_python-20260802 → libfshfs_python-20260922}/COPYING +0 -0
  27. {libfshfs_python-20260802 → libfshfs_python-20260922}/COPYING.LESSER +0 -0
  28. {libfshfs_python-20260802 → libfshfs_python-20260922}/ChangeLog +0 -0
  29. {libfshfs_python-20260802 → libfshfs_python-20260922}/INSTALL +0 -0
  30. {libfshfs_python-20260802 → libfshfs_python-20260922}/Makefile.am +0 -0
  31. {libfshfs_python-20260802 → libfshfs_python-20260922}/Makefile.in +0 -0
  32. {libfshfs_python-20260802 → libfshfs_python-20260922}/NEWS +0 -0
  33. {libfshfs_python-20260802 → libfshfs_python-20260922}/README +0 -0
  34. {libfshfs_python-20260802 → libfshfs_python-20260922}/_build.py +0 -0
  35. {libfshfs_python-20260802 → libfshfs_python-20260922}/acinclude.m4 +0 -0
  36. {libfshfs_python-20260802 → libfshfs_python-20260922}/aclocal.m4 +0 -0
  37. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/Makefile.am +0 -0
  38. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/Makefile.in +0 -0
  39. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/byte_stream.h +0 -0
  40. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/common.h +0 -0
  41. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config.h.in +0 -0
  42. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_borlandc.h +0 -0
  43. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_msc.h +0 -0
  44. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_winapi.h +0 -0
  45. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/file_stream.h +0 -0
  46. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/memory.h +0 -0
  47. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/narrow_string.h +0 -0
  48. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/system_string.h +0 -0
  49. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/types.h +0 -0
  50. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/types.h.in +0 -0
  51. {libfshfs_python-20260802 → libfshfs_python-20260922}/common/wide_string.h +0 -0
  52. {libfshfs_python-20260802 → libfshfs_python-20260922}/compile +0 -0
  53. {libfshfs_python-20260802 → libfshfs_python-20260922}/config.guess +0 -0
  54. {libfshfs_python-20260802 → libfshfs_python-20260922}/config.rpath +0 -0
  55. {libfshfs_python-20260802 → libfshfs_python-20260922}/config.sub +0 -0
  56. {libfshfs_python-20260802 → libfshfs_python-20260922}/depcomp +0 -0
  57. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/changelog.in +0 -0
  58. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/compat +0 -0
  59. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/control +0 -0
  60. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/copyright +0 -0
  61. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-dev.install +0 -0
  62. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-python3.install +0 -0
  63. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-tools.install +0 -0
  64. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs.install +0 -0
  65. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/rules +0 -0
  66. {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/source/format +0 -0
  67. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/Makefile.am +0 -0
  68. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/Makefile.in +0 -0
  69. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/digest_hash.c +0 -0
  70. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/digest_hash.h +0 -0
  71. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfsinfo.c +0 -0
  72. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_getopt.c +0 -0
  73. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_getopt.h +0 -0
  74. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_i18n.h +0 -0
  75. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libbfio.h +0 -0
  76. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcerror.h +0 -0
  77. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libclocale.h +0 -0
  78. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcnotify.h +0 -0
  79. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcpath.h +0 -0
  80. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfcache.h +0 -0
  81. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfdata.h +0 -0
  82. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfdatetime.h +0 -0
  83. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfguid.h +0 -0
  84. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfshfs.h +0 -0
  85. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libhmac.h +0 -0
  86. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libuna.h +0 -0
  87. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_output.c +0 -0
  88. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_output.h +0 -0
  89. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_signal.c +0 -0
  90. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_signal.h +0 -0
  91. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_unused.h +0 -0
  92. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/info_handle.c +0 -0
  93. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/info_handle.h +0 -0
  94. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_dokan.c +0 -0
  95. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_dokan.h +0 -0
  96. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_entry.c +0 -0
  97. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_entry.h +0 -0
  98. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_system.c +0 -0
  99. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_system.h +0 -0
  100. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_fuse.c +0 -0
  101. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_fuse.h +0 -0
  102. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_handle.c +0 -0
  103. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_handle.h +0 -0
  104. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_path_string.c +0 -0
  105. {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_path_string.h +0 -0
  106. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/Makefile.am +0 -0
  107. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/Makefile.in +0 -0
  108. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/codepage.h +0 -0
  109. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/definitions.h.in +0 -0
  110. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/error.h +0 -0
  111. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/extern.h +0 -0
  112. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/features.h +0 -0
  113. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/features.h.in +0 -0
  114. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/types.h +0 -0
  115. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/types.h.in +0 -0
  116. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs.h +0 -0
  117. {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs.h.in +0 -0
  118. {libfshfs_python-20260802 → libfshfs_python-20260922}/install-sh +0 -0
  119. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/Makefile.am +0 -0
  120. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/Makefile.in +0 -0
  121. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_codepage.h +0 -0
  122. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_definitions.h +0 -0
  123. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_error.c +0 -0
  124. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_error.h +0 -0
  125. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_extern.h +0 -0
  126. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file.c +0 -0
  127. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file.h +0 -0
  128. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_io_handle.c +0 -0
  129. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_io_handle.h +0 -0
  130. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_pool.c +0 -0
  131. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_pool.h +0 -0
  132. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range.c +0 -0
  133. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range.h +0 -0
  134. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range_io_handle.c +0 -0
  135. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range_io_handle.h +0 -0
  136. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_handle.c +0 -0
  137. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_handle.h +0 -0
  138. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcdata.h +0 -0
  139. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcerror.h +0 -0
  140. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcfile.h +0 -0
  141. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libclocale.h +0 -0
  142. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcpath.h +0 -0
  143. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcthreads.h +0 -0
  144. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libuna.h +0 -0
  145. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range.c +0 -0
  146. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range.h +0 -0
  147. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range_io_handle.c +0 -0
  148. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range_io_handle.h +0 -0
  149. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_pool.c +0 -0
  150. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_pool.h +0 -0
  151. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_support.c +0 -0
  152. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_support.h +0 -0
  153. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_system_string.c +0 -0
  154. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_system_string.h +0 -0
  155. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_types.h +0 -0
  156. {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_unused.h +0 -0
  157. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/Makefile.am +0 -0
  158. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/Makefile.in +0 -0
  159. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_array.c +0 -0
  160. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_array.h +0 -0
  161. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree.c +0 -0
  162. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree.h +0 -0
  163. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_node.c +0 -0
  164. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_node.h +0 -0
  165. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_values_list.c +0 -0
  166. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_values_list.h +0 -0
  167. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_definitions.h +0 -0
  168. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_error.c +0 -0
  169. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_error.h +0 -0
  170. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_extern.h +0 -0
  171. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_libcerror.h +0 -0
  172. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_libcthreads.h +0 -0
  173. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list.c +0 -0
  174. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list.h +0 -0
  175. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list_element.c +0 -0
  176. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list_element.h +0 -0
  177. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list.c +0 -0
  178. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list.h +0 -0
  179. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list_value.c +0 -0
  180. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list_value.h +0 -0
  181. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_support.c +0 -0
  182. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_support.h +0 -0
  183. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_tree_node.c +0 -0
  184. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_tree_node.h +0 -0
  185. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_types.h +0 -0
  186. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_unused.h +0 -0
  187. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/Makefile.am +0 -0
  188. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/Makefile.in +0 -0
  189. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_definitions.h +0 -0
  190. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_error.c +0 -0
  191. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_error.h +0 -0
  192. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_extern.h +0 -0
  193. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_support.c +0 -0
  194. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_support.h +0 -0
  195. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_system.c +0 -0
  196. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_system.h +0 -0
  197. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_types.h +0 -0
  198. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_unused.h +0 -0
  199. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/Makefile.am +0 -0
  200. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/Makefile.in +0 -0
  201. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_definitions.h +0 -0
  202. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_error.c +0 -0
  203. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_error.h +0 -0
  204. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_extern.h +0 -0
  205. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_file.c +0 -0
  206. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_file.h +0 -0
  207. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libcerror.h +0 -0
  208. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libclocale.h +0 -0
  209. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libcnotify.h +0 -0
  210. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libuna.h +0 -0
  211. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_notify.c +0 -0
  212. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_notify.h +0 -0
  213. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_support.c +0 -0
  214. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_support.h +0 -0
  215. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_system_string.c +0 -0
  216. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_system_string.h +0 -0
  217. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_types.h +0 -0
  218. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_unused.h +0 -0
  219. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_winapi.c +0 -0
  220. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_winapi.h +0 -0
  221. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/Makefile.am +0 -0
  222. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/Makefile.in +0 -0
  223. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_codepage.c +0 -0
  224. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_codepage.h +0 -0
  225. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_definitions.h +0 -0
  226. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_extern.h +0 -0
  227. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_libcerror.h +0 -0
  228. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_locale.c +0 -0
  229. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_locale.h +0 -0
  230. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_support.c +0 -0
  231. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_support.h +0 -0
  232. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_unused.h +0 -0
  233. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_wide_string.c +0 -0
  234. {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_wide_string.h +0 -0
  235. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/Makefile.am +0 -0
  236. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/Makefile.in +0 -0
  237. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_definitions.h +0 -0
  238. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_extern.h +0 -0
  239. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_libcerror.h +0 -0
  240. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_print.c +0 -0
  241. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_print.h +0 -0
  242. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_stream.c +0 -0
  243. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_stream.h +0 -0
  244. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_support.c +0 -0
  245. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_support.h +0 -0
  246. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_unused.h +0 -0
  247. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_verbose.c +0 -0
  248. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_verbose.h +0 -0
  249. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/Makefile.am +0 -0
  250. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/Makefile.in +0 -0
  251. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_definitions.h +0 -0
  252. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_error.c +0 -0
  253. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_error.h +0 -0
  254. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_extern.h +0 -0
  255. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libcerror.h +0 -0
  256. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libclocale.h +0 -0
  257. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libcsplit.h +0 -0
  258. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libuna.h +0 -0
  259. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_path.c +0 -0
  260. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_path.h +0 -0
  261. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_support.c +0 -0
  262. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_support.h +0 -0
  263. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_system_string.c +0 -0
  264. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_system_string.h +0 -0
  265. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_unused.h +0 -0
  266. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/Makefile.am +0 -0
  267. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/Makefile.in +0 -0
  268. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_definitions.h +0 -0
  269. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_error.c +0 -0
  270. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_error.h +0 -0
  271. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_extern.h +0 -0
  272. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_libcerror.h +0 -0
  273. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  274. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  275. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_string.c +0 -0
  276. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_string.h +0 -0
  277. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_support.c +0 -0
  278. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_support.h +0 -0
  279. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_types.h +0 -0
  280. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_unused.h +0 -0
  281. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_split_string.c +0 -0
  282. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_split_string.h +0 -0
  283. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_string.c +0 -0
  284. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_string.h +0 -0
  285. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/Makefile.am +0 -0
  286. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/Makefile.in +0 -0
  287. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_condition.c +0 -0
  288. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_condition.h +0 -0
  289. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_definitions.h +0 -0
  290. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_error.c +0 -0
  291. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_error.h +0 -0
  292. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_extern.h +0 -0
  293. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_libcerror.h +0 -0
  294. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_lock.c +0 -0
  295. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_lock.h +0 -0
  296. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_mutex.c +0 -0
  297. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_mutex.h +0 -0
  298. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_queue.c +0 -0
  299. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_queue.h +0 -0
  300. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_read_write_lock.c +0 -0
  301. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_read_write_lock.h +0 -0
  302. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_repeating_thread.c +0 -0
  303. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_repeating_thread.h +0 -0
  304. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_support.c +0 -0
  305. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_support.h +0 -0
  306. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread.c +0 -0
  307. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread.h +0 -0
  308. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_attributes.c +0 -0
  309. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_attributes.h +0 -0
  310. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_pool.c +0 -0
  311. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_pool.h +0 -0
  312. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_types.h +0 -0
  313. {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_unused.h +0 -0
  314. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/Makefile.am +0 -0
  315. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/Makefile.in +0 -0
  316. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache.c +0 -0
  317. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache.h +0 -0
  318. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache_value.c +0 -0
  319. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache_value.h +0 -0
  320. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_date_time.c +0 -0
  321. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_date_time.h +0 -0
  322. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_definitions.h +0 -0
  323. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_error.c +0 -0
  324. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_error.h +0 -0
  325. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_extern.h +0 -0
  326. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_libcdata.h +0 -0
  327. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_libcerror.h +0 -0
  328. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_support.c +0 -0
  329. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_support.h +0 -0
  330. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_types.h +0 -0
  331. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_unused.h +0 -0
  332. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/Makefile.am +0 -0
  333. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/Makefile.in +0 -0
  334. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_area.c +0 -0
  335. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_area.h +0 -0
  336. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_cache.c +0 -0
  337. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_cache.h +0 -0
  338. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_definitions.h +0 -0
  339. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_error.c +0 -0
  340. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_error.h +0 -0
  341. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_extern.h +0 -0
  342. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcdata.h +0 -0
  343. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcerror.h +0 -0
  344. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcnotify.h +0 -0
  345. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libfcache.h +0 -0
  346. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list.c +0 -0
  347. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list.h +0 -0
  348. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list_element.c +0 -0
  349. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list_element.h +0 -0
  350. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_mapped_range.c +0 -0
  351. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_mapped_range.h +0 -0
  352. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_notify.c +0 -0
  353. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_notify.h +0 -0
  354. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range.c +0 -0
  355. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range.h +0 -0
  356. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range_list.c +0 -0
  357. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range_list.h +0 -0
  358. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_segments_array.c +0 -0
  359. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_segments_array.h +0 -0
  360. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_stream.c +0 -0
  361. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_stream.h +0 -0
  362. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_support.c +0 -0
  363. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_support.h +0 -0
  364. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_types.h +0 -0
  365. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_unused.h +0 -0
  366. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_vector.c +0 -0
  367. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_vector.h +0 -0
  368. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/Makefile.am +0 -0
  369. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/Makefile.in +0 -0
  370. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  371. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  372. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_definitions.h +0 -0
  373. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_error.c +0 -0
  374. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_error.h +0 -0
  375. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_extern.h +0 -0
  376. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  377. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  378. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_filetime.c +0 -0
  379. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_filetime.h +0 -0
  380. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  381. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  382. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  383. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  384. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_libcerror.h +0 -0
  385. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  386. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  387. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_posix_time.c +0 -0
  388. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_posix_time.h +0 -0
  389. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_support.c +0 -0
  390. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_support.h +0 -0
  391. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_systemtime.c +0 -0
  392. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_systemtime.h +0 -0
  393. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_types.h +0 -0
  394. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_unused.h +0 -0
  395. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/Makefile.am +0 -0
  396. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/Makefile.in +0 -0
  397. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_definitions.h +0 -0
  398. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_error.c +0 -0
  399. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_error.h +0 -0
  400. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_extern.h +0 -0
  401. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_identifier.c +0 -0
  402. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_identifier.h +0 -0
  403. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_libcerror.h +0 -0
  404. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_support.c +0 -0
  405. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_support.h +0 -0
  406. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_types.h +0 -0
  407. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_unused.h +0 -0
  408. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/Makefile.am +0 -0
  409. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/Makefile.in +0 -0
  410. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_adc.c +0 -0
  411. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_adc.h +0 -0
  412. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_definitions.h +0 -0
  413. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_error.c +0 -0
  414. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_error.h +0 -0
  415. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_extern.h +0 -0
  416. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_libcerror.h +0 -0
  417. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_libcnotify.h +0 -0
  418. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse.c +0 -0
  419. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse.h +0 -0
  420. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_bit_stream.c +0 -0
  421. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_bit_stream.h +0 -0
  422. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_decoder.c +0 -0
  423. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_decoder.h +0 -0
  424. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzvn.c +0 -0
  425. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzvn.h +0 -0
  426. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_notify.c +0 -0
  427. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_notify.h +0 -0
  428. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_support.c +0 -0
  429. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_support.h +0 -0
  430. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_types.h +0 -0
  431. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_unused.h +0 -0
  432. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/Makefile.am +0 -0
  433. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/Makefile.in +0 -0
  434. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_attributes_file.h +0 -0
  435. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_btree.h +0 -0
  436. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_catalog_file.h +0 -0
  437. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_compressed_data.h +0 -0
  438. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_extents_file.h +0 -0
  439. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_fork_descriptor.h +0 -0
  440. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_master_directory_block.h +0 -0
  441. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_volume_header.h +0 -0
  442. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.c +0 -0
  443. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.rc.in +0 -0
  444. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_allocation_block_stream.h +0 -0
  445. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attribute_record.c +0 -0
  446. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attribute_record.h +0 -0
  447. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_file.c +0 -0
  448. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_file.h +0 -0
  449. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_key.c +0 -0
  450. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_key.h +0 -0
  451. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_bit_stream.c +0 -0
  452. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_bit_stream.h +0 -0
  453. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_block_data_handle.c +0 -0
  454. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_block_data_handle.h +0 -0
  455. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_file.c +0 -0
  456. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_file.h +0 -0
  457. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_header.c +0 -0
  458. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_header.h +0 -0
  459. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node.c +0 -0
  460. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node.h +0 -0
  461. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_cache.c +0 -0
  462. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_cache.h +0 -0
  463. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_descriptor.c +0 -0
  464. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_descriptor.h +0 -0
  465. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_record.c +0 -0
  466. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_record.h +0 -0
  467. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_vector.c +0 -0
  468. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_vector.h +0 -0
  469. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_buffer_data_handle.c +0 -0
  470. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_buffer_data_handle.h +0 -0
  471. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_file.c +0 -0
  472. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_file.h +0 -0
  473. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_key.c +0 -0
  474. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_key.h +0 -0
  475. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_handle.h +0 -0
  476. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_header.c +0 -0
  477. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_header.h +0 -0
  478. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compression.c +0 -0
  479. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compression.h +0 -0
  480. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_data_stream.c +0 -0
  481. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_data_stream.h +0 -0
  482. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_debug.c +0 -0
  483. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_debug.h +0 -0
  484. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_definitions.h.in +0 -0
  485. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_deflate.c +0 -0
  486. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_deflate.h +0 -0
  487. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_entry.c +0 -0
  488. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_entry.h +0 -0
  489. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_record.c +0 -0
  490. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_record.h +0 -0
  491. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_error.c +0 -0
  492. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_error.h +0 -0
  493. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extended_attribute.c +0 -0
  494. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extended_attribute.h +0 -0
  495. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extent.c +0 -0
  496. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extent.h +0 -0
  497. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_file.c +0 -0
  498. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_file.h +0 -0
  499. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_key.c +0 -0
  500. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_key.h +0 -0
  501. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_record.c +0 -0
  502. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_record.h +0 -0
  503. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extern.h +0 -0
  504. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_entry.h +0 -0
  505. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_record.c +0 -0
  506. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_record.h +0 -0
  507. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_system.c +0 -0
  508. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_system.h +0 -0
  509. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_fork_descriptor.c +0 -0
  510. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_fork_descriptor.h +0 -0
  511. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_huffman_tree.c +0 -0
  512. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_huffman_tree.h +0 -0
  513. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_io_handle.c +0 -0
  514. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_io_handle.h +0 -0
  515. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libbfio.h +0 -0
  516. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcdata.h +0 -0
  517. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcerror.h +0 -0
  518. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libclocale.h +0 -0
  519. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcnotify.h +0 -0
  520. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcthreads.h +0 -0
  521. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfcache.h +0 -0
  522. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfdata.h +0 -0
  523. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfdatetime.h +0 -0
  524. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfguid.h +0 -0
  525. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfmos.h +0 -0
  526. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libuna.h +0 -0
  527. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_master_directory_block.c +0 -0
  528. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_master_directory_block.h +0 -0
  529. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_name.c +0 -0
  530. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_name.h +0 -0
  531. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_notify.c +0 -0
  532. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_notify.h +0 -0
  533. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_profiler.c +0 -0
  534. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_profiler.h +0 -0
  535. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_support.c +0 -0
  536. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_support.h +0 -0
  537. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_thread_record.c +0 -0
  538. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_thread_record.h +0 -0
  539. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_types.h +0 -0
  540. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_unused.h +0 -0
  541. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume.c +0 -0
  542. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume.h +0 -0
  543. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume_header.c +0 -0
  544. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume_header.h +0 -0
  545. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.pc.in +0 -0
  546. {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.spec.in +0 -0
  547. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/Makefile.am +0 -0
  548. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/Makefile.in +0 -0
  549. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_byte_stream.h +0 -0
  550. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_definitions.h +0 -0
  551. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_error.c +0 -0
  552. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_error.h +0 -0
  553. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_extern.h +0 -0
  554. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_libcerror.h +0 -0
  555. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5.c +0 -0
  556. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5.h +0 -0
  557. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5_context.c +0 -0
  558. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5_context.h +0 -0
  559. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1.c +0 -0
  560. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1.h +0 -0
  561. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1_context.c +0 -0
  562. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1_context.h +0 -0
  563. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224.c +0 -0
  564. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224.h +0 -0
  565. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224_context.c +0 -0
  566. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224_context.h +0 -0
  567. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256.c +0 -0
  568. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256.h +0 -0
  569. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256_context.c +0 -0
  570. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256_context.h +0 -0
  571. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512.c +0 -0
  572. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512.h +0 -0
  573. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512_context.c +0 -0
  574. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512_context.h +0 -0
  575. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_support.c +0 -0
  576. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_support.h +0 -0
  577. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_types.h +0 -0
  578. {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_unused.h +0 -0
  579. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/Makefile.am +0 -0
  580. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/Makefile.in +0 -0
  581. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base16_stream.c +0 -0
  582. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base16_stream.h +0 -0
  583. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base32_stream.c +0 -0
  584. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base32_stream.h +0 -0
  585. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base64_stream.c +0 -0
  586. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base64_stream.h +0 -0
  587. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_byte_stream.c +0 -0
  588. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_byte_stream.h +0 -0
  589. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  590. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  591. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  592. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  593. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  594. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  595. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  596. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  597. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  598. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  599. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  600. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  601. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  602. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  603. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  604. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  605. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  606. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  607. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  608. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  609. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  610. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  611. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  612. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  613. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  614. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  615. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_r.c +0 -0
  616. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_r.h +0 -0
  617. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_u.c +0 -0
  618. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_u.h +0 -0
  619. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_arabic.c +0 -0
  620. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_arabic.h +0 -0
  621. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_celtic.c +0 -0
  622. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_celtic.h +0 -0
  623. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  624. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  625. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_croatian.c +0 -0
  626. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_croatian.h +0 -0
  627. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  628. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  629. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  630. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  631. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_farsi.c +0 -0
  632. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_farsi.h +0 -0
  633. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  634. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  635. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_greek.c +0 -0
  636. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_greek.h +0 -0
  637. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  638. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  639. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_inuit.c +0 -0
  640. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_inuit.h +0 -0
  641. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_roman.c +0 -0
  642. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_roman.h +0 -0
  643. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_romanian.c +0 -0
  644. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_romanian.h +0 -0
  645. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_russian.c +0 -0
  646. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_russian.h +0 -0
  647. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_symbol.c +0 -0
  648. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_symbol.h +0 -0
  649. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_thai.c +0 -0
  650. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_thai.h +0 -0
  651. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_turkish.c +0 -0
  652. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_turkish.h +0 -0
  653. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  654. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  655. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1250.c +0 -0
  656. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1250.h +0 -0
  657. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1251.c +0 -0
  658. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1251.h +0 -0
  659. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1252.c +0 -0
  660. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1252.h +0 -0
  661. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1253.c +0 -0
  662. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1253.h +0 -0
  663. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1254.c +0 -0
  664. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1254.h +0 -0
  665. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1255.c +0 -0
  666. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1255.h +0 -0
  667. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1256.c +0 -0
  668. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1256.h +0 -0
  669. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1257.c +0 -0
  670. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1257.h +0 -0
  671. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1258.c +0 -0
  672. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1258.h +0 -0
  673. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_874.c +0 -0
  674. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_874.h +0 -0
  675. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_932.c +0 -0
  676. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_932.h +0 -0
  677. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_936.c +0 -0
  678. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_936.h +0 -0
  679. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_949.c +0 -0
  680. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_949.h +0 -0
  681. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_950.c +0 -0
  682. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_950.h +0 -0
  683. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_definitions.h +0 -0
  684. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_error.c +0 -0
  685. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_error.h +0 -0
  686. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_extern.h +0 -0
  687. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_libcerror.h +0 -0
  688. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_scsu.c +0 -0
  689. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_scsu.h +0 -0
  690. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_support.c +0 -0
  691. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_support.h +0 -0
  692. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_types.h +0 -0
  693. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unicode_character.c +0 -0
  694. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unicode_character.h +0 -0
  695. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unused.h +0 -0
  696. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_url_stream.c +0 -0
  697. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_url_stream.h +0 -0
  698. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_stream.c +0 -0
  699. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_stream.h +0 -0
  700. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_string.c +0 -0
  701. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_string.h +0 -0
  702. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_stream.c +0 -0
  703. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_stream.h +0 -0
  704. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_string.c +0 -0
  705. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_string.h +0 -0
  706. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf7_stream.c +0 -0
  707. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf7_stream.h +0 -0
  708. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_stream.c +0 -0
  709. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_stream.h +0 -0
  710. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_string.c +0 -0
  711. {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_string.h +0 -0
  712. {libfshfs_python-20260802 → libfshfs_python-20260922}/ltmain.sh +0 -0
  713. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/common.m4 +0 -0
  714. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/gettext.m4 +0 -0
  715. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/host-cpu-c-abi.m4 +0 -0
  716. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/iconv.m4 +0 -0
  717. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/intlmacosx.m4 +0 -0
  718. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-ld.m4 +0 -0
  719. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-link.m4 +0 -0
  720. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-prefix.m4 +0 -0
  721. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libbfio.m4 +0 -0
  722. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcdata.m4 +0 -0
  723. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcerror.m4 +0 -0
  724. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcfile.m4 +0 -0
  725. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libclocale.m4 +0 -0
  726. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcnotify.m4 +0 -0
  727. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcpath.m4 +0 -0
  728. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcrypto.m4 +0 -0
  729. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcsplit.m4 +0 -0
  730. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcthreads.m4 +0 -0
  731. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfcache.m4 +0 -0
  732. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfdata.m4 +0 -0
  733. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfdatetime.m4 +0 -0
  734. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfguid.m4 +0 -0
  735. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfmos.m4 +0 -0
  736. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfuse.m4 +0 -0
  737. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libhmac.m4 +0 -0
  738. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libtool.m4 +0 -0
  739. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libuna.m4 +0 -0
  740. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltoptions.m4 +0 -0
  741. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltsugar.m4 +0 -0
  742. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltversion.m4 +0 -0
  743. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lt~obsolete.m4 +0 -0
  744. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/nls.m4 +0 -0
  745. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/po.m4 +0 -0
  746. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/progtest.m4 +0 -0
  747. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/pthread.m4 +0 -0
  748. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/python.m4 +0 -0
  749. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/tests.m4 +0 -0
  750. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/types.m4 +0 -0
  751. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/yaltools.m4 +0 -0
  752. {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/zlib.m4 +0 -0
  753. {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/Makefile.am +0 -0
  754. {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/Makefile.in +0 -0
  755. {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/fshfsinfo.1 +0 -0
  756. {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/fshfsmount.1 +0 -0
  757. {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/libfshfs.3 +0 -0
  758. {libfshfs_python-20260802 → libfshfs_python-20260922}/missing +0 -0
  759. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/Makefile.am +0 -0
  760. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/Makefile.in +0 -0
  761. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_attribute_record/fshfs_test_attribute_record.vcproj +0 -0
  762. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_attributes_btree_key/fshfs_test_attributes_btree_key.vcproj +0 -0
  763. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_bit_stream/fshfs_test_bit_stream.vcproj +0 -0
  764. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_file/fshfs_test_btree_file.vcproj +0 -0
  765. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_header/fshfs_test_btree_header.vcproj +0 -0
  766. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node/fshfs_test_btree_node.vcproj +0 -0
  767. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node_descriptor/fshfs_test_btree_node_descriptor.vcproj +0 -0
  768. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node_record/fshfs_test_btree_node_record.vcproj +0 -0
  769. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_buffer_data_handle/fshfs_test_buffer_data_handle.vcproj +0 -0
  770. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_catalog_btree_key/fshfs_test_catalog_btree_key.vcproj +0 -0
  771. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_compressed_data_handle/fshfs_test_compressed_data_handle.vcproj +0 -0
  772. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_compression/fshfs_test_compression.vcproj +0 -0
  773. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_deflate/fshfs_test_deflate.vcproj +0 -0
  774. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_directory_entry/fshfs_test_directory_entry.vcproj +0 -0
  775. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_directory_record/fshfs_test_directory_record.vcproj +0 -0
  776. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_error/fshfs_test_error.vcproj +0 -0
  777. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_extent/fshfs_test_extent.vcproj +0 -0
  778. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_extents_btree_key/fshfs_test_extents_btree_key.vcproj +0 -0
  779. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_entry/fshfs_test_file_entry.vcproj +0 -0
  780. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_record/fshfs_test_file_record.vcproj +0 -0
  781. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_system/fshfs_test_file_system.vcproj +0 -0
  782. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_fork_descriptor/fshfs_test_fork_descriptor.vcproj +0 -0
  783. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_huffman_tree/fshfs_test_huffman_tree.vcproj +0 -0
  784. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_io_handle/fshfs_test_io_handle.vcproj +0 -0
  785. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_master_directory_block/fshfs_test_master_directory_block.vcproj +0 -0
  786. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_name/fshfs_test_name.vcproj +0 -0
  787. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_notify/fshfs_test_notify.vcproj +0 -0
  788. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_profiler/fshfs_test_profiler.vcproj +0 -0
  789. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_support/fshfs_test_support.vcproj +0 -0
  790. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_thread_record/fshfs_test_thread_record.vcproj +0 -0
  791. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_info_handle/fshfs_test_tools_info_handle.vcproj +0 -0
  792. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_mount_path_string/fshfs_test_tools_mount_path_string.vcproj +0 -0
  793. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_output/fshfs_test_tools_output.vcproj +0 -0
  794. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_signal/fshfs_test_tools_signal.vcproj +0 -0
  795. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_volume/fshfs_test_volume.vcproj +0 -0
  796. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_volume_header/fshfs_test_volume_header.vcproj +0 -0
  797. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfsinfo/fshfsinfo.vcproj +0 -0
  798. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfsmount/fshfsmount.vcproj +0 -0
  799. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libbfio/libbfio.vcproj +0 -0
  800. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcdata/libcdata.vcproj +0 -0
  801. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcerror/libcerror.vcproj +0 -0
  802. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcfile/libcfile.vcproj +0 -0
  803. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libclocale/libclocale.vcproj +0 -0
  804. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  805. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcpath/libcpath.vcproj +0 -0
  806. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  807. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  808. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfcache/libfcache.vcproj +0 -0
  809. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfdata/libfdata.vcproj +0 -0
  810. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  811. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfguid/libfguid.vcproj +0 -0
  812. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfmos/libfmos.vcproj +0 -0
  813. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfshfs/libfshfs.vcproj +0 -0
  814. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfshfs.sln +0 -0
  815. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libhmac/libhmac.vcproj +0 -0
  816. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libuna/libuna.vcproj +0 -0
  817. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/pyfshfs/pyfshfs.vcproj +0 -0
  818. {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/zlib/zlib.vcproj +0 -0
  819. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/Makefile.am +0 -0
  820. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/Makefile.in +0 -0
  821. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
  822. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/file_entry_fuzzer.cc +0 -0
  823. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/ossfuzz_libbfio.h +0 -0
  824. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/ossfuzz_libfshfs.h +0 -0
  825. {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/volume_fuzzer.cc +0 -0
  826. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/ChangeLog +0 -0
  827. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makefile.in.in +0 -0
  828. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makevars +0 -0
  829. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makevars.in +0 -0
  830. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/POTFILES.in +0 -0
  831. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Rules-quot +0 -0
  832. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/boldquot.sed +0 -0
  833. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/en@boldquot.header +0 -0
  834. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/en@quot.header +0 -0
  835. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/insert-header.sin +0 -0
  836. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/quot.sed +0 -0
  837. {libfshfs_python-20260802 → libfshfs_python-20260922}/po/remove-potcdate.sin +0 -0
  838. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/Makefile.am +0 -0
  839. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/Makefile.in +0 -0
  840. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs.c +0 -0
  841. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs.h +0 -0
  842. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_data_stream.c +0 -0
  843. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_data_stream.h +0 -0
  844. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_datetime.c +0 -0
  845. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_datetime.h +0 -0
  846. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_error.c +0 -0
  847. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_error.h +0 -0
  848. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attribute.c +0 -0
  849. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attribute.h +0 -0
  850. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attributes.c +0 -0
  851. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attributes.h +0 -0
  852. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entries.c +0 -0
  853. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entries.h +0 -0
  854. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entry.c +0 -0
  855. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entry.h +0 -0
  856. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_object_io_handle.c +0 -0
  857. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_object_io_handle.h +0 -0
  858. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_integer.c +0 -0
  859. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_integer.h +0 -0
  860. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libbfio.h +0 -0
  861. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libcerror.h +0 -0
  862. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libfshfs.h +0 -0
  863. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_python.h +0 -0
  864. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_unused.h +0 -0
  865. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_volume.c +0 -0
  866. {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_volume.h +0 -0
  867. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/Makefile.am +0 -0
  868. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/Makefile.in +0 -0
  869. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/atlocal.in +0 -0
  870. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_attribute_record.c +0 -0
  871. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_attributes_btree_key.c +0 -0
  872. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_bit_stream.c +0 -0
  873. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_file.c +0 -0
  874. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_header.c +0 -0
  875. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node.c +0 -0
  876. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node_descriptor.c +0 -0
  877. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node_record.c +0 -0
  878. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_buffer_data_handle.c +0 -0
  879. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_catalog_btree_key.c +0 -0
  880. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_compression.c +0 -0
  881. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_deflate.c +0 -0
  882. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_directory_entry.c +0 -0
  883. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_directory_record.c +0 -0
  884. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_error.c +0 -0
  885. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_extent.c +0 -0
  886. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_extents_btree_key.c +0 -0
  887. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_entry.c +0 -0
  888. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_record.c +0 -0
  889. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_system.c +0 -0
  890. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_fork_descriptor.c +0 -0
  891. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_functions.c +0 -0
  892. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_functions.h +0 -0
  893. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_getopt.c +0 -0
  894. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_getopt.h +0 -0
  895. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_huffman_tree.c +0 -0
  896. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_io_handle.c +0 -0
  897. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libbfio.h +0 -0
  898. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcerror.h +0 -0
  899. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libclocale.h +0 -0
  900. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcnotify.h +0 -0
  901. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcpath.h +0 -0
  902. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libfdata.h +0 -0
  903. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libfshfs.h +0 -0
  904. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libuna.h +0 -0
  905. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_macros.h +0 -0
  906. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_master_directory_block.c +0 -0
  907. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_memory.c +0 -0
  908. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_memory.h +0 -0
  909. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_name.c +0 -0
  910. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_notify.c +0 -0
  911. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_profiler.c +0 -0
  912. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_support.c +0 -0
  913. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_thread_record.c +0 -0
  914. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_info_handle.c +0 -0
  915. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_mount_path_string.c +0 -0
  916. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_output.c +0 -0
  917. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_signal.c +0 -0
  918. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_types.h +0 -0
  919. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unicode_case_folding_mappings.h +0 -0
  920. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unicode_decomposition_mappings.h +0 -0
  921. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unused.h +0 -0
  922. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_volume.c +0 -0
  923. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_volume_header.c +0 -0
  924. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_library.at +0 -0
  925. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_macros.at +0 -0
  926. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_manpages.at +0 -0
  927. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_python_module.at +0 -0
  928. {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_tools.at +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libfshfs-python
3
- Version: 20260802
3
+ Version: 20260922
4
4
  Summary: Python bindings for libfshfs
5
5
  Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
6
6
  License-Expression: LGPL-3.0-or-later
@@ -629,7 +629,7 @@
629
629
  #define PACKAGE_NAME "libfshfs"
630
630
 
631
631
  /* Define to the full name and version of this package. */
632
- #define PACKAGE_STRING "libfshfs 20260802"
632
+ #define PACKAGE_STRING "libfshfs 20260922"
633
633
 
634
634
  /* Define to the one symbol short name of this package. */
635
635
  #define PACKAGE_TARNAME "libfshfs"
@@ -638,7 +638,7 @@
638
638
  #define PACKAGE_URL ""
639
639
 
640
640
  /* Define to the version of this package. */
641
- #define PACKAGE_VERSION "20260802"
641
+ #define PACKAGE_VERSION "20260922"
642
642
 
643
643
  /* The size of `int', as computed by sizeof. */
644
644
  #define SIZEOF_INT 4
@@ -667,7 +667,7 @@
667
667
  /* #undef TM_IN_SYS_TIME */
668
668
 
669
669
  /* Version number of package */
670
- #define VERSION "20260802"
670
+ #define VERSION "20260922"
671
671
 
672
672
  /* Number of bits in a file offset, on hosts where this is settable. */
673
673
  /* #undef _FILE_OFFSET_BITS */
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.71 for libfshfs 20260802.
3
+ # Generated by GNU Autoconf 2.71 for libfshfs 20260922.
4
4
  #
5
5
  # Report bugs to <https://github.com/libyal/libfshfs/issues>.
6
6
  #
@@ -621,8 +621,8 @@ MAKEFLAGS=
621
621
  # Identity of this package.
622
622
  PACKAGE_NAME='libfshfs'
623
623
  PACKAGE_TARNAME='libfshfs'
624
- PACKAGE_VERSION='20260802'
625
- PACKAGE_STRING='libfshfs 20260802'
624
+ PACKAGE_VERSION='20260922'
625
+ PACKAGE_STRING='libfshfs 20260922'
626
626
  PACKAGE_BUGREPORT='https://github.com/libyal/libfshfs/issues'
627
627
  PACKAGE_URL=''
628
628
 
@@ -1728,7 +1728,7 @@ if test "$ac_init_help" = "long"; then
1728
1728
  # Omit some internal or obsolete options to make the list less imposing.
1729
1729
  # This message is too long to be a string in the A/UX 3.1 sh.
1730
1730
  cat <<_ACEOF
1731
- \`configure' configures libfshfs 20260802 to adapt to many kinds of systems.
1731
+ \`configure' configures libfshfs 20260922 to adapt to many kinds of systems.
1732
1732
 
1733
1733
  Usage: $0 [OPTION]... [VAR=VALUE]...
1734
1734
 
@@ -1799,7 +1799,7 @@ fi
1799
1799
 
1800
1800
  if test -n "$ac_init_help"; then
1801
1801
  case $ac_init_help in
1802
- short | recursive ) echo "Configuration of libfshfs 20260802:";;
1802
+ short | recursive ) echo "Configuration of libfshfs 20260922:";;
1803
1803
  esac
1804
1804
  cat <<\_ACEOF
1805
1805
 
@@ -2087,7 +2087,7 @@ fi
2087
2087
  test -n "$ac_init_help" && exit $ac_status
2088
2088
  if $ac_init_version; then
2089
2089
  cat <<\_ACEOF
2090
- libfshfs configure 20260802
2090
+ libfshfs configure 20260922
2091
2091
  generated by GNU Autoconf 2.71
2092
2092
 
2093
2093
  Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2808,7 +2808,7 @@ cat >config.log <<_ACEOF
2808
2808
  This file contains any messages produced by compilers while
2809
2809
  running configure, to aid debugging if configure makes a mistake.
2810
2810
 
2811
- It was created by libfshfs $as_me 20260802, which was
2811
+ It was created by libfshfs $as_me 20260922, which was
2812
2812
  generated by GNU Autoconf 2.71. Invocation command line was
2813
2813
 
2814
2814
  $ $0$ac_configure_args_raw
@@ -4297,7 +4297,7 @@ fi
4297
4297
 
4298
4298
  # Define the identity of the package.
4299
4299
  PACKAGE='libfshfs'
4300
- VERSION='20260802'
4300
+ VERSION='20260922'
4301
4301
 
4302
4302
 
4303
4303
  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -64459,7 +64459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
64459
64459
  # report actual input values of CONFIG_FILES etc. instead of their
64460
64460
  # values after options handling.
64461
64461
  ac_log="
64462
- This file was extended by libfshfs $as_me 20260802, which was
64462
+ This file was extended by libfshfs $as_me 20260922, which was
64463
64463
  generated by GNU Autoconf 2.71. Invocation command line was
64464
64464
 
64465
64465
  CONFIG_FILES = $CONFIG_FILES
@@ -64527,7 +64527,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
64527
64527
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
64528
64528
  ac_cs_config='$ac_cs_config_escaped'
64529
64529
  ac_cs_version="\\
64530
- libfshfs config.status 20260802
64530
+ libfshfs config.status 20260922
64531
64531
  configured by $0, generated by GNU Autoconf 2.71,
64532
64532
  with options \\"\$ac_cs_config\\"
64533
64533
 
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
2
 
3
3
  AC_INIT(
4
4
  [libfshfs],
5
- [20260802],
5
+ [20260922],
6
6
  [https://github.com/libyal/libfshfs/issues])
7
7
 
8
8
  AC_CONFIG_SRCDIR(
@@ -0,0 +1,5 @@
1
+ libfshfs (20260922-1) unstable; urgency=low
2
+
3
+ * Auto-generated
4
+
5
+ -- Joachim Metz <joachim.metz@gmail.com> Tue, 22 Sep 2026 06:26:41 +0000
@@ -488,9 +488,14 @@ int main( int argc, char * const argv[] )
488
488
 
489
489
  goto on_error;
490
490
  }
491
+ #if defined( HAVE_LIBFUSE3 )
491
492
  fuse_unmount(
492
493
  fshfsmount_fuse_handle );
493
-
494
+ #else
495
+ fuse_unmount(
496
+ mount_point,
497
+ fshfsmount_fuse_channel );
498
+ #endif
494
499
  fuse_destroy(
495
500
  fshfsmount_fuse_handle );
496
501
 
@@ -24,11 +24,11 @@
24
24
 
25
25
  #include <libfshfs/types.h>
26
26
 
27
- #define LIBFSHFS_VERSION 20260802
27
+ #define LIBFSHFS_VERSION 20260922
28
28
 
29
29
  /* The version string
30
30
  */
31
- #define LIBFSHFS_VERSION_STRING "20260802"
31
+ #define LIBFSHFS_VERSION_STRING "20260922"
32
32
 
33
33
  /* The file access
34
34
  * bit 1 set to 1 for read access
@@ -22,12 +22,12 @@ BEGIN
22
22
  BLOCK "040904E4"
23
23
  BEGIN
24
24
  VALUE "FileDescription", "Library to access the Hierarchical File System (HFS) format\0"
25
- VALUE "FileVersion", "20260802" "\0"
25
+ VALUE "FileVersion", "20260922" "\0"
26
26
  VALUE "InternalName", "libfshfs.dll\0"
27
27
  VALUE "LegalCopyright", "(C) 2009-2026, Joachim Metz <joachim.metz@gmail.com>\0"
28
28
  VALUE "OriginalFilename", "libfshfs.dll\0"
29
29
  VALUE "ProductName", "libfshfs\0"
30
- VALUE "ProductVersion", "20260802" "\0"
30
+ VALUE "ProductVersion", "20260922" "\0"
31
31
  VALUE "Comments", "For more information visit https://github.com/libyal/libfshfs/\0"
32
32
  END
33
33
  END
@@ -343,6 +343,7 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
343
343
  libfshfs_extent_t *extent = NULL;
344
344
  static char *function = "libfshfs_allocation_block_stream_initialize_from_extents";
345
345
  size64_t segment_size = 0;
346
+ off64_t data_offset = 0;
346
347
  off64_t segment_offset = 0;
347
348
  int extent_index = 0;
348
349
  int number_of_extents = 0;
@@ -475,6 +476,10 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
475
476
  segment_offset = (off64_t) extent->block_number * io_handle->block_size;
476
477
  segment_size = (size64_t) extent->number_of_blocks * io_handle->block_size;
477
478
 
479
+ if( segment_size > ( data_size - data_offset ) )
480
+ {
481
+ segment_size = data_size - data_offset;
482
+ }
478
483
  if( libfdata_stream_append_segment(
479
484
  safe_allocation_block_stream,
480
485
  &segment_index,
@@ -494,20 +499,12 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
494
499
 
495
500
  goto on_error;
496
501
  }
497
- }
498
- if( libfdata_stream_set_mapped_size(
499
- safe_allocation_block_stream,
500
- data_size,
501
- error ) != 1 )
502
- {
503
- libcerror_error_set(
504
- error,
505
- LIBCERROR_ERROR_DOMAIN_RUNTIME,
506
- LIBCERROR_RUNTIME_ERROR_SET_FAILED,
507
- "%s: unable to set mapped size of allocation block stream.",
508
- function );
502
+ data_offset += segment_size;
509
503
 
510
- goto on_error;
504
+ if( (size64_t) data_offset >= data_size )
505
+ {
506
+ break;
507
+ }
511
508
  }
512
509
  *allocation_block_stream = safe_allocation_block_stream;
513
510
 
@@ -195,6 +195,7 @@ int libfshfs_compressed_data_handle_free(
195
195
  libcerror_error_t **error )
196
196
  {
197
197
  static char *function = "libfshfs_compressed_data_handle_free";
198
+ int result = 1;
198
199
 
199
200
  if( data_handle == NULL )
200
201
  {
@@ -224,12 +225,25 @@ int libfshfs_compressed_data_handle_free(
224
225
  memory_free(
225
226
  ( *data_handle )->compressed_block_offsets );
226
227
  }
228
+ if( libfdata_stream_free(
229
+ &( ( *data_handle )->compressed_data_stream ),
230
+ error ) != 1 )
231
+ {
232
+ libcerror_error_set(
233
+ error,
234
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
235
+ LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
236
+ "%s: unable to free compressed data stream.",
237
+ function );
238
+
239
+ result = -1;
240
+ }
227
241
  memory_free(
228
242
  *data_handle );
229
243
 
230
244
  *data_handle = NULL;
231
245
  }
232
- return( 1 );
246
+ return( result );
233
247
  }
234
248
 
235
249
  /* Determines the compressed block offsets
@@ -240,22 +254,23 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
240
254
  libbfio_handle_t *file_io_handle,
241
255
  libcerror_error_t **error )
242
256
  {
243
- static char *function = "libfshfs_compressed_data_handle_get_compressed_block_offsets";
244
- size64_t compressed_data_size = 0;
245
- size_t compressed_block_descriptor_size = 0;
246
- size_t read_size = 0;
247
- size_t segment_data_offset = 0;
248
- ssize_t read_count = 0;
249
- uint32_t compressed_block_index = 0;
250
- uint32_t compressed_block_offset = 0;
251
- uint32_t compressed_descriptors_offset = 0;
252
- uint32_t compressed_footer_offset = 0;
253
- uint32_t compressed_footer_size = 0;
254
- uint32_t previous_compressed_block_offset = 0;
255
- int compare_result = 0;
257
+ static char *function = "libfshfs_compressed_data_handle_get_compressed_block_offsets";
258
+ size64_t compressed_data_size = 0;
259
+ size_t compressed_block_descriptor_size = 0;
260
+ size_t read_size = 0;
261
+ size_t segment_data_offset = 0;
262
+ ssize_t read_count = 0;
263
+ uint32_t compressed_block_index = 0;
264
+ uint32_t compressed_block_offset = 0;
265
+ uint32_t compressed_descriptors_offset = 0;
266
+ uint32_t compressed_footer_offset = 0;
267
+ uint32_t compressed_footer_size = 0;
268
+ uint32_t maximum_number_of_compressed_blocks = 0;
269
+ uint32_t previous_compressed_block_offset = 0;
270
+ int compare_result = 0;
256
271
 
257
272
  #if defined( HAVE_DEBUG_OUTPUT )
258
- uint32_t value_32bit = 0;
273
+ uint32_t value_32bit = 0;
259
274
  #endif
260
275
 
261
276
  if( data_handle == NULL )
@@ -439,7 +454,8 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
439
454
  &( data_handle->compressed_segment_data[ 260 ] ),
440
455
  data_handle->number_of_compressed_blocks );
441
456
 
442
- if( data_handle->number_of_compressed_blocks > ( (uint32_t) UINT32_MAX / 8 ) )
457
+ if( ( data_handle->number_of_compressed_blocks == 0 )
458
+ || ( data_handle->number_of_compressed_blocks > ( (uint32_t) UINT32_MAX / 8 ) ) )
443
459
  {
444
460
  libcerror_error_set(
445
461
  error,
@@ -498,7 +514,13 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
498
514
  data_handle->number_of_compressed_blocks );
499
515
  }
500
516
  #endif
501
- if( (size_t) data_handle->number_of_compressed_blocks > ( (size_t) ( MEMORY_MAXIMUM_ALLOCATION_SIZE / 4 ) - 1 ) )
517
+ maximum_number_of_compressed_blocks = MEMORY_MAXIMUM_ALLOCATION_SIZE;
518
+
519
+ if( compressed_block_descriptor_size != 0 )
520
+ {
521
+ maximum_number_of_compressed_blocks /= compressed_block_descriptor_size;
522
+ }
523
+ if( data_handle->number_of_compressed_blocks > ( maximum_number_of_compressed_blocks - 1 ) )
502
524
  {
503
525
  libcerror_error_set(
504
526
  error,
@@ -532,6 +554,17 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
532
554
  {
533
555
  read_size = ( (size_t) data_handle->number_of_compressed_blocks - 1 ) * compressed_block_descriptor_size;
534
556
 
557
+ if( read_size > ( LIBFSHFS_COMPRESSED_DATA_HANDLE_BLOCK_SIZE + 1 ) - segment_data_offset )
558
+ {
559
+ libcerror_error_set(
560
+ error,
561
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
562
+ LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
563
+ "%s: invalid compressed block descriptors data size value out of bounds.",
564
+ function );
565
+
566
+ goto on_error;
567
+ }
535
568
  read_count = libfdata_stream_read_buffer_at_offset(
536
569
  data_handle->compressed_data_stream,
537
570
  (intptr_t *) file_io_handle,
@@ -37,11 +37,11 @@
37
37
  * for local use of libfshfs
38
38
  */
39
39
  #else
40
- #define LIBFSHFS_VERSION 20260802
40
+ #define LIBFSHFS_VERSION 20260922
41
41
 
42
42
  /* The version string
43
43
  */
44
- #define LIBFSHFS_VERSION_STRING "20260802"
44
+ #define LIBFSHFS_VERSION_STRING "20260922"
45
45
 
46
46
  /* The file access
47
47
  * bit 1 set to 1 for read access
@@ -2436,14 +2436,10 @@ int libfshfs_file_entry_get_device_number(
2436
2436
  *major_device_number = ( device_identifier >> 8 ) & 0x000000ffUL;
2437
2437
  *minor_device_number = device_identifier & 0x000000ffUL;
2438
2438
  }
2439
- else if( ( device_identifier & 0x00ffff00UL ) == 0 )
2440
- {
2441
- *major_device_number = ( device_identifier >> 24 ) & 0x000000ffUL;
2442
- *minor_device_number = device_identifier & 0x000000ffUL;
2443
- }
2444
2439
  else
2445
2440
  {
2446
- result = 0;
2441
+ *major_device_number = ( device_identifier >> 24 ) & 0x000000ffUL;
2442
+ *minor_device_number = device_identifier & 0x00ffffffUL;
2447
2443
  }
2448
2444
  }
2449
2445
  }
@@ -3203,38 +3199,67 @@ int libfshfs_file_entry_has_resource_fork(
3203
3199
  return( -1 );
3204
3200
  }
3205
3201
  #endif
3206
- if( libfshfs_internal_file_entry_get_directory_entry(
3207
- internal_file_entry,
3208
- &directory_entry,
3209
- error ) != 1 )
3202
+ /* Make sure internal_file_entry->compressed_data_header has been initialized
3203
+ */
3204
+ if( internal_file_entry->data_size == (size64_t) -1 )
3210
3205
  {
3211
- libcerror_error_set(
3212
- error,
3213
- LIBCERROR_ERROR_DOMAIN_RUNTIME,
3214
- LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3215
- "%s: unable to retrieve directory entry.",
3216
- function );
3206
+ if( libfshfs_internal_file_entry_get_data_size(
3207
+ internal_file_entry,
3208
+ error ) != 1 )
3209
+ {
3210
+ libcerror_error_set(
3211
+ error,
3212
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
3213
+ LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3214
+ "%s: unable to retrieve data size.",
3215
+ function );
3217
3216
 
3218
- result = -1;
3217
+ result = -1;
3218
+ }
3219
3219
  }
3220
- else
3220
+ if( result == 0 )
3221
3221
  {
3222
- result = libfshfs_directory_entry_get_resource_fork_descriptor(
3223
- directory_entry,
3224
- &fork_descriptor,
3225
- error );
3226
-
3227
- if( result == -1 )
3222
+ if( ( internal_file_entry->compressed_data_header != NULL )
3223
+ && ( ( internal_file_entry->compressed_data_header->compression_method == 4 )
3224
+ || ( internal_file_entry->compressed_data_header->compression_method == 8 )
3225
+ || ( internal_file_entry->compressed_data_header->compression_method == 10 )
3226
+ || ( internal_file_entry->compressed_data_header->compression_method == 12 ) ) )
3227
+ {
3228
+ result = 0;
3229
+ }
3230
+ else if( libfshfs_internal_file_entry_get_directory_entry(
3231
+ internal_file_entry,
3232
+ &directory_entry,
3233
+ error ) != 1 )
3228
3234
  {
3229
3235
  libcerror_error_set(
3230
3236
  error,
3231
3237
  LIBCERROR_ERROR_DOMAIN_RUNTIME,
3232
3238
  LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3233
- "%s: unable to retrieve resource fork descriptor from directory entry.",
3239
+ "%s: unable to retrieve directory entry.",
3234
3240
  function );
3235
3241
 
3236
3242
  result = -1;
3237
3243
  }
3244
+ else
3245
+ {
3246
+ result = libfshfs_directory_entry_get_resource_fork_descriptor(
3247
+ directory_entry,
3248
+ &fork_descriptor,
3249
+ error );
3250
+
3251
+ if( result == -1 )
3252
+ {
3253
+ libcerror_error_set(
3254
+ error,
3255
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
3256
+ LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3257
+ "%s: unable to retrieve resource fork descriptor from directory entry.",
3258
+ function );
3259
+
3260
+ result = -1;
3261
+ }
3262
+ }
3238
3263
  }
3239
3264
  #if defined( HAVE_LIBFSHFS_MULTI_THREAD_SUPPORT )
3240
3265
  if( libcthreads_read_write_lock_release_for_write(
@@ -3296,59 +3321,88 @@ int libfshfs_file_entry_get_resource_fork(
3296
3321
  return( -1 );
3297
3322
  }
3298
3323
  #endif
3299
- if( libfshfs_internal_file_entry_get_directory_entry(
3300
- internal_file_entry,
3301
- &directory_entry,
3302
- error ) != 1 )
3324
+ /* Make sure internal_file_entry->compressed_data_header has been initialized
3325
+ */
3326
+ if( internal_file_entry->data_size == (size64_t) -1 )
3303
3327
  {
3304
- libcerror_error_set(
3305
- error,
3306
- LIBCERROR_ERROR_DOMAIN_RUNTIME,
3307
- LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3308
- "%s: unable to retrieve directory entry.",
3309
- function );
3328
+ if( libfshfs_internal_file_entry_get_data_size(
3329
+ internal_file_entry,
3330
+ error ) != 1 )
3331
+ {
3332
+ libcerror_error_set(
3333
+ error,
3334
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
3335
+ LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3336
+ "%s: unable to retrieve data size.",
3337
+ function );
3310
3338
 
3311
- result = -1;
3339
+ result = -1;
3340
+ }
3312
3341
  }
3313
- else
3342
+ if( result == 0 )
3314
3343
  {
3315
- result = libfshfs_directory_entry_get_resource_fork_descriptor(
3316
- directory_entry,
3317
- &fork_descriptor,
3318
- error );
3319
-
3320
- if( result == -1 )
3344
+ if( ( internal_file_entry->compressed_data_header != NULL )
3345
+ && ( ( internal_file_entry->compressed_data_header->compression_method == 4 )
3346
+ || ( internal_file_entry->compressed_data_header->compression_method == 8 )
3347
+ || ( internal_file_entry->compressed_data_header->compression_method == 10 )
3348
+ || ( internal_file_entry->compressed_data_header->compression_method == 12 ) ) )
3349
+ {
3350
+ result = 0;
3351
+ }
3352
+ else if( libfshfs_internal_file_entry_get_directory_entry(
3353
+ internal_file_entry,
3354
+ &directory_entry,
3355
+ error ) != 1 )
3321
3356
  {
3322
3357
  libcerror_error_set(
3323
3358
  error,
3324
3359
  LIBCERROR_ERROR_DOMAIN_RUNTIME,
3325
3360
  LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3326
- "%s: unable to retrieve resource fork descriptor from directory entry.",
3361
+ "%s: unable to retrieve directory entry.",
3327
3362
  function );
3328
3363
 
3329
3364
  result = -1;
3330
3365
  }
3331
- else if( result != 0 )
3366
+ else
3332
3367
  {
3333
- if( libfshfs_data_stream_initialize(
3334
- data_stream,
3335
- internal_file_entry->io_handle,
3336
- internal_file_entry->file_io_handle,
3337
- internal_file_entry->file_system,
3338
- internal_file_entry->identifier,
3339
- fork_descriptor,
3340
- LIBFSHFS_FORK_TYPE_RESOURCE,
3341
- error ) != 1 )
3368
+ result = libfshfs_directory_entry_get_resource_fork_descriptor(
3369
+ directory_entry,
3370
+ &fork_descriptor,
3371
+ error );
3372
+
3373
+ if( result == -1 )
3342
3374
  {
3343
3375
  libcerror_error_set(
3344
3376
  error,
3345
3377
  LIBCERROR_ERROR_DOMAIN_RUNTIME,
3346
- LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
3347
- "%s: unable to create resource fork data stream.",
3378
+ LIBCERROR_RUNTIME_ERROR_GET_FAILED,
3379
+ "%s: unable to retrieve resource fork descriptor from directory entry.",
3348
3380
  function );
3349
3381
 
3350
3382
  result = -1;
3351
3383
  }
3384
+ else if( result != 0 )
3385
+ {
3386
+ if( libfshfs_data_stream_initialize(
3387
+ data_stream,
3388
+ internal_file_entry->io_handle,
3389
+ internal_file_entry->file_io_handle,
3390
+ internal_file_entry->file_system,
3391
+ internal_file_entry->identifier,
3392
+ fork_descriptor,
3393
+ LIBFSHFS_FORK_TYPE_RESOURCE,
3394
+ error ) != 1 )
3395
+ {
3396
+ libcerror_error_set(
3397
+ error,
3398
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
3399
+ LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
3400
+ "%s: unable to create resource fork data stream.",
3401
+ function );
3402
+
3403
+ result = -1;
3404
+ }
3405
+ }
3352
3406
  }
3353
3407
  }
3354
3408
  #if defined( HAVE_LIBFSHFS_MULTI_THREAD_SUPPORT )
@@ -5391,6 +5445,17 @@ int libfshfs_internal_file_entry_get_data_size(
5391
5445
  }
5392
5446
  else if( result != 0 )
5393
5447
  {
5448
+ if( data_fork_descriptor->size != 0 )
5449
+ {
5450
+ libcerror_error_set(
5451
+ error,
5452
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
5453
+ LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
5454
+ "%s: unsupported non-empty data fork.",
5455
+ function );
5456
+
5457
+ goto on_error;
5458
+ }
5394
5459
  data_size = internal_file_entry->compressed_data_header->uncompressed_data_size;
5395
5460
  }
5396
5461
  else
@@ -1,5 +1,5 @@
1
1
  Name: libfshfs
2
- Version: 20260802
2
+ Version: 20260922
3
3
  Release: 1
4
4
  Summary: Library to access the Hierarchical File System (HFS) format
5
5
  Group: System Environment/Libraries
@@ -95,6 +95,6 @@ rm -rf %{buildroot}
95
95
  %{_mandir}/man1/*
96
96
 
97
97
  %changelog
98
- * Sun Aug 2 2026 Joachim Metz <joachim.metz@gmail.com> 20260802-1
98
+ * Tue Sep 22 2026 Joachim Metz <joachim.metz@gmail.com> 20260922-1
99
99
  - Auto-generated
100
100
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "libfshfs-python"
7
- version = "20260802"
7
+ version = "20260922"
8
8
  description = "Python bindings for libfshfs"
9
9
  maintainers = [
10
10
  { name = "Joachim Metz", email = "joachim.metz@gmail.com" },
@@ -23,6 +23,11 @@ Documentation = "https://github.com/libyal/libfshfs/wiki/Home"
23
23
  Homepage = "https://github.com/libyal/libfshfs"
24
24
  Repository = "https://github.com/libyal/libfshfs"
25
25
 
26
+ [tool.black]
27
+ line-length = 88
28
+ target-version = ["py310"]
29
+ include = "\\.pyi?$"
30
+
26
31
  [tool.setuptools]
27
32
  py-modules = ["_build"]
28
33
 
@@ -23,6 +23,11 @@ Documentation = "https://github.com/libyal/libfshfs/wiki/Home"
23
23
  Homepage = "https://github.com/libyal/libfshfs"
24
24
  Repository = "https://github.com/libyal/libfshfs"
25
25
 
26
+ [tool.black]
27
+ line-length = 88
28
+ target-version = ["py310"]
29
+ include = "\\.pyi?$"
30
+
26
31
  [tool.setuptools]
27
32
  py-modules = ["_build"]
28
33