libfsxfs-python 20260701__tar.gz → 20260702__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 (876) hide show
  1. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/PKG-INFO +1 -1
  2. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/config.h +3 -3
  3. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/configure +10 -10
  4. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/configure.ac +1 -1
  5. libfsxfs_python-20260702/dpkg/changelog +5 -0
  6. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/definitions.h +2 -2
  7. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs.rc +2 -2
  8. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attribute_values.c +4 -0
  9. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes.c +34 -14
  10. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_table.c +34 -14
  11. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_definitions.h +2 -2
  12. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_superblock.c +3 -1
  13. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs.spec +2 -2
  14. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyproject.toml +1 -1
  15. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/Makefile.am +5 -2
  16. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/Makefile.in +5 -2
  17. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/package.m4 +2 -2
  18. libfsxfs_python-20260702/tests/test_python_module.at +145 -0
  19. libfsxfs_python-20260701/dpkg/changelog +0 -5
  20. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ABOUT-NLS +0 -0
  21. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/AUTHORS +0 -0
  22. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/COPYING +0 -0
  23. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/COPYING.LESSER +0 -0
  24. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ChangeLog +0 -0
  25. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/INSTALL +0 -0
  26. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/Makefile.am +0 -0
  27. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/Makefile.in +0 -0
  28. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/NEWS +0 -0
  29. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/README +0 -0
  30. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/_build.py +0 -0
  31. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/acinclude.m4 +0 -0
  32. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/aclocal.m4 +0 -0
  33. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/Makefile.am +0 -0
  34. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/Makefile.in +0 -0
  35. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/byte_stream.h +0 -0
  36. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/common.h +0 -0
  37. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/config.h.in +0 -0
  38. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/config_borlandc.h +0 -0
  39. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/config_msc.h +0 -0
  40. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/config_winapi.h +0 -0
  41. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/file_stream.h +0 -0
  42. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/memory.h +0 -0
  43. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/narrow_string.h +0 -0
  44. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/system_string.h +0 -0
  45. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/types.h +0 -0
  46. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/types.h.in +0 -0
  47. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/common/wide_string.h +0 -0
  48. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/compile +0 -0
  49. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/config.guess +0 -0
  50. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/config.rpath +0 -0
  51. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/config.sub +0 -0
  52. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/depcomp +0 -0
  53. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/changelog.in +0 -0
  54. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/compat +0 -0
  55. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/control +0 -0
  56. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/copyright +0 -0
  57. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/libfsxfs-dev.install +0 -0
  58. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/libfsxfs-python3.install +0 -0
  59. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/libfsxfs-tools.install +0 -0
  60. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/libfsxfs.install +0 -0
  61. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/rules +0 -0
  62. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/dpkg/source/format +0 -0
  63. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/Makefile.am +0 -0
  64. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/Makefile.in +0 -0
  65. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/digest_hash.c +0 -0
  66. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/digest_hash.h +0 -0
  67. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfsinfo.c +0 -0
  68. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfsmount.c +0 -0
  69. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_getopt.c +0 -0
  70. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_getopt.h +0 -0
  71. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_i18n.h +0 -0
  72. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libbfio.h +0 -0
  73. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libcerror.h +0 -0
  74. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libclocale.h +0 -0
  75. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libcnotify.h +0 -0
  76. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libcpath.h +0 -0
  77. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libfcache.h +0 -0
  78. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libfdata.h +0 -0
  79. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libfdatetime.h +0 -0
  80. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libfsxfs.h +0 -0
  81. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libhmac.h +0 -0
  82. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_libuna.h +0 -0
  83. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_output.c +0 -0
  84. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_output.h +0 -0
  85. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_signal.c +0 -0
  86. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_signal.h +0 -0
  87. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/fsxfstools_unused.h +0 -0
  88. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/info_handle.c +0 -0
  89. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/info_handle.h +0 -0
  90. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_dokan.c +0 -0
  91. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_dokan.h +0 -0
  92. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_file_entry.c +0 -0
  93. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_file_entry.h +0 -0
  94. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_file_system.c +0 -0
  95. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_file_system.h +0 -0
  96. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_fuse.c +0 -0
  97. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_fuse.h +0 -0
  98. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_handle.c +0 -0
  99. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_handle.h +0 -0
  100. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_path_string.c +0 -0
  101. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/fsxfstools/mount_path_string.h +0 -0
  102. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/Makefile.am +0 -0
  103. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/Makefile.in +0 -0
  104. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/codepage.h +0 -0
  105. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/definitions.h.in +0 -0
  106. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/error.h +0 -0
  107. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/extern.h +0 -0
  108. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/features.h +0 -0
  109. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/features.h.in +0 -0
  110. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/types.h +0 -0
  111. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs/types.h.in +0 -0
  112. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs.h +0 -0
  113. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/include/libfsxfs.h.in +0 -0
  114. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/install-sh +0 -0
  115. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/Makefile.am +0 -0
  116. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/Makefile.in +0 -0
  117. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_codepage.h +0 -0
  118. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_definitions.h +0 -0
  119. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_error.c +0 -0
  120. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_error.h +0 -0
  121. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_extern.h +0 -0
  122. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file.c +0 -0
  123. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file.h +0 -0
  124. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_io_handle.c +0 -0
  125. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_io_handle.h +0 -0
  126. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_pool.c +0 -0
  127. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_pool.h +0 -0
  128. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_range.c +0 -0
  129. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_range.h +0 -0
  130. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_range_io_handle.c +0 -0
  131. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_file_range_io_handle.h +0 -0
  132. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_handle.c +0 -0
  133. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_handle.h +0 -0
  134. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libcdata.h +0 -0
  135. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libcerror.h +0 -0
  136. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libcfile.h +0 -0
  137. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libclocale.h +0 -0
  138. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libcpath.h +0 -0
  139. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libcthreads.h +0 -0
  140. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_libuna.h +0 -0
  141. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_memory_range.c +0 -0
  142. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_memory_range.h +0 -0
  143. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_memory_range_io_handle.c +0 -0
  144. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_memory_range_io_handle.h +0 -0
  145. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_pool.c +0 -0
  146. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_pool.h +0 -0
  147. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_support.c +0 -0
  148. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_support.h +0 -0
  149. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_system_string.c +0 -0
  150. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_system_string.h +0 -0
  151. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_types.h +0 -0
  152. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libbfio/libbfio_unused.h +0 -0
  153. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/Makefile.am +0 -0
  154. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/Makefile.in +0 -0
  155. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_array.c +0 -0
  156. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_array.h +0 -0
  157. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree.c +0 -0
  158. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree.h +0 -0
  159. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree_node.c +0 -0
  160. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree_node.h +0 -0
  161. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree_values_list.c +0 -0
  162. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_btree_values_list.h +0 -0
  163. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_definitions.h +0 -0
  164. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_error.c +0 -0
  165. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_error.h +0 -0
  166. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_extern.h +0 -0
  167. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_libcerror.h +0 -0
  168. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_libcthreads.h +0 -0
  169. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_list.c +0 -0
  170. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_list.h +0 -0
  171. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_list_element.c +0 -0
  172. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_list_element.h +0 -0
  173. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_range_list.c +0 -0
  174. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_range_list.h +0 -0
  175. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_range_list_value.c +0 -0
  176. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_range_list_value.h +0 -0
  177. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_support.c +0 -0
  178. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_support.h +0 -0
  179. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_tree_node.c +0 -0
  180. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_tree_node.h +0 -0
  181. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_types.h +0 -0
  182. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcdata/libcdata_unused.h +0 -0
  183. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/Makefile.am +0 -0
  184. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/Makefile.in +0 -0
  185. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_definitions.h +0 -0
  186. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_error.c +0 -0
  187. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_error.h +0 -0
  188. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_extern.h +0 -0
  189. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_support.c +0 -0
  190. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_support.h +0 -0
  191. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_system.c +0 -0
  192. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_system.h +0 -0
  193. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_types.h +0 -0
  194. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcerror/libcerror_unused.h +0 -0
  195. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/Makefile.am +0 -0
  196. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/Makefile.in +0 -0
  197. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_definitions.h +0 -0
  198. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_error.c +0 -0
  199. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_error.h +0 -0
  200. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_extern.h +0 -0
  201. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_file.c +0 -0
  202. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_file.h +0 -0
  203. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_libcerror.h +0 -0
  204. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_libclocale.h +0 -0
  205. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_libcnotify.h +0 -0
  206. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_libuna.h +0 -0
  207. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_notify.c +0 -0
  208. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_notify.h +0 -0
  209. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_support.c +0 -0
  210. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_support.h +0 -0
  211. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_system_string.c +0 -0
  212. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_system_string.h +0 -0
  213. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_types.h +0 -0
  214. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_unused.h +0 -0
  215. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_winapi.c +0 -0
  216. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcfile/libcfile_winapi.h +0 -0
  217. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/Makefile.am +0 -0
  218. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/Makefile.in +0 -0
  219. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_codepage.c +0 -0
  220. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_codepage.h +0 -0
  221. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_definitions.h +0 -0
  222. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_extern.h +0 -0
  223. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_libcerror.h +0 -0
  224. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_locale.c +0 -0
  225. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_locale.h +0 -0
  226. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_support.c +0 -0
  227. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_support.h +0 -0
  228. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_unused.h +0 -0
  229. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_wide_string.c +0 -0
  230. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libclocale/libclocale_wide_string.h +0 -0
  231. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/Makefile.am +0 -0
  232. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/Makefile.in +0 -0
  233. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_definitions.h +0 -0
  234. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_extern.h +0 -0
  235. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_libcerror.h +0 -0
  236. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_print.c +0 -0
  237. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_print.h +0 -0
  238. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_stream.c +0 -0
  239. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_stream.h +0 -0
  240. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_support.c +0 -0
  241. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_support.h +0 -0
  242. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_unused.h +0 -0
  243. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_verbose.c +0 -0
  244. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcnotify/libcnotify_verbose.h +0 -0
  245. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/Makefile.am +0 -0
  246. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/Makefile.in +0 -0
  247. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_definitions.h +0 -0
  248. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_error.c +0 -0
  249. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_error.h +0 -0
  250. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_extern.h +0 -0
  251. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_libcerror.h +0 -0
  252. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_libclocale.h +0 -0
  253. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_libcsplit.h +0 -0
  254. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_libuna.h +0 -0
  255. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_path.c +0 -0
  256. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_path.h +0 -0
  257. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_support.c +0 -0
  258. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_support.h +0 -0
  259. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_system_string.c +0 -0
  260. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_system_string.h +0 -0
  261. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcpath/libcpath_unused.h +0 -0
  262. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/Makefile.am +0 -0
  263. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/Makefile.in +0 -0
  264. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_definitions.h +0 -0
  265. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_error.c +0 -0
  266. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_error.h +0 -0
  267. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_extern.h +0 -0
  268. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_libcerror.h +0 -0
  269. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  270. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  271. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_narrow_string.c +0 -0
  272. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_narrow_string.h +0 -0
  273. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_support.c +0 -0
  274. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_support.h +0 -0
  275. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_types.h +0 -0
  276. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_unused.h +0 -0
  277. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_wide_split_string.c +0 -0
  278. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_wide_split_string.h +0 -0
  279. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_wide_string.c +0 -0
  280. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcsplit/libcsplit_wide_string.h +0 -0
  281. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/Makefile.am +0 -0
  282. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/Makefile.in +0 -0
  283. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_condition.c +0 -0
  284. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_condition.h +0 -0
  285. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_definitions.h +0 -0
  286. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_error.c +0 -0
  287. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_error.h +0 -0
  288. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_extern.h +0 -0
  289. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_libcerror.h +0 -0
  290. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_lock.c +0 -0
  291. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_lock.h +0 -0
  292. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_mutex.c +0 -0
  293. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_mutex.h +0 -0
  294. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_queue.c +0 -0
  295. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_queue.h +0 -0
  296. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_read_write_lock.c +0 -0
  297. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_read_write_lock.h +0 -0
  298. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_repeating_thread.c +0 -0
  299. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_repeating_thread.h +0 -0
  300. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_support.c +0 -0
  301. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_support.h +0 -0
  302. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread.c +0 -0
  303. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread.h +0 -0
  304. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread_attributes.c +0 -0
  305. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread_attributes.h +0 -0
  306. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread_pool.c +0 -0
  307. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_thread_pool.h +0 -0
  308. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_types.h +0 -0
  309. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libcthreads/libcthreads_unused.h +0 -0
  310. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/Makefile.am +0 -0
  311. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/Makefile.in +0 -0
  312. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_cache.c +0 -0
  313. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_cache.h +0 -0
  314. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_cache_value.c +0 -0
  315. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_cache_value.h +0 -0
  316. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_date_time.c +0 -0
  317. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_date_time.h +0 -0
  318. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_definitions.h +0 -0
  319. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_error.c +0 -0
  320. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_error.h +0 -0
  321. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_extern.h +0 -0
  322. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_libcdata.h +0 -0
  323. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_libcerror.h +0 -0
  324. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_support.c +0 -0
  325. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_support.h +0 -0
  326. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_types.h +0 -0
  327. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfcache/libfcache_unused.h +0 -0
  328. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/Makefile.am +0 -0
  329. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/Makefile.in +0 -0
  330. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_area.c +0 -0
  331. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_area.h +0 -0
  332. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_cache.c +0 -0
  333. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_cache.h +0 -0
  334. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_definitions.h +0 -0
  335. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_error.c +0 -0
  336. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_error.h +0 -0
  337. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_extern.h +0 -0
  338. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_libcdata.h +0 -0
  339. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_libcerror.h +0 -0
  340. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_libcnotify.h +0 -0
  341. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_libfcache.h +0 -0
  342. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_list.c +0 -0
  343. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_list.h +0 -0
  344. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_list_element.c +0 -0
  345. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_list_element.h +0 -0
  346. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_mapped_range.c +0 -0
  347. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_mapped_range.h +0 -0
  348. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_notify.c +0 -0
  349. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_notify.h +0 -0
  350. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_range.c +0 -0
  351. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_range.h +0 -0
  352. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_range_list.c +0 -0
  353. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_range_list.h +0 -0
  354. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_segments_array.c +0 -0
  355. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_segments_array.h +0 -0
  356. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_stream.c +0 -0
  357. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_stream.h +0 -0
  358. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_support.c +0 -0
  359. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_support.h +0 -0
  360. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_types.h +0 -0
  361. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_unused.h +0 -0
  362. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_vector.c +0 -0
  363. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdata/libfdata_vector.h +0 -0
  364. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/Makefile.am +0 -0
  365. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/Makefile.in +0 -0
  366. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  367. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  368. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_definitions.h +0 -0
  369. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_error.c +0 -0
  370. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_error.h +0 -0
  371. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_extern.h +0 -0
  372. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  373. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  374. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_filetime.c +0 -0
  375. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_filetime.h +0 -0
  376. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  377. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  378. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  379. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  380. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_libcerror.h +0 -0
  381. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  382. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  383. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_posix_time.c +0 -0
  384. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_posix_time.h +0 -0
  385. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_support.c +0 -0
  386. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_support.h +0 -0
  387. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_systemtime.c +0 -0
  388. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_systemtime.h +0 -0
  389. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_types.h +0 -0
  390. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfdatetime/libfdatetime_unused.h +0 -0
  391. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/Makefile.am +0 -0
  392. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/Makefile.in +0 -0
  393. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_definitions.h +0 -0
  394. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_error.c +0 -0
  395. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_error.h +0 -0
  396. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_extern.h +0 -0
  397. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_identifier.c +0 -0
  398. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_identifier.h +0 -0
  399. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_libcerror.h +0 -0
  400. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_support.c +0 -0
  401. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_support.h +0 -0
  402. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_types.h +0 -0
  403. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfguid/libfguid_unused.h +0 -0
  404. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/Makefile.am +0 -0
  405. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/Makefile.in +0 -0
  406. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_attributes.h +0 -0
  407. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_attributes_block.h +0 -0
  408. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_block_directory.h +0 -0
  409. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_btree.h +0 -0
  410. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_directory_block.h +0 -0
  411. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_file_system_block.h +0 -0
  412. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_inode.h +0 -0
  413. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_inode_information.h +0 -0
  414. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/fsxfs_superblock.h +0 -0
  415. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs.c +0 -0
  416. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs.rc.in +0 -0
  417. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attribute_values.h +0 -0
  418. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes.h +0 -0
  419. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_leaf_block_header.c +0 -0
  420. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_leaf_block_header.h +0 -0
  421. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_table.h +0 -0
  422. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_table_header.c +0 -0
  423. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_attributes_table_header.h +0 -0
  424. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_data_handle.c +0 -0
  425. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_data_handle.h +0 -0
  426. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_descriptor.c +0 -0
  427. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_descriptor.h +0 -0
  428. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory.c +0 -0
  429. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory.h +0 -0
  430. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory_footer.c +0 -0
  431. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory_footer.h +0 -0
  432. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory_header.c +0 -0
  433. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_directory_header.h +0 -0
  434. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_tree.c +0 -0
  435. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_tree.h +0 -0
  436. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_tree_node.c +0 -0
  437. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_block_tree_node.h +0 -0
  438. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_btree_block.c +0 -0
  439. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_btree_block.h +0 -0
  440. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_btree_header.c +0 -0
  441. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_btree_header.h +0 -0
  442. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_buffer_data_handle.c +0 -0
  443. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_buffer_data_handle.h +0 -0
  444. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_data_stream.c +0 -0
  445. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_data_stream.h +0 -0
  446. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_debug.c +0 -0
  447. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_debug.h +0 -0
  448. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_definitions.h.in +0 -0
  449. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory.c +0 -0
  450. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory.h +0 -0
  451. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_entry.c +0 -0
  452. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_entry.h +0 -0
  453. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_leaf_block_header.c +0 -0
  454. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_leaf_block_header.h +0 -0
  455. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_table.c +0 -0
  456. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_table.h +0 -0
  457. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_table_header.c +0 -0
  458. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_directory_table_header.h +0 -0
  459. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_error.c +0 -0
  460. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_error.h +0 -0
  461. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extended_attribute.c +0 -0
  462. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extended_attribute.h +0 -0
  463. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent.c +0 -0
  464. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent.h +0 -0
  465. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent_btree.c +0 -0
  466. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent_btree.h +0 -0
  467. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent_list.c +0 -0
  468. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extent_list.h +0 -0
  469. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extents.c +0 -0
  470. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extents.h +0 -0
  471. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_extern.h +0 -0
  472. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_entry.c +0 -0
  473. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_entry.h +0 -0
  474. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system.c +0 -0
  475. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system.h +0 -0
  476. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system_block.c +0 -0
  477. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system_block.h +0 -0
  478. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system_block_header.c +0 -0
  479. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_file_system_block_header.h +0 -0
  480. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode.c +0 -0
  481. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode.h +0 -0
  482. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_btree.c +0 -0
  483. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_btree.h +0 -0
  484. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_btree_record.c +0 -0
  485. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_btree_record.h +0 -0
  486. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_information.c +0 -0
  487. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_inode_information.h +0 -0
  488. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_io_handle.c +0 -0
  489. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_io_handle.h +0 -0
  490. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libbfio.h +0 -0
  491. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libcdata.h +0 -0
  492. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libcerror.h +0 -0
  493. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libclocale.h +0 -0
  494. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libcnotify.h +0 -0
  495. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libcthreads.h +0 -0
  496. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libfcache.h +0 -0
  497. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libfdata.h +0 -0
  498. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libfdatetime.h +0 -0
  499. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libfguid.h +0 -0
  500. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_libuna.h +0 -0
  501. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_notify.c +0 -0
  502. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_notify.h +0 -0
  503. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_superblock.h +0 -0
  504. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_support.c +0 -0
  505. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_support.h +0 -0
  506. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_types.h +0 -0
  507. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_unused.h +0 -0
  508. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_volume.c +0 -0
  509. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs/libfsxfs_volume.h +0 -0
  510. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs.pc.in +0 -0
  511. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libfsxfs.spec.in +0 -0
  512. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/Makefile.am +0 -0
  513. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/Makefile.in +0 -0
  514. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_byte_stream.h +0 -0
  515. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_definitions.h +0 -0
  516. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_error.c +0 -0
  517. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_error.h +0 -0
  518. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_extern.h +0 -0
  519. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_libcerror.h +0 -0
  520. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_md5.c +0 -0
  521. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_md5.h +0 -0
  522. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_md5_context.c +0 -0
  523. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_md5_context.h +0 -0
  524. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha1.c +0 -0
  525. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha1.h +0 -0
  526. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha1_context.c +0 -0
  527. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha1_context.h +0 -0
  528. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha224.c +0 -0
  529. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha224.h +0 -0
  530. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha224_context.c +0 -0
  531. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha224_context.h +0 -0
  532. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha256.c +0 -0
  533. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha256.h +0 -0
  534. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha256_context.c +0 -0
  535. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha256_context.h +0 -0
  536. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha512.c +0 -0
  537. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha512.h +0 -0
  538. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha512_context.c +0 -0
  539. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_sha512_context.h +0 -0
  540. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_support.c +0 -0
  541. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_support.h +0 -0
  542. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_types.h +0 -0
  543. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libhmac/libhmac_unused.h +0 -0
  544. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/Makefile.am +0 -0
  545. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/Makefile.in +0 -0
  546. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base16_stream.c +0 -0
  547. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base16_stream.h +0 -0
  548. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base32_stream.c +0 -0
  549. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base32_stream.h +0 -0
  550. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base64_stream.c +0 -0
  551. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_base64_stream.h +0 -0
  552. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_byte_stream.c +0 -0
  553. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_byte_stream.h +0 -0
  554. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  555. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  556. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  557. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  558. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  559. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  560. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  561. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  562. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  563. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  564. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  565. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  566. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  567. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  568. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  569. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  570. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  571. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  572. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  573. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  574. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  575. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  576. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  577. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  578. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  579. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  580. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_koi8_r.c +0 -0
  581. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_koi8_r.h +0 -0
  582. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_koi8_u.c +0 -0
  583. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_koi8_u.h +0 -0
  584. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_arabic.c +0 -0
  585. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_arabic.h +0 -0
  586. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_celtic.c +0 -0
  587. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_celtic.h +0 -0
  588. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  589. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  590. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_croatian.c +0 -0
  591. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_croatian.h +0 -0
  592. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  593. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  594. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  595. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  596. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_farsi.c +0 -0
  597. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_farsi.h +0 -0
  598. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  599. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  600. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_greek.c +0 -0
  601. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_greek.h +0 -0
  602. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  603. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  604. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_inuit.c +0 -0
  605. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_inuit.h +0 -0
  606. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_roman.c +0 -0
  607. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_roman.h +0 -0
  608. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_romanian.c +0 -0
  609. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_romanian.h +0 -0
  610. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_russian.c +0 -0
  611. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_russian.h +0 -0
  612. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_symbol.c +0 -0
  613. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_symbol.h +0 -0
  614. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_thai.c +0 -0
  615. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_thai.h +0 -0
  616. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_turkish.c +0 -0
  617. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_turkish.h +0 -0
  618. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  619. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  620. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1250.c +0 -0
  621. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1250.h +0 -0
  622. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1251.c +0 -0
  623. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1251.h +0 -0
  624. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1252.c +0 -0
  625. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1252.h +0 -0
  626. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1253.c +0 -0
  627. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1253.h +0 -0
  628. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1254.c +0 -0
  629. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1254.h +0 -0
  630. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1255.c +0 -0
  631. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1255.h +0 -0
  632. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1256.c +0 -0
  633. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1256.h +0 -0
  634. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1257.c +0 -0
  635. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1257.h +0 -0
  636. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1258.c +0 -0
  637. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_1258.h +0 -0
  638. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_874.c +0 -0
  639. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_874.h +0 -0
  640. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_932.c +0 -0
  641. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_932.h +0 -0
  642. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_936.c +0 -0
  643. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_936.h +0 -0
  644. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_949.c +0 -0
  645. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_949.h +0 -0
  646. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_950.c +0 -0
  647. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_codepage_windows_950.h +0 -0
  648. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_definitions.h +0 -0
  649. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_error.c +0 -0
  650. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_error.h +0 -0
  651. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_extern.h +0 -0
  652. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_libcerror.h +0 -0
  653. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_scsu.c +0 -0
  654. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_scsu.h +0 -0
  655. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_support.c +0 -0
  656. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_support.h +0 -0
  657. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_types.h +0 -0
  658. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_unicode_character.c +0 -0
  659. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_unicode_character.h +0 -0
  660. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_unused.h +0 -0
  661. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_url_stream.c +0 -0
  662. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_url_stream.h +0 -0
  663. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf16_stream.c +0 -0
  664. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf16_stream.h +0 -0
  665. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf16_string.c +0 -0
  666. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf16_string.h +0 -0
  667. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf32_stream.c +0 -0
  668. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf32_stream.h +0 -0
  669. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf32_string.c +0 -0
  670. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf32_string.h +0 -0
  671. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf7_stream.c +0 -0
  672. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf7_stream.h +0 -0
  673. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf8_stream.c +0 -0
  674. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf8_stream.h +0 -0
  675. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf8_string.c +0 -0
  676. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/libuna/libuna_utf8_string.h +0 -0
  677. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ltmain.sh +0 -0
  678. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/common.m4 +0 -0
  679. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/gettext.m4 +0 -0
  680. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/host-cpu-c-abi.m4 +0 -0
  681. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/iconv.m4 +0 -0
  682. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/intlmacosx.m4 +0 -0
  683. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/lib-ld.m4 +0 -0
  684. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/lib-link.m4 +0 -0
  685. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/lib-prefix.m4 +0 -0
  686. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libbfio.m4 +0 -0
  687. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcdata.m4 +0 -0
  688. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcerror.m4 +0 -0
  689. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcfile.m4 +0 -0
  690. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libclocale.m4 +0 -0
  691. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcnotify.m4 +0 -0
  692. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcpath.m4 +0 -0
  693. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcrypto.m4 +0 -0
  694. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcsplit.m4 +0 -0
  695. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libcthreads.m4 +0 -0
  696. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libfcache.m4 +0 -0
  697. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libfdata.m4 +0 -0
  698. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libfdatetime.m4 +0 -0
  699. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libfguid.m4 +0 -0
  700. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libfuse.m4 +0 -0
  701. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libhmac.m4 +0 -0
  702. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libtool.m4 +0 -0
  703. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/libuna.m4 +0 -0
  704. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/ltoptions.m4 +0 -0
  705. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/ltsugar.m4 +0 -0
  706. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/ltversion.m4 +0 -0
  707. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/lt~obsolete.m4 +0 -0
  708. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/nls.m4 +0 -0
  709. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/po.m4 +0 -0
  710. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/progtest.m4 +0 -0
  711. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/pthread.m4 +0 -0
  712. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/python.m4 +0 -0
  713. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/tests.m4 +0 -0
  714. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/types.m4 +0 -0
  715. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/m4/yaltools.m4 +0 -0
  716. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/manuals/Makefile.am +0 -0
  717. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/manuals/Makefile.in +0 -0
  718. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/manuals/fsxfsinfo.1 +0 -0
  719. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/manuals/fsxfsmount.1 +0 -0
  720. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/manuals/libfsxfs.3 +0 -0
  721. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/missing +0 -0
  722. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/Makefile.am +0 -0
  723. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/Makefile.in +0 -0
  724. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_attribute_values/fsxfs_test_attribute_values.vcproj +0 -0
  725. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_attributes/fsxfs_test_attributes.vcproj +0 -0
  726. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_attributes_leaf_block_header/fsxfs_test_attributes_leaf_block_header.vcproj +0 -0
  727. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_attributes_table/fsxfs_test_attributes_table.vcproj +0 -0
  728. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_attributes_table_header/fsxfs_test_attributes_table_header.vcproj +0 -0
  729. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_block_directory/fsxfs_test_block_directory.vcproj +0 -0
  730. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_block_directory_footer/fsxfs_test_block_directory_footer.vcproj +0 -0
  731. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_block_directory_header/fsxfs_test_block_directory_header.vcproj +0 -0
  732. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_btree_block/fsxfs_test_btree_block.vcproj +0 -0
  733. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_btree_header/fsxfs_test_btree_header.vcproj +0 -0
  734. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_buffer_data_handle/fsxfs_test_buffer_data_handle.vcproj +0 -0
  735. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_directory_entry/fsxfs_test_directory_entry.vcproj +0 -0
  736. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_directory_table/fsxfs_test_directory_table.vcproj +0 -0
  737. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_directory_table_header/fsxfs_test_directory_table_header.vcproj +0 -0
  738. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_error/fsxfs_test_error.vcproj +0 -0
  739. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_extent/fsxfs_test_extent.vcproj +0 -0
  740. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_file_entry/fsxfs_test_file_entry.vcproj +0 -0
  741. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_file_system_block/fsxfs_test_file_system_block.vcproj +0 -0
  742. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_file_system_block_header/fsxfs_test_file_system_block_header.vcproj +0 -0
  743. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_inode_btree/fsxfs_test_inode_btree.vcproj +0 -0
  744. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_inode_btree_record/fsxfs_test_inode_btree_record.vcproj +0 -0
  745. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_inode_information/fsxfs_test_inode_information.vcproj +0 -0
  746. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_io_handle/fsxfs_test_io_handle.vcproj +0 -0
  747. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_notify/fsxfs_test_notify.vcproj +0 -0
  748. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_superblock/fsxfs_test_superblock.vcproj +0 -0
  749. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_support/fsxfs_test_support.vcproj +0 -0
  750. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_tools_info_handle/fsxfs_test_tools_info_handle.vcproj +0 -0
  751. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_tools_mount_path_string/fsxfs_test_tools_mount_path_string.vcproj +0 -0
  752. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_tools_output/fsxfs_test_tools_output.vcproj +0 -0
  753. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_tools_signal/fsxfs_test_tools_signal.vcproj +0 -0
  754. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfs_test_volume/fsxfs_test_volume.vcproj +0 -0
  755. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfsinfo/fsxfsinfo.vcproj +0 -0
  756. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/fsxfsmount/fsxfsmount.vcproj +0 -0
  757. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libbfio/libbfio.vcproj +0 -0
  758. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcdata/libcdata.vcproj +0 -0
  759. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcerror/libcerror.vcproj +0 -0
  760. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcfile/libcfile.vcproj +0 -0
  761. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libclocale/libclocale.vcproj +0 -0
  762. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  763. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcpath/libcpath.vcproj +0 -0
  764. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  765. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  766. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfcache/libfcache.vcproj +0 -0
  767. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfdata/libfdata.vcproj +0 -0
  768. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  769. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfguid/libfguid.vcproj +0 -0
  770. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfsxfs/libfsxfs.vcproj +0 -0
  771. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libfsxfs.sln +0 -0
  772. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libhmac/libhmac.vcproj +0 -0
  773. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/libuna/libuna.vcproj +0 -0
  774. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/msvscpp/pyfsxfs/pyfsxfs.vcproj +0 -0
  775. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/Makefile.am +0 -0
  776. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/Makefile.in +0 -0
  777. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
  778. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/file_entry_fuzzer.cc +0 -0
  779. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/ossfuzz_libbfio.h +0 -0
  780. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/ossfuzz_libfsxfs.h +0 -0
  781. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/ossfuzz/volume_fuzzer.cc +0 -0
  782. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/ChangeLog +0 -0
  783. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/Makefile.in.in +0 -0
  784. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/Makevars +0 -0
  785. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/Makevars.in +0 -0
  786. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/POTFILES.in +0 -0
  787. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/Rules-quot +0 -0
  788. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/boldquot.sed +0 -0
  789. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/en@boldquot.header +0 -0
  790. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/en@quot.header +0 -0
  791. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/insert-header.sin +0 -0
  792. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/quot.sed +0 -0
  793. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/po/remove-potcdate.sin +0 -0
  794. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/Makefile.am +0 -0
  795. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/Makefile.in +0 -0
  796. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs.c +0 -0
  797. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs.h +0 -0
  798. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_datetime.c +0 -0
  799. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_datetime.h +0 -0
  800. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_error.c +0 -0
  801. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_error.h +0 -0
  802. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_extended_attribute.c +0 -0
  803. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_extended_attribute.h +0 -0
  804. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_extended_attributes.c +0 -0
  805. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_extended_attributes.h +0 -0
  806. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_entries.c +0 -0
  807. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_entries.h +0 -0
  808. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_entry.c +0 -0
  809. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_entry.h +0 -0
  810. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_object_io_handle.c +0 -0
  811. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_file_object_io_handle.h +0 -0
  812. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_integer.c +0 -0
  813. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_integer.h +0 -0
  814. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_libbfio.h +0 -0
  815. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_libcerror.h +0 -0
  816. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_libfsxfs.h +0 -0
  817. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_python.h +0 -0
  818. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_unused.h +0 -0
  819. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_volume.c +0 -0
  820. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyfsxfs/pyfsxfs_volume.h +0 -0
  821. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/pyproject.toml.in +0 -0
  822. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/atlocal.in +0 -0
  823. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_attribute_values.c +0 -0
  824. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_attributes.c +0 -0
  825. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_attributes_leaf_block_header.c +0 -0
  826. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_attributes_table.c +0 -0
  827. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_attributes_table_header.c +0 -0
  828. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_block_directory.c +0 -0
  829. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_block_directory_footer.c +0 -0
  830. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_block_directory_header.c +0 -0
  831. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_btree_block.c +0 -0
  832. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_btree_header.c +0 -0
  833. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_buffer_data_handle.c +0 -0
  834. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_directory_entry.c +0 -0
  835. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_directory_table.c +0 -0
  836. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_directory_table_header.c +0 -0
  837. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_error.c +0 -0
  838. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_extent.c +0 -0
  839. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_file_entry.c +0 -0
  840. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_file_system_block.c +0 -0
  841. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_file_system_block_header.c +0 -0
  842. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_functions.c +0 -0
  843. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_functions.h +0 -0
  844. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_getopt.c +0 -0
  845. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_getopt.h +0 -0
  846. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_inode_btree.c +0 -0
  847. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_inode_btree_record.c +0 -0
  848. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_inode_information.c +0 -0
  849. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_io_handle.c +0 -0
  850. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libbfio.h +0 -0
  851. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libcdata.h +0 -0
  852. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libcerror.h +0 -0
  853. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libclocale.h +0 -0
  854. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libcnotify.h +0 -0
  855. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libcpath.h +0 -0
  856. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libfsxfs.h +0 -0
  857. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_libuna.h +0 -0
  858. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_macros.h +0 -0
  859. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_memory.c +0 -0
  860. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_memory.h +0 -0
  861. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_notify.c +0 -0
  862. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_superblock.c +0 -0
  863. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_support.c +0 -0
  864. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_tools_info_handle.c +0 -0
  865. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_tools_mount_path_string.c +0 -0
  866. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_tools_output.c +0 -0
  867. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_tools_signal.c +0 -0
  868. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_unused.h +0 -0
  869. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/fsxfs_test_volume.c +0 -0
  870. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/generate_test_inputs.sh +0 -0
  871. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/pyfsxfs_test_support.py +0 -0
  872. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/pyfsxfs_test_volume.py +0 -0
  873. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/test_library.at +0 -0
  874. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/test_macros.at +0 -0
  875. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/test_manpages.at +0 -0
  876. {libfsxfs_python-20260701 → libfsxfs_python-20260702}/tests/test_tools.at +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libfsxfs-python
