libfsxfs-python 20240222__tar.gz → 20240501__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 (852) hide show
  1. {libfsxfs-20240222 → libfsxfs-20240501}/Makefile.am +9 -14
  2. {libfsxfs-20240222 → libfsxfs-20240501}/Makefile.in +15 -15
  3. {libfsxfs-20240222 → libfsxfs-20240501}/PKG-INFO +1 -1
  4. {libfsxfs-20240222 → libfsxfs-20240501}/common/Makefile.am +6 -7
  5. {libfsxfs-20240222 → libfsxfs-20240501}/common/Makefile.in +12 -8
  6. {libfsxfs-20240222 → libfsxfs-20240501}/common/config.h +7 -4
  7. {libfsxfs-20240222 → libfsxfs-20240501}/common/config.h.in +3 -0
  8. {libfsxfs-20240222 → libfsxfs-20240501}/configure +329 -130
  9. {libfsxfs-20240222 → libfsxfs-20240501}/configure.ac +1 -1
  10. libfsxfs-20240501/dpkg/changelog +5 -0
  11. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/Makefile.am +4 -6
  12. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/Makefile.in +21 -7
  13. {libfsxfs-20240222 → libfsxfs-20240501}/include/Makefile.am +6 -8
  14. {libfsxfs-20240222 → libfsxfs-20240501}/include/Makefile.in +11 -9
  15. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/definitions.h +2 -2
  16. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/Makefile.am +6 -6
  17. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/Makefile.in +27 -9
  18. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_codepage.h +1 -1
  19. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_definitions.h +3 -3
  20. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_error.c +1 -1
  21. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_error.h +1 -1
  22. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_extern.h +1 -1
  23. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file.c +1 -1
  24. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file.h +1 -1
  25. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_io_handle.c +1 -1
  26. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_io_handle.h +1 -1
  27. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_pool.c +1 -1
  28. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_pool.h +1 -1
  29. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_range.c +1 -1
  30. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_range.h +1 -1
  31. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_range_io_handle.c +1 -1
  32. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_file_range_io_handle.h +1 -1
  33. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_handle.c +1 -1
  34. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_handle.h +1 -1
  35. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libcdata.h +1 -1
  36. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libcerror.h +1 -1
  37. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libcfile.h +1 -1
  38. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libclocale.h +1 -1
  39. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libcpath.h +1 -1
  40. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libcthreads.h +1 -1
  41. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_libuna.h +1 -1
  42. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_memory_range.c +1 -1
  43. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_memory_range.h +1 -1
  44. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_memory_range_io_handle.c +1 -1
  45. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_memory_range_io_handle.h +1 -1
  46. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_pool.c +1 -1
  47. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_pool.h +1 -1
  48. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_support.c +1 -1
  49. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_support.h +1 -1
  50. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_system_string.c +1 -1
  51. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_system_string.h +1 -1
  52. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_types.h +1 -1
  53. {libfsxfs-20240222 → libfsxfs-20240501}/libbfio/libbfio_unused.h +1 -1
  54. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/Makefile.am +4 -6
  55. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/Makefile.in +20 -7
  56. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_definitions.h +2 -2
  57. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/Makefile.am +4 -6
  58. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/Makefile.in +12 -7
  59. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_definitions.h +2 -2
  60. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/Makefile.am +4 -6
  61. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/Makefile.in +15 -7
  62. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_definitions.h +2 -2
  63. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/Makefile.am +4 -6
  64. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/Makefile.in +13 -7
  65. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_definitions.h +2 -2
  66. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/Makefile.am +4 -6
  67. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/Makefile.in +13 -7
  68. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_definitions.h +2 -2
  69. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/Makefile.am +4 -6
  70. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/Makefile.in +13 -7
  71. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_definitions.h +2 -2
  72. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/Makefile.am +4 -6
  73. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/Makefile.in +15 -7
  74. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_definitions.h +2 -2
  75. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/Makefile.am +4 -6
  76. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/Makefile.in +20 -7
  77. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_definitions.h +2 -2
  78. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/Makefile.am +4 -6
  79. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/Makefile.in +14 -7
  80. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_definitions.h +2 -2
  81. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/Makefile.am +4 -6
  82. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/Makefile.in +22 -7
  83. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_definitions.h +2 -2
  84. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/Makefile.am +4 -6
  85. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/Makefile.in +19 -7
  86. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_definitions.h +2 -2
  87. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/Makefile.am +4 -6
  88. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/Makefile.in +12 -7
  89. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_definitions.h +2 -2
  90. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/Makefile.am +6 -8
  91. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/Makefile.in +49 -9
  92. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs.rc +2 -2
  93. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_definitions.h +2 -2
  94. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs.spec +4 -4
  95. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/Makefile.am +4 -6
  96. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/Makefile.in +21 -7
  97. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_definitions.h +2 -2
  98. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/Makefile.am +4 -6
  99. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/Makefile.in +72 -7
  100. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_definitions.h +2 -2
  101. {libfsxfs-20240222 → libfsxfs-20240501}/m4/common.m4 +3 -3
  102. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libbfio.m4 +7 -4
  103. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcdata.m4 +7 -4
  104. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcerror.m4 +7 -4
  105. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcfile.m4 +7 -4
  106. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libclocale.m4 +7 -4
  107. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcnotify.m4 +7 -4
  108. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcpath.m4 +7 -4
  109. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcrypto.m4 +4 -2
  110. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcsplit.m4 +7 -4
  111. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libcthreads.m4 +6 -4
  112. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libfcache.m4 +7 -4
  113. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libfdata.m4 +7 -4
  114. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libfdatetime.m4 +7 -4
  115. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libfguid.m4 +7 -4
  116. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libfuse.m4 +105 -45
  117. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libhmac.m4 +7 -4
  118. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libuna.m4 +7 -4
  119. libfsxfs-20240501/m4/pthread.m4 +196 -0
  120. {libfsxfs-20240222 → libfsxfs-20240501}/m4/python.m4 +6 -4
  121. {libfsxfs-20240222 → libfsxfs-20240501}/manuals/Makefile.am +2 -4
  122. {libfsxfs-20240222 → libfsxfs-20240501}/manuals/Makefile.in +7 -5
  123. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/Makefile.am +2 -4
  124. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/Makefile.in +7 -5
  125. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/Makefile.am +4 -6
  126. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/Makefile.in +12 -7
  127. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/Makefile.am +4 -7
  128. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/Makefile.in +19 -8
  129. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_extended_attribute.c +3 -3
  130. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_entry.c +3 -3
  131. {libfsxfs-20240222 → libfsxfs-20240501}/setup.cfg +1 -1
  132. {libfsxfs-20240222 → libfsxfs-20240501}/tests/Makefile.am +6 -7
  133. {libfsxfs-20240222 → libfsxfs-20240501}/tests/Makefile.in +43 -8
  134. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_fsxfsinfo.sh +3 -6
  135. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_library.sh +3 -6
  136. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_manpage.sh +3 -6
  137. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_python_module.sh +17 -9
  138. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_tools.sh +3 -6
  139. libfsxfs-20240222/dpkg/changelog +0 -5
  140. libfsxfs-20240222/m4/pthread.m4 +0 -183
  141. {libfsxfs-20240222 → libfsxfs-20240501}/ABOUT-NLS +0 -0
  142. {libfsxfs-20240222 → libfsxfs-20240501}/AUTHORS +0 -0
  143. {libfsxfs-20240222 → libfsxfs-20240501}/COPYING +0 -0
  144. {libfsxfs-20240222 → libfsxfs-20240501}/COPYING.LESSER +0 -0
  145. {libfsxfs-20240222 → libfsxfs-20240501}/ChangeLog +0 -0
  146. {libfsxfs-20240222 → libfsxfs-20240501}/INSTALL +0 -0
  147. {libfsxfs-20240222 → libfsxfs-20240501}/NEWS +0 -0
  148. {libfsxfs-20240222 → libfsxfs-20240501}/README +0 -0
  149. {libfsxfs-20240222 → libfsxfs-20240501}/acinclude.m4 +0 -0
  150. {libfsxfs-20240222 → libfsxfs-20240501}/aclocal.m4 +0 -0
  151. {libfsxfs-20240222 → libfsxfs-20240501}/common/byte_stream.h +0 -0
  152. {libfsxfs-20240222 → libfsxfs-20240501}/common/common.h +0 -0
  153. {libfsxfs-20240222 → libfsxfs-20240501}/common/config_borlandc.h +0 -0
  154. {libfsxfs-20240222 → libfsxfs-20240501}/common/config_msc.h +0 -0
  155. {libfsxfs-20240222 → libfsxfs-20240501}/common/config_winapi.h +0 -0
  156. {libfsxfs-20240222 → libfsxfs-20240501}/common/file_stream.h +0 -0
  157. {libfsxfs-20240222 → libfsxfs-20240501}/common/memory.h +0 -0
  158. {libfsxfs-20240222 → libfsxfs-20240501}/common/narrow_string.h +0 -0
  159. {libfsxfs-20240222 → libfsxfs-20240501}/common/system_string.h +0 -0
  160. {libfsxfs-20240222 → libfsxfs-20240501}/common/types.h +0 -0
  161. {libfsxfs-20240222 → libfsxfs-20240501}/common/types.h.in +0 -0
  162. {libfsxfs-20240222 → libfsxfs-20240501}/common/wide_string.h +0 -0
  163. {libfsxfs-20240222 → libfsxfs-20240501}/compile +0 -0
  164. {libfsxfs-20240222 → libfsxfs-20240501}/config.guess +0 -0
  165. {libfsxfs-20240222 → libfsxfs-20240501}/config.rpath +0 -0
  166. {libfsxfs-20240222 → libfsxfs-20240501}/config.sub +0 -0
  167. {libfsxfs-20240222 → libfsxfs-20240501}/depcomp +0 -0
  168. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/changelog.in +0 -0
  169. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/compat +0 -0
  170. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/control +0 -0
  171. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/copyright +0 -0
  172. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/libfsxfs-dev.install +0 -0
  173. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/libfsxfs-python3.install +0 -0
  174. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/libfsxfs-tools.install +0 -0
  175. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/libfsxfs.install +0 -0
  176. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/rules +0 -0
  177. {libfsxfs-20240222 → libfsxfs-20240501}/dpkg/source/format +0 -0
  178. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/digest_hash.c +0 -0
  179. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/digest_hash.h +0 -0
  180. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfsinfo.c +0 -0
  181. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfsmount.c +0 -0
  182. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_getopt.c +0 -0
  183. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_getopt.h +0 -0
  184. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_i18n.h +0 -0
  185. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libbfio.h +0 -0
  186. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libcerror.h +0 -0
  187. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libclocale.h +0 -0
  188. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libcnotify.h +0 -0
  189. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libcpath.h +0 -0
  190. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libfcache.h +0 -0
  191. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libfdata.h +0 -0
  192. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libfdatetime.h +0 -0
  193. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libfsxfs.h +0 -0
  194. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libhmac.h +0 -0
  195. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_libuna.h +0 -0
  196. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_output.c +0 -0
  197. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_output.h +0 -0
  198. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_signal.c +0 -0
  199. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_signal.h +0 -0
  200. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/fsxfstools_unused.h +0 -0
  201. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/info_handle.c +0 -0
  202. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/info_handle.h +0 -0
  203. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_dokan.c +0 -0
  204. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_dokan.h +0 -0
  205. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_file_entry.c +0 -0
  206. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_file_entry.h +0 -0
  207. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_file_system.c +0 -0
  208. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_file_system.h +0 -0
  209. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_fuse.c +0 -0
  210. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_fuse.h +0 -0
  211. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_handle.c +0 -0
  212. {libfsxfs-20240222 → libfsxfs-20240501}/fsxfstools/mount_handle.h +0 -0
  213. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/codepage.h +0 -0
  214. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/definitions.h.in +0 -0
  215. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/error.h +0 -0
  216. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/extern.h +0 -0
  217. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/features.h +0 -0
  218. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/features.h.in +0 -0
  219. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/types.h +0 -0
  220. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs/types.h.in +0 -0
  221. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs.h +0 -0
  222. {libfsxfs-20240222 → libfsxfs-20240501}/include/libfsxfs.h.in +0 -0
  223. {libfsxfs-20240222 → libfsxfs-20240501}/install-sh +0 -0
  224. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_array.c +0 -0
  225. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_array.h +0 -0
  226. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree.c +0 -0
  227. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree.h +0 -0
  228. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree_node.c +0 -0
  229. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree_node.h +0 -0
  230. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree_values_list.c +0 -0
  231. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_btree_values_list.h +0 -0
  232. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_error.c +0 -0
  233. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_error.h +0 -0
  234. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_extern.h +0 -0
  235. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_libcerror.h +0 -0
  236. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_libcthreads.h +0 -0
  237. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_list.c +0 -0
  238. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_list.h +0 -0
  239. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_list_element.c +0 -0
  240. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_list_element.h +0 -0
  241. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_range_list.c +0 -0
  242. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_range_list.h +0 -0
  243. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_range_list_value.c +0 -0
  244. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_range_list_value.h +0 -0
  245. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_support.c +0 -0
  246. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_support.h +0 -0
  247. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_tree_node.c +0 -0
  248. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_tree_node.h +0 -0
  249. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_types.h +0 -0
  250. {libfsxfs-20240222 → libfsxfs-20240501}/libcdata/libcdata_unused.h +0 -0
  251. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_error.c +0 -0
  252. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_error.h +0 -0
  253. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_extern.h +0 -0
  254. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_support.c +0 -0
  255. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_support.h +0 -0
  256. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_system.c +0 -0
  257. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_system.h +0 -0
  258. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_types.h +0 -0
  259. {libfsxfs-20240222 → libfsxfs-20240501}/libcerror/libcerror_unused.h +0 -0
  260. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_error.c +0 -0
  261. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_error.h +0 -0
  262. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_extern.h +0 -0
  263. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_file.c +0 -0
  264. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_file.h +0 -0
  265. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_libcerror.h +0 -0
  266. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_libclocale.h +0 -0
  267. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_libcnotify.h +0 -0
  268. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_libuna.h +0 -0
  269. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_notify.c +0 -0
  270. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_notify.h +0 -0
  271. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_support.c +0 -0
  272. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_support.h +0 -0
  273. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_system_string.c +0 -0
  274. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_system_string.h +0 -0
  275. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_types.h +0 -0
  276. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_unused.h +0 -0
  277. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_winapi.c +0 -0
  278. {libfsxfs-20240222 → libfsxfs-20240501}/libcfile/libcfile_winapi.h +0 -0
  279. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_codepage.c +0 -0
  280. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_codepage.h +0 -0
  281. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_extern.h +0 -0
  282. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_libcerror.h +0 -0
  283. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_locale.c +0 -0
  284. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_locale.h +0 -0
  285. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_support.c +0 -0
  286. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_support.h +0 -0
  287. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_unused.h +0 -0
  288. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_wide_string.c +0 -0
  289. {libfsxfs-20240222 → libfsxfs-20240501}/libclocale/libclocale_wide_string.h +0 -0
  290. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_extern.h +0 -0
  291. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_libcerror.h +0 -0
  292. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_print.c +0 -0
  293. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_print.h +0 -0
  294. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_stream.c +0 -0
  295. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_stream.h +0 -0
  296. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_support.c +0 -0
  297. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_support.h +0 -0
  298. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_unused.h +0 -0
  299. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_verbose.c +0 -0
  300. {libfsxfs-20240222 → libfsxfs-20240501}/libcnotify/libcnotify_verbose.h +0 -0
  301. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_error.c +0 -0
  302. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_error.h +0 -0
  303. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_extern.h +0 -0
  304. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_libcerror.h +0 -0
  305. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_libclocale.h +0 -0
  306. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_libcsplit.h +0 -0
  307. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_libuna.h +0 -0
  308. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_path.c +0 -0
  309. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_path.h +0 -0
  310. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_support.c +0 -0
  311. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_support.h +0 -0
  312. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_system_string.c +0 -0
  313. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_system_string.h +0 -0
  314. {libfsxfs-20240222 → libfsxfs-20240501}/libcpath/libcpath_unused.h +0 -0
  315. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_error.c +0 -0
  316. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_error.h +0 -0
  317. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_extern.h +0 -0
  318. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_libcerror.h +0 -0
  319. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_narrow_split_string.c +0 -0
  320. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_narrow_split_string.h +0 -0
  321. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_narrow_string.c +0 -0
  322. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_narrow_string.h +0 -0
  323. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_support.c +0 -0
  324. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_support.h +0 -0
  325. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_types.h +0 -0
  326. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_unused.h +0 -0
  327. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_wide_split_string.c +0 -0
  328. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_wide_split_string.h +0 -0
  329. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_wide_string.c +0 -0
  330. {libfsxfs-20240222 → libfsxfs-20240501}/libcsplit/libcsplit_wide_string.h +0 -0
  331. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_condition.c +0 -0
  332. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_condition.h +0 -0
  333. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_error.c +0 -0
  334. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_error.h +0 -0
  335. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_extern.h +0 -0
  336. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_libcerror.h +0 -0
  337. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_lock.c +0 -0
  338. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_lock.h +0 -0
  339. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_mutex.c +0 -0
  340. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_mutex.h +0 -0
  341. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_queue.c +0 -0
  342. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_queue.h +0 -0
  343. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_read_write_lock.c +0 -0
  344. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_read_write_lock.h +0 -0
  345. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_repeating_thread.c +0 -0
  346. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_repeating_thread.h +0 -0
  347. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_support.c +0 -0
  348. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_support.h +0 -0
  349. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread.c +0 -0
  350. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread.h +0 -0
  351. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread_attributes.c +0 -0
  352. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread_attributes.h +0 -0
  353. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread_pool.c +0 -0
  354. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_thread_pool.h +0 -0
  355. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_types.h +0 -0
  356. {libfsxfs-20240222 → libfsxfs-20240501}/libcthreads/libcthreads_unused.h +0 -0
  357. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_cache.c +0 -0
  358. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_cache.h +0 -0
  359. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_cache_value.c +0 -0
  360. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_cache_value.h +0 -0
  361. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_date_time.c +0 -0
  362. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_date_time.h +0 -0
  363. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_error.c +0 -0
  364. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_error.h +0 -0
  365. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_extern.h +0 -0
  366. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_libcdata.h +0 -0
  367. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_libcerror.h +0 -0
  368. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_support.c +0 -0
  369. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_support.h +0 -0
  370. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_types.h +0 -0
  371. {libfsxfs-20240222 → libfsxfs-20240501}/libfcache/libfcache_unused.h +0 -0
  372. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_area.c +0 -0
  373. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_area.h +0 -0
  374. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_cache.c +0 -0
  375. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_cache.h +0 -0
  376. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_error.c +0 -0
  377. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_error.h +0 -0
  378. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_extern.h +0 -0
  379. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_libcdata.h +0 -0
  380. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_libcerror.h +0 -0
  381. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_libcnotify.h +0 -0
  382. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_libfcache.h +0 -0
  383. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_list.c +0 -0
  384. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_list.h +0 -0
  385. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_list_element.c +0 -0
  386. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_list_element.h +0 -0
  387. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_mapped_range.c +0 -0
  388. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_mapped_range.h +0 -0
  389. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_notify.c +0 -0
  390. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_notify.h +0 -0
  391. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_range.c +0 -0
  392. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_range.h +0 -0
  393. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_range_list.c +0 -0
  394. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_range_list.h +0 -0
  395. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_segments_array.c +0 -0
  396. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_segments_array.h +0 -0
  397. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_stream.c +0 -0
  398. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_stream.h +0 -0
  399. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_support.c +0 -0
  400. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_support.h +0 -0
  401. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_types.h +0 -0
  402. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_unused.h +0 -0
  403. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_vector.c +0 -0
  404. {libfsxfs-20240222 → libfsxfs-20240501}/libfdata/libfdata_vector.h +0 -0
  405. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_date_time_values.c +0 -0
  406. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_date_time_values.h +0 -0
  407. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_error.c +0 -0
  408. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_error.h +0 -0
  409. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_extern.h +0 -0
  410. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
  411. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
  412. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_filetime.c +0 -0
  413. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_filetime.h +0 -0
  414. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_floatingtime.c +0 -0
  415. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_floatingtime.h +0 -0
  416. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_hfs_time.c +0 -0
  417. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_hfs_time.h +0 -0
  418. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_libcerror.h +0 -0
  419. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
  420. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
  421. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_posix_time.c +0 -0
  422. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_posix_time.h +0 -0
  423. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_support.c +0 -0
  424. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_support.h +0 -0
  425. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_systemtime.c +0 -0
  426. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_systemtime.h +0 -0
  427. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_types.h +0 -0
  428. {libfsxfs-20240222 → libfsxfs-20240501}/libfdatetime/libfdatetime_unused.h +0 -0
  429. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_error.c +0 -0
  430. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_error.h +0 -0
  431. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_extern.h +0 -0
  432. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_identifier.c +0 -0
  433. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_identifier.h +0 -0
  434. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_libcerror.h +0 -0
  435. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_support.c +0 -0
  436. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_support.h +0 -0
  437. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_types.h +0 -0
  438. {libfsxfs-20240222 → libfsxfs-20240501}/libfguid/libfguid_unused.h +0 -0
  439. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_attributes.h +0 -0
  440. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_attributes_block.h +0 -0
  441. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_block_directory.h +0 -0
  442. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_btree.h +0 -0
  443. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_file_system_block.h +0 -0
  444. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_inode.h +0 -0
  445. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_inode_information.h +0 -0
  446. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/fsxfs_superblock.h +0 -0
  447. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs.c +0 -0
  448. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs.rc.in +0 -0
  449. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attribute_values.c +0 -0
  450. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attribute_values.h +0 -0
  451. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes.c +0 -0
  452. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes.h +0 -0
  453. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_leaf_block_header.c +0 -0
  454. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_leaf_block_header.h +0 -0
  455. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_table.c +0 -0
  456. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_table.h +0 -0
  457. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_table_header.c +0 -0
  458. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_attributes_table_header.h +0 -0
  459. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_data_handle.c +0 -0
  460. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_data_handle.h +0 -0
  461. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory.c +0 -0
  462. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory.h +0 -0
  463. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory_footer.c +0 -0
  464. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory_footer.h +0 -0
  465. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory_header.c +0 -0
  466. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_block_directory_header.h +0 -0
  467. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_btree_block.c +0 -0
  468. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_btree_block.h +0 -0
  469. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_btree_header.c +0 -0
  470. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_btree_header.h +0 -0
  471. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_buffer_data_handle.c +0 -0
  472. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_buffer_data_handle.h +0 -0
  473. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_data_stream.c +0 -0
  474. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_data_stream.h +0 -0
  475. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_debug.c +0 -0
  476. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_debug.h +0 -0
  477. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_definitions.h.in +0 -0
  478. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory.c +0 -0
  479. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory.h +0 -0
  480. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_entry.c +0 -0
  481. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_entry.h +0 -0
  482. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_table.c +0 -0
  483. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_table.h +0 -0
  484. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_table_header.c +0 -0
  485. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_directory_table_header.h +0 -0
  486. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_error.c +0 -0
  487. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_error.h +0 -0
  488. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extended_attribute.c +0 -0
  489. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extended_attribute.h +0 -0
  490. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent.c +0 -0
  491. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent.h +0 -0
  492. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent_btree.c +0 -0
  493. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent_btree.h +0 -0
  494. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent_list.c +0 -0
  495. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extent_list.h +0 -0
  496. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extents.c +0 -0
  497. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extents.h +0 -0
  498. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_extern.h +0 -0
  499. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_entry.c +0 -0
  500. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_entry.h +0 -0
  501. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system.c +0 -0
  502. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system.h +0 -0
  503. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system_block.c +0 -0
  504. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system_block.h +0 -0
  505. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system_block_header.c +0 -0
  506. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_file_system_block_header.h +0 -0
  507. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode.c +0 -0
  508. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode.h +0 -0
  509. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_btree.c +0 -0
  510. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_btree.h +0 -0
  511. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_btree_record.c +0 -0
  512. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_btree_record.h +0 -0
  513. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_information.c +0 -0
  514. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_inode_information.h +0 -0
  515. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_io_handle.c +0 -0
  516. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_io_handle.h +0 -0
  517. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libbfio.h +0 -0
  518. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libcdata.h +0 -0
  519. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libcerror.h +0 -0
  520. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libclocale.h +0 -0
  521. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libcnotify.h +0 -0
  522. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libcthreads.h +0 -0
  523. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libfcache.h +0 -0
  524. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libfdata.h +0 -0
  525. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libfdatetime.h +0 -0
  526. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libfguid.h +0 -0
  527. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_libuna.h +0 -0
  528. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_notify.c +0 -0
  529. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_notify.h +0 -0
  530. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_superblock.c +0 -0
  531. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_superblock.h +0 -0
  532. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_support.c +0 -0
  533. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_support.h +0 -0
  534. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_types.h +0 -0
  535. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_unused.h +0 -0
  536. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_volume.c +0 -0
  537. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs/libfsxfs_volume.h +0 -0
  538. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs.pc.in +0 -0
  539. {libfsxfs-20240222 → libfsxfs-20240501}/libfsxfs.spec.in +0 -0
  540. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_byte_stream.h +0 -0
  541. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_error.c +0 -0
  542. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_error.h +0 -0
  543. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_extern.h +0 -0
  544. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_libcerror.h +0 -0
  545. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_md5.c +0 -0
  546. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_md5.h +0 -0
  547. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_md5_context.c +0 -0
  548. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_md5_context.h +0 -0
  549. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha1.c +0 -0
  550. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha1.h +0 -0
  551. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha1_context.c +0 -0
  552. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha1_context.h +0 -0
  553. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha224.c +0 -0
  554. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha224.h +0 -0
  555. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha224_context.c +0 -0
  556. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha224_context.h +0 -0
  557. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha256.c +0 -0
  558. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha256.h +0 -0
  559. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha256_context.c +0 -0
  560. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha256_context.h +0 -0
  561. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha512.c +0 -0
  562. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha512.h +0 -0
  563. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha512_context.c +0 -0
  564. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_sha512_context.h +0 -0
  565. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_support.c +0 -0
  566. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_support.h +0 -0
  567. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_types.h +0 -0
  568. {libfsxfs-20240222 → libfsxfs-20240501}/libhmac/libhmac_unused.h +0 -0
  569. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base16_stream.c +0 -0
  570. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base16_stream.h +0 -0
  571. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base32_stream.c +0 -0
  572. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base32_stream.h +0 -0
  573. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base64_stream.c +0 -0
  574. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_base64_stream.h +0 -0
  575. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_byte_stream.c +0 -0
  576. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_byte_stream.h +0 -0
  577. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_10.c +0 -0
  578. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_10.h +0 -0
  579. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_13.c +0 -0
  580. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_13.h +0 -0
  581. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_14.c +0 -0
  582. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_14.h +0 -0
  583. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_15.c +0 -0
  584. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_15.h +0 -0
  585. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_16.c +0 -0
  586. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_16.h +0 -0
  587. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_2.c +0 -0
  588. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_2.h +0 -0
  589. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_3.c +0 -0
  590. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_3.h +0 -0
  591. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_4.c +0 -0
  592. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_4.h +0 -0
  593. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_5.c +0 -0
  594. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_5.h +0 -0
  595. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_6.c +0 -0
  596. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_6.h +0 -0
  597. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_7.c +0 -0
  598. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_7.h +0 -0
  599. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_8.c +0 -0
  600. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_8.h +0 -0
  601. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_9.c +0 -0
  602. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_iso_8859_9.h +0 -0
  603. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_koi8_r.c +0 -0
  604. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_koi8_r.h +0 -0
  605. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_koi8_u.c +0 -0
  606. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_koi8_u.h +0 -0
  607. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_arabic.c +0 -0
  608. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_arabic.h +0 -0
  609. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_celtic.c +0 -0
  610. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_celtic.h +0 -0
  611. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
  612. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
  613. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_croatian.c +0 -0
  614. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_croatian.h +0 -0
  615. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
  616. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
  617. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_dingbats.c +0 -0
  618. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_dingbats.h +0 -0
  619. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_farsi.c +0 -0
  620. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_farsi.h +0 -0
  621. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_gaelic.c +0 -0
  622. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_gaelic.h +0 -0
  623. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_greek.c +0 -0
  624. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_greek.h +0 -0
  625. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_icelandic.c +0 -0
  626. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_icelandic.h +0 -0
  627. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_inuit.c +0 -0
  628. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_inuit.h +0 -0
  629. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_roman.c +0 -0
  630. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_roman.h +0 -0
  631. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_romanian.c +0 -0
  632. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_romanian.h +0 -0
  633. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_russian.c +0 -0
  634. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_russian.h +0 -0
  635. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_symbol.c +0 -0
  636. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_symbol.h +0 -0
  637. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_thai.c +0 -0
  638. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_thai.h +0 -0
  639. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_turkish.c +0 -0
  640. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_turkish.h +0 -0
  641. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
  642. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
  643. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1250.c +0 -0
  644. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1250.h +0 -0
  645. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1251.c +0 -0
  646. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1251.h +0 -0
  647. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1252.c +0 -0
  648. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1252.h +0 -0
  649. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1253.c +0 -0
  650. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1253.h +0 -0
  651. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1254.c +0 -0
  652. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1254.h +0 -0
  653. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1255.c +0 -0
  654. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1255.h +0 -0
  655. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1256.c +0 -0
  656. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1256.h +0 -0
  657. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1257.c +0 -0
  658. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1257.h +0 -0
  659. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1258.c +0 -0
  660. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_1258.h +0 -0
  661. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_874.c +0 -0
  662. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_874.h +0 -0
  663. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_932.c +0 -0
  664. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_932.h +0 -0
  665. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_936.c +0 -0
  666. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_936.h +0 -0
  667. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_949.c +0 -0
  668. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_949.h +0 -0
  669. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_950.c +0 -0
  670. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_codepage_windows_950.h +0 -0
  671. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_error.c +0 -0
  672. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_error.h +0 -0
  673. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_extern.h +0 -0
  674. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_libcerror.h +0 -0
  675. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_scsu.c +0 -0
  676. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_scsu.h +0 -0
  677. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_support.c +0 -0
  678. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_support.h +0 -0
  679. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_types.h +0 -0
  680. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_unicode_character.c +0 -0
  681. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_unicode_character.h +0 -0
  682. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_unused.h +0 -0
  683. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_url_stream.c +0 -0
  684. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_url_stream.h +0 -0
  685. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf16_stream.c +0 -0
  686. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf16_stream.h +0 -0
  687. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf16_string.c +0 -0
  688. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf16_string.h +0 -0
  689. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf32_stream.c +0 -0
  690. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf32_stream.h +0 -0
  691. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf32_string.c +0 -0
  692. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf32_string.h +0 -0
  693. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf7_stream.c +0 -0
  694. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf7_stream.h +0 -0
  695. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf8_stream.c +0 -0
  696. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf8_stream.h +0 -0
  697. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf8_string.c +0 -0
  698. {libfsxfs-20240222 → libfsxfs-20240501}/libuna/libuna_utf8_string.h +0 -0
  699. {libfsxfs-20240222 → libfsxfs-20240501}/ltmain.sh +0 -0
  700. {libfsxfs-20240222 → libfsxfs-20240501}/m4/gettext.m4 +0 -0
  701. {libfsxfs-20240222 → libfsxfs-20240501}/m4/host-cpu-c-abi.m4 +0 -0
  702. {libfsxfs-20240222 → libfsxfs-20240501}/m4/iconv.m4 +0 -0
  703. {libfsxfs-20240222 → libfsxfs-20240501}/m4/intlmacosx.m4 +0 -0
  704. {libfsxfs-20240222 → libfsxfs-20240501}/m4/lib-ld.m4 +0 -0
  705. {libfsxfs-20240222 → libfsxfs-20240501}/m4/lib-link.m4 +0 -0
  706. {libfsxfs-20240222 → libfsxfs-20240501}/m4/lib-prefix.m4 +0 -0
  707. {libfsxfs-20240222 → libfsxfs-20240501}/m4/libtool.m4 +0 -0
  708. {libfsxfs-20240222 → libfsxfs-20240501}/m4/ltoptions.m4 +0 -0
  709. {libfsxfs-20240222 → libfsxfs-20240501}/m4/ltsugar.m4 +0 -0
  710. {libfsxfs-20240222 → libfsxfs-20240501}/m4/ltversion.m4 +0 -0
  711. {libfsxfs-20240222 → libfsxfs-20240501}/m4/lt~obsolete.m4 +0 -0
  712. {libfsxfs-20240222 → libfsxfs-20240501}/m4/nls.m4 +0 -0
  713. {libfsxfs-20240222 → libfsxfs-20240501}/m4/po.m4 +0 -0
  714. {libfsxfs-20240222 → libfsxfs-20240501}/m4/progtest.m4 +0 -0
  715. {libfsxfs-20240222 → libfsxfs-20240501}/m4/tests.m4 +0 -0
  716. {libfsxfs-20240222 → libfsxfs-20240501}/m4/types.m4 +0 -0
  717. {libfsxfs-20240222 → libfsxfs-20240501}/manuals/fsxfsinfo.1 +0 -0
  718. {libfsxfs-20240222 → libfsxfs-20240501}/manuals/fsxfsmount.1 +0 -0
  719. {libfsxfs-20240222 → libfsxfs-20240501}/manuals/libfsxfs.3 +0 -0
  720. {libfsxfs-20240222 → libfsxfs-20240501}/missing +0 -0
  721. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_attribute_values/fsxfs_test_attribute_values.vcproj +0 -0
  722. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_attributes_leaf_block_header/fsxfs_test_attributes_leaf_block_header.vcproj +0 -0
  723. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_attributes_table/fsxfs_test_attributes_table.vcproj +0 -0
  724. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_attributes_table_header/fsxfs_test_attributes_table_header.vcproj +0 -0
  725. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_block_directory_footer/fsxfs_test_block_directory_footer.vcproj +0 -0
  726. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_block_directory_header/fsxfs_test_block_directory_header.vcproj +0 -0
  727. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_btree_block/fsxfs_test_btree_block.vcproj +0 -0
  728. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_btree_header/fsxfs_test_btree_header.vcproj +0 -0
  729. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_buffer_data_handle/fsxfs_test_buffer_data_handle.vcproj +0 -0
  730. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_directory_entry/fsxfs_test_directory_entry.vcproj +0 -0
  731. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_directory_table_header/fsxfs_test_directory_table_header.vcproj +0 -0
  732. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_error/fsxfs_test_error.vcproj +0 -0
  733. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_extent/fsxfs_test_extent.vcproj +0 -0
  734. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_file_system_block_header/fsxfs_test_file_system_block_header.vcproj +0 -0
  735. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_inode_btree/fsxfs_test_inode_btree.vcproj +0 -0
  736. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_inode_btree_record/fsxfs_test_inode_btree_record.vcproj +0 -0
  737. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_inode_information/fsxfs_test_inode_information.vcproj +0 -0
  738. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_io_handle/fsxfs_test_io_handle.vcproj +0 -0
  739. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_notify/fsxfs_test_notify.vcproj +0 -0
  740. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_superblock/fsxfs_test_superblock.vcproj +0 -0
  741. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_support/fsxfs_test_support.vcproj +0 -0
  742. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_tools_info_handle/fsxfs_test_tools_info_handle.vcproj +0 -0
  743. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_tools_output/fsxfs_test_tools_output.vcproj +0 -0
  744. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_tools_signal/fsxfs_test_tools_signal.vcproj +0 -0
  745. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfs_test_volume/fsxfs_test_volume.vcproj +0 -0
  746. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfsinfo/fsxfsinfo.vcproj +0 -0
  747. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/fsxfsmount/fsxfsmount.vcproj +0 -0
  748. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libbfio/libbfio.vcproj +0 -0
  749. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcdata/libcdata.vcproj +0 -0
  750. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcerror/libcerror.vcproj +0 -0
  751. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcfile/libcfile.vcproj +0 -0
  752. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libclocale/libclocale.vcproj +0 -0
  753. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  754. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcpath/libcpath.vcproj +0 -0
  755. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
  756. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  757. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfcache/libfcache.vcproj +0 -0
  758. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfdata/libfdata.vcproj +0 -0
  759. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
  760. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfguid/libfguid.vcproj +0 -0
  761. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfsxfs/libfsxfs.vcproj +0 -0
  762. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libfsxfs.sln +0 -0
  763. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libhmac/libhmac.vcproj +0 -0
  764. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/libuna/libuna.vcproj +0 -0
  765. {libfsxfs-20240222 → libfsxfs-20240501}/msvscpp/pyfsxfs/pyfsxfs.vcproj +0 -0
  766. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
  767. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/file_entry_fuzzer.cc +0 -0
  768. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/ossfuzz_libbfio.h +0 -0
  769. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/ossfuzz_libfsxfs.h +0 -0
  770. {libfsxfs-20240222 → libfsxfs-20240501}/ossfuzz/volume_fuzzer.cc +0 -0
  771. {libfsxfs-20240222 → libfsxfs-20240501}/po/ChangeLog +0 -0
  772. {libfsxfs-20240222 → libfsxfs-20240501}/po/Makefile.in.in +0 -0
  773. {libfsxfs-20240222 → libfsxfs-20240501}/po/Makevars +0 -0
  774. {libfsxfs-20240222 → libfsxfs-20240501}/po/Makevars.in +0 -0
  775. {libfsxfs-20240222 → libfsxfs-20240501}/po/POTFILES.in +0 -0
  776. {libfsxfs-20240222 → libfsxfs-20240501}/po/Rules-quot +0 -0
  777. {libfsxfs-20240222 → libfsxfs-20240501}/po/boldquot.sed +0 -0
  778. {libfsxfs-20240222 → libfsxfs-20240501}/po/en@boldquot.header +0 -0
  779. {libfsxfs-20240222 → libfsxfs-20240501}/po/en@quot.header +0 -0
  780. {libfsxfs-20240222 → libfsxfs-20240501}/po/insert-header.sin +0 -0
  781. {libfsxfs-20240222 → libfsxfs-20240501}/po/quot.sed +0 -0
  782. {libfsxfs-20240222 → libfsxfs-20240501}/po/remove-potcdate.sin +0 -0
  783. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs.c +0 -0
  784. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs.h +0 -0
  785. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_datetime.c +0 -0
  786. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_datetime.h +0 -0
  787. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_error.c +0 -0
  788. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_error.h +0 -0
  789. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_extended_attribute.h +0 -0
  790. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_extended_attributes.c +0 -0
  791. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_extended_attributes.h +0 -0
  792. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_entries.c +0 -0
  793. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_entries.h +0 -0
  794. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_entry.h +0 -0
  795. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_object_io_handle.c +0 -0
  796. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_file_object_io_handle.h +0 -0
  797. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_integer.c +0 -0
  798. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_integer.h +0 -0
  799. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_libbfio.h +0 -0
  800. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_libcerror.h +0 -0
  801. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_libfsxfs.h +0 -0
  802. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_python.h +0 -0
  803. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_unused.h +0 -0
  804. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_volume.c +0 -0
  805. {libfsxfs-20240222 → libfsxfs-20240501}/pyfsxfs/pyfsxfs_volume.h +0 -0
  806. {libfsxfs-20240222 → libfsxfs-20240501}/pyproject.toml +0 -0
  807. {libfsxfs-20240222 → libfsxfs-20240501}/setup.cfg.in +0 -0
  808. {libfsxfs-20240222 → libfsxfs-20240501}/setup.py +0 -0
  809. {libfsxfs-20240222 → libfsxfs-20240501}/test-driver +0 -0
  810. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_attribute_values.c +0 -0
  811. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_attributes_leaf_block_header.c +0 -0
  812. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_attributes_table.c +0 -0
  813. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_attributes_table_header.c +0 -0
  814. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_block_directory_footer.c +0 -0
  815. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_block_directory_header.c +0 -0
  816. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_btree_block.c +0 -0
  817. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_btree_header.c +0 -0
  818. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_buffer_data_handle.c +0 -0
  819. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_directory_entry.c +0 -0
  820. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_directory_table_header.c +0 -0
  821. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_error.c +0 -0
  822. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_extent.c +0 -0
  823. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_file_system_block_header.c +0 -0
  824. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_functions.c +0 -0
  825. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_functions.h +0 -0
  826. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_getopt.c +0 -0
  827. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_getopt.h +0 -0
  828. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_inode_btree.c +0 -0
  829. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_inode_btree_record.c +0 -0
  830. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_inode_information.c +0 -0
  831. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_io_handle.c +0 -0
  832. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libbfio.h +0 -0
  833. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libcdata.h +0 -0
  834. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libcerror.h +0 -0
  835. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libclocale.h +0 -0
  836. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libcnotify.h +0 -0
  837. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libfsxfs.h +0 -0
  838. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_libuna.h +0 -0
  839. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_macros.h +0 -0
  840. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_memory.c +0 -0
  841. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_memory.h +0 -0
  842. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_notify.c +0 -0
  843. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_superblock.c +0 -0
  844. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_support.c +0 -0
  845. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_tools_info_handle.c +0 -0
  846. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_tools_output.c +0 -0
  847. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_tools_signal.c +0 -0
  848. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_unused.h +0 -0
  849. {libfsxfs-20240222 → libfsxfs-20240501}/tests/fsxfs_test_volume.c +0 -0
  850. {libfsxfs-20240222 → libfsxfs-20240501}/tests/pyfsxfs_test_support.py +0 -0
  851. {libfsxfs-20240222 → libfsxfs-20240501}/tests/pyfsxfs_test_volume.py +0 -0
  852. {libfsxfs-20240222 → libfsxfs-20240501}/tests/test_runner.sh +0 -0
