Your message dated Wed, 28 Feb 2024 12:28:18 +0000
with message-id <[email protected]>
and subject line Bug#1062302: fixed in libfsntfs 20200921-2.1
has caused the Debian Bug report #1062302,
regarding libfsntfs: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1062302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libfsntfs
Version: 20200921-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libfsntfs as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libfsntfs
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libfsntfs-20200921/debian/changelog 
libfsntfs-20200921/debian/changelog
--- libfsntfs-20200921/debian/changelog 2021-01-27 09:00:47.000000000 +0000
+++ libfsntfs-20200921/debian/changelog 2024-02-01 00:45:52.000000000 +0000
@@ -1,3 +1,10 @@
+libfsntfs (20200921-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Thu, 01 Feb 2024 00:45:52 +0000
+
 libfsntfs (20200921-2) unstable; urgency=medium
 
   [ Sébastien Delafond ]
diff -Nru libfsntfs-20200921/debian/control libfsntfs-20200921/debian/control
--- libfsntfs-20200921/debian/control   2021-01-27 09:00:47.000000000 +0000
+++ libfsntfs-20200921/debian/control   2024-02-01 00:45:52.000000000 +0000
@@ -19,7 +19,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libfsntfs1 (= ${binary:Version})
+ libfsntfs1t64 (= ${binary:Version})
 Description: NTFS access library -- development files
  NTFS is the primary file system for Microsoft Windows versions that
  are based on Windows NT. libfsntfs provides a library and tools to
@@ -27,7 +27,10 @@
  .
  This package includes the development support files.
 
-Package: libfsntfs1
+Package: libfsntfs1t64
+Provides: ${t64:Provides}
+Replaces: libfsntfs1
+Breaks: libfsntfs1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -45,7 +48,7 @@
 Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libfsntfs1,
+ libfsntfs1t64,
 Description: NTFS access library -- Utilities
  NTFS is the primary file system for Microsoft Windows versions that
  are based on Windows NT. libfsntfs provides a library and tools to
@@ -58,7 +61,7 @@
 Section: python
 Architecture: any
 Multi-Arch: same
-Depends: libfsntfs1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
+Depends: libfsntfs1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends},
  ${python3:Depends},
 Description: NTFS access library -- Python 3 bindings
  NTFS is the primary file system for Microsoft Windows versions that