3
- Version: 20260701
3
+ Version: 20260702
4
4
  Summary: Python bindings for libfsxfs
5
5
  Maintainer-email: Joachim Metz <joachim.metz@gmail.com>
6
6
  License-Expression: LGPL-3.0-or-later
@@ -608,7 +608,7 @@
608
608
  #define PACKAGE_NAME "libfsxfs"
609
609
 
610
610
  /* Define to the full name and version of this package. */
611
- #define PACKAGE_STRING "libfsxfs 20260701"
611
+ #define PACKAGE_STRING "libfsxfs 20260702"
612
612
 
613
613
  /* Define to the one symbol short name of this package. */
614
614
  #define PACKAGE_TARNAME "libfsxfs"
@@ -617,7 +617,7 @@
617
617
  #define PACKAGE_URL ""
618
618
 
619
619
  /* Define to the version of this package. */
620
- #define PACKAGE_VERSION "20260701"
620
+ #define PACKAGE_VERSION "20260702"
621
621
 
622
622
  /* The size of `int', as computed by sizeof. */
623
623
  #define SIZEOF_INT 4
@@ -646,7 +646,7 @@
646
646
  /* #undef TM_IN_SYS_TIME */
647
647
 
648
648
  /* Version number of package */
649
- #define VERSION "20260701"
649
+ #define VERSION "20260702"
650
650
 