@@ -64,8 +64,15 @@ EXTRA_DIST = \
64
64
  $(SETUP_PY_FILES) \
65
65
  $(SPEC_FILES)
66
66
 
67
- MAINTAINERCLEANFILES = \
68
- Makefile.in
67
+ DISTCLEANFILES = \
68
+ config.status \
69
+ config.cache \
70
+ config.log \
71
+ libfsxfs.pc \
72
+ libfsxfs.spec \
73
+ Makefile \
74
+ Makefile.in \
75
+ po/Makevars
69
76
 
70
77
  pkgconfigdir = $(libdir)/pkgconfig
71
78
 
@@ -96,15 +103,3 @@ library:
96
103
  (cd $(srcdir)/libfsxfs && $(MAKE) $(AM_MAKEFLAGS))
97
104
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
98
105
 
99
- distclean: clean
100
- -rm -f Makefile
101
- -rm -f config.status
102
- -rm -f config.cache
103
- -rm -f config.log
104
- -rm -f libfsxfs.pc
105
- -rm -f libfsxfs.spec
106
- @for dir in ${subdirs}; do \
107
- (cd $$dir && $(MAKE) distclean) \
108
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
109
- done && test -z "$$fail"
110
-
@@ -526,6 +526,8 @@ datarootdir = @datarootdir@
526
526
  docdir = @docdir@