diff -Nru libfsntfs-20200921/debian/libfsntfs1.install 
libfsntfs-20200921/debian/libfsntfs1.install
--- libfsntfs-20200921/debian/libfsntfs1.install        2021-01-27 
09:00:47.000000000 +0000
+++ libfsntfs-20200921/debian/libfsntfs1.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*-*/lib*.so.*
diff -Nru libfsntfs-20200921/debian/libfsntfs1.symbols 
libfsntfs-20200921/debian/libfsntfs1.symbols
--- libfsntfs-20200921/debian/libfsntfs1.symbols        2021-01-27 
09:00:47.000000000 +0000
+++ libfsntfs-20200921/debian/libfsntfs1.symbols        1970-01-01 
00:00:00.000000000 +0000
@@ -1,535 +0,0 @@
-libfsntfs.so.1 libfsntfs1 #MINVER#
-* Build-Depends-Package: libfsntfs-dev
- (optional|regex)^libcdata_.* 0
- (optional|regex)^libcerror_.* 0
- (optional|regex)^libcfile_.* 0
- (optional|regex)^libcthreads_.* 0
- (optional|regex)^libclocale_.* 0
- (optional|regex)^libcnotify_.* 0
- (optional|regex)^libcpath_.* 0
- (optional|regex)^libcsplit_.* 0
- (optional|regex)^libfcache_.* 0
- (optional|regex)^libfdata_.* 0
- (optional|regex)^libfdatetime_.* 0
- (optional|regex)^libfguid_.* 0
- (optional|regex)^libfwnt_.* 0
- (optional|regex)^libuna_.* 0
- (optional|regex)^libfsntfs_internal_.* 0
- fsntfs_index_entry_signature@Base 20160108
- fsntfs_mft_entry_signature@Base 20160108
- fsntfs_volume_file_system_signature@Base 20160108
- libfsntfs_attribute_free@Base 20160108
- libfsntfs_attribute_get_data_flags@Base 20160108
- libfsntfs_attribute_get_data_size@Base 20160108
- libfsntfs_attribute_get_data_vcn_range@Base 20160108
- libfsntfs_attribute_get_type@Base 20160108
- libfsntfs_attribute_get_utf16_name@Base 20160108
- libfsntfs_attribute_get_utf16_name_size@Base 20160108
- libfsntfs_attribute_get_utf8_name@Base 20160108
- libfsntfs_attribute_get_utf8_name_size@Base 20160108
- libfsntfs_attribute_get_valid_data_size@Base 20160108
- libfsntfs_attribute_initialize@Base 20160108
- libfsntfs_attribute_list_attribute_get_entry_by_index@Base 20200921
- libfsntfs_attribute_list_attribute_get_number_of_entries@Base 20200921
- libfsntfs_attribute_list_entry_free@Base 20200921
- libfsntfs_attribute_list_entry_get_attribute_type@Base 20200921
- libfsntfs_attribute_list_entry_get_file_reference@Base 20200921
- libfsntfs_attribute_list_entry_get_utf16_name@Base 20200921
- libfsntfs_attribute_list_entry_get_utf16_name_size@Base 20200921
- libfsntfs_attribute_list_entry_get_utf8_name@Base 20200921
- libfsntfs_attribute_list_entry_get_utf8_name_size@Base 20200921
- libfsntfs_attribute_list_entry_initialize@Base 20200921
- libfsntfs_bitmap_values_free@Base 20160108
- libfsntfs_bitmap_values_initialize@Base 20160108
- libfsntfs_bitmap_values_read_data@Base 20190104
- libfsntfs_bitmap_values_read_from_mft_attribute@Base 20200921
- libfsntfs_buffer_data_handle_free@Base 20200921
- libfsntfs_buffer_data_handle_initialize@Base 20200921
- libfsntfs_buffer_data_handle_read_segment_data@Base 20200921
- libfsntfs_buffer_data_handle_seek_segment_offset@Base 20200921
- libfsntfs_check_mft_metadata_file_signature@Base 20190104
- libfsntfs_check_mft_metadata_file_signature_file_io_handle@Base 20190104
- libfsntfs_check_volume_signature@Base 20160108
- libfsntfs_check_volume_signature_file_io_handle@Base 20160108
- libfsntfs_cluster_block_clear@Base 20200921
- libfsntfs_cluster_block_data_read_segment_data@Base 20200921
- libfsntfs_cluster_block_data_seek_segment_offset@Base 20200921
- libfsntfs_cluster_block_free@Base 20160108
- libfsntfs_cluster_block_initialize@Base 20160108
- libfsntfs_cluster_block_read_file_io_handle@Base 20190104
- libfsntfs_cluster_block_stream_initialize@Base 20160108
- libfsntfs_cluster_block_stream_initialize_from_compressed_data_runs@Base 
20200921
- libfsntfs_cluster_block_stream_initialize_from_compressed_stream@Base 20200921
- libfsntfs_cluster_block_stream_initialize_from_data@Base 20200921
- libfsntfs_cluster_block_stream_initialize_from_data_runs@Base 20200921
- libfsntfs_cluster_block_vector_initialize@Base 20160108
- libfsntfs_cluster_block_vector_read_element_data@Base 20200921
- libfsntfs_compressed_block_data_handle_free@Base 20200921
- libfsntfs_compressed_block_data_handle_initialize@Base 20200921
- libfsntfs_compressed_block_data_handle_read_segment_data@Base 20200921
- libfsntfs_compressed_block_data_handle_seek_segment_offset@Base 20200921
- libfsntfs_compressed_block_free@Base 20160108
- libfsntfs_compressed_block_initialize@Base 20160108
- libfsntfs_compressed_block_vector_initialize@Base 20200921
- libfsntfs_compressed_block_vector_read_element_data@Base 20200921
- libfsntfs_compressed_data_handle_free@Base 20200921
- libfsntfs_compressed_data_handle_get_compressed_block_offsets@Base 20200921
- libfsntfs_compressed_data_handle_initialize@Base 20200921
- libfsntfs_compressed_data_handle_read_segment_data@Base 20200921
- libfsntfs_compressed_data_handle_seek_segment_offset@Base 20200921
- libfsntfs_compression_unit_data_handle_free@Base 20200921
- libfsntfs_compression_unit_data_handle_get_descriptor_by_index@Base 20200921
- libfsntfs_compression_unit_data_handle_get_number_of_descriptors@Base 20200921
- libfsntfs_compression_unit_data_handle_initialize@Base 20200921
- libfsntfs_compression_unit_descriptor_append_data_segment@Base 20200921
- libfsntfs_compression_unit_descriptor_free@Base 20200921
- libfsntfs_compression_unit_descriptor_initialize@Base 20200921
- libfsntfs_data_extent_free@Base 20200921
- libfsntfs_data_extent_get_values@Base 20200921
- libfsntfs_data_extent_initialize@Base 20200921
- libfsntfs_data_run_clone@Base 20200921
- libfsntfs_data_run_free@Base 20160108
- libfsntfs_data_run_initialize@Base 20160108
- libfsntfs_data_run_read_data@Base 20200921
- libfsntfs_data_stream_free@Base 20160108
- libfsntfs_data_stream_get_extent_by_index@Base 20160108
- libfsntfs_data_stream_get_number_of_extents@Base 20160108
- libfsntfs_data_stream_get_offset@Base 20160108
- libfsntfs_data_stream_get_size@Base 20160108
- libfsntfs_data_stream_get_utf16_name@Base 20160108
- libfsntfs_data_stream_get_utf16_name_size@Base 20160108
- libfsntfs_data_stream_get_utf8_name@Base 20160108
- libfsntfs_data_stream_get_utf8_name_size@Base 20160108
- libfsntfs_data_stream_initialize@Base 20160108
- libfsntfs_data_stream_read_buffer@Base 20160108
- libfsntfs_data_stream_read_buffer_at_offset@Base 20160108
- libfsntfs_data_stream_seek_offset@Base 20160108
- libfsntfs_decompress_data@Base 20200921
- libfsntfs_directory_entries_tree_free@Base 20200921
- libfsntfs_directory_entries_tree_get_entry_by_index@Base 20200921
- libfsntfs_directory_entries_tree_get_entry_by_utf16_name@Base 20200921
- libfsntfs_directory_entries_tree_get_entry_by_utf8_name@Base 20200921
- libfsntfs_directory_entries_tree_get_entry_from_index_node_by_utf16_name@Base 
20200921
- libfsntfs_directory_entries_tree_get_entry_from_index_node_by_utf8_name@Base 
20200921
- libfsntfs_directory_entries_tree_get_number_of_entries@Base 20200921
- libfsntfs_directory_entries_tree_initialize@Base 20200921
- libfsntfs_directory_entries_tree_insert_index_value@Base 20200921
- libfsntfs_directory_entries_tree_read_element_data@Base 20200921
- libfsntfs_directory_entries_tree_read_from_i30_index@Base 20200921
- libfsntfs_directory_entries_tree_read_from_index_node@Base 20200921
- libfsntfs_directory_entry_clone@Base 20160108
- libfsntfs_directory_entry_compare_by_file_reference@Base 20200921
- libfsntfs_directory_entry_free@Base 20160108
- libfsntfs_directory_entry_get_file_reference@Base 20200921
- libfsntfs_directory_entry_get_mft_entry_index@Base 20160108
- libfsntfs_directory_entry_get_parent_file_reference@Base 20200921
- libfsntfs_directory_entry_get_utf16_name@Base 20200921
- libfsntfs_directory_entry_get_utf16_name_size@Base 20200921
- libfsntfs_directory_entry_get_utf8_name@Base 20200921
- libfsntfs_directory_entry_get_utf8_name_size@Base 20200921
- libfsntfs_directory_entry_initialize@Base 20160108
- libfsntfs_error_backtrace_fprint@Base 20160108
- libfsntfs_error_backtrace_sprint@Base 20160108
- libfsntfs_error_fprint@Base 20160108
- libfsntfs_error_free@Base 20160108
- libfsntfs_error_sprint@Base 20160108
- libfsntfs_file_entry_free@Base 20160108
- libfsntfs_file_entry_get_access_time@Base 20160108
- libfsntfs_file_entry_get_alternate_data_stream_by_index@Base 20160108
- libfsntfs_file_entry_get_alternate_data_stream_by_utf16_name@Base 20160108
- libfsntfs_file_entry_get_alternate_data_stream_by_utf8_name@Base 20160108
- libfsntfs_file_entry_get_attribute_by_index@Base 20160108
- libfsntfs_file_entry_get_base_record_file_reference@Base 20160108
- libfsntfs_file_entry_get_creation_time@Base 20160108
- libfsntfs_file_entry_get_entry_modification_time@Base 20160108
- libfsntfs_file_entry_get_extent_by_index@Base 20160108
- libfsntfs_file_entry_get_file_attribute_flags@Base 20160108
- libfsntfs_file_entry_get_file_reference@Base 20160108
- libfsntfs_file_entry_get_journal_sequence_number@Base 20160108
- libfsntfs_file_entry_get_modification_time@Base 20160108
- libfsntfs_file_entry_get_name_attribute_index@Base 20160108
- libfsntfs_file_entry_get_number_of_alternate_data_streams@Base 20160108
- libfsntfs_file_entry_get_number_of_attributes@Base 20160108
- libfsntfs_file_entry_get_number_of_extents@Base 20160108
- libfsntfs_file_entry_get_number_of_sub_file_entries@Base 20160108
- libfsntfs_file_entry_get_offset@Base 20160108
- libfsntfs_file_entry_get_parent_file_reference@Base 20160108
- libfsntfs_file_entry_get_parent_file_reference_by_attribute_index@Base 
20160108
- libfsntfs_file_entry_get_security_descriptor@Base 20160418
- libfsntfs_file_entry_get_security_descriptor_size@Base 20160418
- libfsntfs_file_entry_get_size@Base 20160108
- libfsntfs_file_entry_get_sub_file_entry_by_index@Base 20160108
- libfsntfs_file_entry_get_sub_file_entry_by_utf16_name@Base 20160108
- libfsntfs_file_entry_get_sub_file_entry_by_utf8_name@Base 20160108
- libfsntfs_file_entry_get_utf16_name@Base 20160108
- libfsntfs_file_entry_get_utf16_name_by_attribute_index@Base 20160108
- libfsntfs_file_entry_get_utf16_name_size@Base 20160108
- libfsntfs_file_entry_get_utf16_name_size_by_attribute_index@Base 20160108
- libfsntfs_file_entry_get_utf16_path_hint@Base 20200921
- libfsntfs_file_entry_get_utf16_path_hint_size@Base 20200921
- libfsntfs_file_entry_get_utf16_symbolic_link_target@Base 20200921
- libfsntfs_file_entry_get_utf16_symbolic_link_target_size@Base 20200921
- libfsntfs_file_entry_get_utf8_name@Base 20160108
- libfsntfs_file_entry_get_utf8_name_by_attribute_index@Base 20160108
- libfsntfs_file_entry_get_utf8_name_size@Base 20160108
- libfsntfs_file_entry_get_utf8_name_size_by_attribute_index@Base 20160108
- libfsntfs_file_entry_get_utf8_path_hint@Base 20200921
- libfsntfs_file_entry_get_utf8_path_hint_size@Base 20200921
- libfsntfs_file_entry_get_utf8_symbolic_link_target@Base 20200921
- libfsntfs_file_entry_get_utf8_symbolic_link_target_size@Base 20200921
- libfsntfs_file_entry_has_alternate_data_stream_by_utf16_name@Base 20160108
- libfsntfs_file_entry_has_alternate_data_stream_by_utf8_name@Base 20160108
- libfsntfs_file_entry_has_default_data_stream@Base 20160108
- libfsntfs_file_entry_has_directory_entries_index@Base 20160108
- libfsntfs_file_entry_initialize@Base 20160108
- libfsntfs_file_entry_is_allocated@Base 20160108
- libfsntfs_file_entry_is_corrupted@Base 20200921
- libfsntfs_file_entry_is_empty@Base 20160108
- libfsntfs_file_entry_is_symbolic_link@Base 20200921
- libfsntfs_file_entry_read_buffer@Base 20160108
- libfsntfs_file_entry_read_buffer_at_offset@Base 20160108
- libfsntfs_file_entry_seek_offset@Base 20160108
- libfsntfs_file_name_attribute_get_access_time@Base 20160108
- libfsntfs_file_name_attribute_get_creation_time@Base 20160108
- libfsntfs_file_name_attribute_get_entry_modification_time@Base 20160108
- libfsntfs_file_name_attribute_get_file_attribute_flags@Base 20160108
- libfsntfs_file_name_attribute_get_modification_time@Base 20160108
- libfsntfs_file_name_attribute_get_name_space@Base 20200921
- libfsntfs_file_name_attribute_get_parent_file_reference@Base 20160108
- libfsntfs_file_name_attribute_get_utf16_name@Base 20160108
- libfsntfs_file_name_attribute_get_utf16_name_size@Base 20160108
- libfsntfs_file_name_attribute_get_utf8_name@Base 20160108
- libfsntfs_file_name_attribute_get_utf8_name_size@Base 20160108
- libfsntfs_file_name_values_clone@Base 20160108
- libfsntfs_file_name_values_free@Base 20160108
- libfsntfs_file_name_values_get_access_time@Base 20160108
- libfsntfs_file_name_values_get_creation_time@Base 20160108
- libfsntfs_file_name_values_get_entry_modification_time@Base 20160108
- libfsntfs_file_name_values_get_file_attribute_flags@Base 20160108
- libfsntfs_file_name_values_get_modification_time@Base 20160108
- libfsntfs_file_name_values_get_name_space@Base 20200921
- libfsntfs_file_name_values_get_parent_file_reference@Base 20160108
- libfsntfs_file_name_values_get_utf16_name@Base 20160108
- libfsntfs_file_name_values_get_utf16_name_size@Base 20160108
- libfsntfs_file_name_values_get_utf8_name@Base 20160108
- libfsntfs_file_name_values_get_utf8_name_size@Base 20160108
- libfsntfs_file_name_values_initialize@Base 20160108
- libfsntfs_file_name_values_read_data@Base 20190104
- libfsntfs_file_name_values_read_from_mft_attribute@Base 20200921
- libfsntfs_file_name_values_set_name@Base 20160108
- libfsntfs_file_system_free@Base 20200921
- libfsntfs_file_system_get_mft_entry_by_index@Base 20200921
- libfsntfs_file_system_get_mft_entry_by_index_no_cache@Base 20200921
- libfsntfs_file_system_get_number_of_mft_entries@Base 20200921
- libfsntfs_file_system_get_path_hint@Base 20200921
- libfsntfs_file_system_get_security_descriptor_values_by_identifier@Base 
20200921
- libfsntfs_file_system_initialize@Base 20200921
- libfsntfs_file_system_read_bitmap@Base 20200921
- libfsntfs_file_system_read_mft@Base 20200921
- libfsntfs_file_system_read_security_descriptors@Base 20200921
- libfsntfs_fixup_values_apply@Base 20200921
- libfsntfs_get_access_flags_read@Base 20160108
- libfsntfs_get_codepage@Base 20160108
- libfsntfs_get_version@Base 20160108
- libfsntfs_index_entry_free@Base 20160108
- libfsntfs_index_entry_header_free@Base 20200921
- libfsntfs_index_entry_header_get_fixup_values_offset@Base 20200921
- libfsntfs_index_entry_header_get_number_of_fixup_values@Base 20200921
- libfsntfs_index_entry_header_initialize@Base 20200921
- libfsntfs_index_entry_header_read_data@Base 20200921
- libfsntfs_index_entry_initialize@Base 20160108
- libfsntfs_index_entry_read_file_io_handle@Base 20200921
- libfsntfs_index_entry_vector_initialize@Base 20160108
- libfsntfs_index_entry_vector_read_element_data@Base 20200921
- libfsntfs_index_free@Base 20160108
- libfsntfs_index_get_attribute_type@Base 20200921
- libfsntfs_index_get_collation_type@Base 20200921
- libfsntfs_index_get_index_entry_size@Base 20200921
- libfsntfs_index_get_sub_node@Base 20200921
- libfsntfs_index_initialize@Base 20160108
- libfsntfs_index_node_free@Base 20160108
- libfsntfs_index_node_get_number_of_values@Base 20200921
- libfsntfs_index_node_get_value_by_index@Base 20200921
- libfsntfs_index_node_header_free@Base 20200921
- libfsntfs_index_node_header_initialize@Base 20200921
- libfsntfs_index_node_header_read_data@Base 20200921
- libfsntfs_index_node_initialize@Base 20160108
- libfsntfs_index_node_read_header@Base 20200921
- libfsntfs_index_node_read_values@Base 20200921
- libfsntfs_index_read@Base 20160108
- libfsntfs_index_read_bitmap@Base 20160108
- libfsntfs_index_read_root@Base 20160108
- libfsntfs_index_root_header_free@Base 20200921
- libfsntfs_index_root_header_get_attribute_type@Base 20200921
- libfsntfs_index_root_header_get_collation_type@Base 20200921
- libfsntfs_index_root_header_get_index_entry_size@Base 20200921
- libfsntfs_index_root_header_initialize@Base 20200921
- libfsntfs_index_root_header_read_data@Base 20200921
- libfsntfs_index_sub_node_is_allocated@Base 20200921
- libfsntfs_index_value_free@Base 20160108
- libfsntfs_index_value_initialize@Base 20160108
- libfsntfs_index_value_read@Base 20160108
- libfsntfs_internal_attribute_free@Base 20160108
- libfsntfs_io_handle_clear@Base 20160108
- libfsntfs_io_handle_free@Base 20160108
- libfsntfs_io_handle_initialize@Base 20160108
- libfsntfs_logged_utility_stream_values_free@Base 20160108
- libfsntfs_logged_utility_stream_values_initialize@Base 20160108
- libfsntfs_logged_utility_stream_values_read_data@Base 20190104
- libfsntfs_logged_utility_stream_values_read_from_mft_attribute@Base 20200921
- libfsntfs_mft_attribute_append_to_chain@Base 20200921
- libfsntfs_mft_attribute_clone@Base 20200921
- libfsntfs_mft_attribute_compare_name_with_utf16_string@Base 20200921
- libfsntfs_mft_attribute_compare_name_with_utf8_string@Base 20200921
- libfsntfs_mft_attribute_data_is_resident@Base 20200921
- libfsntfs_mft_attribute_free@Base 20200921
- libfsntfs_mft_attribute_get_compression_unit_size@Base 20200921
- libfsntfs_mft_attribute_get_data@Base 20200921
- libfsntfs_mft_attribute_get_data_extents_array@Base 20200921
- libfsntfs_mft_attribute_get_data_flags@Base 20200921
- libfsntfs_mft_attribute_get_data_run_by_index@Base 20200921
- libfsntfs_mft_attribute_get_data_size@Base 20200921
- libfsntfs_mft_attribute_get_data_vcn_range@Base 20200921
- libfsntfs_mft_attribute_get_next_attribute@Base 20200921
- libfsntfs_mft_attribute_get_number_of_data_runs@Base 20200921
- libfsntfs_mft_attribute_get_type@Base 20200921
- libfsntfs_mft_attribute_get_utf16_name@Base 20200921
- libfsntfs_mft_attribute_get_utf16_name_size@Base 20200921
- libfsntfs_mft_attribute_get_utf8_name@Base 20200921
- libfsntfs_mft_attribute_get_utf8_name_size@Base 20200921
- libfsntfs_mft_attribute_get_valid_data_size@Base 20200921
- libfsntfs_mft_attribute_initialize@Base 20200921
- libfsntfs_mft_attribute_list_compare_by_base_record_file_reference@Base 
20200921
- libfsntfs_mft_attribute_list_compare_file_reference@Base 20200921
- libfsntfs_mft_attribute_list_entry_compare_name_with_utf16_string@Base 
20200921
- libfsntfs_mft_attribute_list_entry_compare_name_with_utf8_string@Base 20200921
- libfsntfs_mft_attribute_list_entry_free@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_attribute_type@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_file_reference@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_utf16_name@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_utf16_name_size@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_utf8_name@Base 20200921
- libfsntfs_mft_attribute_list_entry_get_utf8_name_size@Base 20200921
- libfsntfs_mft_attribute_list_entry_initialize@Base 20200921
- libfsntfs_mft_attribute_list_entry_read_data@Base 20200921
- libfsntfs_mft_attribute_list_file_reference_free@Base 20200921
- libfsntfs_mft_attribute_list_free@Base 20200921
- libfsntfs_mft_attribute_list_get_entry_by_index@Base 20200921
- libfsntfs_mft_attribute_list_get_file_reference_by_index@Base 20200921
- libfsntfs_mft_attribute_list_get_number_of_entries@Base 20200921
- libfsntfs_mft_attribute_list_get_number_of_file_references@Base 20200921
- libfsntfs_mft_attribute_list_initialize@Base 20200921
- libfsntfs_mft_attribute_list_insert_file_reference@Base 20200921
- libfsntfs_mft_attribute_list_read_data@Base 20200921
- libfsntfs_mft_attribute_list_read_from_attribute@Base 20200921
- libfsntfs_mft_attribute_read_data@Base 20200921
- libfsntfs_mft_entry_check_for_empty_block@Base 20160108
- libfsntfs_mft_entry_free@Base 20160108
- libfsntfs_mft_entry_get_alternate_data_attribute_by_index@Base 20160108
- libfsntfs_mft_entry_get_alternate_data_attribute_by_utf16_name@Base 20160108
- libfsntfs_mft_entry_get_alternate_data_attribute_by_utf8_name@Base 20160108
- libfsntfs_mft_entry_get_attribute_by_index@Base 20160108
- libfsntfs_mft_entry_get_base_record_file_reference@Base 20160108
- libfsntfs_mft_entry_get_data_attribute_by_utf8_name@Base 20200921
- libfsntfs_mft_entry_get_file_reference@Base 20160108
- libfsntfs_mft_entry_get_journal_sequence_number@Base 20160108
- libfsntfs_mft_entry_get_number_of_alternate_data_attributes@Base 20160108
- libfsntfs_mft_entry_get_number_of_attributes@Base 20160108
- libfsntfs_mft_entry_get_standard_information_attribute@Base 20200921
- libfsntfs_mft_entry_get_volume_information_attribute@Base 20200921
- libfsntfs_mft_entry_get_volume_name_attribute@Base 20200921
- libfsntfs_mft_entry_has_directory_entries_index@Base 20160108
- libfsntfs_mft_entry_header_free@Base 20200921
- libfsntfs_mft_entry_header_get_attributes_offset@Base 20200921
- libfsntfs_mft_entry_header_get_base_record_file_reference@Base 20200921
- libfsntfs_mft_entry_header_get_fixup_values_offset@Base 20200921
- libfsntfs_mft_entry_header_get_journal_sequence_number@Base 20200921
- libfsntfs_mft_entry_header_get_number_of_fixup_values@Base 20200921
- libfsntfs_mft_entry_header_get_reference_count@Base 20200921
- libfsntfs_mft_entry_header_get_total_entry_size@Base 20200921
- libfsntfs_mft_entry_header_get_used_entry_size@Base 20200921
- libfsntfs_mft_entry_header_initialize@Base 20200921
- libfsntfs_mft_entry_header_read_data@Base 20200921
- libfsntfs_mft_entry_initialize@Base 20160108
- libfsntfs_mft_entry_is_allocated@Base 20160108
- libfsntfs_mft_entry_is_corrupted@Base 20200921
- libfsntfs_mft_entry_is_empty@Base 20160108
- libfsntfs_mft_entry_read_attribute_list@Base 20200921
- libfsntfs_mft_entry_read_attribute_list_data_mft_entries@Base 20200921
- libfsntfs_mft_entry_read_attribute_list_data_mft_entry_by_index@Base 20200921
- libfsntfs_mft_entry_read_attributes@Base 20160108
- libfsntfs_mft_entry_read_attributes_data@Base 20200921
- libfsntfs_mft_entry_read_data@Base 20200921
- libfsntfs_mft_entry_read_element_data@Base 20160108
- libfsntfs_mft_entry_read_file_io_handle@Base 20200921
- libfsntfs_mft_entry_set_attribute_helper_values@Base 20200921
- libfsntfs_mft_entry_set_data_attribute_helper_values@Base 20200921
- libfsntfs_mft_free@Base 20160108
- libfsntfs_mft_get_mft_entry_by_index@Base 20160108
- libfsntfs_mft_get_mft_entry_by_index_no_cache@Base 20200921
- libfsntfs_mft_get_number_of_entries@Base 20160108
- libfsntfs_mft_initialize@Base 20160108
- libfsntfs_mft_metadata_file_close@Base 20160108
- libfsntfs_mft_metadata_file_free@Base 20160108
- libfsntfs_mft_metadata_file_get_file_entry_by_index@Base 20160108
- libfsntfs_mft_metadata_file_get_number_of_file_entries@Base 20160108
- libfsntfs_mft_metadata_file_get_utf16_volume_name@Base 20160108
- libfsntfs_mft_metadata_file_get_utf16_volume_name_size@Base 20160108
- libfsntfs_mft_metadata_file_get_utf8_volume_name@Base 20160108
- libfsntfs_mft_metadata_file_get_utf8_volume_name_size@Base 20160108
- libfsntfs_mft_metadata_file_get_volume_version@Base 20160108
- libfsntfs_mft_metadata_file_initialize@Base 20160108
- libfsntfs_mft_metadata_file_open@Base 20160108
- libfsntfs_mft_metadata_file_open_file_io_handle@Base 20160108
- libfsntfs_mft_metadata_file_signal_abort@Base 20160108
- libfsntfs_mft_read_list_data_mft_entries@Base 20200921
- libfsntfs_name_compare@Base 20200921
- libfsntfs_name_compare_short@Base 20200921
- libfsntfs_name_compare_with_utf16_string@Base 20200921
- libfsntfs_name_compare_with_utf8_string@Base 20200921
- libfsntfs_notify_set_stream@Base 20160108
- libfsntfs_notify_set_verbose@Base 20160108
- libfsntfs_notify_stream_close@Base 20160108
- libfsntfs_notify_stream_open@Base 20160108
- libfsntfs_object_identifier_attribute_get_birth_droid_domain_identifier@Base 
20160108
- libfsntfs_object_identifier_attribute_get_birth_droid_file_identifier@Base 
20160108
- libfsntfs_object_identifier_attribute_get_birth_droid_volume_identifier@Base 
20160108
- libfsntfs_object_identifier_attribute_get_droid_file_identifier@Base 20160108
- libfsntfs_object_identifier_values_free@Base 20160108
- libfsntfs_object_identifier_values_initialize@Base 20160108
- libfsntfs_object_identifier_values_read_data@Base 20190104
- libfsntfs_object_identifier_values_read_from_mft_attribute@Base 20200921
- libfsntfs_path_hint_compare_by_file_reference@Base 20200921
- libfsntfs_path_hint_free@Base 20200921
- libfsntfs_path_hint_get_utf16_path@Base 20200921
- libfsntfs_path_hint_get_utf16_path_size@Base 20200921
- libfsntfs_path_hint_get_utf8_path@Base 20200921
- libfsntfs_path_hint_get_utf8_path_size@Base 20200921
- libfsntfs_path_hint_initialize@Base 20200921
- libfsntfs_reparse_point_attribute_get_compression_method@Base 20200921
- libfsntfs_reparse_point_attribute_get_tag@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf16_print_name@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf16_print_name_size@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf16_substitute_name@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf16_substitute_name_size@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf8_print_name@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf8_print_name_size@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf8_substitute_name@Base 20160108
- libfsntfs_reparse_point_attribute_get_utf8_substitute_name_size@Base 20160108
- libfsntfs_reparse_point_values_free@Base 20160108
- libfsntfs_reparse_point_values_get_compression_method@Base 20200921
- libfsntfs_reparse_point_values_get_tag@Base 20160108
- libfsntfs_reparse_point_values_get_utf16_print_name@Base 20160108
- libfsntfs_reparse_point_values_get_utf16_print_name_size@Base 20160108
- libfsntfs_reparse_point_values_get_utf16_substitute_name@Base 20160108
- libfsntfs_reparse_point_values_get_utf16_substitute_name_size@Base 20160108
- libfsntfs_reparse_point_values_get_utf8_print_name@Base 20160108
- libfsntfs_reparse_point_values_get_utf8_print_name_size@Base 20160108
- libfsntfs_reparse_point_values_get_utf8_substitute_name@Base 20160108
- libfsntfs_reparse_point_values_get_utf8_substitute_name_size@Base 20160108
- libfsntfs_reparse_point_values_initialize@Base 20160108
- libfsntfs_reparse_point_values_read_data@Base 20190104
- libfsntfs_reparse_point_values_read_from_mft_attribute@Base 20200921
- libfsntfs_sds_index_value_free@Base 20200921
- libfsntfs_sds_index_value_initialize@Base 20200921
- libfsntfs_sds_index_value_read_data@Base 20200921
- libfsntfs_security_descriptor_attribute_get_security_descriptor@Base 20160418
- libfsntfs_security_descriptor_attribute_get_security_descriptor_size@Base 
20160418
- libfsntfs_security_descriptor_index_free@Base 20160418
- libfsntfs_security_descriptor_index_get_entry_by_identifier@Base 20200921
- 
libfsntfs_security_descriptor_index_get_entry_from_index_node_by_identifier@Base
 20200921