651
651
  /* Number of bits in a file offset, on hosts where this is settable. */
652
652
  /* #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 libfsxfs 20260701.
3
+ # Generated by GNU Autoconf 2.71 for libfsxfs 20260702.
4
4
  #
5
5
  # Report bugs to <https://github.com/libyal/libfsxfs/issues>.
6
6
  #
@@ -621,8 +621,8 @@ MAKEFLAGS=
621
621
  # Identity of this package.
622
622
  PACKAGE_NAME='libfsxfs'
623
623
  PACKAGE_TARNAME='libfsxfs'
624
- PACKAGE_VERSION='20260701'
625
- PACKAGE_STRING='libfsxfs 20260701'
624
+ PACKAGE_VERSION='20260702'
625
+ PACKAGE_STRING='libfsxfs 20260702'
626
626
  PACKAGE_BUGREPORT='https://github.com/libyal/libfsxfs/issues'
627
627
  PACKAGE_URL=''
628
628
 
@@ -1701,7 +1701,7 @@ if test "$ac_init_help" = "long"; then
1701
1701
  # Omit some internal or obsolete options to make the list less imposing.
1702
1702
  # This message is too long to be a string in the A/UX 3.1 sh.
1703
1703
  cat <<_ACEOF
1704
- \`configure' configures libfsxfs 20260701 to adapt to many kinds of systems.
1704
+ \`configure' configures libfsxfs 20260702 to adapt to many kinds of systems.
1705
1705
 
1706
1706
  Usage: $0 [OPTION]... [VAR=VALUE]...
1707
1707
 
@@ -1772,7 +1772,7 @@ fi
1772
1772
 
1773
1773
  if test -n "$ac_init_help"; then
1774
1774
  case $ac_init_help in
1775
- short | recursive ) echo "Configuration of libfsxfs 20260701:";;
1775
+ short | recursive ) echo "Configuration of libfsxfs 20260702:";;
1776
1776
  esac
1777
1777
  cat <<\_ACEOF
1778
1778
 
@@ -2048,7 +2048,7 @@ fi
2048
2048
  test -n "$ac_init_help" && exit $ac_status
2049
2049
  if $ac_init_version; then
2050
2050
  cat <<\_ACEOF
2051
- libfsxfs configure 20260701
2051
+ libfsxfs configure 20260702
2052
2052
  generated by GNU Autoconf 2.71
2053
2053
 
2054
2054
  Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2769,7 +2769,7 @@ cat >config.log <<_ACEOF
2769
2769
  This file contains any messages produced by compilers while
2770
2770
  running configure, to aid debugging if configure makes a mistake.
2771
2771
 
2772
- It was created by libfsxfs $as_me 20260701, which was
2772
+ It was created by libfsxfs $as_me 20260702, which was
2773
2773
  generated by GNU Autoconf 2.71. Invocation command line was
2774
2774
 
2775
2775
  $ $0$ac_configure_args_raw
@@ -4258,7 +4258,7 @@ fi
4258
4258
 
4259
4259
  # Define the identity of the package.
4260
4260
  PACKAGE='libfsxfs'
4261
- VERSION='20260701'
4261
+ VERSION='20260702'
4262
4262
 
4263
4263
 
4264
4264
  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -63691,7 +63691,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63691
63691
  # report actual input values of CONFIG_FILES etc. instead of their
63692
63692
  # values after options handling.
63693
63693
  ac_log="
63694
- This file was extended by libfsxfs $as_me 20260701, which was
63694
+ This file was extended by libfsxfs $as_me 20260702, which was
63695
63695
  generated by GNU Autoconf 2.71. Invocation command line was
63696
63696
 
63697
63697
  CONFIG_FILES = $CONFIG_FILES
@@ -63759,7 +63759,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
63759
63759
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63760
63760
  ac_cs_config='$ac_cs_config_escaped'
63761
63761
  ac_cs_version="\\
63762
- libfsxfs config.status 20260701
63762
+ libfsxfs config.status 20260702
63763
63763
  configured by $0, generated by GNU Autoconf 2.71,
63764
63764
  with options \\"\$ac_cs_config\\"
63765
63765
 
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
2
 
3
3
  AC_INIT(
4
4
  [libfsxfs],
5
- [20260701],
5
+ [20260702],
6
6
  [https://github.com/libyal/libfsxfs/issues])
7
7
 
8
8
  AC_CONFIG_SRCDIR(
@@ -0,0 +1,5 @@
1
+ libfsxfs (20260702-1) unstable; urgency=low
2
+
3
+ * Auto-generated
4
+
5
+ -- Joachim Metz <joachim.metz@gmail.com> Wed, 01 Jul 2026 16:19:52 +0000
@@ -24,11 +24,11 @@
24
24
 
25
25
  #include <libfsxfs/types.h>
26
26
 
27
- #define LIBFSXFS_VERSION 20260701
27
+ #define LIBFSXFS_VERSION 20260702
28
28
 
29
29
  /* The version string
30
30
  */