527
527
  dvidir = @dvidir@
528
528
  exec_prefix = @exec_prefix@
529
+ fuse3_CFLAGS = @fuse3_CFLAGS@
530
+ fuse3_LIBS = @fuse3_LIBS@
529
531
  fuse_CFLAGS = @fuse_CFLAGS@
530
532
  fuse_LIBS = @fuse_LIBS@
531
533
  host = @host@
@@ -658,8 +660,15 @@ EXTRA_DIST = \
658
660
  $(SETUP_PY_FILES) \
659
661
  $(SPEC_FILES)
660
662
 
661
- MAINTAINERCLEANFILES = \
662
- Makefile.in
663
+ DISTCLEANFILES = \
664
+ config.status \
665
+ config.cache \
666
+ config.log \
667
+ libfsxfs.pc \
668
+ libfsxfs.spec \
669
+ Makefile \
670
+ Makefile.in \
671
+ po/Makevars
663
672
 
664
673
  pkgconfigdir = $(libdir)/pkgconfig
665
674
  pkgconfig_DATA = \
@@ -1084,15 +1093,18 @@ clean-generic:
1084
1093
  distclean-generic:
1085
1094
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1086
1095
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1096
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1087
1097
 
1088
1098
  maintainer-clean-generic:
1089
1099
  @echo "This command is intended for maintainers to use"