- libfsntfs_security_descriptor_index_initialize@Base 20160418
- libfsntfs_security_descriptor_index_read_sii_index@Base 20160418
- libfsntfs_security_descriptor_index_value_compare@Base 20160418
- libfsntfs_security_descriptor_index_value_free@Base 20160418
- libfsntfs_security_descriptor_index_value_initialize@Base 20160418
- libfsntfs_security_descriptor_index_value_read_data@Base 20190104
- libfsntfs_security_descriptor_values_free@Base 20160108
- libfsntfs_security_descriptor_values_get_data@Base 20160418
- libfsntfs_security_descriptor_values_get_data_size@Base 20160418
- libfsntfs_security_descriptor_values_initialize@Base 20160108
- libfsntfs_security_descriptor_values_read_buffer@Base 20160418
- libfsntfs_security_descriptor_values_read_data@Base 20190104
- libfsntfs_security_descriptor_values_read_from_mft_attribute@Base 20200921
- libfsntfs_security_descriptor_values_read_stream@Base 20160418
- libfsntfs_set_codepage@Base 20160108
- libfsntfs_standard_information_attribute_get_access_time@Base 20160108
- libfsntfs_standard_information_attribute_get_creation_time@Base 20160108
- libfsntfs_standard_information_attribute_get_entry_modification_time@Base 
20160108
- libfsntfs_standard_information_attribute_get_file_attribute_flags@Base 
20160108
- libfsntfs_standard_information_attribute_get_modification_time@Base 20160108
- libfsntfs_standard_information_attribute_get_owner_identifier@Base 20160108
- 
libfsntfs_standard_information_attribute_get_security_descriptor_identifier@Base
 20160418
