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.
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/PKG-INFO +6 -3
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/README +5 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config.h +6 -6
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config.h.in +3 -3
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/configure +17 -17
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/configure.ac +1 -1
- libfsxfs_python-20260901/dpkg/changelog +5 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfsmount.c +6 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/info_handle.c +6 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_error.c +4 -4
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_file.c +524 -333
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_file.h +4 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_repeating_thread.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.rc +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes.c +4 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_definitions.h +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory.c +1 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table_header.c +0 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_btree.c +1 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_entry.c +1 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree.c +1 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_superblock.c +21 -27
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.spec +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/tests.m4 +2 -2
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyproject.toml +1 -1
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/package.m4 +2 -2
- libfsxfs_python-20260703/dpkg/changelog +0 -5
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ABOUT-NLS +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/AUTHORS +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/COPYING +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/COPYING.LESSER +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ChangeLog +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/INSTALL +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/NEWS +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/_build.py +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/acinclude.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/aclocal.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/byte_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/common.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_borlandc.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_msc.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/config_winapi.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/file_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/memory.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/narrow_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/system_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/types.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/common/wide_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/compile +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.guess +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.rpath +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/config.sub +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/depcomp +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/changelog.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/compat +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/control +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/copyright +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-dev.install +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-python3.install +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs-tools.install +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/libfsxfs.install +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/rules +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/dpkg/source/format +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/digest_hash.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/digest_hash.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfsinfo.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_getopt.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_getopt.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_i18n.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libbfio.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcnotify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libcpath.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfcache.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfdatetime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libhmac.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_output.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_output.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_signal.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_signal.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/fsxfstools_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/info_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_dokan.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_dokan.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_entry.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_entry.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_system.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_file_system.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_fuse.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_fuse.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_path_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/fsxfstools/mount_path_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/codepage.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/definitions.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/features.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/features.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs/types.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/include/libfsxfs.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/install-sh +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_codepage.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_io_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_pool.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_pool.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_file_range_io_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcfile.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcpath.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libcthreads.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_memory_range_io_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_pool.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_pool.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_system_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_system_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libbfio/libbfio_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_array.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_array.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_node.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_node.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_libcthreads.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list_element.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_list_element.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list_value.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_range_list_value.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_tree_node.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_tree_node.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcdata/libcdata_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_system.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_system.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcerror/libcerror_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libcnotify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_notify.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_notify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_system_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_system_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_winapi.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcfile/libcfile_winapi.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_codepage.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_codepage.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_locale.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_locale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_wide_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libclocale/libclocale_wide_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_print.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_print.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_verbose.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcnotify/libcnotify_verbose.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libcsplit.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_path.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_path.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_system_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_system_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcpath/libcpath_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_split_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_split_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_narrow_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_split_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_split_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcsplit/libcsplit_wide_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_condition.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_condition.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_lock.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_lock.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_mutex.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_mutex.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_queue.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_queue.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libcthreads/libcthreads_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache_value.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_cache_value.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_date_time.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_date_time.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_libcdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfcache/libfcache_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_area.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_area.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_cache.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_cache.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libcnotify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_libfcache.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list_element.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_list_element.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_mapped_range.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_mapped_range.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_notify.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_notify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_range_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_segments_array.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_segments_array.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_vector.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdata/libfdata_vector.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_identifier.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_identifier.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfguid/libfguid_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_attributes.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_attributes_block.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_block_directory.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_btree.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_directory_block.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_file_system_block.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_inode.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_inode_information.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/fsxfs_superblock.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs.rc.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attribute_values.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attribute_values.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_leaf_block_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_leaf_block_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_attributes_table_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_data_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_data_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_descriptor.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_descriptor.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_footer.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_footer.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_directory_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree_node.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_block_tree_node.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_block.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_block.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_btree_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_buffer_data_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_buffer_data_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_data_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_data_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_debug.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_debug.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_definitions.h.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_entry.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_entry.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_leaf_block_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_leaf_block_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_directory_table_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extended_attribute.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extended_attribute.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_btree.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_list.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extent_list.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extents.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extents.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_entry.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_file_system_block_header.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree_record.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_btree_record.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_information.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_inode_information.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_io_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libbfio.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcnotify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libcthreads.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfcache.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfdatetime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libfguid.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_notify.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_notify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_superblock.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_volume.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs/libfsxfs_volume.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.pc.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libfsxfs.spec.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_byte_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5_context.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_md5_context.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1_context.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha1_context.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224_context.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha224_context.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256_context.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha256_context.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512_context.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_sha512_context.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libhmac/libhmac_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base16_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base16_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base32_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base32_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base64_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_base64_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_byte_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_byte_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_definitions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_extern.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_scsu.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_scsu.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_support.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_types.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unicode_character.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unicode_character.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_url_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_url_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf16_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf32_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf7_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf7_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_stream.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_stream.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/libuna/libuna_utf8_string.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ltmain.sh +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/common.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/gettext.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/host-cpu-c-abi.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/iconv.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/intlmacosx.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-ld.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-link.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lib-prefix.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libbfio.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcdata.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcerror.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcfile.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libclocale.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcnotify.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcpath.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcrypto.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcsplit.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libcthreads.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfcache.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfdata.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfdatetime.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfguid.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libfuse.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libhmac.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libtool.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/libuna.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltoptions.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltsugar.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/ltversion.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/lt~obsolete.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/nls.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/po.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/progtest.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/pthread.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/python.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/types.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/m4/yaltools.m4 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/fsxfsinfo.1 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/fsxfsmount.1 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/manuals/libfsxfs.3 +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/missing +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attribute_values/fsxfs_test_attribute_values.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes/fsxfs_test_attributes.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_leaf_block_header/fsxfs_test_attributes_leaf_block_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_table/fsxfs_test_attributes_table.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_attributes_table_header/fsxfs_test_attributes_table_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory/fsxfs_test_block_directory.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory_footer/fsxfs_test_block_directory_footer.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_block_directory_header/fsxfs_test_block_directory_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_btree_block/fsxfs_test_btree_block.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_btree_header/fsxfs_test_btree_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_buffer_data_handle/fsxfs_test_buffer_data_handle.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_entry/fsxfs_test_directory_entry.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_table/fsxfs_test_directory_table.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_directory_table_header/fsxfs_test_directory_table_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_error/fsxfs_test_error.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_extent/fsxfs_test_extent.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_entry/fsxfs_test_file_entry.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_system_block/fsxfs_test_file_system_block.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_file_system_block_header/fsxfs_test_file_system_block_header.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_btree/fsxfs_test_inode_btree.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_btree_record/fsxfs_test_inode_btree_record.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_inode_information/fsxfs_test_inode_information.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_io_handle/fsxfs_test_io_handle.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_notify/fsxfs_test_notify.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_superblock/fsxfs_test_superblock.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_support/fsxfs_test_support.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_info_handle/fsxfs_test_tools_info_handle.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_mount_path_string/fsxfs_test_tools_mount_path_string.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_output/fsxfs_test_tools_output.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_tools_signal/fsxfs_test_tools_signal.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfs_test_volume/fsxfs_test_volume.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfsinfo/fsxfsinfo.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/fsxfsmount/fsxfsmount.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libbfio/libbfio.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcfile/libcfile.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcpath/libcpath.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfcache/libfcache.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfdata/libfdata.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfsxfs/libfsxfs.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libfsxfs.sln +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libhmac/libhmac.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/msvscpp/pyfsxfs/pyfsxfs.vcproj +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/file_entry_fuzzer.cc +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/ossfuzz_libbfio.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/ossfuzz_libfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/ossfuzz/volume_fuzzer.cc +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/ChangeLog +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makefile.in.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makevars +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Makevars.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/POTFILES.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/Rules-quot +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/boldquot.sed +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/en@boldquot.header +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/en@quot.header +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/insert-header.sin +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/quot.sed +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/po/remove-potcdate.sin +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_datetime.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_datetime.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_error.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attribute.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attribute.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attributes.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_extended_attributes.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entries.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entries.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entry.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_entry.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_object_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_file_object_io_handle.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_integer.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_integer.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libbfio.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_libfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_python.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_volume.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyfsxfs/pyfsxfs_volume.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/pyproject.toml.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/Makefile.am +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/Makefile.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/atlocal.in +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attribute_values.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_leaf_block_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_table.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_attributes_table_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory_footer.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_block_directory_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_btree_block.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_btree_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_buffer_data_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_entry.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_table.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_directory_table_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_error.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_extent.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_entry.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_system_block.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_file_system_block_header.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_functions.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_functions.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_getopt.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_getopt.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_btree.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_btree_record.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_inode_information.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_io_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libbfio.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcdata.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcerror.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libclocale.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcnotify.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libcpath.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libfsxfs.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_libuna.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_macros.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_memory.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_memory.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_notify.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_superblock.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_support.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_info_handle.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_mount_path_string.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_output.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_tools_signal.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_unused.h +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/fsxfs_test_volume.c +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/generate_test_inputs.sh +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/pyfsxfs_test_support.py +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/pyfsxfs_test_volume.py +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_library.at +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_macros.at +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_manpages.at +0 -0
- {libfsxfs_python-20260703 → libfsxfs_python-20260901}/tests/test_python_module.at +0 -0
- {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:
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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 "
|
|
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 "
|
|
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
|
|
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='
|
|
625
|
-
PACKAGE_STRING='libfsxfs
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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='
|
|
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" "
|
|
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
|
|
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
|
|
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
|
|
|
@@ -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
|
|
27
|
+
#define LIBFSXFS_VERSION 20260901
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBFSXFS_VERSION_STRING "
|
|
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
|
|
38
|
+
#define LIBCDATA_VERSION 20260703
|
|
39
39
|
|
|
40
40
|
/* The libcdata version string
|
|
41
41
|
*/
|
|
42
|
-
#define LIBCDATA_VERSION_STRING "
|
|
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
|
|
38
|
+
#define LIBCERROR_VERSION 20260703
|
|
39
39
|
|
|
40
40
|
/* The libcerror version string
|
|
41
41
|
*/
|
|
42
|
-
#define LIBCERROR_VERSION_STRING "
|
|
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
|
|
38
|
+
#define LIBCFILE_VERSION 20260704
|
|
39
39
|
|
|
40
40
|
/* The libcfile version string
|
|
41
41
|
*/
|
|
42
|
-
#define LIBCFILE_VERSION_STRING "
|
|
42
|
+
#define LIBCFILE_VERSION_STRING "20260704"
|
|
43
43
|
|
|
44
44
|
/* The file access flags
|
|
45
45
|
* bit 1 set to 1 for read access
|