1090
1100
  @echo "it deletes files that may require special tools to rebuild."
1091
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1092
1101
  clean: clean-recursive
1093
1102
 
1094
1103
  clean-am: clean-generic clean-libtool mostlyclean-am
1095
1104
 
1105
+ distclean: distclean-recursive
1106
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1107
+ -rm -f Makefile
1096
1108
  distclean-am: clean-am distclean-generic distclean-libtool \
1097
1109
  distclean-tags
1098
1110
 
@@ -1211,18 +1223,6 @@ library:
1211
1223
  (cd $(srcdir)/libfsxfs && $(MAKE) $(AM_MAKEFLAGS))
1212
1224
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1213
1225
 
1214
- distclean: clean
1215
- -rm -f Makefile
1216
- -rm -f config.status
1217
- -rm -f config.cache
1218
- -rm -f config.log
1219
- -rm -f libfsxfs.pc
1220
- -rm -f libfsxfs.spec
1221
- @for dir in ${subdirs}; do \
1222
- (cd $$dir && $(MAKE) distclean) \
1223
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1224
- done && test -z "$$fail"
1225
-
1226
1226
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1227
1227
  # Otherwise a system limit (for SysV at least) may be exceeded.
1228
1228
  .NOEXPORT:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfsxfs-python
3
- Version: 20240222
3
+ Version: 20240501
4
4
  Summary: Python bindings module for libfsxfs
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -1,4 +1,5 @@
1
- AM_CPPFLAGS = -I$(top_srcdir)/include
1
+ AM_CPPFLAGS = \
2
+ -I../include -I$(top_srcdir)/include
2
3
 