- libfsntfs_standard_information_attribute_get_update_sequence_number@Base 
20160108
- libfsntfs_standard_information_values_free@Base 20160108
- libfsntfs_standard_information_values_get_access_time@Base 20160108
- libfsntfs_standard_information_values_get_creation_time@Base 20160108
- libfsntfs_standard_information_values_get_entry_modification_time@Base 
20160108
- libfsntfs_standard_information_values_get_file_attribute_flags@Base 20160108
- libfsntfs_standard_information_values_get_modification_time@Base 20160108
- libfsntfs_standard_information_values_get_security_descriptor_identifier@Base 
20160418
- libfsntfs_standard_information_values_get_update_sequence_number@Base 20160418
- libfsntfs_standard_information_values_initialize@Base 20160108
- libfsntfs_standard_information_values_read_data@Base 20190104
- libfsntfs_standard_information_values_read_from_mft_attribute@Base 20200921
- libfsntfs_txf_data_values_free@Base 20160108
- libfsntfs_txf_data_values_initialize@Base 20160108
- libfsntfs_txf_data_values_read_data@Base 20190104
- libfsntfs_txf_data_values_read_from_mft_attribute@Base 20200921
- libfsntfs_usn_change_journal_free@Base 20160108
- libfsntfs_usn_change_journal_get_offset@Base 20160108
- libfsntfs_usn_change_journal_initialize@Base 20160108
- libfsntfs_usn_change_journal_read_usn_record@Base 20160108
- libfsntfs_volume_close@Base 20160108
- libfsntfs_volume_free@Base 20160108
- libfsntfs_volume_get_bytes_per_sector@Base 20200921
- libfsntfs_volume_get_cluster_block_size@Base 20160108
- libfsntfs_volume_get_file_entry_by_index@Base 20160108
- libfsntfs_volume_get_file_entry_by_utf16_path@Base 20160108
- libfsntfs_volume_get_file_entry_by_utf8_path@Base 20160108
- libfsntfs_volume_get_index_entry_size@Base 20160108
- libfsntfs_volume_get_mft_entry_size@Base 20160108
- libfsntfs_volume_get_number_of_file_entries@Base 20160108
- libfsntfs_volume_get_root_directory@Base 20160108
- libfsntfs_volume_get_serial_number@Base 20160108
- libfsntfs_volume_get_usn_change_journal@Base 20160108
- libfsntfs_volume_get_utf16_name@Base 20160108
- libfsntfs_volume_get_utf16_name_size@Base 20160108
- libfsntfs_volume_get_utf8_name@Base 20160108
- libfsntfs_volume_get_utf8_name_size@Base 20160108
- libfsntfs_volume_get_version@Base 20160108
- libfsntfs_volume_has_bitlocker_drive_encryption@Base 20160108
- libfsntfs_volume_has_volume_shadow_snapshots@Base 20160108
- libfsntfs_volume_header_free@Base 20190104
- libfsntfs_volume_header_get_bytes_per_sector@Base 20200921
- libfsntfs_volume_header_get_cluster_block_size@Base 20200921
- libfsntfs_volume_header_get_index_entry_size@Base 20200921
- libfsntfs_volume_header_get_mft_entry_size@Base 20200921
- libfsntfs_volume_header_get_mft_offset@Base 20200921
- libfsntfs_volume_header_get_volume_serial_number@Base 20200921
- libfsntfs_volume_header_get_volume_size@Base 20200921
- libfsntfs_volume_header_initialize@Base 20190104
- libfsntfs_volume_header_read_data@Base 20190104
- libfsntfs_volume_header_read_file_io_handle@Base 20190104
- libfsntfs_volume_information_attribute_get_flags@Base 20160108
- libfsntfs_volume_information_attribute_get_version@Base 20160108
- libfsntfs_volume_information_values_free@Base 20160108
- libfsntfs_volume_information_values_initialize@Base 20160108
- libfsntfs_volume_information_values_read_data@Base 20190104
- libfsntfs_volume_information_values_read_from_mft_attribute@Base 20200921
- libfsntfs_volume_initialize@Base 20160108
- libfsntfs_volume_name_attribute_get_utf16_name@Base 20160108
- libfsntfs_volume_name_attribute_get_utf16_name_size@Base 20160108
- libfsntfs_volume_name_attribute_get_utf8_name@Base 20160108
- libfsntfs_volume_name_attribute_get_utf8_name_size@Base 20160108
- libfsntfs_volume_name_values_free@Base 20160108
- libfsntfs_volume_name_values_get_utf16_name@Base 20160108
- libfsntfs_volume_name_values_get_utf16_name_size@Base 20160108
- libfsntfs_volume_name_values_get_utf8_name@Base 20160108
- libfsntfs_volume_name_values_get_utf8_name_size@Base 20160108
- libfsntfs_volume_name_values_initialize@Base 20160108
- libfsntfs_volume_name_values_read_data@Base 20190104
- libfsntfs_volume_name_values_read_from_mft_attribute@Base 20200921
- libfsntfs_volume_open@Base 20160108
- libfsntfs_volume_open_file_io_handle@Base 20160108
- libfsntfs_volume_signal_abort@Base 20160108
diff -Nru libfsntfs-20200921/debian/libfsntfs1t64.install 
libfsntfs-20200921/debian/libfsntfs1t64.install
--- libfsntfs-20200921/debian/libfsntfs1t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ libfsntfs-20200921/debian/libfsntfs1t64.install     2021-01-27 
09:00:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*-*/lib*.so.*
diff -Nru libfsntfs-20200921/debian/libfsntfs1t64.lintian-overrides 
libfsntfs-20200921/debian/libfsntfs1t64.lintian-overrides
--- libfsntfs-20200921/debian/libfsntfs1t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libfsntfs-20200921/debian/libfsntfs1t64.lintian-overrides   2024-02-01 
00:45:52.000000000 +0000
@@ -0,0 +1 @@
+libfsntfs1t64: package-name-doesnt-match-sonames libfsntfs1
diff -Nru libfsntfs-20200921/debian/libfsntfs1t64.symbols 
libfsntfs-20200921/debian/libfsntfs1t64.symbols
--- libfsntfs-20200921/debian/libfsntfs1t64.symbols     1970-01-01 
00:00:00.000000000 +0000
+++ libfsntfs-20200921/debian/libfsntfs1t64.symbols     2024-02-01 
00:45:52.000000000 +0000
@@ -0,0 +1,535 @@
+libfsntfs.so.1 libfsntfs1t64 #MINVER#
+* Build-Depends-Package: libfsntfs-dev
+ (optional|regex)^libcdata_.* 0
+ (optional|regex)^libcerror_.* 0
+ (optional|regex)^libcfile_.* 0
+ (optional|regex)^libcthreads_.* 0
+ (optional|regex)^libclocale_.* 0
+ (optional|regex)^libcnotify_.* 0
+ (optional|regex)^libcpath_.* 0
+ (optional|regex)^libcsplit_.* 0
+ (optional|regex)^libfcache_.* 0
+ (optional|regex)^libfdata_.* 0
+ (optional|regex)^libfdatetime_.* 0
+ (optional|regex)^libfguid_.* 0
+ (optional|regex)^libfwnt_.* 0
+ (optional|regex)^libuna_.* 0
+ (optional|regex)^libfsntfs_internal_.* 0
+ fsntfs_index_entry_signature@Base 20160108
+ fsntfs_mft_entry_signature@Base 20160108
+ fsntfs_volume_file_system_signature@Base 20160108
+ libfsntfs_attribute_free@Base 20160108
+ libfsntfs_attribute_get_data_flags@Base 20160108
+ libfsntfs_attribute_get_data_size@Base 20160108
+ libfsntfs_attribute_get_data_vcn_range@Base 20160108
+ libfsntfs_attribute_get_type@Base 20160108
+ libfsntfs_attribute_get_utf16_name@Base 20160108
+ libfsntfs_attribute_get_utf16_name_size@Base 20160108
+ libfsntfs_attribute_get_utf8_name@Base 20160108
+ libfsntfs_attribute_get_utf8_name_size@Base 20160108
+ libfsntfs_attribute_get_valid_data_size@Base 20160108
+ libfsntfs_attribute_initialize@Base 20160108
+ libfsntfs_attribute_list_attribute_get_entry_by_index@Base 20200921
+ libfsntfs_attribute_list_attribute_get_number_of_entries@Base 20200921
+ libfsntfs_attribute_list_entry_free@Base 20200921
+ libfsntfs_attribute_list_entry_get_attribute_type@Base 20200921
+ libfsntfs_attribute_list_entry_get_file_reference@Base 20200921
+ libfsntfs_attribute_list_entry_get_utf16_name@Base 20200921
+ libfsntfs_attribute_list_entry_get_utf16_name_size@Base 20200921
+ libfsntfs_attribute_list_entry_get_utf8_name@Base 20200921
+ libfsntfs_attribute_list_entry_get_utf8_name_size@Base 20200921
+ libfsntfs_attribute_list_entry_initialize@Base 20200921
+ libfsntfs_bitmap_values_free@Base 20160108
+ libfsntfs_bitmap_values_initialize@Base 20160108
+ libfsntfs_bitmap_values_read_data@Base 20190104
+ libfsntfs_bitmap_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_buffer_data_handle_free@Base 20200921
+ libfsntfs_buffer_data_handle_initialize@Base 20200921
+ libfsntfs_buffer_data_handle_read_segment_data@Base 20200921
+ libfsntfs_buffer_data_handle_seek_segment_offset@Base 20200921
+ libfsntfs_check_mft_metadata_file_signature@Base 20190104
+ libfsntfs_check_mft_metadata_file_signature_file_io_handle@Base 20190104
+ libfsntfs_check_volume_signature@Base 20160108
+ libfsntfs_check_volume_signature_file_io_handle@Base 20160108
+ libfsntfs_cluster_block_clear@Base 20200921
+ libfsntfs_cluster_block_data_read_segment_data@Base 20200921
+ libfsntfs_cluster_block_data_seek_segment_offset@Base 20200921
+ libfsntfs_cluster_block_free@Base 20160108
+ libfsntfs_cluster_block_initialize@Base 20160108
+ libfsntfs_cluster_block_read_file_io_handle@Base 20190104
+ libfsntfs_cluster_block_stream_initialize@Base 20160108
+ libfsntfs_cluster_block_stream_initialize_from_compressed_data_runs@Base 
20200921
+ libfsntfs_cluster_block_stream_initialize_from_compressed_stream@Base 20200921
+ libfsntfs_cluster_block_stream_initialize_from_data@Base 20200921
+ libfsntfs_cluster_block_stream_initialize_from_data_runs@Base 20200921
+ libfsntfs_cluster_block_vector_initialize@Base 20160108
+ libfsntfs_cluster_block_vector_read_element_data@Base 20200921
+ libfsntfs_compressed_block_data_handle_free@Base 20200921
+ libfsntfs_compressed_block_data_handle_initialize@Base 20200921
+ libfsntfs_compressed_block_data_handle_read_segment_data@Base 20200921
+ libfsntfs_compressed_block_data_handle_seek_segment_offset@Base 20200921
+ libfsntfs_compressed_block_free@Base 20160108
+ libfsntfs_compressed_block_initialize@Base 20160108
+ libfsntfs_compressed_block_vector_initialize@Base 20200921
+ libfsntfs_compressed_block_vector_read_element_data@Base 20200921
+ libfsntfs_compressed_data_handle_free@Base 20200921
+ libfsntfs_compressed_data_handle_get_compressed_block_offsets@Base 20200921
+ libfsntfs_compressed_data_handle_initialize@Base 20200921
+ libfsntfs_compressed_data_handle_read_segment_data@Base 20200921
+ libfsntfs_compressed_data_handle_seek_segment_offset@Base 20200921
+ libfsntfs_compression_unit_data_handle_free@Base 20200921
+ libfsntfs_compression_unit_data_handle_get_descriptor_by_index@Base 20200921
+ libfsntfs_compression_unit_data_handle_get_number_of_descriptors@Base 20200921
+ libfsntfs_compression_unit_data_handle_initialize@Base 20200921
+ libfsntfs_compression_unit_descriptor_append_data_segment@Base 20200921
+ libfsntfs_compression_unit_descriptor_free@Base 20200921
+ libfsntfs_compression_unit_descriptor_initialize@Base 20200921
+ libfsntfs_data_extent_free@Base 20200921
+ libfsntfs_data_extent_get_values@Base 20200921
+ libfsntfs_data_extent_initialize@Base 20200921
+ libfsntfs_data_run_clone@Base 20200921
+ libfsntfs_data_run_free@Base 20160108
+ libfsntfs_data_run_initialize@Base 20160108
+ libfsntfs_data_run_read_data@Base 20200921
+ libfsntfs_data_stream_free@Base 20160108
+ libfsntfs_data_stream_get_extent_by_index@Base 20160108
+ libfsntfs_data_stream_get_number_of_extents@Base 20160108
+ libfsntfs_data_stream_get_offset@Base 20160108
+ libfsntfs_data_stream_get_size@Base 20160108
+ libfsntfs_data_stream_get_utf16_name@Base 20160108
+ libfsntfs_data_stream_get_utf16_name_size@Base 20160108
+ libfsntfs_data_stream_get_utf8_name@Base 20160108
+ libfsntfs_data_stream_get_utf8_name_size@Base 20160108
+ libfsntfs_data_stream_initialize@Base 20160108
+ libfsntfs_data_stream_read_buffer@Base 20160108
+ libfsntfs_data_stream_read_buffer_at_offset@Base 20160108
+ libfsntfs_data_stream_seek_offset@Base 20160108
+ libfsntfs_decompress_data@Base 20200921
+ libfsntfs_directory_entries_tree_free@Base 20200921
+ libfsntfs_directory_entries_tree_get_entry_by_index@Base 20200921
+ libfsntfs_directory_entries_tree_get_entry_by_utf16_name@Base 20200921
+ libfsntfs_directory_entries_tree_get_entry_by_utf8_name@Base 20200921
+ libfsntfs_directory_entries_tree_get_entry_from_index_node_by_utf16_name@Base 
20200921
+ libfsntfs_directory_entries_tree_get_entry_from_index_node_by_utf8_name@Base 
20200921
+ libfsntfs_directory_entries_tree_get_number_of_entries@Base 20200921
+ libfsntfs_directory_entries_tree_initialize@Base 20200921
+ libfsntfs_directory_entries_tree_insert_index_value@Base 20200921
+ libfsntfs_directory_entries_tree_read_element_data@Base 20200921
+ libfsntfs_directory_entries_tree_read_from_i30_index@Base 20200921
+ libfsntfs_directory_entries_tree_read_from_index_node@Base 20200921
+ libfsntfs_directory_entry_clone@Base 20160108
+ libfsntfs_directory_entry_compare_by_file_reference@Base 20200921
+ libfsntfs_directory_entry_free@Base 20160108
+ libfsntfs_directory_entry_get_file_reference@Base 20200921
+ libfsntfs_directory_entry_get_mft_entry_index@Base 20160108
+ libfsntfs_directory_entry_get_parent_file_reference@Base 20200921
+ libfsntfs_directory_entry_get_utf16_name@Base 20200921
+ libfsntfs_directory_entry_get_utf16_name_size@Base 20200921
+ libfsntfs_directory_entry_get_utf8_name@Base 20200921
+ libfsntfs_directory_entry_get_utf8_name_size@Base 20200921
+ libfsntfs_directory_entry_initialize@Base 20160108
+ libfsntfs_error_backtrace_fprint@Base 20160108
+ libfsntfs_error_backtrace_sprint@Base 20160108
+ libfsntfs_error_fprint@Base 20160108
+ libfsntfs_error_free@Base 20160108
+ libfsntfs_error_sprint@Base 20160108
+ libfsntfs_file_entry_free@Base 20160108
+ libfsntfs_file_entry_get_access_time@Base 20160108
+ libfsntfs_file_entry_get_alternate_data_stream_by_index@Base 20160108
+ libfsntfs_file_entry_get_alternate_data_stream_by_utf16_name@Base 20160108
+ libfsntfs_file_entry_get_alternate_data_stream_by_utf8_name@Base 20160108
+ libfsntfs_file_entry_get_attribute_by_index@Base 20160108
+ libfsntfs_file_entry_get_base_record_file_reference@Base 20160108
+ libfsntfs_file_entry_get_creation_time@Base 20160108
+ libfsntfs_file_entry_get_entry_modification_time@Base 20160108
+ libfsntfs_file_entry_get_extent_by_index@Base 20160108
+ libfsntfs_file_entry_get_file_attribute_flags@Base 20160108
+ libfsntfs_file_entry_get_file_reference@Base 20160108
+ libfsntfs_file_entry_get_journal_sequence_number@Base 20160108
+ libfsntfs_file_entry_get_modification_time@Base 20160108
+ libfsntfs_file_entry_get_name_attribute_index@Base 20160108
+ libfsntfs_file_entry_get_number_of_alternate_data_streams@Base 20160108
+ libfsntfs_file_entry_get_number_of_attributes@Base 20160108
+ libfsntfs_file_entry_get_number_of_extents@Base 20160108
+ libfsntfs_file_entry_get_number_of_sub_file_entries@Base 20160108
+ libfsntfs_file_entry_get_offset@Base 20160108
+ libfsntfs_file_entry_get_parent_file_reference@Base 20160108
+ libfsntfs_file_entry_get_parent_file_reference_by_attribute_index@Base 
20160108
+ libfsntfs_file_entry_get_security_descriptor@Base 20160418
+ libfsntfs_file_entry_get_security_descriptor_size@Base 20160418
+ libfsntfs_file_entry_get_size@Base 20160108
+ libfsntfs_file_entry_get_sub_file_entry_by_index@Base 20160108
+ libfsntfs_file_entry_get_sub_file_entry_by_utf16_name@Base 20160108
+ libfsntfs_file_entry_get_sub_file_entry_by_utf8_name@Base 20160108
+ libfsntfs_file_entry_get_utf16_name@Base 20160108
+ libfsntfs_file_entry_get_utf16_name_by_attribute_index@Base 20160108
+ libfsntfs_file_entry_get_utf16_name_size@Base 20160108
+ libfsntfs_file_entry_get_utf16_name_size_by_attribute_index@Base 20160108
+ libfsntfs_file_entry_get_utf16_path_hint@Base 20200921
+ libfsntfs_file_entry_get_utf16_path_hint_size@Base 20200921
+ libfsntfs_file_entry_get_utf16_symbolic_link_target@Base 20200921
+ libfsntfs_file_entry_get_utf16_symbolic_link_target_size@Base 20200921
+ libfsntfs_file_entry_get_utf8_name@Base 20160108
+ libfsntfs_file_entry_get_utf8_name_by_attribute_index@Base 20160108
+ libfsntfs_file_entry_get_utf8_name_size@Base 20160108
+ libfsntfs_file_entry_get_utf8_name_size_by_attribute_index@Base 20160108
+ libfsntfs_file_entry_get_utf8_path_hint@Base 20200921
+ libfsntfs_file_entry_get_utf8_path_hint_size@Base 20200921
+ libfsntfs_file_entry_get_utf8_symbolic_link_target@Base 20200921
+ libfsntfs_file_entry_get_utf8_symbolic_link_target_size@Base 20200921
+ libfsntfs_file_entry_has_alternate_data_stream_by_utf16_name@Base 20160108
+ libfsntfs_file_entry_has_alternate_data_stream_by_utf8_name@Base 20160108
+ libfsntfs_file_entry_has_default_data_stream@Base 20160108
+ libfsntfs_file_entry_has_directory_entries_index@Base 20160108
+ libfsntfs_file_entry_initialize@Base 20160108
+ libfsntfs_file_entry_is_allocated@Base 20160108
+ libfsntfs_file_entry_is_corrupted@Base 20200921
+ libfsntfs_file_entry_is_empty@Base 20160108
+ libfsntfs_file_entry_is_symbolic_link@Base 20200921
+ libfsntfs_file_entry_read_buffer@Base 20160108
+ libfsntfs_file_entry_read_buffer_at_offset@Base 20160108
+ libfsntfs_file_entry_seek_offset@Base 20160108
+ libfsntfs_file_name_attribute_get_access_time@Base 20160108
+ libfsntfs_file_name_attribute_get_creation_time@Base 20160108
+ libfsntfs_file_name_attribute_get_entry_modification_time@Base 20160108
+ libfsntfs_file_name_attribute_get_file_attribute_flags@Base 20160108
+ libfsntfs_file_name_attribute_get_modification_time@Base 20160108
+ libfsntfs_file_name_attribute_get_name_space@Base 20200921
+ libfsntfs_file_name_attribute_get_parent_file_reference@Base 20160108
+ libfsntfs_file_name_attribute_get_utf16_name@Base 20160108
+ libfsntfs_file_name_attribute_get_utf16_name_size@Base 20160108
+ libfsntfs_file_name_attribute_get_utf8_name@Base 20160108
+ libfsntfs_file_name_attribute_get_utf8_name_size@Base 20160108
+ libfsntfs_file_name_values_clone@Base 20160108
+ libfsntfs_file_name_values_free@Base 20160108
+ libfsntfs_file_name_values_get_access_time@Base 20160108
+ libfsntfs_file_name_values_get_creation_time@Base 20160108
+ libfsntfs_file_name_values_get_entry_modification_time@Base 20160108
+ libfsntfs_file_name_values_get_file_attribute_flags@Base 20160108
+ libfsntfs_file_name_values_get_modification_time@Base 20160108
+ libfsntfs_file_name_values_get_name_space@Base 20200921
+ libfsntfs_file_name_values_get_parent_file_reference@Base 20160108
+ libfsntfs_file_name_values_get_utf16_name@Base 20160108
+ libfsntfs_file_name_values_get_utf16_name_size@Base 20160108
+ libfsntfs_file_name_values_get_utf8_name@Base 20160108
+ libfsntfs_file_name_values_get_utf8_name_size@Base 20160108
+ libfsntfs_file_name_values_initialize@Base 20160108
+ libfsntfs_file_name_values_read_data@Base 20190104
+ libfsntfs_file_name_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_file_name_values_set_name@Base 20160108
+ libfsntfs_file_system_free@Base 20200921
+ libfsntfs_file_system_get_mft_entry_by_index@Base 20200921
+ libfsntfs_file_system_get_mft_entry_by_index_no_cache@Base 20200921
+ libfsntfs_file_system_get_number_of_mft_entries@Base 20200921
+ libfsntfs_file_system_get_path_hint@Base 20200921
+ libfsntfs_file_system_get_security_descriptor_values_by_identifier@Base 
20200921
+ libfsntfs_file_system_initialize@Base 20200921
+ libfsntfs_file_system_read_bitmap@Base 20200921
+ libfsntfs_file_system_read_mft@Base 20200921
+ libfsntfs_file_system_read_security_descriptors@Base 20200921
+ libfsntfs_fixup_values_apply@Base 20200921
+ libfsntfs_get_access_flags_read@Base 20160108
+ libfsntfs_get_codepage@Base 20160108
+ libfsntfs_get_version@Base 20160108
+ libfsntfs_index_entry_free@Base 20160108
+ libfsntfs_index_entry_header_free@Base 20200921
+ libfsntfs_index_entry_header_get_fixup_values_offset@Base 20200921
+ libfsntfs_index_entry_header_get_number_of_fixup_values@Base 20200921
+ libfsntfs_index_entry_header_initialize@Base 20200921
+ libfsntfs_index_entry_header_read_data@Base 20200921
+ libfsntfs_index_entry_initialize@Base 20160108
+ libfsntfs_index_entry_read_file_io_handle@Base 20200921
+ libfsntfs_index_entry_vector_initialize@Base 20160108
+ libfsntfs_index_entry_vector_read_element_data@Base 20200921
+ libfsntfs_index_free@Base 20160108
+ libfsntfs_index_get_attribute_type@Base 20200921
+ libfsntfs_index_get_collation_type@Base 20200921
+ libfsntfs_index_get_index_entry_size@Base 20200921
+ libfsntfs_index_get_sub_node@Base 20200921
+ libfsntfs_index_initialize@Base 20160108
+ libfsntfs_index_node_free@Base 20160108
+ libfsntfs_index_node_get_number_of_values@Base 20200921
+ libfsntfs_index_node_get_value_by_index@Base 20200921
+ libfsntfs_index_node_header_free@Base 20200921
+ libfsntfs_index_node_header_initialize@Base 20200921
+ libfsntfs_index_node_header_read_data@Base 20200921
+ libfsntfs_index_node_initialize@Base 20160108
+ libfsntfs_index_node_read_header@Base 20200921
+ libfsntfs_index_node_read_values@Base 20200921
+ libfsntfs_index_read@Base 20160108
+ libfsntfs_index_read_bitmap@Base 20160108
+ libfsntfs_index_read_root@Base 20160108
+ libfsntfs_index_root_header_free@Base 20200921
+ libfsntfs_index_root_header_get_attribute_type@Base 20200921
+ libfsntfs_index_root_header_get_collation_type@Base 20200921
+ libfsntfs_index_root_header_get_index_entry_size@Base 20200921
+ libfsntfs_index_root_header_initialize@Base 20200921
+ libfsntfs_index_root_header_read_data@Base 20200921
+ libfsntfs_index_sub_node_is_allocated@Base 20200921
+ libfsntfs_index_value_free@Base 20160108
+ libfsntfs_index_value_initialize@Base 20160108
+ libfsntfs_index_value_read@Base 20160108
+ libfsntfs_internal_attribute_free@Base 20160108
+ libfsntfs_io_handle_clear@Base 20160108
+ libfsntfs_io_handle_free@Base 20160108
+ libfsntfs_io_handle_initialize@Base 20160108
+ libfsntfs_logged_utility_stream_values_free@Base 20160108
+ libfsntfs_logged_utility_stream_values_initialize@Base 20160108
+ libfsntfs_logged_utility_stream_values_read_data@Base 20190104
+ libfsntfs_logged_utility_stream_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_mft_attribute_append_to_chain@Base 20200921
+ libfsntfs_mft_attribute_clone@Base 20200921
+ libfsntfs_mft_attribute_compare_name_with_utf16_string@Base 20200921
+ libfsntfs_mft_attribute_compare_name_with_utf8_string@Base 20200921
+ libfsntfs_mft_attribute_data_is_resident@Base 20200921
+ libfsntfs_mft_attribute_free@Base 20200921
+ libfsntfs_mft_attribute_get_compression_unit_size@Base 20200921
+ libfsntfs_mft_attribute_get_data@Base 20200921
+ libfsntfs_mft_attribute_get_data_extents_array@Base 20200921
+ libfsntfs_mft_attribute_get_data_flags@Base 20200921
+ libfsntfs_mft_attribute_get_data_run_by_index@Base 20200921
+ libfsntfs_mft_attribute_get_data_size@Base 20200921
+ libfsntfs_mft_attribute_get_data_vcn_range@Base 20200921
+ libfsntfs_mft_attribute_get_next_attribute@Base 20200921
+ libfsntfs_mft_attribute_get_number_of_data_runs@Base 20200921
+ libfsntfs_mft_attribute_get_type@Base 20200921
+ libfsntfs_mft_attribute_get_utf16_name@Base 20200921
+ libfsntfs_mft_attribute_get_utf16_name_size@Base 20200921
+ libfsntfs_mft_attribute_get_utf8_name@Base 20200921
+ libfsntfs_mft_attribute_get_utf8_name_size@Base 20200921
+ libfsntfs_mft_attribute_get_valid_data_size@Base 20200921
+ libfsntfs_mft_attribute_initialize@Base 20200921
+ libfsntfs_mft_attribute_list_compare_by_base_record_file_reference@Base 
20200921
+ libfsntfs_mft_attribute_list_compare_file_reference@Base 20200921
+ libfsntfs_mft_attribute_list_entry_compare_name_with_utf16_string@Base 
20200921
+ libfsntfs_mft_attribute_list_entry_compare_name_with_utf8_string@Base 20200921
+ libfsntfs_mft_attribute_list_entry_free@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_attribute_type@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_file_reference@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_utf16_name@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_utf16_name_size@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_utf8_name@Base 20200921
+ libfsntfs_mft_attribute_list_entry_get_utf8_name_size@Base 20200921
+ libfsntfs_mft_attribute_list_entry_initialize@Base 20200921
+ libfsntfs_mft_attribute_list_entry_read_data@Base 20200921
+ libfsntfs_mft_attribute_list_file_reference_free@Base 20200921
+ libfsntfs_mft_attribute_list_free@Base 20200921
+ libfsntfs_mft_attribute_list_get_entry_by_index@Base 20200921
+ libfsntfs_mft_attribute_list_get_file_reference_by_index@Base 20200921
+ libfsntfs_mft_attribute_list_get_number_of_entries@Base 20200921
+ libfsntfs_mft_attribute_list_get_number_of_file_references@Base 20200921
+ libfsntfs_mft_attribute_list_initialize@Base 20200921
+ libfsntfs_mft_attribute_list_insert_file_reference@Base 20200921
+ libfsntfs_mft_attribute_list_read_data@Base 20200921
+ libfsntfs_mft_attribute_list_read_from_attribute@Base 20200921
+ libfsntfs_mft_attribute_read_data@Base 20200921
+ libfsntfs_mft_entry_check_for_empty_block@Base 20160108
+ libfsntfs_mft_entry_free@Base 20160108
+ libfsntfs_mft_entry_get_alternate_data_attribute_by_index@Base 20160108
+ libfsntfs_mft_entry_get_alternate_data_attribute_by_utf16_name@Base 20160108
+ libfsntfs_mft_entry_get_alternate_data_attribute_by_utf8_name@Base 20160108
+ libfsntfs_mft_entry_get_attribute_by_index@Base 20160108
+ libfsntfs_mft_entry_get_base_record_file_reference@Base 20160108
+ libfsntfs_mft_entry_get_data_attribute_by_utf8_name@Base 20200921
+ libfsntfs_mft_entry_get_file_reference@Base 20160108
+ libfsntfs_mft_entry_get_journal_sequence_number@Base 20160108
+ libfsntfs_mft_entry_get_number_of_alternate_data_attributes@Base 20160108
+ libfsntfs_mft_entry_get_number_of_attributes@Base 20160108
+ libfsntfs_mft_entry_get_standard_information_attribute@Base 20200921
+ libfsntfs_mft_entry_get_volume_information_attribute@Base 20200921
+ libfsntfs_mft_entry_get_volume_name_attribute@Base 20200921
+ libfsntfs_mft_entry_has_directory_entries_index@Base 20160108
+ libfsntfs_mft_entry_header_free@Base 20200921
+ libfsntfs_mft_entry_header_get_attributes_offset@Base 20200921
+ libfsntfs_mft_entry_header_get_base_record_file_reference@Base 20200921
+ libfsntfs_mft_entry_header_get_fixup_values_offset@Base 20200921
+ libfsntfs_mft_entry_header_get_journal_sequence_number@Base 20200921
+ libfsntfs_mft_entry_header_get_number_of_fixup_values@Base 20200921
+ libfsntfs_mft_entry_header_get_reference_count@Base 20200921
+ libfsntfs_mft_entry_header_get_total_entry_size@Base 20200921
+ libfsntfs_mft_entry_header_get_used_entry_size@Base 20200921
+ libfsntfs_mft_entry_header_initialize@Base 20200921
+ libfsntfs_mft_entry_header_read_data@Base 20200921
+ libfsntfs_mft_entry_initialize@Base 20160108
+ libfsntfs_mft_entry_is_allocated@Base 20160108
+ libfsntfs_mft_entry_is_corrupted@Base 20200921
+ libfsntfs_mft_entry_is_empty@Base 20160108
+ libfsntfs_mft_entry_read_attribute_list@Base 20200921
+ libfsntfs_mft_entry_read_attribute_list_data_mft_entries@Base 20200921
+ libfsntfs_mft_entry_read_attribute_list_data_mft_entry_by_index@Base 20200921
+ libfsntfs_mft_entry_read_attributes@Base 20160108
+ libfsntfs_mft_entry_read_attributes_data@Base 20200921
+ libfsntfs_mft_entry_read_data@Base 20200921
+ libfsntfs_mft_entry_read_element_data@Base 20160108
+ libfsntfs_mft_entry_read_file_io_handle@Base 20200921
+ libfsntfs_mft_entry_set_attribute_helper_values@Base 20200921
+ libfsntfs_mft_entry_set_data_attribute_helper_values@Base 20200921
+ libfsntfs_mft_free@Base 20160108
+ libfsntfs_mft_get_mft_entry_by_index@Base 20160108
+ libfsntfs_mft_get_mft_entry_by_index_no_cache@Base 20200921
+ libfsntfs_mft_get_number_of_entries@Base 20160108
+ libfsntfs_mft_initialize@Base 20160108
+ libfsntfs_mft_metadata_file_close@Base 20160108
+ libfsntfs_mft_metadata_file_free@Base 20160108
+ libfsntfs_mft_metadata_file_get_file_entry_by_index@Base 20160108
+ libfsntfs_mft_metadata_file_get_number_of_file_entries@Base 20160108
+ libfsntfs_mft_metadata_file_get_utf16_volume_name@Base 20160108
+ libfsntfs_mft_metadata_file_get_utf16_volume_name_size@Base 20160108
+ libfsntfs_mft_metadata_file_get_utf8_volume_name@Base 20160108
+ libfsntfs_mft_metadata_file_get_utf8_volume_name_size@Base 20160108
+ libfsntfs_mft_metadata_file_get_volume_version@Base 20160108
+ libfsntfs_mft_metadata_file_initialize@Base 20160108
+ libfsntfs_mft_metadata_file_open@Base 20160108
+ libfsntfs_mft_metadata_file_open_file_io_handle@Base 20160108
+ libfsntfs_mft_metadata_file_signal_abort@Base 20160108
+ libfsntfs_mft_read_list_data_mft_entries@Base 20200921
+ libfsntfs_name_compare@Base 20200921
+ libfsntfs_name_compare_short@Base 20200921
+ libfsntfs_name_compare_with_utf16_string@Base 20200921
+ libfsntfs_name_compare_with_utf8_string@Base 20200921
+ libfsntfs_notify_set_stream@Base 20160108
+ libfsntfs_notify_set_verbose@Base 20160108
+ libfsntfs_notify_stream_close@Base 20160108
+ libfsntfs_notify_stream_open@Base 20160108
+ libfsntfs_object_identifier_attribute_get_birth_droid_domain_identifier@Base 
20160108
+ libfsntfs_object_identifier_attribute_get_birth_droid_file_identifier@Base 
20160108
+ libfsntfs_object_identifier_attribute_get_birth_droid_volume_identifier@Base 
20160108
+ libfsntfs_object_identifier_attribute_get_droid_file_identifier@Base 20160108
+ libfsntfs_object_identifier_values_free@Base 20160108
+ libfsntfs_object_identifier_values_initialize@Base 20160108
+ libfsntfs_object_identifier_values_read_data@Base 20190104
+ libfsntfs_object_identifier_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_path_hint_compare_by_file_reference@Base 20200921
+ libfsntfs_path_hint_free@Base 20200921
+ libfsntfs_path_hint_get_utf16_path@Base 20200921
+ libfsntfs_path_hint_get_utf16_path_size@Base 20200921
+ libfsntfs_path_hint_get_utf8_path@Base 20200921
+ libfsntfs_path_hint_get_utf8_path_size@Base 20200921
+ libfsntfs_path_hint_initialize@Base 20200921
+ libfsntfs_reparse_point_attribute_get_compression_method@Base 20200921
+ libfsntfs_reparse_point_attribute_get_tag@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf16_print_name@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf16_print_name_size@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf16_substitute_name@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf16_substitute_name_size@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf8_print_name@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf8_print_name_size@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf8_substitute_name@Base 20160108
+ libfsntfs_reparse_point_attribute_get_utf8_substitute_name_size@Base 20160108
+ libfsntfs_reparse_point_values_free@Base 20160108
+ libfsntfs_reparse_point_values_get_compression_method@Base 20200921
+ libfsntfs_reparse_point_values_get_tag@Base 20160108
+ libfsntfs_reparse_point_values_get_utf16_print_name@Base 20160108
+ libfsntfs_reparse_point_values_get_utf16_print_name_size@Base 20160108
+ libfsntfs_reparse_point_values_get_utf16_substitute_name@Base 20160108
+ libfsntfs_reparse_point_values_get_utf16_substitute_name_size@Base 20160108
+ libfsntfs_reparse_point_values_get_utf8_print_name@Base 20160108
+ libfsntfs_reparse_point_values_get_utf8_print_name_size@Base 20160108
+ libfsntfs_reparse_point_values_get_utf8_substitute_name@Base 20160108
+ libfsntfs_reparse_point_values_get_utf8_substitute_name_size@Base 20160108
+ libfsntfs_reparse_point_values_initialize@Base 20160108
+ libfsntfs_reparse_point_values_read_data@Base 20190104
+ libfsntfs_reparse_point_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_sds_index_value_free@Base 20200921
+ libfsntfs_sds_index_value_initialize@Base 20200921
+ libfsntfs_sds_index_value_read_data@Base 20200921
+ libfsntfs_security_descriptor_attribute_get_security_descriptor@Base 20160418
+ libfsntfs_security_descriptor_attribute_get_security_descriptor_size@Base 
20160418
+ libfsntfs_security_descriptor_index_free@Base 20160418
+ libfsntfs_security_descriptor_index_get_entry_by_identifier@Base 20200921
+ 
libfsntfs_security_descriptor_index_get_entry_from_index_node_by_identifier@Base
 20200921
