libfsxfs-python 20260703__tar.gz → 20260901__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-20260703 → libfsxfs_python-20260901}/PKG-INFO +6 -3
  2. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/README +5 -2
  3. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config.h +6 -6
  4. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config.h.in +3 -3
  5. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/configure +17 -17
  6. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/configure.ac +1 -1
  7. libfsxfs_python-20260901/dpkg/changelog +5 -0
  8. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfsmount.c +6 -1
  9. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/info_handle.c +6 -0
  10. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/definitions.h +2 -2
  11. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_definitions.h +2 -2
  12. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_definitions.h +2 -2
  13. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_error.c +4 -4
  14. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_definitions.h +2 -2
  15. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_file.c +524 -333
  16. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_file.h +4 -0
  17. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_definitions.h +2 -2
  18. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_definitions.h +2 -2
  19. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_definitions.h +2 -2
  20. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_definitions.h +2 -2
  21. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_definitions.h +2 -2
  22. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_repeating_thread.h +2 -2
  23. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.rc +2 -2
  24. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes.c +4 -0
  25. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_definitions.h +2 -2
  26. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory.c +1 -1
  27. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table_header.c +0 -2
  28. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_btree.c +1 -1
  29. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_entry.c +1 -1
  30. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree.c +1 -1
  31. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_superblock.c +21 -27
  32. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.spec +2 -2
  33. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/tests.m4 +2 -2
  34. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyproject.toml +1 -1
  35. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/package.m4 +2 -2
  36. libfsxfs_python-20260703/dpkg/changelog +0 -5
  37. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ABOUT-NLS +0 -0
  38. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/AUTHORS +0 -0
  39. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/COPYING +0 -0
  40. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/COPYING.LESSER +0 -0
  41. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ChangeLog +0 -0
  42. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/INSTALL +0 -0
  43. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/Makefile.am +0 -0
  44. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/Makefile.in +0 -0
  45. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/NEWS +0 -0
  46. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/_build.py +0 -0
  47. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/acinclude.m4 +0 -0
  48. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/aclocal.m4 +0 -0
  49. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/Makefile.am +0 -0
  50. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/Makefile.in +0 -0
  51. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/byte_stream.h +0 -0
  52. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/common.h +0 -0
  53. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_borlandc.h +0 -0
  54. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_msc.h +0 -0
  55. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_winapi.h +0 -0
  56. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/file_stream.h +0 -0
  57. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/memory.h +0 -0
  58. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/narrow_string.h +0 -0
  59. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/system_string.h +0 -0
  60. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/types.h +0 -0
  61. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/types.h.in +0 -0
  62. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/wide_string.h +0 -0
  63. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/compile +0 -0
  64. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.guess +0 -0
  65. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.rpath +0 -0
  66. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.sub +0 -0
  67. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/depcomp +0 -0
  68. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/changelog.in +0 -0
  69. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/compat +0 -0
  70. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/control +0 -0
  71. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/copyright +0 -0
  72. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-dev.install +0 -0
  73. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-python3.install +0 -0
  74. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-tools.install +0 -0
  75. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs.install +0 -0
  76. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/rules +0 -0
  77. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/source/format +0 -0
  78. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/Makefile.am +0 -0
  79. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/Makefile.in +0 -0
  80. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/digest_hash.c +0 -0
  81. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/digest_hash.h +0 -0
  82. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfsinfo.c +0 -0
  83. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_getopt.c +0 -0
  84. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_getopt.h +0 -0
  85. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_i18n.h +0 -0
  86. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libbfio.h +0 -0
  87. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcerror.h +0 -0
  88. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libclocale.h +0 -0
  89. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcnotify.h +0 -0
  90. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcpath.h +0 -0
  91. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfcache.h +0 -0
  92. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfdata.h +0 -0
  93. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfdatetime.h +0 -0
  94. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfsxfs.h +0 -0
  95. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libhmac.h +0 -0
  96. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libuna.h +0 -0
  97. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_output.c +0 -0
  98. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_output.h +0 -0
  99. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_signal.c +0 -0
  100. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_signal.h +0 -0
  101. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_unused.h +0 -0
  102. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/info_handle.h +0 -0
  103. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_dokan.c +0 -0
  104. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_dokan.h +0 -0
  105. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_entry.c +0 -0
  106. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_entry.h +0 -0
  107. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_system.c +0 -0
  108. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_system.h +0 -0
  109. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_fuse.c +0 -0
  110. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_fuse.h +0 -0
  111. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_handle.c +0 -0
  112. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_handle.h +0 -0
  113. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_path_string.c +0 -0
  114. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_path_string.h +0 -0
  115. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/Makefile.am +0 -0
  116. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/Makefile.in +0 -0
  117. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/codepage.h +0 -0
  118. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/definitions.h.in +0 -0
  119. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/error.h +0 -0
  120. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/extern.h +0 -0
  121. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/features.h +0 -0
  122. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/features.h.in +0 -0
  123. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/types.h +0 -0
  124. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/types.h.in +0 -0
  125. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs.h +0 -0
  126. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs.h.in +0 -0
  127. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/install-sh +0 -0
  128. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/Makefile.am +0 -0
  129. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/Makefile.in +0 -0
  130. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_codepage.h +0 -0
  131. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_definitions.h +0 -0
  132. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_error.c +0 -0
  133. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_error.h +0 -0
  134. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_extern.h +0 -0
  135. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file.c +0 -0
  136. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file.h +0 -0
  137. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_io_handle.c +0 -0
  138. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_io_handle.h +0 -0
  139. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_pool.c +0 -0
  140. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_pool.h +0 -0
  141. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range.c +0 -0
  142. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range.h +0 -0
  143. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range_io_handle.c +0 -0
  144. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range_io_handle.h +0 -0
  145. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_handle.c +0 -0
  146. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_handle.h +0 -0
  147. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcdata.h +0 -0
  148. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcerror.h +0 -0
  149. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcfile.h +0 -0
  150. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libclocale.h +0 -0
  151. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcpath.h +0 -0
  152. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcthreads.h +0 -0
  153. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libuna.h +0 -0
  154. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range.c +0 -0
  155. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range.h +0 -0
  156. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range_io_handle.c +0 -0
  157. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range_io_handle.h +0 -0
  158. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_pool.c +0 -0
  159. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_pool.h +0 -0
  160. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_support.c +0 -0
  161. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_support.h +0 -0
  162. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_system_string.c +0 -0
  163. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_system_string.h +0 -0
  164. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_types.h +0 -0
  165. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_unused.h +0 -0
  166. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/Makefile.am +0 -0
  167. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/Makefile.in +0 -0
  168. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_array.c +0 -0
  169. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_array.h +0 -0
  170. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree.c +0 -0
  171. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree.h +0 -0
  172. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_node.c +0 -0
  173. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_node.h +0 -0
  174. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_values_list.c +0 -0
  175. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_values_list.h +0 -0
  176. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_error.c +0 -0
  177. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_error.h +0 -0
  178. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_extern.h +0 -0
  179. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_libcerror.h +0 -0
  180. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_libcthreads.h +0 -0
  181. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list.c +0 -0
  182. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list.h +0 -0
  183. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list_element.c +0 -0
  184. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list_element.h +0 -0
  185. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list.c +0 -0
  186. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list.h +0 -0
  187. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list_value.c +0 -0
  188. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list_value.h +0 -0
  189. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_support.c +0 -0
  190. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_support.h +0 -0
  191. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_tree_node.c +0 -0
  192. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_tree_node.h +0 -0
  193. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_types.h +0 -0
  194. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_unused.h +0 -0
  195. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/Makefile.am +0 -0
  196. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/Makefile.in +0 -0
  197. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_error.h +0 -0
  198. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_extern.h +0 -0
  199. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_support.c +0 -0
  200. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_support.h +0 -0
  201. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_system.c +0 -0
  202. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_system.h +0 -0
  203. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_types.h +0 -0
  204. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_unused.h +0 -0
  205. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/Makefile.am +0 -0
  206. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/Makefile.in +0 -0
  207. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_error.c +0 -0
  208. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_error.h +0 -0
  209. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_extern.h +0 -0
  210. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libcerror.h +0 -0
  211. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libclocale.h +0 -0
  212. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libcnotify.h +0 -0
  213. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libuna.h +0 -0
  214. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_notify.c +0 -0
  215. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_notify.h +0 -0
  216. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_support.c +0 -0
  217. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_support.h +0 -0
  218. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_system_string.c +0 -0
  219. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_system_string.h +0 -0
  220. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_types.h +0 -0
  221. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_unused.h +0 -0
  222. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_winapi.c +0 -0
  223. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_winapi.h +0 -0
  224. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/Makefile.am +0 -0
  225. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/Makefile.in +0 -0
  226. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_codepage.c +0 -0
  227. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_codepage.h +0 -0
  228. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_extern.h +0 -0
  229. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_libcerror.h +0 -0
  230. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_locale.c +0 -0
  231. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_locale.h +0 -0
  232. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_support.c +0 -0
  233. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_support.h +0 -0
  234. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_unused.h +0 -0
  235. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_wide_string.c +0 -0
  236. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_wide_string.h +0 -0
  237. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/Makefile.am +0 -0
  238. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/Makefile.in +0 -0
  239. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_extern.h +0 -0
  240. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_libcerror.h +0 -0
  241. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_print.c +0 -0
  242. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_print.h +0 -0
  243. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_stream.c +0 -0
  244. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_stream.h +0 -0
  245. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_support.c +0 -0
  246. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_support.h +0 -0
  247. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_unused.h +0 -0
  248. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_verbose.c +0 -0
  249. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_verbose.h +0 -0
  250. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/Makefile.am +0 -0
  251. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/Makefile.in +0 -0
  252. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_error.c +0 -0
  253. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_error.h +0 -0
  254. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_extern.h +0 -0
  255. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libcerror.h +0 -0
  256. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libclocale.h +0 -0
  257. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libcsplit.h +0 -0
  258. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libuna.h +0 -0
  259. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_path.c +0 -0
  260. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_path.h +0 -0
  261. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_support.c +0 -0
  262. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_support.h +0 -0
  263. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_system_string.c +0 -0
  264. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_system_string.h +0 -0
  265. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_unused.h +0 -0
  266. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/Makefile.am +0 -0
  267. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/Makefile.in +0 -0
  268. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_error.c +0 -0
  269. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_error.h +0 -0
  270. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_extern.h +0 -0
  271. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_libcerror.h +0 -0
  272. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  273. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  274. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_string.c +0 -0
  275. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_string.h +0 -0
  276. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_support.c +0 -0
  277. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_support.h +0 -0
  278. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_types.h +0 -0
  279. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_unused.h +0 -0
  280. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_split_string.c +0 -0
  281. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_split_string.h +0 -0
  282. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_string.c +0 -0
  283. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_string.h +0 -0
  284. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/Makefile.am +0 -0
  285. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/Makefile.in +0 -0
  286. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_condition.c +0 -0
  287. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_condition.h +0 -0
  288. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_error.c +0 -0
  289. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_error.h +0 -0
  290. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_extern.h +0 -0
  291. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_libcerror.h +0 -0
  292. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_lock.c +0 -0
  293. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_lock.h +0 -0
  294. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_mutex.c +0 -0
  295. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_mutex.h +0 -0
  296. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_queue.c +0 -0
  297. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_queue.h +0 -0
  298. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_read_write_lock.c +0 -0
  299. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_read_write_lock.h +0 -0
  300. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_repeating_thread.c +0 -0
  301. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_support.c +0 -0
  302. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_support.h +0 -0
  303. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread.c +0 -0
  304. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread.h +0 -0
  305. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_attributes.c +0 -0
  306. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_attributes.h +0 -0
  307. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_pool.c +0 -0
  308. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_pool.h +0 -0
  309. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_types.h +0 -0
  310. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_unused.h +0 -0
  311. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/Makefile.am +0 -0
  312. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/Makefile.in +0 -0
  313. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache.c +0 -0
  314. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache.h +0 -0
  315. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache_value.c +0 -0
  316. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache_value.h +0 -0
  317. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_date_time.c +0 -0
  318. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_date_time.h +0 -0
  319. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_definitions.h +0 -0
  320. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_error.c +0 -0
  321. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_error.h +0 -0
  322. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_extern.h +0 -0
  323. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_libcdata.h +0 -0
  324. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_libcerror.h +0 -0
  325. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_support.c +0 -0
  326. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_support.h +0 -0
  327. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_types.h +0 -0
  328. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_unused.h +0 -0
  329. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/Makefile.am +0 -0
  330. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/Makefile.in +0 -0
  331. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_area.c +0 -0
  332. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_area.h +0 -0
  333. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_cache.c +0 -0
  334. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_cache.h +0 -0
  335. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_definitions.h +0 -0
  336. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_error.c +0 -0
  337. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_error.h +0 -0
  338. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_extern.h +0 -0
  339. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcdata.h +0 -0
  340. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcerror.h +0 -0
  341. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcnotify.h +0 -0
  342. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libfcache.h +0 -0
  343. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list.c +0 -0
  344. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list.h +0 -0
  345. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list_element.c +0 -0
  346. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list_element.h +0 -0
  347. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_mapped_range.c +0 -0
  348. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_mapped_range.h +0 -0
  349. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_notify.c +0 -0
  350. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_notify.h +0 -0
  351. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range.c +0 -0
  352. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range.h +0 -0
  353. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range_list.c +0 -0
  354. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range_list.h +0 -0
  355. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_segments_array.c +0 -0
  356. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_segments_array.h +0 -0
  357. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_stream.c +0 -0
  358. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_stream.h +0 -0
  359. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_support.c +0 -0
  360. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_support.h +0 -0
  361. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_types.h +0 -0
  362. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_unused.h +0 -0
  363. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_vector.c +0 -0
  364. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_vector.h +0 -0
  365. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/Makefile.am +0 -0
  366. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/Makefile.in +0 -0
  367. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  368. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  369. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_definitions.h +0 -0
  370. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_error.c +0 -0
  371. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_error.h +0 -0
  372. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_extern.h +0 -0
  373. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  374. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  375. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_filetime.c +0 -0
  376. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_filetime.h +0 -0
  377. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  378. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  379. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  380. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  381. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_libcerror.h +0 -0
  382. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  383. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  384. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_posix_time.c +0 -0
  385. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_posix_time.h +0 -0
  386. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_support.c +0 -0
  387. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_support.h +0 -0
  388. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_systemtime.c +0 -0
  389. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_systemtime.h +0 -0
  390. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_types.h +0 -0
  391. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_unused.h +0 -0
  392. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/Makefile.am +0 -0
  393. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/Makefile.in +0 -0
  394. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_definitions.h +0 -0
  395. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_error.c +0 -0
  396. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_error.h +0 -0
  397. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_extern.h +0 -0
  398. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_identifier.c +0 -0
  399. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_identifier.h +0 -0
  400. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_libcerror.h +0 -0
  401. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_support.c +0 -0
  402. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_support.h +0 -0
  403. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_types.h +0 -0
  404. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_unused.h +0 -0
  405. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/Makefile.am +0 -0
  406. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/Makefile.in +0 -0
  407. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_attributes.h +0 -0
  408. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_attributes_block.h +0 -0
  409. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_block_directory.h +0 -0
  410. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_btree.h +0 -0
  411. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_directory_block.h +0 -0
  412. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_file_system_block.h +0 -0
  413. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_inode.h +0 -0
  414. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_inode_information.h +0 -0
  415. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_superblock.h +0 -0
  416. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.c +0 -0
  417. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.rc.in +0 -0
  418. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attribute_values.c +0 -0
  419. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attribute_values.h +0 -0
  420. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes.h +0 -0
  421. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_leaf_block_header.c +0 -0
  422. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_leaf_block_header.h +0 -0
  423. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table.c +0 -0
  424. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table.h +0 -0
  425. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table_header.c +0 -0
  426. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table_header.h +0 -0
  427. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_data_handle.c +0 -0
  428. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_data_handle.h +0 -0
  429. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_descriptor.c +0 -0
  430. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_descriptor.h +0 -0
  431. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory.c +0 -0
  432. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory.h +0 -0
  433. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_footer.c +0 -0
  434. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_footer.h +0 -0
  435. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_header.c +0 -0
  436. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_header.h +0 -0
  437. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree.c +0 -0
  438. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree.h +0 -0
  439. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree_node.c +0 -0
  440. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree_node.h +0 -0
  441. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_block.c +0 -0
  442. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_block.h +0 -0
  443. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_header.c +0 -0
  444. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_header.h +0 -0
  445. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_buffer_data_handle.c +0 -0
  446. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_buffer_data_handle.h +0 -0
  447. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_data_stream.c +0 -0
  448. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_data_stream.h +0 -0
  449. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_debug.c +0 -0
  450. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_debug.h +0 -0
  451. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_definitions.h.in +0 -0
  452. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory.h +0 -0
  453. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_entry.c +0 -0
  454. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_entry.h +0 -0
  455. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_leaf_block_header.c +0 -0
  456. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_leaf_block_header.h +0 -0
  457. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table.c +0 -0
  458. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table.h +0 -0
  459. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table_header.h +0 -0
  460. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_error.c +0 -0
  461. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_error.h +0 -0
  462. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extended_attribute.c +0 -0
  463. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extended_attribute.h +0 -0
  464. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent.c +0 -0
  465. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent.h +0 -0
  466. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_btree.h +0 -0
  467. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_list.c +0 -0
  468. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_list.h +0 -0
  469. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extents.c +0 -0
  470. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extents.h +0 -0
  471. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extern.h +0 -0
  472. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_entry.h +0 -0
  473. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system.c +0 -0
  474. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system.h +0 -0
  475. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block.c +0 -0
  476. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block.h +0 -0
  477. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block_header.c +0 -0
  478. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block_header.h +0 -0
  479. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode.c +0 -0
  480. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode.h +0 -0
  481. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree.h +0 -0
  482. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree_record.c +0 -0
  483. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree_record.h +0 -0
  484. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_information.c +0 -0
  485. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_information.h +0 -0
  486. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_io_handle.c +0 -0
  487. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_io_handle.h +0 -0
  488. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libbfio.h +0 -0
  489. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcdata.h +0 -0
  490. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcerror.h +0 -0
  491. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libclocale.h +0 -0
  492. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcnotify.h +0 -0
  493. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcthreads.h +0 -0
  494. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfcache.h +0 -0
  495. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfdata.h +0 -0
  496. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfdatetime.h +0 -0
  497. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfguid.h +0 -0
  498. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libuna.h +0 -0
  499. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_notify.c +0 -0
  500. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_notify.h +0 -0
  501. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_superblock.h +0 -0
  502. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_support.c +0 -0
  503. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_support.h +0 -0
  504. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_types.h +0 -0
  505. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_unused.h +0 -0
  506. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_volume.c +0 -0
  507. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_volume.h +0 -0
  508. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.pc.in +0 -0
  509. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.spec.in +0 -0
  510. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/Makefile.am +0 -0
  511. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/Makefile.in +0 -0
  512. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_byte_stream.h +0 -0
  513. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_definitions.h +0 -0
  514. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_error.c +0 -0
  515. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_error.h +0 -0
  516. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_extern.h +0 -0
  517. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_libcerror.h +0 -0
  518. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5.c +0 -0
  519. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5.h +0 -0
  520. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5_context.c +0 -0
  521. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5_context.h +0 -0
  522. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1.c +0 -0
  523. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1.h +0 -0
  524. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1_context.c +0 -0
  525. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1_context.h +0 -0
  526. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224.c +0 -0
  527. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224.h +0 -0
  528. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224_context.c +0 -0
  529. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224_context.h +0 -0
  530. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256.c +0 -0
  531. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256.h +0 -0
  532. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256_context.c +0 -0
  533. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256_context.h +0 -0
  534. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512.c +0 -0
  535. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512.h +0 -0
  536. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512_context.c +0 -0
  537. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512_context.h +0 -0
  538. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_support.c +0 -0
  539. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_support.h +0 -0
  540. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_types.h +0 -0
  541. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_unused.h +0 -0
  542. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/Makefile.am +0 -0
  543. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/Makefile.in +0 -0
  544. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base16_stream.c +0 -0
  545. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base16_stream.h +0 -0
  546. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base32_stream.c +0 -0
  547. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base32_stream.h +0 -0
  548. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base64_stream.c +0 -0
  549. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base64_stream.h +0 -0
  550. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_byte_stream.c +0 -0
  551. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_byte_stream.h +0 -0
  552. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  553. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  554. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  555. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  556. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  557. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  558. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  559. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  560. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  561. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  562. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  563. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  564. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  565. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  566. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  567. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  568. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  569. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  570. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  571. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  572. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  573. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  574. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  575. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  576. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  577. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  578. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_r.c +0 -0
  579. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_r.h +0 -0
  580. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_u.c +0 -0
  581. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_u.h +0 -0
  582. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_arabic.c +0 -0
  583. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_arabic.h +0 -0
  584. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_celtic.c +0 -0
  585. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_celtic.h +0 -0
  586. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  587. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  588. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_croatian.c +0 -0
  589. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_croatian.h +0 -0
  590. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  591. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  592. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  593. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  594. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_farsi.c +0 -0
  595. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_farsi.h +0 -0
  596. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  597. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  598. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_greek.c +0 -0
  599. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_greek.h +0 -0
  600. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  601. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  602. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_inuit.c +0 -0
  603. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_inuit.h +0 -0
  604. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_roman.c +0 -0
  605. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_roman.h +0 -0
  606. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_romanian.c +0 -0
  607. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_romanian.h +0 -0
  608. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_russian.c +0 -0
  609. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_russian.h +0 -0
  610. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_symbol.c +0 -0
  611. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_symbol.h +0 -0
  612. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_thai.c +0 -0
  613. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_thai.h +0 -0
  614. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_turkish.c +0 -0
  615. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_turkish.h +0 -0
  616. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  617. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  618. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1250.c +0 -0
  619. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1250.h +0 -0
  620. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1251.c +0 -0
  621. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1251.h +0 -0
  622. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1252.c +0 -0
  623. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1252.h +0 -0
  624. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1253.c +0 -0
  625. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1253.h +0 -0
  626. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1254.c +0 -0
  627. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1254.h +0 -0
  628. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1255.c +0 -0
  629. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1255.h +0 -0
  630. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1256.c +0 -0
  631. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1256.h +0 -0
  632. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1257.c +0 -0
  633. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1257.h +0 -0
  634. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1258.c +0 -0
  635. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1258.h +0 -0
  636. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_874.c +0 -0
  637. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_874.h +0 -0
  638. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_932.c +0 -0
  639. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_932.h +0 -0
  640. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_936.c +0 -0
  641. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_936.h +0 -0
  642. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_949.c +0 -0
  643. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_949.h +0 -0
  644. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_950.c +0 -0
  645. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_950.h +0 -0
  646. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_definitions.h +0 -0
  647. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_error.c +0 -0
  648. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_error.h +0 -0
  649. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_extern.h +0 -0
  650. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_libcerror.h +0 -0
  651. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_scsu.c +0 -0
  652. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_scsu.h +0 -0
  653. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_support.c +0 -0
  654. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_support.h +0 -0
  655. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_types.h +0 -0
  656. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unicode_character.c +0 -0
  657. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unicode_character.h +0 -0
  658. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unused.h +0 -0
  659. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_url_stream.c +0 -0
  660. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_url_stream.h +0 -0
  661. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_stream.c +0 -0
  662. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_stream.h +0 -0
  663. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_string.c +0 -0
  664. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_string.h +0 -0
  665. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_stream.c +0 -0
  666. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_stream.h +0 -0
  667. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_string.c +0 -0
  668. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_string.h +0 -0
  669. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf7_stream.c +0 -0
  670. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf7_stream.h +0 -0
  671. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_stream.c +0 -0
  672. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_stream.h +0 -0
  673. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_string.c +0 -0
  674. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_string.h +0 -0
  675. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ltmain.sh +0 -0
  676. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/common.m4 +0 -0
  677. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/gettext.m4 +0 -0
  678. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/host-cpu-c-abi.m4 +0 -0
  679. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/iconv.m4 +0 -0
  680. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/intlmacosx.m4 +0 -0
  681. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-ld.m4 +0 -0
  682. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-link.m4 +0 -0
  683. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-prefix.m4 +0 -0
  684. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libbfio.m4 +0 -0
  685. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcdata.m4 +0 -0
  686. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcerror.m4 +0 -0
  687. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcfile.m4 +0 -0
  688. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libclocale.m4 +0 -0
  689. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcnotify.m4 +0 -0
  690. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcpath.m4 +0 -0
  691. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcrypto.m4 +0 -0
  692. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcsplit.m4 +0 -0
  693. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcthreads.m4 +0 -0
  694. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfcache.m4 +0 -0
  695. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfdata.m4 +0 -0
  696. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfdatetime.m4 +0 -0
  697. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfguid.m4 +0 -0
  698. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfuse.m4 +0 -0
  699. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libhmac.m4 +0 -0
  700. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libtool.m4 +0 -0
  701. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libuna.m4 +0 -0
  702. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltoptions.m4 +0 -0
  703. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltsugar.m4 +0 -0
  704. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltversion.m4 +0 -0
  705. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lt~obsolete.m4 +0 -0
  706. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/nls.m4 +0 -0
  707. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/po.m4 +0 -0
  708. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/progtest.m4 +0 -0
  709. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/pthread.m4 +0 -0
  710. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/python.m4 +0 -0
  711. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/types.m4 +0 -0
  712. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/yaltools.m4 +0 -0
  713. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/Makefile.am +0 -0
  714. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/Makefile.in +0 -0
  715. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/fsxfsinfo.1 +0 -0
  716. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/fsxfsmount.1 +0 -0
  717. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/libfsxfs.3 +0 -0
  718. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/missing +0 -0
  719. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/Makefile.am +0 -0
  720. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/Makefile.in +0 -0
  721. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attribute_values/fsxfs_test_attribute_values.vcproj +0 -0
  722. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes/fsxfs_test_attributes.vcproj +0 -0
  723. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_leaf_block_header/fsxfs_test_attributes_leaf_block_header.vcproj +0 -0
  724. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_table/fsxfs_test_attributes_table.vcproj +0 -0
  725. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_table_header/fsxfs_test_attributes_table_header.vcproj +0 -0
  726. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory/fsxfs_test_block_directory.vcproj +0 -0
  727. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory_footer/fsxfs_test_block_directory_footer.vcproj +0 -0
  728. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory_header/fsxfs_test_block_directory_header.vcproj +0 -0
  729. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_btree_block/fsxfs_test_btree_block.vcproj +0 -0
  730. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_btree_header/fsxfs_test_btree_header.vcproj +0 -0
  731. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_buffer_data_handle/fsxfs_test_buffer_data_handle.vcproj +0 -0
  732. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_entry/fsxfs_test_directory_entry.vcproj +0 -0
  733. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_table/fsxfs_test_directory_table.vcproj +0 -0
  734. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_table_header/fsxfs_test_directory_table_header.vcproj +0 -0
  735. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_error/fsxfs_test_error.vcproj +0 -0
  736. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_extent/fsxfs_test_extent.vcproj +0 -0
  737. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_entry/fsxfs_test_file_entry.vcproj +0 -0
  738. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_system_block/fsxfs_test_file_system_block.vcproj +0 -0
  739. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_system_block_header/fsxfs_test_file_system_block_header.vcproj +0 -0
  740. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_btree/fsxfs_test_inode_btree.vcproj +0 -0
  741. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_btree_record/fsxfs_test_inode_btree_record.vcproj +0 -0
  742. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_information/fsxfs_test_inode_information.vcproj +0 -0
  743. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_io_handle/fsxfs_test_io_handle.vcproj +0 -0
  744. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_notify/fsxfs_test_notify.vcproj +0 -0
  745. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_superblock/fsxfs_test_superblock.vcproj +0 -0
  746. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_support/fsxfs_test_support.vcproj +0 -0
  747. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_info_handle/fsxfs_test_tools_info_handle.vcproj +0 -0
  748. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_mount_path_string/fsxfs_test_tools_mount_path_string.vcproj +0 -0
  749. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_output/fsxfs_test_tools_output.vcproj +0 -0
  750. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_signal/fsxfs_test_tools_signal.vcproj +0 -0
  751. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_volume/fsxfs_test_volume.vcproj +0 -0
  752. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfsinfo/fsxfsinfo.vcproj +0 -0
  753. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfsmount/fsxfsmount.vcproj +0 -0
  754. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libbfio/libbfio.vcproj +0 -0
  755. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcdata/libcdata.vcproj +0 -0
  756. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcerror/libcerror.vcproj +0 -0
  757. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcfile/libcfile.vcproj +0 -0
  758. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libclocale/libclocale.vcproj +0 -0
  759. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  760. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcpath/libcpath.vcproj +0 -0
  761. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  762. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  763. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfcache/libfcache.vcproj +0 -0
  764. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfdata/libfdata.vcproj +0 -0
  765. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  766. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfguid/libfguid.vcproj +0 -0
  767. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfsxfs/libfsxfs.vcproj +0 -0
  768. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfsxfs.sln +0 -0
  769. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libhmac/libhmac.vcproj +0 -0
  770. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libuna/libuna.vcproj +0 -0
  771. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/pyfsxfs/pyfsxfs.vcproj +0 -0
  772. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/Makefile.am +0 -0
  773. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/Makefile.in +0 -0
  774. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
  775. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/file_entry_fuzzer.cc +0 -0
  776. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/ossfuzz_libbfio.h +0 -0
  777. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/ossfuzz_libfsxfs.h +0 -0
  778. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/volume_fuzzer.cc +0 -0
  779. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/ChangeLog +0 -0
  780. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makefile.in.in +0 -0
  781. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makevars +0 -0
  782. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makevars.in +0 -0
  783. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/POTFILES.in +0 -0
  784. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Rules-quot +0 -0
  785. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/boldquot.sed +0 -0
  786. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/en@boldquot.header +0 -0
  787. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/en@quot.header +0 -0
  788. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/insert-header.sin +0 -0
  789. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/quot.sed +0 -0
  790. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/remove-potcdate.sin +0 -0
  791. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/Makefile.am +0 -0
  792. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/Makefile.in +0 -0
  793. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs.c +0 -0
  794. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs.h +0 -0
  795. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_datetime.c +0 -0
  796. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_datetime.h +0 -0
  797. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_error.c +0 -0
  798. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_error.h +0 -0
  799. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attribute.c +0 -0
  800. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attribute.h +0 -0
  801. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attributes.c +0 -0
  802. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attributes.h +0 -0
  803. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entries.c +0 -0
  804. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entries.h +0 -0
  805. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entry.c +0 -0
  806. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entry.h +0 -0
  807. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_object_io_handle.c +0 -0
  808. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_object_io_handle.h +0 -0
  809. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_integer.c +0 -0
  810. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_integer.h +0 -0
  811. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libbfio.h +0 -0
  812. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libcerror.h +0 -0
  813. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libfsxfs.h +0 -0
  814. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_python.h +0 -0
  815. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_unused.h +0 -0
  816. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_volume.c +0 -0
  817. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_volume.h +0 -0
  818. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyproject.toml.in +0 -0
  819. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/Makefile.am +0 -0
  820. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/Makefile.in +0 -0
  821. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/atlocal.in +0 -0
  822. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attribute_values.c +0 -0
  823. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes.c +0 -0
  824. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_leaf_block_header.c +0 -0
  825. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_table.c +0 -0
  826. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_table_header.c +0 -0
  827. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory.c +0 -0
  828. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory_footer.c +0 -0
  829. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory_header.c +0 -0
  830. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_btree_block.c +0 -0
  831. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_btree_header.c +0 -0
  832. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_buffer_data_handle.c +0 -0
  833. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_entry.c +0 -0
  834. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_table.c +0 -0
  835. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_table_header.c +0 -0
  836. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_error.c +0 -0
  837. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_extent.c +0 -0
  838. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_entry.c +0 -0
  839. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_system_block.c +0 -0
  840. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_system_block_header.c +0 -0
  841. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_functions.c +0 -0
  842. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_functions.h +0 -0
  843. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_getopt.c +0 -0
  844. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_getopt.h +0 -0
  845. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_btree.c +0 -0
  846. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_btree_record.c +0 -0
  847. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_information.c +0 -0
  848. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_io_handle.c +0 -0
  849. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libbfio.h +0 -0
  850. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcdata.h +0 -0
  851. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcerror.h +0 -0
  852. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libclocale.h +0 -0
  853. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcnotify.h +0 -0
  854. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcpath.h +0 -0
  855. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libfsxfs.h +0 -0
  856. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libuna.h +0 -0
  857. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_macros.h +0 -0
  858. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_memory.c +0 -0
  859. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_memory.h +0 -0
  860. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_notify.c +0 -0
  861. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_superblock.c +0 -0
  862. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_support.c +0 -0
  863. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_info_handle.c +0 -0
  864. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_mount_path_string.c +0 -0
  865. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_output.c +0 -0
  866. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_signal.c +0 -0
  867. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_unused.h +0 -0
  868. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_volume.c +0 -0
  869. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/generate_test_inputs.sh +0 -0
  870. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/pyfsxfs_test_support.py +0 -0
  871. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/pyfsxfs_test_volume.py +0 -0
  872. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_library.at +0 -0
  873. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_macros.at +0 -0
  874. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_manpages.at +0 -0
  875. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_python_module.at +0 -0
  876. {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_tools.at +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libfsxfs-python
3
- Version: 20260703
3
+ Version: 20260901
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
@@ -24,12 +24,15 @@ Project information:
24
24
 
25
25
  Read-only supported XFS formats:
26
26
 
27
- * version 4 and 5
27
+ * version 1, 2, 3, 4 and 5
28
28
  * extended attributes
29
29
 
30
30
  Unsupported XFS format features:
31
31
 
32
- * XFS version 1, 2 or 3
32
+ * Feature flags: XFS_SB_VERSION_QUOTABIT |
33
+ * Incompatible feature flags: XFS_SB_FEAT_INCOMPAT_META_UUID,
34
+ XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR, XFS_SB_FEAT_INCOMPAT_METADIR,
35
+ XFS_SB_FEAT_INCOMPAT_ZONED, XFS_SB_FEAT_INCOMPAT_ZONE_GAPS
33
36
 
34
37
  For more information see:
35
38
 
@@ -7,12 +7,15 @@ Project information:
7
7
 
8
8
  Read-only supported XFS formats:
9
9
 
10
- * version 4 and 5
10
+ * version 1, 2, 3, 4 and 5
11
11
  * extended attributes
12
12
 
13
13
  Unsupported XFS format features:
14
14
 
15
- * XFS version 1, 2 or 3
15
+ * Feature flags: XFS_SB_VERSION_QUOTABIT |
16
+ * Incompatible feature flags: XFS_SB_FEAT_INCOMPAT_META_UUID,
17
+ XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR, XFS_SB_FEAT_INCOMPAT_METADIR,
18
+ XFS_SB_FEAT_INCOMPAT_ZONED, XFS_SB_FEAT_INCOMPAT_ZONE_GAPS
16
19
 
17
20
  For more information see:
18
21
 
@@ -94,9 +94,6 @@
94
94
  /* Define to 1 if you have the `fgetws' function. */
95
95
  #define HAVE_FGETWS 1
96
96
 
97
- /* Define to 1 if you have the `fmemopen' function. */
98
- #define HAVE_FMEMOPEN 1
99
-
100
97
  /* Define to 1 if you have the `fopen' function. */
101
98
  #define HAVE_FOPEN 1
102
99
 
@@ -514,6 +511,9 @@
514
511
  /* Define to 1 if you have the `time' function. */
515
512
  #define HAVE_TIME 1
516
513
 
514
+ /* Define to 1 if you have the `tmpfile' function. */
515
+ #define HAVE_TMPFILE 1
516
+
517
517
  /* Define to 1 if you have the `towlower' function. */
518
518
  #define HAVE_TOWLOWER 1
519
519
 
@@ -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 20260703"
611
+ #define PACKAGE_STRING "libfsxfs 20260901"
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 "20260703"
620
+ #define PACKAGE_VERSION "20260901"
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 "20260703"
649
+ #define VERSION "20260901"
650
650
 
651
651
  /* Number of bits in a file offset, on hosts where this is settable. */
652
652
  /* #undef _FILE_OFFSET_BITS */
@@ -93,9 +93,6 @@
93
93
  /* Define to 1 if you have the `fgetws' function. */
94
94
  #undef HAVE_FGETWS
95
95
 
96
- /* Define to 1 if you have the `fmemopen' function. */
97
- #undef HAVE_FMEMOPEN
98
-
99
96
  /* Define to 1 if you have the `fopen' function. */
100
97
  #undef HAVE_FOPEN
101
98
 
@@ -513,6 +510,9 @@
513
510
  /* Define to 1 if you have the `time' function. */
514
511
  #undef HAVE_TIME
515
512
 
513
+ /* Define to 1 if you have the `tmpfile' function. */
514
+ #undef HAVE_TMPFILE
515
+
516
516
  /* Define to 1 if you have the `towlower' function. */
517
517
  #undef HAVE_TOWLOWER
518
518
 
@@ -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 20260703.
3
+ # Generated by GNU Autoconf 2.71 for libfsxfs 20260901.
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='20260703'
625
- PACKAGE_STRING='libfsxfs 20260703'
624
+ PACKAGE_VERSION='20260901'
625
+ PACKAGE_STRING='libfsxfs 20260901'
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 20260703 to adapt to many kinds of systems.
1704
+ \`configure' configures libfsxfs 20260901 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 20260703:";;
1775
+ short | recursive ) echo "Configuration of libfsxfs 20260901:";;
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 20260703
2051
+ libfsxfs configure 20260901
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 20260703, which was
2772
+ It was created by libfsxfs $as_me 20260901, 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='20260703'
4261
+ VERSION='20260901'
4262
4262
 
4263
4263
 
4264
4264
  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -62324,13 +62324,7 @@ then :
62324
62324
  fi
62325
62325
 
62326
62326
 
62327
- ac_fn_c_check_func "$LINENO" "fmemopen" "ac_cv_func_fmemopen"
62328
- if test "x$ac_cv_func_fmemopen" = xyes
62329
- then :
62330
- printf "%s\n" "#define HAVE_FMEMOPEN 1" >>confdefs.h
62331
-
62332
- fi
62333
- ac_fn_c_check_func "$LINENO" "getopt" "ac_cv_func_getopt"
62327
+ ac_fn_c_check_func "$LINENO" "getopt" "ac_cv_func_getopt"
62334
62328
  if test "x$ac_cv_func_getopt" = xyes
62335
62329
  then :
62336
62330
  printf "%s\n" "#define HAVE_GETOPT 1" >>confdefs.h
@@ -62347,6 +62341,12 @@ if test "x$ac_cv_func_setenv" = xyes
62347
62341
  then :
62348
62342
  printf "%s\n" "#define HAVE_SETENV 1" >>confdefs.h
62349
62343
 
62344
+ fi
62345
+ ac_fn_c_check_func "$LINENO" "tmpfile" "ac_cv_func_tmpfile"
62346
+ if test "x$ac_cv_func_tmpfile" = xyes
62347
+ then :
62348
+ printf "%s\n" "#define HAVE_TMPFILE 1" >>confdefs.h
62349
+
62350
62350
  fi
62351
62351
  ac_fn_c_check_func "$LINENO" "tzset" "ac_cv_func_tzset"
62352
62352
  if test "x$ac_cv_func_tzset" = xyes
@@ -63692,7 +63692,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
63692
63692
  # report actual input values of CONFIG_FILES etc. instead of their
63693
63693
  # values after options handling.
63694
63694
  ac_log="
63695
- This file was extended by libfsxfs $as_me 20260703, which was
63695
+ This file was extended by libfsxfs $as_me 20260901, which was
63696
63696
  generated by GNU Autoconf 2.71. Invocation command line was
63697
63697
 
63698
63698
  CONFIG_FILES = $CONFIG_FILES
@@ -63760,7 +63760,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
63760
63760
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
63761
63761
  ac_cs_config='$ac_cs_config_escaped'
63762
63762
  ac_cs_version="\\
63763
- libfsxfs config.status 20260703
63763
+ libfsxfs config.status 20260901
63764
63764
  configured by $0, generated by GNU Autoconf 2.71,
63765
63765
  with options \\"\$ac_cs_config\\"
63766
63766
 
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
2
 
3
3
  AC_INIT(
4
4
  [libfsxfs],
5
- [20260703],
5
+ [20260901],
6
6
  [https://github.com/libyal/libfsxfs/issues])
7
7
 
8
8
  AC_CONFIG_SRCDIR(
@@ -0,0 +1,5 @@
1
+ libfsxfs (20260901-1) unstable; urgency=low
2
+
3
+ * Auto-generated
4
+
5
+ -- Joachim Metz <joachim.metz@gmail.com> Tue, 01 Sep 2026 19:03:59 +0000
@@ -488,9 +488,14 @@ int main( int argc, char * const argv[] )
488
488
 
489
489
  goto on_error;
490
490
  }
491
+ #if defined( HAVE_LIBFUSE3 )
491
492
  fuse_unmount(
492
493
  fsxfsmount_fuse_handle );
493
-
494
+ #else
495
+ fuse_unmount(
496
+ mount_point,
497
+ fsxfsmount_fuse_channel );
498
+ #endif
494
499
  fuse_destroy(
495
500
  fsxfsmount_fuse_handle );
496
501
 
@@ -1220,6 +1220,12 @@ void info_handle_incompatible_features_flags_fprint(
1220
1220
  notify_stream,
1221
1221
  "\t\t(XFS_SB_FEAT_INCOMPAT_ZONED)\n" );
1222
1222
  }
1223
+ if( ( incompatible_features_flags & 0x00000400UL ) != 0 )
1224
+ {
1225
+ fprintf(
1226
+ notify_stream,
1227
+ "\t\t(XFS_SB_FEAT_INCOMPAT_ZONE_GAPS)\n" );
1228
+ }
1223
1229
  }
1224
1230
 
1225
1231
  /* Prints the journal incompatible features flags to the notify stream
@@ -24,11 +24,11 @@
24
24
 
25
25
  #include <libfsxfs/types.h>
26
26
 
27
- #define LIBFSXFS_VERSION 20260703
27
+ #define LIBFSXFS_VERSION 20260901
28
28
 
29
29
  /* The version string
30
30
  */
31
- #define LIBFSXFS_VERSION_STRING "20260703"
31
+ #define LIBFSXFS_VERSION_STRING "20260901"
32
32
 
33
33
  /* The file access
34
34
  * bit 1 set to 1 for read access
@@ -35,11 +35,11 @@
35
35
  */
36
36
  #else
37
37
 
38
- #define LIBCDATA_VERSION 20260612
38
+ #define LIBCDATA_VERSION 20260703
39
39
 
40
40
  /* The libcdata version string
41
41
  */
42
- #define LIBCDATA_VERSION_STRING "20260612"
42
+ #define LIBCDATA_VERSION_STRING "20260703"
43
43
 
44
44
  /* The comparison function definitions
45
45
  */
@@ -35,11 +35,11 @@
35
35
  */
36
36
  #else
37
37
 
38
- #define LIBCERROR_VERSION 20260612
38
+ #define LIBCERROR_VERSION 20260703
39
39
 
40
40
  /* The libcerror version string
41
41
  */
42
- #define LIBCERROR_VERSION_STRING "20260612"
42
+ #define LIBCERROR_VERSION_STRING "20260703"
43
43
 
44
44
  /* The error domains
45
45
  */
@@ -497,7 +497,7 @@ int libcerror_error_fprint(
497
497
  int message_index = 0;
498
498
  int print_count = 0;
499
499
 
500
- #if defined( WINAPI )
500
+ #if defined( WINAPI ) || defined( __MINGW32__ )
501
501
  const char *format_string = "%" PRIs_SYSTEM "\r\n";
502
502
  #else
503
503
  const char *format_string = "%" PRIs_SYSTEM "\n";
@@ -649,7 +649,7 @@ int libcerror_error_backtrace_fprint(
649
649
  int print_count = 0;
650
650
  int total_print_count = 0;
651
651
 
652
- #if defined( WINAPI )
652
+ #if defined( WINAPI ) || defined( __MINGW32__ )
653
653
  const char *format_string = "%" PRIs_SYSTEM "\r\n";
654
654
  #else
655
655
  const char *format_string = "%" PRIs_SYSTEM "\n";
@@ -748,7 +748,7 @@ int libcerror_error_backtrace_sprint(
748
748
  {
749
749
  if( string_index > 0 )
750
750
  {
751
- #if defined( WINAPI )
751
+ #if defined( WINAPI ) || defined( __MINGW32__ )
752
752
  if( ( string_index + 2 ) >= size )
753
753
  {
754
754
  return( -1 );
@@ -759,7 +759,7 @@ int libcerror_error_backtrace_sprint(
759
759
  {
760
760
  return( -1 );
761
761
  }
762
- #endif /* defined( WINAPI ) */
762
+ #endif /* defined( WINAPI ) || defined( __MINGW32__ ) */
763
763
 
764
764
  string[ string_index++ ] = (system_character_t) '\n';
765
765
  string[ string_index ] = (system_character_t) 0;
@@ -35,11 +35,11 @@
35
35
  */
36
36
  #else
37
37
 
38
- #define LIBCFILE_VERSION 20260615
38
+ #define LIBCFILE_VERSION 20260704
39
39
 
40
40
  /* The libcfile version string
41
41
  */
42
- #define LIBCFILE_VERSION_STRING "20260615"
42
+ #define LIBCFILE_VERSION_STRING "20260704"
43
43
 
44
44
  /* The file access flags
45
45
  * bit 1 set to 1 for read access