3
4
  EXTRA_DIST = \
4
5
  byte_stream.h \
@@ -15,11 +16,9 @@ EXTRA_DIST = \
15
16
  types.h.in \
16
17
  wide_string.h
17
18
 
18
- MAINTAINERCLEANFILES = \
19
+ DISTCLEANFILES = \
20
+ config.h \
21
+ types.h \
22
+ Makefile \
19
23
  Makefile.in
20
24
 
21
- distclean: clean
22
- -rm -f config.h
23
- -rm -f types.h
24
- -rm -f Makefile
25
-
@@ -425,6 +425,8 @@ datarootdir = @datarootdir@
425
425
  docdir = @docdir@
426
426
  dvidir = @dvidir@
427
427
  exec_prefix = @exec_prefix@
428
+ fuse3_CFLAGS = @fuse3_CFLAGS@
429
+ fuse3_LIBS = @fuse3_LIBS@
428
430
  fuse_CFLAGS = @fuse_CFLAGS@
429
431
  fuse_LIBS = @fuse_LIBS@
430
432
  host = @host@
@@ -492,7 +494,9 @@ target_alias = @target_alias@
492
494
  top_build_prefix = @top_build_prefix@
493
495
  top_builddir = @top_builddir@
494
496
  top_srcdir = @top_srcdir@