+ libfsntfs_security_descriptor_index_initialize@Base 20160418
+ libfsntfs_security_descriptor_index_read_sii_index@Base 20160418
+ libfsntfs_security_descriptor_index_value_compare@Base 20160418
+ libfsntfs_security_descriptor_index_value_free@Base 20160418
+ libfsntfs_security_descriptor_index_value_initialize@Base 20160418
+ libfsntfs_security_descriptor_index_value_read_data@Base 20190104
+ libfsntfs_security_descriptor_values_free@Base 20160108
+ libfsntfs_security_descriptor_values_get_data@Base 20160418
+ libfsntfs_security_descriptor_values_get_data_size@Base 20160418
+ libfsntfs_security_descriptor_values_initialize@Base 20160108
+ libfsntfs_security_descriptor_values_read_buffer@Base 20160418
+ libfsntfs_security_descriptor_values_read_data@Base 20190104
+ libfsntfs_security_descriptor_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_security_descriptor_values_read_stream@Base 20160418
+ libfsntfs_set_codepage@Base 20160108
+ libfsntfs_standard_information_attribute_get_access_time@Base 20160108
+ libfsntfs_standard_information_attribute_get_creation_time@Base 20160108
+ libfsntfs_standard_information_attribute_get_entry_modification_time@Base 
20160108
+ libfsntfs_standard_information_attribute_get_file_attribute_flags@Base 
20160108
+ libfsntfs_standard_information_attribute_get_modification_time@Base 20160108
+ libfsntfs_standard_information_attribute_get_owner_identifier@Base 20160108
+ 
libfsntfs_standard_information_attribute_get_security_descriptor_identifier@Base
 20160418