31
- #define LIBFSXFS_VERSION_STRING "20260701"
31
+ #define LIBFSXFS_VERSION_STRING "20260702"
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 X File System (XFS) format\0"
25
- VALUE "FileVersion", "20260701" "\0"
25
+ VALUE "FileVersion", "20260702" "\0"
26
26
  VALUE "InternalName", "libfsxfs.dll\0"
27
27
  VALUE "LegalCopyright", "(C) 2020-2026, Joachim Metz <joachim.metz@gmail.com>\0"
28
28
  VALUE "OriginalFilename", "libfsxfs.dll\0"
29
29
  VALUE "ProductName", "libfsxfs\0"
30
- VALUE "ProductVersion", "20260701" "\0"
30
+ VALUE "ProductVersion", "20260702" "\0"
31
31
  VALUE "Comments", "For more information visit https://github.com/libyal/libfsxfs/\0"
32
32
  END
33
33
  END
@@ -219,6 +219,10 @@ int libfsxfs_attribute_values_set_name(
219
219
  name_prefix = "secure.";
220
220
  break;
221
221
 
222
+ case 8:
223
+ name_prefix = "";
224
+ break;
225
+
222
226
  default:
223
227
  libcerror_error_set(
224
228
  error,
@@ -561,7 +561,7 @@ int libfsxfs_attributes_read_leaf_values(
561
561
  if( libfsxfs_attribute_values_set_name(
562
562
  attribute_values,
563
563
  &( data[ values_offset ] ),
564
- name_size,
564
+ (size_t) name_size,
565
565
  flags,
566
566
  error ) != 1 )
567
567
  {
@@ -651,22 +651,42 @@ int libfsxfs_attributes_read_leaf_values(
651
651
  }
652
652
  }
653
653
  }
654
- if( libcdata_array_append_entry(
655
- extended_attributes_array,
656
- &entry_index,
657
- (intptr_t *) attribute_values,
658
- error ) != 1 )
654
+ if( ( flags & 0x08 ) != 0 )
659
655
  {
660
- libcerror_error_set(
661
- error,
662
- LIBCERROR_ERROR_DOMAIN_RUNTIME,
663
- LIBCERROR_RUNTIME_ERROR_APPEND_FAILED,
664
- "%s: unable to append attribute values to extended attributes array.",
665
- function );
656
+ if( libfsxfs_attribute_values_free(
657
+ &attribute_values,
658
+ error ) != 1 )
659
+ {
660
+ libcerror_error_set(
661
+ error,
662
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
663
+ LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
664
+ "%s: unable to free attribute: %d values.",
665
+ function,
666
+ block_entry_index );
666
667
 
667
- goto on_error;
668
+ goto on_error;
669
+ }
670
+ }
671
+ else
672
+ {
673
+ if( libcdata_array_append_entry(
674
+ extended_attributes_array,
675
+ &entry_index,
676
+ (intptr_t *) attribute_values,
677
+ error ) != 1 )
678
+ {
679
+ libcerror_error_set(
680
+ error,
681
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
682
+ LIBCERROR_RUNTIME_ERROR_APPEND_FAILED,
683
+ "%s: unable to append attribute values to extended attributes array.",
684
+ function );
685
+
686
+ goto on_error;
687
+ }
688
+ attribute_values = NULL;
668
689
  }
669
- attribute_values = NULL;
670
690
  }
671
691
  if( libfsxfs_attributes_leaf_block_header_free(
672
692
  &leaf_block_header,
@@ -448,23 +448,43 @@ int libfsxfs_attributes_table_read_data(
448
448
  }
449
449
  data_offset += value_data_size;
450
450
  }
451
- if( libcdata_array_append_entry(
452
- extended_attributes_array,
453
- &entry_index,
454
- (intptr_t *) attribute_values,
455
- error ) != 1 )
451
+ if( ( flags & 0x08 ) != 0 )
456
452
  {
457
- libcerror_error_set(
458
- error,
459
- LIBCERROR_ERROR_DOMAIN_RUNTIME,
460
- LIBCERROR_RUNTIME_ERROR_APPEND_FAILED,
461
- "%s: unable to append attribute: %d values to extended attributes array.",
462
- function,
463
- attribute_index );
453
+ if( libfsxfs_attribute_values_free(
454
+ &attribute_values,
455
+ error ) != 1 )
456
+ {
457
+ libcerror_error_set(
458
+ error,
459
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
460
+ LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
461
+ "%s: unable to free attribute: %d values.",
462
+ function,
463
+ attribute_index );
464
464
 
465
- goto on_error;
465
+ goto on_error;
466
+ }
467
+ }
468
+ else
469
+ {
470
+ if( libcdata_array_append_entry(
471
+ extended_attributes_array,
472
+ &entry_index,
473
+ (intptr_t *) attribute_values,
474
+ error ) != 1 )
475
+ {
476
+ libcerror_error_set(
477
+ error,
478
+ LIBCERROR_ERROR_DOMAIN_RUNTIME,
479
+ LIBCERROR_RUNTIME_ERROR_APPEND_FAILED,
480
+ "%s: unable to append attribute: %d values to extended attributes array.",
481
+ function,
482
+ attribute_index );
483
+
484
+ goto on_error;
485
+ }
486
+ attribute_values = NULL;
466
487
  }
467
- attribute_values = NULL;
468
488
  }
469
489
  return( 1 );
470
490
 
@@ -37,11 +37,11 @@
37
37
  * for local use of libfsxfs
38
38
  */
39
39
  #else
40
- #define LIBFSXFS_VERSION 20260701
40
+ #define LIBFSXFS_VERSION 20260702
41
41
 
42
42
  /* The version string
43
43
  */
44
- #define LIBFSXFS_VERSION_STRING "20260701"
44
+ #define LIBFSXFS_VERSION_STRING "20260702"
45
45
 
46
46
  /* The file access
47
47
  * bit 1 set to 1 for read access
@@ -912,7 +912,9 @@ int libfsxfs_superblock_read_data(
912
912
  supported_feature_flags = 0x00000001UL
913
913
  | 0x00000002UL
914
914
  | 0x00000008UL
915
- | 0x00000020UL;
915
+ | 0x00000020UL
916
+ | 0x00000040UL
917
+ | 0x00000080UL;
916
918
 
917
919
  if( ( superblock->incompatible_features_flags & ~( supported_feature_flags ) ) != 0 )
918
920
  {
@@ -1,5 +1,5 @@
1
1
  Name: libfsxfs
2
- Version: 20260701
2
+ Version: 20260702
3
3
  Release: 1
4
4
  Summary: Library to access the X File System (XFS) format
5
5
  Group: System Environment/Libraries
@@ -95,6 +95,6 @@ rm -rf %{buildroot}
95
95
  %{_mandir}/man1/*
96
96
 
97
97
  %changelog
98
- * Wed Jul 1 2026 Joachim Metz <joachim.metz@gmail.com> 20260701-1
98
+ * Wed Jul 1 2026 Joachim Metz <joachim.metz@gmail.com> 20260702-1
99
99
  - Auto-generated
100
100
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "libfsxfs-python"
7
- version = "20260701"
7
+ version = "20260702"
8
8
  description = "Python bindings for libfsxfs"
9
9
  maintainers = [
10
10
  { name = "Joachim Metz", email = "joachim.metz@gmail.com" },
@@ -622,11 +622,14 @@ test_tools: \
622
622
  test_tools.at
623
623
 
624
624
  EXTRA_DIST = \
625
- $(check_AUTOTESTS:=.at) \
626
625
  $(check_SCRIPTS) \
627
626
  generate_test_inputs.sh \
628
627
  package.m4 \
629
- test_macros.at
628
+ test_library.at \
629
+ test_macros.at \
630
+ test_manpages.at \
631
+ test_python_module.at \
632
+ test_tools.at
630
633
 
631
634
  CLEANFILES = \
632
635
  $(check_AUTOTESTS) \
@@ -1337,11 +1337,14 @@ AUTOM4TE = autom4te
1337
1337
  AUTOTEST = $(AUTOM4TE) --language=autotest
1338
1338
  SUFFIXES = .at
1339
1339
  EXTRA_DIST = \
1340
- $(check_AUTOTESTS:=.at) \
1341
1340
  $(check_SCRIPTS) \
1342
1341
  generate_test_inputs.sh \
1343
1342
  package.m4 \
1344
- test_macros.at
1343
+ test_library.at \
1344
+ test_macros.at \
1345
+ test_manpages.at \
1346
+ test_python_module.at \
1347
+ test_tools.at
1345
1348
 
1346
1349
  CLEANFILES = \
1347
1350
  $(check_AUTOTESTS) \
@@ -1,5 +1,5 @@
1
1
  m4_define([AT_PACKAGE_NAME], [libfsxfs])
2
2
  m4_define([AT_PACKAGE_TARNAME], [libfsxfs])
3
- m4_define([AT_PACKAGE_VERSION], [20260701])
4
- m4_define([AT_PACKAGE_STRING], [libfsxfs 20260701])
3
+ m4_define([AT_PACKAGE_VERSION], [20260702])
4
+ m4_define([AT_PACKAGE_STRING], [libfsxfs 20260702])
5
5
  m4_define([AT_PACKAGE_BUGREPORT], [https://github.com/libyal/libfsxfs/issues])
@@ -0,0 +1,145 @@
1
+ m4_include([package.m4])
2
+ m4_include([test_macros.at])
3
+
4
+ include_test_inputs([pyfsxfs])
5
+
6
+ dnl Determines the test prefix based on the package name.
7
+ m4_define([test_prefix],
8
+ [m4_expand(m4_substr(AT_PACKAGE_NAME, 3))])dnl
9
+
10
+ dnl Sets up Python helper functions.
11
+ m4_define([SETUP_PYTHON_HELPER_FUNCTIONS],
12
+ [AT_TEST_HELPER_FN(
13
+ [run_test_script],
14
+ [path arguments],
15
+ [Runs the test script],
16
+ [PLATFORM=`uname -s | sed 's/-.*$//'`
17
+
18
+ if test "${PLATFORM}" = "Darwin"; then
19
+ DYLD_LIBRARY_PATH="${LIBRARY_PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
20
+
21
+ elif test "${PLATFORM}" = "CYGWIN_NT"; then
22
+ PATH="${LIBRARY_PATH}:${PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
23
+
24
+ elif test "${PLATFORM}" = "MINGW32_NT" || test "${PLATFORM}" = "MINGW64_NT" || test "${PLATFORM}" = "MSYS_NT"; then
25
+ # Copy the library DLL to the Python module directory so Python can load it.
26
+ cp -f "${LIBRARY_PATH}"/*.dll "${PYTHON_MODULE_PATH}"/
27
+
28
+ PATH="${PYTHON_MODULE_PATH}:${PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
29
+ else
30
+ LD_LIBRARY_PATH="${LIBRARY_PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
31
+ fi
32
+ ])
33
+ ])
34
+
35
+ dnl Runs one or more test scripts.
36
+ dnl Arguments:
37
+ dnl test_names
38
+ m4_define([RUN_TEST_SCRIPTS],
39
+ [m4_ifblank([$1], [m4_fatal([Missing test names])])
40
+
41
+ m4_foreach_w(
42
+ [test_name],
43
+ [$1],
44
+ [m4_define(
45
+ [test_script],
46
+ [m4_expand(py[]test_prefix[]_test_[]test_name[].py)])dnl
47
+
48
+ AT_SETUP(test_script)
49
+
50
+ AT_SKIP_IF(
51
+ [test -n "${SKIP_PYTHON_TESTS}"])
52
+
53
+ AT_CHECK(
54
+ [ath_fn_run_test_script $abs_srcdir/test_script],
55
+ [0],
56
+ [ignore],
57
+ [ignore])
58
+
59
+ AT_CLEANUP])
60
+ ])
61
+
62
+ dnl Runs one or more test scripts with input.
63
+ dnl Arguments:
64
+ dnl test_names
65
+ dnl test_inputs
66
+ m4_define([RUN_TEST_SCRIPTS_WITH_INPUT],
67
+ [m4_ifblank([$1], [m4_fatal([Missing test names])])
68
+
69
+ m4_foreach_w(
70
+ [test_name],
71
+ [$1],
72
+ [m4_foreach_w(
73
+ [test_input],
74
+ [$2],
75
+ [m4_define([test_options], m4_normalize(get_test_input_value([test_input], 2)))
76
+ m4_define([test_file], [_strip(get_test_input_value([test_input], 3))])
77
+
78
+ m4_define(
79
+ [test_script],
80
+ [m4_expand(py[]test_prefix[]_test_[]test_name[].py)])dnl
81
+
82
+ m4_define([sanitized_test_file],
83
+ [m4_translit([test_file], [[],[],[]"'`\], [______])])
84
+
85
+ m4_ifblank(
86
+ test_options,
87
+ [m4_define(
88
+ [test_description],
89
+ [test_script with input: 'sanitized_test_file'])],
90
+ [m4_define(
91
+ [test_description],
92
+ [test_script with options: ']test_options[' and input: 'sanitized_test_file'])])
93
+
94
+ AT_SETUP(test_description)
95
+
96
+ AT_SKIP_IF(
97
+ [test -n "${SKIP_PYTHON_TESTS}"])
98
+
99
+ TEST_FILE=`ath_fn_resolve_test_file "$abs_srcdir/input/test_file"`
100
+
101
+ AT_CHECK(
102
+ [ath_fn_run_test_script $abs_srcdir/test_script test_options "${TEST_FILE}"],
103
+ [0],
104
+ [ignore],
105
+ [ignore])
106
+
107
+ AT_CLEANUP])
108
+ ])
109
+ ])
110
+
111
+ dnl Wrap m4_define to overwrite AT_TESTSUITE_NAME
112
+ m4_define([_M4_DEFINE_HOOK], m4_defn([m4_define]))
113
+ m4_define([m4_define],
114
+ [m4_if(
115
+ [$1],
116
+ [AT_TESTSUITE_NAME],
117
+ [_M4_DEFINE_HOOK([$1], [Running Python module tests])],
118
+ [_M4_DEFINE_HOOK([$1], [$2])])])
119
+
120
+ dnl Redefine AS_BOX to remove the "box"
121
+ m4_undefine([AS_BOX])
122
+ m4_define([AS_BOX], [echo "$1"])
123
+
124
+ AT_INIT([Python module])
125
+ AT_COLOR_TESTS
126
+
127
+ dnl Rewrite AT_SETUP to change the minimum line length
128
+ m4_define([AT_SETUP],
129
+ m4_unquote(
130
+ [m4_bpatsubst(
131
+ m4_dquote(m4_defn([AT_SETUP])),
132
+ [47],
133
+ [72])
134
+ ])
135
+ )
136
+
137
+ SETUP_PYTHON_HELPER_FUNCTIONS
138
+ SETUP_HELPER_FUNCTIONS
139
+
140
+ RUN_TEST_SCRIPTS(
141
+ [support])
142
+
143
+ RUN_TEST_SCRIPTS_WITH_INPUT(
144
+ [volume],
145
+ test_inputs_pyfsxfs)
@@ -1,5 +0,0 @@
1
- libfsxfs (20260701-1) unstable; urgency=low
2
-
3
- * Auto-generated
4
-
5
- -- Joachim Metz <joachim.metz@gmail.com> Wed, 01 Jul 2026 10:58:13 +0000