495
- AM_CPPFLAGS = -I$(top_srcdir)/include
497
+ AM_CPPFLAGS = \
498
+ -I../include -I$(top_srcdir)/include
499
+
496
500
  EXTRA_DIST = \
497
501
  byte_stream.h \
498
502
  common.h \
@@ -508,7 +512,10 @@ EXTRA_DIST = \
508
512
  types.h.in \
509
513
  wide_string.h
510
514
 
511
- MAINTAINERCLEANFILES = \
515
+ DISTCLEANFILES = \
516
+ config.h \
517
+ types.h \
518
+ Makefile \
512
519
  Makefile.in
513
520
 
514
521
  all: config.h
@@ -684,15 +691,17 @@ clean-generic:
684
691
  distclean-generic:
685
692
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686
693
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
687
695
 
688
696
  maintainer-clean-generic:
689
697
  @echo "This command is intended for maintainers to use"
690
698
  @echo "it deletes files that may require special tools to rebuild."
691
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
692
699
  clean: clean-am
693
700
 
694
701
  clean-am: clean-generic clean-libtool mostlyclean-am
695
702
 
703
+ distclean: distclean-am
704
+ -rm -f Makefile
696
705
  distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
697
706
 
698
707
  dvi: dvi-am
@@ -780,11 +789,6 @@ uninstall-am:
780
789
  .PRECIOUS: Makefile