+ libfsntfs_standard_information_attribute_get_update_sequence_number@Base 
20160108
+ libfsntfs_standard_information_values_free@Base 20160108
+ libfsntfs_standard_information_values_get_access_time@Base 20160108
+ libfsntfs_standard_information_values_get_creation_time@Base 20160108
+ libfsntfs_standard_information_values_get_entry_modification_time@Base 
20160108
+ libfsntfs_standard_information_values_get_file_attribute_flags@Base 20160108
+ libfsntfs_standard_information_values_get_modification_time@Base 20160108
+ libfsntfs_standard_information_values_get_security_descriptor_identifier@Base 
20160418
+ libfsntfs_standard_information_values_get_update_sequence_number@Base 20160418
+ libfsntfs_standard_information_values_initialize@Base 20160108
+ libfsntfs_standard_information_values_read_data@Base 20190104
+ libfsntfs_standard_information_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_txf_data_values_free@Base 20160108
+ libfsntfs_txf_data_values_initialize@Base 20160108
+ libfsntfs_txf_data_values_read_data@Base 20190104
+ libfsntfs_txf_data_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_usn_change_journal_free@Base 20160108
+ libfsntfs_usn_change_journal_get_offset@Base 20160108
+ libfsntfs_usn_change_journal_initialize@Base 20160108
+ libfsntfs_usn_change_journal_read_usn_record@Base 20160108
+ libfsntfs_volume_close@Base 20160108
+ libfsntfs_volume_free@Base 20160108
+ libfsntfs_volume_get_bytes_per_sector@Base 20200921
+ libfsntfs_volume_get_cluster_block_size@Base 20160108
+ libfsntfs_volume_get_file_entry_by_index@Base 20160108
+ libfsntfs_volume_get_file_entry_by_utf16_path@Base 20160108
+ libfsntfs_volume_get_file_entry_by_utf8_path@Base 20160108
+ libfsntfs_volume_get_index_entry_size@Base 20160108
+ libfsntfs_volume_get_mft_entry_size@Base 20160108
+ libfsntfs_volume_get_number_of_file_entries@Base 20160108
+ libfsntfs_volume_get_root_directory@Base 20160108
+ libfsntfs_volume_get_serial_number@Base 20160108
+ libfsntfs_volume_get_usn_change_journal@Base 20160108
+ libfsntfs_volume_get_utf16_name@Base 20160108
+ libfsntfs_volume_get_utf16_name_size@Base 20160108
+ libfsntfs_volume_get_utf8_name@Base 20160108
+ libfsntfs_volume_get_utf8_name_size@Base 20160108
+ libfsntfs_volume_get_version@Base 20160108
+ libfsntfs_volume_has_bitlocker_drive_encryption@Base 20160108
+ libfsntfs_volume_has_volume_shadow_snapshots@Base 20160108
+ libfsntfs_volume_header_free@Base 20190104
+ libfsntfs_volume_header_get_bytes_per_sector@Base 20200921
+ libfsntfs_volume_header_get_cluster_block_size@Base 20200921
+ libfsntfs_volume_header_get_index_entry_size@Base 20200921
+ libfsntfs_volume_header_get_mft_entry_size@Base 20200921
+ libfsntfs_volume_header_get_mft_offset@Base 20200921
+ libfsntfs_volume_header_get_volume_serial_number@Base 20200921
+ libfsntfs_volume_header_get_volume_size@Base 20200921
+ libfsntfs_volume_header_initialize@Base 20190104
+ libfsntfs_volume_header_read_data@Base 20190104
+ libfsntfs_volume_header_read_file_io_handle@Base 20190104
+ libfsntfs_volume_information_attribute_get_flags@Base 20160108
+ libfsntfs_volume_information_attribute_get_version@Base 20160108
+ libfsntfs_volume_information_values_free@Base 20160108
+ libfsntfs_volume_information_values_initialize@Base 20160108
+ libfsntfs_volume_information_values_read_data@Base 20190104
+ libfsntfs_volume_information_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_volume_initialize@Base 20160108
+ libfsntfs_volume_name_attribute_get_utf16_name@Base 20160108
+ libfsntfs_volume_name_attribute_get_utf16_name_size@Base 20160108
+ libfsntfs_volume_name_attribute_get_utf8_name@Base 20160108
+ libfsntfs_volume_name_attribute_get_utf8_name_size@Base 20160108
+ libfsntfs_volume_name_values_free@Base 20160108
+ libfsntfs_volume_name_values_get_utf16_name@Base 20160108
+ libfsntfs_volume_name_values_get_utf16_name_size@Base 20160108
+ libfsntfs_volume_name_values_get_utf8_name@Base 20160108
+ libfsntfs_volume_name_values_get_utf8_name_size@Base 20160108
+ libfsntfs_volume_name_values_initialize@Base 20160108
+ libfsntfs_volume_name_values_read_data@Base 20190104
+ libfsntfs_volume_name_values_read_from_mft_attribute@Base 20200921
+ libfsntfs_volume_open@Base 20160108
+ libfsntfs_volume_open_file_io_handle@Base 20160108
+ libfsntfs_volume_signal_abort@Base 20160108

