libfshfs-python 20260802__tar.gz → 20260922__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libfshfs_python-20260802 → libfshfs_python-20260922}/PKG-INFO +1 -1
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config.h +3 -3
- {libfshfs_python-20260802 → libfshfs_python-20260922}/configure +10 -10
- {libfshfs_python-20260802 → libfshfs_python-20260922}/configure.ac +1 -1
- libfshfs_python-20260922/dpkg/changelog +5 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfsmount.c +6 -1
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/definitions.h +2 -2
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.rc +2 -2
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_allocation_block_stream.c +10 -13
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_handle.c +50 -17
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_definitions.h +2 -2
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_entry.c +121 -56
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.spec +2 -2
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyproject.toml +6 -1
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyproject.toml.in +5 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_compressed_data_handle.c +39 -194
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/generate_test_inputs.sh +13 -12
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/package.m4 +2 -2
- libfshfs_python-20260922/tests/pyfshfs_test_support.py +116 -0
- libfshfs_python-20260922/tests/pyfshfs_test_volume.py +330 -0
- libfshfs_python-20260802/dpkg/changelog +0 -5
- libfshfs_python-20260802/tests/pyfshfs_test_support.py +0 -111
- libfshfs_python-20260802/tests/pyfshfs_test_volume.py +0 -316
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ABOUT-NLS +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/AUTHORS +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/COPYING +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/COPYING.LESSER +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ChangeLog +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/INSTALL +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/NEWS +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/README +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/_build.py +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/acinclude.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/aclocal.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/byte_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/common.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_borlandc.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_msc.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/config_winapi.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/file_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/memory.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/narrow_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/system_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/types.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/common/wide_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/compile +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/config.guess +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/config.rpath +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/config.sub +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/depcomp +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/changelog.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/compat +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/control +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/copyright +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-dev.install +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-python3.install +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs-tools.install +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/libfshfs.install +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/rules +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/dpkg/source/format +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/digest_hash.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/digest_hash.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfsinfo.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_getopt.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_getopt.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_i18n.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libbfio.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libcpath.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfcache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfdatetime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfguid.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libhmac.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_output.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_output.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_signal.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_signal.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/fshfstools_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/info_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/info_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_dokan.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_dokan.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_entry.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_entry.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_system.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_file_system.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_fuse.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_fuse.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_path_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/fshfstools/mount_path_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/codepage.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/definitions.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/features.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/features.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs/types.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/include/libfshfs.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/install-sh +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_codepage.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_io_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_pool.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_pool.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_file_range_io_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcfile.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcpath.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libcthreads.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_memory_range_io_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_pool.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_pool.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_system_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_system_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libbfio/libbfio_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_array.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_array.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_node.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_node.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_libcthreads.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list_element.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_list_element.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list_value.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_range_list_value.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_tree_node.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_tree_node.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcdata/libcdata_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_system.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_system.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcerror/libcerror_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_notify.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_notify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_system_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_system_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_winapi.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcfile/libcfile_winapi.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_codepage.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_codepage.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_locale.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_locale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_wide_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libclocale/libclocale_wide_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_print.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_print.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_verbose.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcnotify/libcnotify_verbose.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libcsplit.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_path.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_path.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_system_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_system_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcpath/libcpath_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_split_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_split_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_narrow_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_split_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_split_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcsplit/libcsplit_wide_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_condition.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_condition.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_lock.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_lock.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_mutex.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_mutex.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_queue.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_queue.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libcthreads/libcthreads_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache_value.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_cache_value.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_date_time.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_date_time.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_libcdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfcache/libfcache_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_area.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_area.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_cache.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_cache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_libfcache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list_element.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_list_element.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_mapped_range.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_mapped_range.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_notify.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_notify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range_list.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_range_list.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_segments_array.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_segments_array.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_vector.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdata/libfdata_vector.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_identifier.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_identifier.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfguid/libfguid_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_adc.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_adc.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_bit_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_bit_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_decoder.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzfse_decoder.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzvn.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_lzvn.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_notify.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_notify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfmos/libfmos_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_attributes_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_btree.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_catalog_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_compressed_data.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_extents_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_fork_descriptor.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_master_directory_block.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/fshfs_volume_header.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs.rc.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_allocation_block_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attribute_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attribute_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_attributes_btree_key.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_bit_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_bit_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_block_data_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_block_data_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_header.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_header.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_cache.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_cache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_descriptor.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_descriptor.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_vector.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_btree_node_vector.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_buffer_data_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_buffer_data_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_catalog_btree_key.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_header.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_header.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compression.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compression.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_data_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_data_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_debug.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_debug.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_definitions.h.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_deflate.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_deflate.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_entry.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_entry.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_directory_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extended_attribute.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extended_attribute.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extent.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extent.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_file.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_btree_key.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extents_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_entry.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_system.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_file_system.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_fork_descriptor.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_fork_descriptor.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_huffman_tree.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_huffman_tree.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_io_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libbfio.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libcthreads.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfcache.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfdatetime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfguid.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libfmos.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_master_directory_block.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_master_directory_block.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_name.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_name.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_notify.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_notify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_profiler.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_profiler.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_thread_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_thread_record.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume_header.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_volume_header.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.pc.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs.spec.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_byte_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5_context.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_md5_context.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1_context.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha1_context.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224_context.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha224_context.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256_context.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha256_context.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512_context.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_sha512_context.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libhmac/libhmac_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base16_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base16_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base32_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base32_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base64_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_base64_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_byte_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_byte_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_definitions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_extern.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_scsu.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_scsu.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_support.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unicode_character.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unicode_character.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_url_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_url_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf16_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf32_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf7_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf7_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/libuna/libuna_utf8_string.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ltmain.sh +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/common.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/gettext.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/host-cpu-c-abi.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/iconv.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/intlmacosx.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-ld.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-link.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lib-prefix.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libbfio.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcdata.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcerror.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcfile.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libclocale.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcnotify.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcpath.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcrypto.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcsplit.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libcthreads.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfcache.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfdata.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfdatetime.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfguid.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfmos.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libfuse.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libhmac.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libtool.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/libuna.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltoptions.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltsugar.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/ltversion.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/lt~obsolete.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/nls.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/po.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/progtest.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/pthread.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/python.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/tests.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/types.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/yaltools.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/m4/zlib.m4 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/fshfsinfo.1 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/fshfsmount.1 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/manuals/libfshfs.3 +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/missing +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_attribute_record/fshfs_test_attribute_record.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_attributes_btree_key/fshfs_test_attributes_btree_key.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_bit_stream/fshfs_test_bit_stream.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_file/fshfs_test_btree_file.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_header/fshfs_test_btree_header.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node/fshfs_test_btree_node.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node_descriptor/fshfs_test_btree_node_descriptor.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_btree_node_record/fshfs_test_btree_node_record.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_buffer_data_handle/fshfs_test_buffer_data_handle.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_catalog_btree_key/fshfs_test_catalog_btree_key.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_compressed_data_handle/fshfs_test_compressed_data_handle.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_compression/fshfs_test_compression.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_deflate/fshfs_test_deflate.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_directory_entry/fshfs_test_directory_entry.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_directory_record/fshfs_test_directory_record.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_error/fshfs_test_error.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_extent/fshfs_test_extent.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_extents_btree_key/fshfs_test_extents_btree_key.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_entry/fshfs_test_file_entry.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_record/fshfs_test_file_record.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_file_system/fshfs_test_file_system.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_fork_descriptor/fshfs_test_fork_descriptor.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_huffman_tree/fshfs_test_huffman_tree.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_io_handle/fshfs_test_io_handle.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_master_directory_block/fshfs_test_master_directory_block.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_name/fshfs_test_name.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_notify/fshfs_test_notify.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_profiler/fshfs_test_profiler.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_support/fshfs_test_support.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_thread_record/fshfs_test_thread_record.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_info_handle/fshfs_test_tools_info_handle.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_mount_path_string/fshfs_test_tools_mount_path_string.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_output/fshfs_test_tools_output.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_tools_signal/fshfs_test_tools_signal.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_volume/fshfs_test_volume.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfs_test_volume_header/fshfs_test_volume_header.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfsinfo/fshfsinfo.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/fshfsmount/fshfsmount.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libbfio/libbfio.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcfile/libcfile.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcpath/libcpath.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfcache/libfcache.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfdata/libfdata.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfmos/libfmos.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfshfs/libfshfs.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libfshfs.sln +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libhmac/libhmac.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/pyfshfs/pyfshfs.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/msvscpp/zlib/zlib.vcproj +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/extended_attribute_fuzzer.cc +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/file_entry_fuzzer.cc +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/ossfuzz_libbfio.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/ossfuzz_libfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/ossfuzz/volume_fuzzer.cc +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/ChangeLog +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makefile.in.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makevars +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Makevars.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/POTFILES.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/Rules-quot +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/boldquot.sed +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/en@boldquot.header +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/en@quot.header +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/insert-header.sin +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/quot.sed +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/po/remove-potcdate.sin +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_data_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_data_stream.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_datetime.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_datetime.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_error.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attribute.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attribute.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attributes.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_extended_attributes.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entries.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entries.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entry.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_entry.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_object_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_file_object_io_handle.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_integer.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_integer.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libbfio.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_libfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_python.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_volume.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/pyfshfs/pyfshfs_volume.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/Makefile.am +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/Makefile.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/atlocal.in +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_attribute_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_attributes_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_bit_stream.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_file.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_header.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node_descriptor.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_btree_node_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_buffer_data_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_catalog_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_compression.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_deflate.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_directory_entry.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_directory_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_error.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_extent.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_extents_btree_key.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_entry.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_file_system.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_fork_descriptor.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_functions.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_functions.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_getopt.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_getopt.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_huffman_tree.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_io_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libbfio.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcerror.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libclocale.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcnotify.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libcpath.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libfdata.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libfshfs.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_libuna.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_macros.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_master_directory_block.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_memory.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_memory.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_name.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_notify.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_profiler.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_support.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_thread_record.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_info_handle.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_mount_path_string.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_output.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_tools_signal.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_types.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unicode_case_folding_mappings.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unicode_decomposition_mappings.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_unused.h +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_volume.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/fshfs_test_volume_header.c +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_library.at +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_macros.at +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_manpages.at +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_python_module.at +0 -0
- {libfshfs_python-20260802 → libfshfs_python-20260922}/tests/test_tools.at +0 -0
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
#define PACKAGE_NAME "libfshfs"
|
|
630
630
|
|
|
631
631
|
/* Define to the full name and version of this package. */
|
|
632
|
-
#define PACKAGE_STRING "libfshfs
|
|
632
|
+
#define PACKAGE_STRING "libfshfs 20260922"
|
|
633
633
|
|
|
634
634
|
/* Define to the one symbol short name of this package. */
|
|
635
635
|
#define PACKAGE_TARNAME "libfshfs"
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
#define PACKAGE_URL ""
|
|
639
639
|
|
|
640
640
|
/* Define to the version of this package. */
|
|
641
|
-
#define PACKAGE_VERSION "
|
|
641
|
+
#define PACKAGE_VERSION "20260922"
|
|
642
642
|
|
|
643
643
|
/* The size of `int', as computed by sizeof. */
|
|
644
644
|
#define SIZEOF_INT 4
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
/* #undef TM_IN_SYS_TIME */
|
|
668
668
|
|
|
669
669
|
/* Version number of package */
|
|
670
|
-
#define VERSION "
|
|
670
|
+
#define VERSION "20260922"
|
|
671
671
|
|
|
672
672
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
673
673
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
|
3
|
-
# Generated by GNU Autoconf 2.71 for libfshfs
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libfshfs 20260922.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <https://github.com/libyal/libfshfs/issues>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libfshfs'
|
|
623
623
|
PACKAGE_TARNAME='libfshfs'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libfshfs
|
|
624
|
+
PACKAGE_VERSION='20260922'
|
|
625
|
+
PACKAGE_STRING='libfshfs 20260922'
|
|
626
626
|
PACKAGE_BUGREPORT='https://github.com/libyal/libfshfs/issues'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1728,7 +1728,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1728
1728
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1729
1729
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1730
1730
|
cat <<_ACEOF
|
|
1731
|
-
\`configure' configures libfshfs
|
|
1731
|
+
\`configure' configures libfshfs 20260922 to adapt to many kinds of systems.
|
|
1732
1732
|
|
|
1733
1733
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1734
1734
|
|
|
@@ -1799,7 +1799,7 @@ fi
|
|
|
1799
1799
|
|
|
1800
1800
|
if test -n "$ac_init_help"; then
|
|
1801
1801
|
case $ac_init_help in
|
|
1802
|
-
short | recursive ) echo "Configuration of libfshfs
|
|
1802
|
+
short | recursive ) echo "Configuration of libfshfs 20260922:";;
|
|
1803
1803
|
esac
|
|
1804
1804
|
cat <<\_ACEOF
|
|
1805
1805
|
|
|
@@ -2087,7 +2087,7 @@ fi
|
|
|
2087
2087
|
test -n "$ac_init_help" && exit $ac_status
|
|
2088
2088
|
if $ac_init_version; then
|
|
2089
2089
|
cat <<\_ACEOF
|
|
2090
|
-
libfshfs configure
|
|
2090
|
+
libfshfs configure 20260922
|
|
2091
2091
|
generated by GNU Autoconf 2.71
|
|
2092
2092
|
|
|
2093
2093
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2808,7 +2808,7 @@ cat >config.log <<_ACEOF
|
|
|
2808
2808
|
This file contains any messages produced by compilers while
|
|
2809
2809
|
running configure, to aid debugging if configure makes a mistake.
|
|
2810
2810
|
|
|
2811
|
-
It was created by libfshfs $as_me
|
|
2811
|
+
It was created by libfshfs $as_me 20260922, which was
|
|
2812
2812
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2813
2813
|
|
|
2814
2814
|
$ $0$ac_configure_args_raw
|
|
@@ -4297,7 +4297,7 @@ fi
|
|
|
4297
4297
|
|
|
4298
4298
|
# Define the identity of the package.
|
|
4299
4299
|
PACKAGE='libfshfs'
|
|
4300
|
-
VERSION='
|
|
4300
|
+
VERSION='20260922'
|
|
4301
4301
|
|
|
4302
4302
|
|
|
4303
4303
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -64459,7 +64459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
64459
64459
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
64460
64460
|
# values after options handling.
|
|
64461
64461
|
ac_log="
|
|
64462
|
-
This file was extended by libfshfs $as_me
|
|
64462
|
+
This file was extended by libfshfs $as_me 20260922, which was
|
|
64463
64463
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
64464
64464
|
|
|
64465
64465
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -64527,7 +64527,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
64527
64527
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
64528
64528
|
ac_cs_config='$ac_cs_config_escaped'
|
|
64529
64529
|
ac_cs_version="\\
|
|
64530
|
-
libfshfs config.status
|
|
64530
|
+
libfshfs config.status 20260922
|
|
64531
64531
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
64532
64532
|
with options \\"\$ac_cs_config\\"
|
|
64533
64533
|
|
|
@@ -488,9 +488,14 @@ int main( int argc, char * const argv[] )
|
|
|
488
488
|
|
|
489
489
|
goto on_error;
|
|
490
490
|
}
|
|
491
|
+
#if defined( HAVE_LIBFUSE3 )
|
|
491
492
|
fuse_unmount(
|
|
492
493
|
fshfsmount_fuse_handle );
|
|
493
|
-
|
|
494
|
+
#else
|
|
495
|
+
fuse_unmount(
|
|
496
|
+
mount_point,
|
|
497
|
+
fshfsmount_fuse_channel );
|
|
498
|
+
#endif
|
|
494
499
|
fuse_destroy(
|
|
495
500
|
fshfsmount_fuse_handle );
|
|
496
501
|
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libfshfs/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBFSHFS_VERSION
|
|
27
|
+
#define LIBFSHFS_VERSION 20260922
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBFSHFS_VERSION_STRING "
|
|
31
|
+
#define LIBFSHFS_VERSION_STRING "20260922"
|
|
32
32
|
|
|
33
33
|
/* The file access
|
|
34
34
|
* bit 1 set to 1 for read access
|
|
@@ -22,12 +22,12 @@ BEGIN
|
|
|
22
22
|
BLOCK "040904E4"
|
|
23
23
|
BEGIN
|
|
24
24
|
VALUE "FileDescription", "Library to access the Hierarchical File System (HFS) format\0"
|
|
25
|
-
VALUE "FileVersion", "
|
|
25
|
+
VALUE "FileVersion", "20260922" "\0"
|
|
26
26
|
VALUE "InternalName", "libfshfs.dll\0"
|
|
27
27
|
VALUE "LegalCopyright", "(C) 2009-2026, Joachim Metz <joachim.metz@gmail.com>\0"
|
|
28
28
|
VALUE "OriginalFilename", "libfshfs.dll\0"
|
|
29
29
|
VALUE "ProductName", "libfshfs\0"
|
|
30
|
-
VALUE "ProductVersion", "
|
|
30
|
+
VALUE "ProductVersion", "20260922" "\0"
|
|
31
31
|
VALUE "Comments", "For more information visit https://github.com/libyal/libfshfs/\0"
|
|
32
32
|
END
|
|
33
33
|
END
|
{libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_allocation_block_stream.c
RENAMED
|
@@ -343,6 +343,7 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
|
|
|
343
343
|
libfshfs_extent_t *extent = NULL;
|
|
344
344
|
static char *function = "libfshfs_allocation_block_stream_initialize_from_extents";
|
|
345
345
|
size64_t segment_size = 0;
|
|
346
|
+
off64_t data_offset = 0;
|
|
346
347
|
off64_t segment_offset = 0;
|
|
347
348
|
int extent_index = 0;
|
|
348
349
|
int number_of_extents = 0;
|
|
@@ -475,6 +476,10 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
|
|
|
475
476
|
segment_offset = (off64_t) extent->block_number * io_handle->block_size;
|
|
476
477
|
segment_size = (size64_t) extent->number_of_blocks * io_handle->block_size;
|
|
477
478
|
|
|
479
|
+
if( segment_size > ( data_size - data_offset ) )
|
|
480
|
+
{
|
|
481
|
+
segment_size = data_size - data_offset;
|
|
482
|
+
}
|
|
478
483
|
if( libfdata_stream_append_segment(
|
|
479
484
|
safe_allocation_block_stream,
|
|
480
485
|
&segment_index,
|
|
@@ -494,20 +499,12 @@ int libfshfs_allocation_block_stream_initialize_from_extents(
|
|
|
494
499
|
|
|
495
500
|
goto on_error;
|
|
496
501
|
}
|
|
497
|
-
|
|
498
|
-
if( libfdata_stream_set_mapped_size(
|
|
499
|
-
safe_allocation_block_stream,
|
|
500
|
-
data_size,
|
|
501
|
-
error ) != 1 )
|
|
502
|
-
{
|
|
503
|
-
libcerror_error_set(
|
|
504
|
-
error,
|
|
505
|
-
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
506
|
-
LIBCERROR_RUNTIME_ERROR_SET_FAILED,
|
|
507
|
-
"%s: unable to set mapped size of allocation block stream.",
|
|
508
|
-
function );
|
|
502
|
+
data_offset += segment_size;
|
|
509
503
|
|
|
510
|
-
|
|
504
|
+
if( (size64_t) data_offset >= data_size )
|
|
505
|
+
{
|
|
506
|
+
break;
|
|
507
|
+
}
|
|
511
508
|
}
|
|
512
509
|
*allocation_block_stream = safe_allocation_block_stream;
|
|
513
510
|
|
{libfshfs_python-20260802 → libfshfs_python-20260922}/libfshfs/libfshfs_compressed_data_handle.c
RENAMED
|
@@ -195,6 +195,7 @@ int libfshfs_compressed_data_handle_free(
|
|
|
195
195
|
libcerror_error_t **error )
|
|
196
196
|
{
|
|
197
197
|
static char *function = "libfshfs_compressed_data_handle_free";
|
|
198
|
+
int result = 1;
|
|
198
199
|
|
|
199
200
|
if( data_handle == NULL )
|
|
200
201
|
{
|
|
@@ -224,12 +225,25 @@ int libfshfs_compressed_data_handle_free(
|
|
|
224
225
|
memory_free(
|
|
225
226
|
( *data_handle )->compressed_block_offsets );
|
|
226
227
|
}
|
|
228
|
+
if( libfdata_stream_free(
|
|
229
|
+
&( ( *data_handle )->compressed_data_stream ),
|
|
230
|
+
error ) != 1 )
|
|
231
|
+
{
|
|
232
|
+
libcerror_error_set(
|
|
233
|
+
error,
|
|
234
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
235
|
+
LIBCERROR_RUNTIME_ERROR_FINALIZE_FAILED,
|
|
236
|
+
"%s: unable to free compressed data stream.",
|
|
237
|
+
function );
|
|
238
|
+
|
|
239
|
+
result = -1;
|
|
240
|
+
}
|
|
227
241
|
memory_free(
|
|
228
242
|
*data_handle );
|
|
229
243
|
|
|
230
244
|
*data_handle = NULL;
|
|
231
245
|
}
|
|
232
|
-
return(
|
|
246
|
+
return( result );
|
|
233
247
|
}
|
|
234
248
|
|
|
235
249
|
/* Determines the compressed block offsets
|
|
@@ -240,22 +254,23 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
|
|
|
240
254
|
libbfio_handle_t *file_io_handle,
|
|
241
255
|
libcerror_error_t **error )
|
|
242
256
|
{
|
|
243
|
-
static char *function
|
|
244
|
-
size64_t compressed_data_size
|
|
245
|
-
size_t compressed_block_descriptor_size
|
|
246
|
-
size_t read_size
|
|
247
|
-
size_t segment_data_offset
|
|
248
|
-
ssize_t read_count
|
|
249
|
-
uint32_t compressed_block_index
|
|
250
|
-
uint32_t compressed_block_offset
|
|
251
|
-
uint32_t compressed_descriptors_offset
|
|
252
|
-
uint32_t compressed_footer_offset
|
|
253
|
-
uint32_t compressed_footer_size
|
|
254
|
-
uint32_t
|
|
255
|
-
|
|
257
|
+
static char *function = "libfshfs_compressed_data_handle_get_compressed_block_offsets";
|
|
258
|
+
size64_t compressed_data_size = 0;
|
|
259
|
+
size_t compressed_block_descriptor_size = 0;
|
|
260
|
+
size_t read_size = 0;
|
|
261
|
+
size_t segment_data_offset = 0;
|
|
262
|
+
ssize_t read_count = 0;
|
|
263
|
+
uint32_t compressed_block_index = 0;
|
|
264
|
+
uint32_t compressed_block_offset = 0;
|
|
265
|
+
uint32_t compressed_descriptors_offset = 0;
|
|
266
|
+
uint32_t compressed_footer_offset = 0;
|
|
267
|
+
uint32_t compressed_footer_size = 0;
|
|
268
|
+
uint32_t maximum_number_of_compressed_blocks = 0;
|
|
269
|
+
uint32_t previous_compressed_block_offset = 0;
|
|
270
|
+
int compare_result = 0;
|
|
256
271
|
|
|
257
272
|
#if defined( HAVE_DEBUG_OUTPUT )
|
|
258
|
-
uint32_t value_32bit
|
|
273
|
+
uint32_t value_32bit = 0;
|
|
259
274
|
#endif
|
|
260
275
|
|
|
261
276
|
if( data_handle == NULL )
|
|
@@ -439,7 +454,8 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
|
|
|
439
454
|
&( data_handle->compressed_segment_data[ 260 ] ),
|
|
440
455
|
data_handle->number_of_compressed_blocks );
|
|
441
456
|
|
|
442
|
-
if( data_handle->number_of_compressed_blocks
|
|
457
|
+
if( ( data_handle->number_of_compressed_blocks == 0 )
|
|
458
|
+
|| ( data_handle->number_of_compressed_blocks > ( (uint32_t) UINT32_MAX / 8 ) ) )
|
|
443
459
|
{
|
|
444
460
|
libcerror_error_set(
|
|
445
461
|
error,
|
|
@@ -498,7 +514,13 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
|
|
|
498
514
|
data_handle->number_of_compressed_blocks );
|
|
499
515
|
}
|
|
500
516
|
#endif
|
|
501
|
-
|
|
517
|
+
maximum_number_of_compressed_blocks = MEMORY_MAXIMUM_ALLOCATION_SIZE;
|
|
518
|
+
|
|
519
|
+
if( compressed_block_descriptor_size != 0 )
|
|
520
|
+
{
|
|
521
|
+
maximum_number_of_compressed_blocks /= compressed_block_descriptor_size;
|
|
522
|
+
}
|
|
523
|
+
if( data_handle->number_of_compressed_blocks > ( maximum_number_of_compressed_blocks - 1 ) )
|
|
502
524
|
{
|
|
503
525
|
libcerror_error_set(
|
|
504
526
|
error,
|
|
@@ -532,6 +554,17 @@ int libfshfs_compressed_data_handle_get_compressed_block_offsets(
|
|
|
532
554
|
{
|
|
533
555
|
read_size = ( (size_t) data_handle->number_of_compressed_blocks - 1 ) * compressed_block_descriptor_size;
|
|
534
556
|
|
|
557
|
+
if( read_size > ( LIBFSHFS_COMPRESSED_DATA_HANDLE_BLOCK_SIZE + 1 ) - segment_data_offset )
|
|
558
|
+
{
|
|
559
|
+
libcerror_error_set(
|
|
560
|
+
error,
|
|
561
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
562
|
+
LIBCERROR_RUNTIME_ERROR_VALUE_OUT_OF_BOUNDS,
|
|
563
|
+
"%s: invalid compressed block descriptors data size value out of bounds.",
|
|
564
|
+
function );
|
|
565
|
+
|
|
566
|
+
goto on_error;
|
|
567
|
+
}
|
|
535
568
|
read_count = libfdata_stream_read_buffer_at_offset(
|
|
536
569
|
data_handle->compressed_data_stream,
|
|
537
570
|
(intptr_t *) file_io_handle,
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
* for local use of libfshfs
|
|
38
38
|
*/
|
|
39
39
|
#else
|
|
40
|
-
#define LIBFSHFS_VERSION
|
|
40
|
+
#define LIBFSHFS_VERSION 20260922
|
|
41
41
|
|
|
42
42
|
/* The version string
|
|
43
43
|
*/
|
|
44
|
-
#define LIBFSHFS_VERSION_STRING "
|
|
44
|
+
#define LIBFSHFS_VERSION_STRING "20260922"
|
|
45
45
|
|
|
46
46
|
/* The file access
|
|
47
47
|
* bit 1 set to 1 for read access
|
|
@@ -2436,14 +2436,10 @@ int libfshfs_file_entry_get_device_number(
|
|
|
2436
2436
|
*major_device_number = ( device_identifier >> 8 ) & 0x000000ffUL;
|
|
2437
2437
|
*minor_device_number = device_identifier & 0x000000ffUL;
|
|
2438
2438
|
}
|
|
2439
|
-
else if( ( device_identifier & 0x00ffff00UL ) == 0 )
|
|
2440
|
-
{
|
|
2441
|
-
*major_device_number = ( device_identifier >> 24 ) & 0x000000ffUL;
|
|
2442
|
-
*minor_device_number = device_identifier & 0x000000ffUL;
|
|
2443
|
-
}
|
|
2444
2439
|
else
|
|
2445
2440
|
{
|
|
2446
|
-
|
|
2441
|
+
*major_device_number = ( device_identifier >> 24 ) & 0x000000ffUL;
|
|
2442
|
+
*minor_device_number = device_identifier & 0x00ffffffUL;
|
|
2447
2443
|
}
|
|
2448
2444
|
}
|
|
2449
2445
|
}
|
|
@@ -3203,38 +3199,67 @@ int libfshfs_file_entry_has_resource_fork(
|
|
|
3203
3199
|
return( -1 );
|
|
3204
3200
|
}
|
|
3205
3201
|
#endif
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
error ) != 1 )
|
|
3202
|
+
/* Make sure internal_file_entry->compressed_data_header has been initialized
|
|
3203
|
+
*/
|
|
3204
|
+
if( internal_file_entry->data_size == (size64_t) -1 )
|
|
3210
3205
|
{
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3206
|
+
if( libfshfs_internal_file_entry_get_data_size(
|
|
3207
|
+
internal_file_entry,
|
|
3208
|
+
error ) != 1 )
|
|
3209
|
+
{
|
|
3210
|
+
libcerror_error_set(
|
|
3211
|
+
error,
|
|
3212
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3213
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3214
|
+
"%s: unable to retrieve data size.",
|
|
3215
|
+
function );
|
|
3217
3216
|
|
|
3218
|
-
|
|
3217
|
+
result = -1;
|
|
3218
|
+
}
|
|
3219
3219
|
}
|
|
3220
|
-
|
|
3220
|
+
if( result == 0 )
|
|
3221
3221
|
{
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3222
|
+
if( ( internal_file_entry->compressed_data_header != NULL )
|
|
3223
|
+
&& ( ( internal_file_entry->compressed_data_header->compression_method == 4 )
|
|
3224
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 8 )
|
|
3225
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 10 )
|
|
3226
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 12 ) ) )
|
|
3227
|
+
{
|
|
3228
|
+
result = 0;
|
|
3229
|
+
}
|
|
3230
|
+
else if( libfshfs_internal_file_entry_get_directory_entry(
|
|
3231
|
+
internal_file_entry,
|
|
3232
|
+
&directory_entry,
|
|
3233
|
+
error ) != 1 )
|
|
3228
3234
|
{
|
|
3229
3235
|
libcerror_error_set(
|
|
3230
3236
|
error,
|
|
3231
3237
|
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3232
3238
|
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3233
|
-
"%s: unable to retrieve
|
|
3239
|
+
"%s: unable to retrieve directory entry.",
|
|
3234
3240
|
function );
|
|
3235
3241
|
|
|
3236
3242
|
result = -1;
|
|
3237
3243
|
}
|
|
3244
|
+
else
|
|
3245
|
+
{
|
|
3246
|
+
result = libfshfs_directory_entry_get_resource_fork_descriptor(
|
|
3247
|
+
directory_entry,
|
|
3248
|
+
&fork_descriptor,
|
|
3249
|
+
error );
|
|
3250
|
+
|
|
3251
|
+
if( result == -1 )
|
|
3252
|
+
{
|
|
3253
|
+
libcerror_error_set(
|
|
3254
|
+
error,
|
|
3255
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3256
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3257
|
+
"%s: unable to retrieve resource fork descriptor from directory entry.",
|
|
3258
|
+
function );
|
|
3259
|
+
|
|
3260
|
+
result = -1;
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3238
3263
|
}
|
|
3239
3264
|
#if defined( HAVE_LIBFSHFS_MULTI_THREAD_SUPPORT )
|
|
3240
3265
|
if( libcthreads_read_write_lock_release_for_write(
|
|
@@ -3296,59 +3321,88 @@ int libfshfs_file_entry_get_resource_fork(
|
|
|
3296
3321
|
return( -1 );
|
|
3297
3322
|
}
|
|
3298
3323
|
#endif
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
error ) != 1 )
|
|
3324
|
+
/* Make sure internal_file_entry->compressed_data_header has been initialized
|
|
3325
|
+
*/
|
|
3326
|
+
if( internal_file_entry->data_size == (size64_t) -1 )
|
|
3303
3327
|
{
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3328
|
+
if( libfshfs_internal_file_entry_get_data_size(
|
|
3329
|
+
internal_file_entry,
|
|
3330
|
+
error ) != 1 )
|
|
3331
|
+
{
|
|
3332
|
+
libcerror_error_set(
|
|
3333
|
+
error,
|
|
3334
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3335
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3336
|
+
"%s: unable to retrieve data size.",
|
|
3337
|
+
function );
|
|
3310
3338
|
|
|
3311
|
-
|
|
3339
|
+
result = -1;
|
|
3340
|
+
}
|
|
3312
3341
|
}
|
|
3313
|
-
|
|
3342
|
+
if( result == 0 )
|
|
3314
3343
|
{
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3344
|
+
if( ( internal_file_entry->compressed_data_header != NULL )
|
|
3345
|
+
&& ( ( internal_file_entry->compressed_data_header->compression_method == 4 )
|
|
3346
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 8 )
|
|
3347
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 10 )
|
|
3348
|
+
|| ( internal_file_entry->compressed_data_header->compression_method == 12 ) ) )
|
|
3349
|
+
{
|
|
3350
|
+
result = 0;
|
|
3351
|
+
}
|
|
3352
|
+
else if( libfshfs_internal_file_entry_get_directory_entry(
|
|
3353
|
+
internal_file_entry,
|
|
3354
|
+
&directory_entry,
|
|
3355
|
+
error ) != 1 )
|
|
3321
3356
|
{
|
|
3322
3357
|
libcerror_error_set(
|
|
3323
3358
|
error,
|
|
3324
3359
|
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3325
3360
|
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3326
|
-
"%s: unable to retrieve
|
|
3361
|
+
"%s: unable to retrieve directory entry.",
|
|
3327
3362
|
function );
|
|
3328
3363
|
|
|
3329
3364
|
result = -1;
|
|
3330
3365
|
}
|
|
3331
|
-
else
|
|
3366
|
+
else
|
|
3332
3367
|
{
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
fork_descriptor,
|
|
3340
|
-
LIBFSHFS_FORK_TYPE_RESOURCE,
|
|
3341
|
-
error ) != 1 )
|
|
3368
|
+
result = libfshfs_directory_entry_get_resource_fork_descriptor(
|
|
3369
|
+
directory_entry,
|
|
3370
|
+
&fork_descriptor,
|
|
3371
|
+
error );
|
|
3372
|
+
|
|
3373
|
+
if( result == -1 )
|
|
3342
3374
|
{
|
|
3343
3375
|
libcerror_error_set(
|
|
3344
3376
|
error,
|
|
3345
3377
|
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3346
|
-
|
|
3347
|
-
"%s: unable to
|
|
3378
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
3379
|
+
"%s: unable to retrieve resource fork descriptor from directory entry.",
|
|
3348
3380
|
function );
|
|
3349
3381
|
|
|
3350
3382
|
result = -1;
|
|
3351
3383
|
}
|
|
3384
|
+
else if( result != 0 )
|
|
3385
|
+
{
|
|
3386
|
+
if( libfshfs_data_stream_initialize(
|
|
3387
|
+
data_stream,
|
|
3388
|
+
internal_file_entry->io_handle,
|
|
3389
|
+
internal_file_entry->file_io_handle,
|
|
3390
|
+
internal_file_entry->file_system,
|
|
3391
|
+
internal_file_entry->identifier,
|
|
3392
|
+
fork_descriptor,
|
|
3393
|
+
LIBFSHFS_FORK_TYPE_RESOURCE,
|
|
3394
|
+
error ) != 1 )
|
|
3395
|
+
{
|
|
3396
|
+
libcerror_error_set(
|
|
3397
|
+
error,
|
|
3398
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
3399
|
+
LIBCERROR_RUNTIME_ERROR_INITIALIZE_FAILED,
|
|
3400
|
+
"%s: unable to create resource fork data stream.",
|
|
3401
|
+
function );
|
|
3402
|
+
|
|
3403
|
+
result = -1;
|
|
3404
|
+
}
|
|
3405
|
+
}
|
|
3352
3406
|
}
|
|
3353
3407
|
}
|
|
3354
3408
|
#if defined( HAVE_LIBFSHFS_MULTI_THREAD_SUPPORT )
|
|
@@ -5391,6 +5445,17 @@ int libfshfs_internal_file_entry_get_data_size(
|
|
|
5391
5445
|
}
|
|
5392
5446
|
else if( result != 0 )
|
|
5393
5447
|
{
|
|
5448
|
+
if( data_fork_descriptor->size != 0 )
|
|
5449
|
+
{
|
|
5450
|
+
libcerror_error_set(
|
|
5451
|
+
error,
|
|
5452
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
5453
|
+
LIBCERROR_RUNTIME_ERROR_VALUE_MISSING,
|
|
5454
|
+
"%s: unsupported non-empty data fork.",
|
|
5455
|
+
function );
|
|
5456
|
+
|
|
5457
|
+
goto on_error;
|
|
5458
|
+
}
|
|
5394
5459
|
data_size = internal_file_entry->compressed_data_header->uncompressed_data_size;
|
|
5395
5460
|
}
|
|
5396
5461
|
else
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: libfshfs
|
|
2
|
-
Version:
|
|
2
|
+
Version: 20260922
|
|
3
3
|
Release: 1
|
|
4
4
|
Summary: Library to access the Hierarchical File System (HFS) format
|
|
5
5
|
Group: System Environment/Libraries
|
|
@@ -95,6 +95,6 @@ rm -rf %{buildroot}
|
|
|
95
95
|
%{_mandir}/man1/*
|
|
96
96
|
|
|
97
97
|
%changelog
|
|
98
|
-
*
|
|
98
|
+
* Tue Sep 22 2026 Joachim Metz <joachim.metz@gmail.com> 20260922-1
|
|
99
99
|
- Auto-generated
|
|
100
100
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "libfshfs-python"
|
|
7
|
-
version = "
|
|
7
|
+
version = "20260922"
|
|
8
8
|
description = "Python bindings for libfshfs"
|
|
9
9
|
maintainers = [
|
|
10
10
|
{ name = "Joachim Metz", email = "joachim.metz@gmail.com" },
|
|
@@ -23,6 +23,11 @@ Documentation = "https://github.com/libyal/libfshfs/wiki/Home"
|
|
|
23
23
|
Homepage = "https://github.com/libyal/libfshfs"
|
|
24
24
|
Repository = "https://github.com/libyal/libfshfs"
|
|
25
25
|
|
|
26
|
+
[tool.black]
|
|
27
|
+
line-length = 88
|
|
28
|
+
target-version = ["py310"]
|
|
29
|
+
include = "\\.pyi?$"
|
|
30
|
+
|
|
26
31
|
[tool.setuptools]
|
|
27
32
|
py-modules = ["_build"]
|
|
28
33
|
|
|
@@ -23,6 +23,11 @@ Documentation = "https://github.com/libyal/libfshfs/wiki/Home"
|
|
|
23
23
|
Homepage = "https://github.com/libyal/libfshfs"
|
|
24
24
|
Repository = "https://github.com/libyal/libfshfs"
|
|
25
25
|
|
|
26
|
+
[tool.black]
|
|
27
|
+
line-length = 88
|
|
28
|
+
target-version = ["py310"]
|
|
29
|
+
include = "\\.pyi?$"
|
|
30
|
+
|
|
26
31
|
[tool.setuptools]
|
|
27
32
|
py-modules = ["_build"]
|
|
28
33
|
|