781
790
 
782
791
 
783
- distclean: clean
784
- -rm -f config.h
785
- -rm -f types.h
786
- -rm -f Makefile
787
-
788
792
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
789
793
  # Otherwise a system limit (for SysV at least) may be exceeded.
790
794
  .NOEXPORT:
@@ -242,7 +242,10 @@
242
242
  /* #undef HAVE_LIBFGUID_H */
243
243
 
244
244
  /* Define to 1 if you have the 'fuse' library (-lfuse). */
245
- #define HAVE_LIBFUSE 1
245
+ /* #undef HAVE_LIBFUSE */
246
+
247
+ /* Define to 1 if you have the 'fuse3' library (-lfuse3). */
248
+ #define HAVE_LIBFUSE3 1
246
249
 
247
250
  /* Define to 1 if you have the `hmac' library (-lhmac). */
248
251
  /* #undef HAVE_LIBHMAC */
@@ -593,7 +596,7 @@
593
596
  #define PACKAGE_NAME "libfsxfs"
594
597
 
595
598
  /* Define to the full name and version of this package. */
596
- #define PACKAGE_STRING "libfsxfs 20240222"
599
+ #define PACKAGE_STRING "libfsxfs 20240501"
597
600
 
598
601
  /* Define to the one symbol short name of this package. */