--- End Message ---
--- Begin Message ---
Source: libfsntfs
Source-Version: 20200921-2.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libfsntfs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libfsntfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 12:08:40 +0000
Source: libfsntfs
Architecture: source
Version: 20200921-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062302
Changes:
 libfsntfs (20200921-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062302
Checksums-Sha1:
 011139bf7e30edbb1fe0bfc07e02fe9144fb5694 2245 libfsntfs_20200921-2.1.dsc
 38080ffbaf2156a6613f5e6de211daf14951540d 8200 
libfsntfs_20200921-2.1.debian.tar.xz
 a865a98687bcb1260aae9308038e86f5ad087f06 7255 
libfsntfs_20200921-2.1_source.buildinfo
Checksums-Sha256:
 8cbbceec999c89b958afb58ed07940273b5bb1375124155d01bec0ffd8d5595c 2245 
libfsntfs_20200921-2.1.dsc
 178c56dfb0f6c8950bade9946783111b981deb60c07aa984ca55e6b7c8353317 8200 
libfsntfs_20200921-2.1.debian.tar.xz
 82ee139816403b7d56da7df74866c09cc9159304157cdc5d13ea84c1650ae813 7255 
libfsntfs_20200921-2.1_source.buildinfo
Files:
 d601ddd120ec971e3dbefa31d98ffecf 2245 libs optional libfsntfs_20200921-2.1.dsc
 72d67d7a7c06235ec0fb25b66e5d83d4 8200 libs optional 
libfsntfs_20200921-2.1.debian.tar.xz
 23791f028208314d2782654e1ca7f257 7255 libs optional 
libfsntfs_20200921-2.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfInIACgkQFZ61xO/I
d0xulA/+KoJxRrsKXV+BGxBFcvio4leM1bkizAg0cnsrs2AcTxqmb5BR2h6nsI7z
d54G0aF0uLk5w/KY6edpaAFUtuFHvb22jcoH9LeX62SyL4A8fGS3mEChJE2jJBmI
XPiOonJ5uLV4/sInb9GrQ3Pq1d3HIZ5TlwdmEq3XtFiq3tXVs+VaOTi8RceiWLZX
SN6qdGUGgxyOLTPKJ2sFS6collJ1HRDzbzrkXKnCTdsTekkHE/NWqSkYV3rHddwT
zoYby1kqH5wtfKcsrJ88epU0uFBS08BDnbNV+1fV0LYj+569y5lc5C+Uydm/bFVa
cWJCV1YF2jiTKN4arvwbEgJr9m5I4bdCIuir0pxygWu4N8P9B1t5dFpxplEW+KzY
o9qTG66R2Jy/QqLKt6s7IawCzWCshoQ19WvtejZgxJn/2gtIjUQR48NzTFClp/Fw
T1kQ5g/nd/D0eNLBZ6W+GP05ms0adsLc7eHVI8jSsZDHx74/J2AOkdlHdp3ao+m9
HpcAAbc2X26gnQXnU5KGKlBLQKSdEwyUC7iXp1O/Sk9FEt/hwVeHUg3UPh53An9c
xRKknbexqAEkI0lOpo+UEzO7FH6dzfi80sWvSoNN7+AnDg9laaUyiR0UefoMp8+K
xN4YO8FF7qVew1p6X6L2ns0TR4+AhksASbCtHeM1F4xwVLsDD3Q=
=6V8h
-----END PGP SIGNATURE-----

Attachment: pgpavF_oqLpg5.pgp
Description: PGP signature


--- End Message ---

Reply via email to