599
602
  #define PACKAGE_TARNAME "libfsxfs"
@@ -602,7 +605,7 @@
602
605
  #define PACKAGE_URL ""
603
606
 
604
607
  /* Define to the version of this package. */
605
- #define PACKAGE_VERSION "20240222"
608
+ #define PACKAGE_VERSION "20240501"
606
609
 
607
610
  /* The size of `int', as computed by sizeof. */
608
611
  #define SIZEOF_INT 4
@@ -631,7 +634,7 @@
631
634
  /* #undef TM_IN_SYS_TIME */
632
635
 
633
636
  /* Version number of package */
634
- #define VERSION "20240222"
637
+ #define VERSION "20240501"
635
638
 
636
639
  /* Number of bits in a file offset, on hosts where this is settable. */
637
640
  /* #undef _FILE_OFFSET_BITS */
@@ -243,6 +243,9 @@
243
243
  /* Define to 1 if you have the 'fuse' library (-lfuse). */
244
244
  #undef HAVE_LIBFUSE
245
245
 
246
+ /* Define to 1 if you have the 'fuse3' library (-lfuse3). */
247
+ #undef HAVE_LIBFUSE3
248
+
246
249
  /* Define to 1 if you have the `hmac' library (-lhmac). */
247
250
  #undef HAVE_LIBHMAC
248
251