libfwevt-python 20260616__tar.gz → 20260701__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.
- {libfwevt_python-20260616 → libfwevt_python-20260701}/PKG-INFO +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/config.h +3 -3
- {libfwevt_python-20260616 → libfwevt_python-20260701}/configure +10 -10
- {libfwevt_python-20260616 → libfwevt_python-20260701}/configure.ac +1 -1
- libfwevt_python-20260701/dpkg/changelog +5 -0
- libfwevt_python-20260701/dpkg/compat +1 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/control +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/rules +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/definitions.h +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/error.h +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt.rc +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_definitions.h +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt.spec +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/manuals/Makefile.am +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/manuals/Makefile.in +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyproject.toml +1 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/Makefile.am +6 -6
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/Makefile.in +20 -88
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_memory.c +4 -4
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/package.m4 +2 -2
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/test_manpages.at +4 -1
- libfwevt_python-20260701/tests/test_python_module.at +88 -0
- libfwevt_python-20260616/dpkg/changelog +0 -5
- libfwevt_python-20260616/dpkg/compat +0 -1
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ABOUT-NLS +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/AUTHORS +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/COPYING +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/COPYING.LESSER +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ChangeLog +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/INSTALL +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/NEWS +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/README +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/_build.py +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/acinclude.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/aclocal.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/byte_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/common.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/config.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/config_borlandc.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/config_msc.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/config_winapi.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/file_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/memory.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/narrow_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/system_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/types.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/common/wide_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/compile +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/config.guess +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/config.rpath +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/config.sub +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/depcomp +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/changelog.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/copyright +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/libfwevt-dev.install +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/libfwevt-python3.install +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/libfwevt.install +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/dpkg/source/format +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/definitions.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/features.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/features.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt/types.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/include/libfwevt.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/install-sh +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_array.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_array.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree_node.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree_node.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_libcthreads.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_list.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_list.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_list_element.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_list_element.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_range_list.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_range_list.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_range_list_value.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_range_list_value.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_tree_node.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_tree_node.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcdata/libcdata_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_system.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_system.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcerror/libcerror_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_print.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_print.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_verbose.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcnotify/libcnotify_verbose.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_condition.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_condition.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_lock.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_lock.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_mutex.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_mutex.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_queue.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_queue.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libcthreads/libcthreads_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_identifier.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_identifier.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfguid/libfguid_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/fwevt_template.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt.rc.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_channel.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_channel.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_data_segment.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_data_segment.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_date_time.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_date_time.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_debug.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_debug.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_definitions.h.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_event.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_event.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_floating_point.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_floating_point.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_integer.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_integer.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_keyword.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_keyword.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_level.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_level.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libcdata.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libcnotify.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libfdatetime.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libfguid.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libfwnt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_libuna.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_manifest.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_manifest.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_map.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_map.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_notify.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_notify.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_opcode.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_opcode.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_provider.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_provider.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_task.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_task.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_template.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_template.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_template_item.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_template_item.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_document.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_document.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_string.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_tag.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_tag.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_template_value.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_template_value.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_token.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_token.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_value.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt/libfwevt_xml_value.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt.pc.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwevt.spec.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_access_control_entry.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_access_control_entry.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_access_control_list.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_access_control_list.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_bit_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_bit_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_debug.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_debug.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_huffman_tree.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_huffman_tree.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_libcdata.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_libcnotify.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_locale_identifier.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_locale_identifier.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lznt1.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lznt1.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lzx.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lzx.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lzxpress.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_lzxpress.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_notify.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_notify.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_security_descriptor.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_security_descriptor.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_security_identifier.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_security_identifier.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libfwnt/libfwnt_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base16_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base16_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base32_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base32_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base64_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_base64_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_byte_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_byte_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_874.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_874.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_932.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_932.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_936.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_936.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_949.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_949.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_950.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_codepage_windows_950.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_definitions.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_extern.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_scsu.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_scsu.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_support.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_types.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_unicode_character.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_unicode_character.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_url_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_url_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf16_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf16_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf16_string.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf16_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf32_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf32_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf32_string.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf32_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf7_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf7_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf8_stream.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf8_stream.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf8_string.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/libuna/libuna_utf8_string.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ltmain.sh +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/common.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/gettext.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/iconv.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/intlmacosx.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/lib-ld.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/lib-link.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/lib-prefix.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libcdata.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libcerror.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libcnotify.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libcthreads.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libfdatetime.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libfguid.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libfwnt.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libtool.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/libuna.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/ltoptions.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/ltsugar.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/ltversion.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/lt~obsolete.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/nls.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/po.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/progtest.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/pthread.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/python.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/tests.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/m4/types.m4 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/manuals/libfwevt.3 +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/missing +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_channel/fwevt_test_channel.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_data_segment/fwevt_test_data_segment.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_date_time/fwevt_test_date_time.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_error/fwevt_test_error.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_event/fwevt_test_event.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_floating_point/fwevt_test_floating_point.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_integer/fwevt_test_integer.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_keyword/fwevt_test_keyword.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_level/fwevt_test_level.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_manifest/fwevt_test_manifest.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_map/fwevt_test_map.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_notify/fwevt_test_notify.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_opcode/fwevt_test_opcode.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_provider/fwevt_test_provider.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_support/fwevt_test_support.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_task/fwevt_test_task.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_template/fwevt_test_template.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_template_item/fwevt_test_template_item.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_xml_document/fwevt_test_xml_document.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_xml_tag/fwevt_test_xml_tag.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_xml_template_value/fwevt_test_xml_template_value.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_xml_token/fwevt_test_xml_token.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/fwevt_test_xml_value/fwevt_test_xml_value.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libfwevt/libfwevt.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libfwevt.sln +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libfwnt/libfwnt.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/msvscpp/pyfwevt/pyfwevt.vcproj +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ossfuzz/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ossfuzz/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ossfuzz/manifest_fuzzer.cc +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ossfuzz/ossfuzz_libfwevt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/ossfuzz/xml_document_fuzzer.cc +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/ChangeLog +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/Makefile.in.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/Makevars +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/Makevars.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/POTFILES.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/Rules-quot +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/boldquot.sed +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/en@boldquot.header +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/en@quot.header +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/insert-header.sin +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/quot.sed +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/po/remove-potcdate.sin +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/Makefile.am +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/Makefile.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_channel.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_channel.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_channels.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_channels.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_error.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_event.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_event.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_events.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_events.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_guid.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_guid.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_integer.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_integer.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_keyword.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_keyword.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_keywords.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_keywords.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_level.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_level.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_levels.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_levels.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_libfguid.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_libfwevt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_manifest.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_manifest.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_map.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_map.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_maps.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_maps.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_opcode.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_opcode.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_opcodes.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_opcodes.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_provider.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_provider.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_providers.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_providers.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_python.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_task.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_task.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_tasks.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_tasks.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template_item.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template_item.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template_items.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_template_items.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_templates.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_templates.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyfwevt/pyfwevt_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/pyproject.toml.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/atlocal.in +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_channel.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_data_segment.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_date_time.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_error.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_event.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_floating_point.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_integer.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_keyword.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_level.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_libcerror.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_libcnotify.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_libfwevt.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_libuna.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_macros.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_manifest.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_map.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_memory.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_notify.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_opcode.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_provider.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_support.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_task.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_template.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_template_item.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_unused.h +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_xml_document.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_xml_tag.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_xml_template_value.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_xml_token.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/fwevt_test_xml_value.c +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/pyfwevt_test_event.py +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/pyfwevt_test_manifest.py +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/pyfwevt_test_provider.py +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/pyfwevt_test_support.py +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/test_library.at +0 -0
- {libfwevt_python-20260616 → libfwevt_python-20260701}/tests/test_macros.at +0 -0
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
#define PACKAGE_NAME "libfwevt"
|
|
378
378
|
|
|
379
379
|
/* Define to the full name and version of this package. */
|
|
380
|
-
#define PACKAGE_STRING "libfwevt
|
|
380
|
+
#define PACKAGE_STRING "libfwevt 20260701"
|
|
381
381
|
|
|
382
382
|
/* Define to the one symbol short name of this package. */
|
|
383
383
|
#define PACKAGE_TARNAME "libfwevt"
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
#define PACKAGE_URL ""
|
|
387
387
|
|
|
388
388
|
/* Define to the version of this package. */
|
|
389
|
-
#define PACKAGE_VERSION "
|
|
389
|
+
#define PACKAGE_VERSION "20260701"
|
|
390
390
|
|
|
391
391
|
/* The size of `int', as computed by sizeof. */
|
|
392
392
|
#define SIZEOF_INT 4
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
/* #undef STRERROR_R_CHAR_P */
|
|
413
413
|
|
|
414
414
|
/* Version number of package */
|
|
415
|
-
#define VERSION "
|
|
415
|
+
#define VERSION "20260701"
|
|
416
416
|
|
|
417
417
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
418
418
|
/* #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 libfwevt
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libfwevt 20260701.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <https://github.com/libyal/libfwevt/issues>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libfwevt'
|
|
623
623
|
PACKAGE_TARNAME='libfwevt'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libfwevt
|
|
624
|
+
PACKAGE_VERSION='20260701'
|
|
625
|
+
PACKAGE_STRING='libfwevt 20260701'
|
|
626
626
|
PACKAGE_BUGREPORT='https://github.com/libyal/libfwevt/issues'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1569,7 +1569,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1569
1569
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1570
1570
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1571
1571
|
cat <<_ACEOF
|
|
1572
|
-
\`configure' configures libfwevt
|
|
1572
|
+
\`configure' configures libfwevt 20260701 to adapt to many kinds of systems.
|
|
1573
1573
|
|
|
1574
1574
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1575
1575
|
|
|
@@ -1640,7 +1640,7 @@ fi
|
|
|
1640
1640
|
|
|
1641
1641
|
if test -n "$ac_init_help"; then
|
|
1642
1642
|
case $ac_init_help in
|
|
1643
|
-
short | recursive ) echo "Configuration of libfwevt
|
|
1643
|
+
short | recursive ) echo "Configuration of libfwevt 20260701:";;
|
|
1644
1644
|
esac
|
|
1645
1645
|
cat <<\_ACEOF
|
|
1646
1646
|
|
|
@@ -1842,7 +1842,7 @@ fi
|
|
|
1842
1842
|
test -n "$ac_init_help" && exit $ac_status
|
|
1843
1843
|
if $ac_init_version; then
|
|
1844
1844
|
cat <<\_ACEOF
|
|
1845
|
-
libfwevt configure
|
|
1845
|
+
libfwevt configure 20260701
|
|
1846
1846
|
generated by GNU Autoconf 2.71
|
|
1847
1847
|
|
|
1848
1848
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2563,7 +2563,7 @@ cat >config.log <<_ACEOF
|
|
|
2563
2563
|
This file contains any messages produced by compilers while
|
|
2564
2564
|
running configure, to aid debugging if configure makes a mistake.
|
|
2565
2565
|
|
|
2566
|
-
It was created by libfwevt $as_me
|
|
2566
|
+
It was created by libfwevt $as_me 20260701, which was
|
|
2567
2567
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2568
2568
|
|
|
2569
2569
|
$ $0$ac_configure_args_raw
|
|
@@ -4052,7 +4052,7 @@ fi
|
|
|
4052
4052
|
|
|
4053
4053
|
# Define the identity of the package.
|
|
4054
4054
|
PACKAGE='libfwevt'
|
|
4055
|
-
VERSION='
|
|
4055
|
+
VERSION='20260701'
|
|
4056
4056
|
|
|
4057
4057
|
|
|
4058
4058
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -46492,7 +46492,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
46492
46492
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
46493
46493
|
# values after options handling.
|
|
46494
46494
|
ac_log="
|
|
46495
|
-
This file was extended by libfwevt $as_me
|
|
46495
|
+
This file was extended by libfwevt $as_me 20260701, which was
|
|
46496
46496
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
46497
46497
|
|
|
46498
46498
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -46560,7 +46560,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
46560
46560
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
46561
46561
|
ac_cs_config='$ac_cs_config_escaped'
|
|
46562
46562
|
ac_cs_version="\\
|
|
46563
|
-
libfwevt config.status
|
|
46563
|
+
libfwevt config.status 20260701
|
|
46564
46564
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
46565
46565
|
with options \\"\$ac_cs_config\\"
|
|
46566
46566
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
13
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Source: libfwevt
|
|
2
2
|
Priority: extra
|
|
3
3
|
Maintainer: Joachim Metz <joachim.metz@gmail.com>
|
|
4
|
-
Build-Depends: debhelper (>=
|
|
4
|
+
Build-Depends: debhelper (>= 13), dh-autoreconf, dh-python, pkg-config, python3-dev, python3-setuptools
|
|
5
5
|
Standards-Version: 4.1.4
|
|
6
6
|
Section: libs
|
|
7
7
|
Homepage: https://github.com/libyal/libfwevt
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libfwevt/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBFWEVT_VERSION
|
|
27
|
+
#define LIBFWEVT_VERSION 20260701
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBFWEVT_VERSION_STRING "
|
|
31
|
+
#define LIBFWEVT_VERSION_STRING "20260701"
|
|
32
32
|
|
|
33
33
|
/* The byte order definitions
|
|
34
34
|
*/
|
|
@@ -82,7 +82,7 @@ enum LIBFWEVT_ARGUMENT_ERROR
|
|
|
82
82
|
*/
|
|
83
83
|
LIBFWEVT_ARGUMENT_ERROR_UNSUPPORTED_VALUE = 8,
|
|
84
84
|
|
|
85
|
-
/* The argument contains a value that
|
|
85
|
+
/* The argument contains a value that conflicts with another argument
|
|
86
86
|
*/
|
|
87
87
|
LIBFWEVT_ARGUMENT_ERROR_CONFLICTING_VALUE = 9
|
|
88
88
|
};
|
|
@@ -214,7 +214,7 @@ enum LIBFWEVT_OUTPUT_ERROR
|
|
|
214
214
|
{
|
|
215
215
|
LIBFWEVT_OUTPUT_ERROR_GENERIC = 0,
|
|
216
216
|
|
|
217
|
-
/* There is
|
|
217
|
+
/* There is insufficient space to write the output
|
|
218
218
|
*/
|
|
219
219
|
LIBFWEVT_OUTPUT_ERROR_INSUFFICIENT_SPACE = 1
|
|
220
220
|
};
|
|
@@ -22,12 +22,12 @@ BEGIN
|
|
|
22
22
|
BLOCK "040904E4"
|
|
23
23
|
BEGIN
|
|
24
24
|
VALUE "FileDescription", "Library to support the Windows XML Event Log (EVTX) data types\0"
|
|
25
|
-
VALUE "FileVersion", "
|
|
25
|
+
VALUE "FileVersion", "20260701" "\0"
|
|
26
26
|
VALUE "InternalName", "libfwevt.dll\0"
|
|
27
27
|
VALUE "LegalCopyright", "(C) 2011-2026, Joachim Metz <joachim.metz@gmail.com>\0"
|
|
28
28
|
VALUE "OriginalFilename", "libfwevt.dll\0"
|
|
29
29
|
VALUE "ProductName", "libfwevt\0"
|
|
30
|
-
VALUE "ProductVersion", "
|
|
30
|
+
VALUE "ProductVersion", "20260701" "\0"
|
|
31
31
|
VALUE "Comments", "For more information visit https://github.com/libyal/libfwevt/\0"
|
|
32
32
|
END
|
|
33
33
|
END
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
#else
|
|
37
37
|
#include <byte_stream.h>
|
|
38
38
|
|
|
39
|
-
#define LIBFWEVT_VERSION
|
|
39
|
+
#define LIBFWEVT_VERSION 20260701
|
|
40
40
|
|
|
41
41
|
/* The version string
|
|
42
42
|
*/
|
|
43
|
-
#define LIBFWEVT_VERSION_STRING "
|
|
43
|
+
#define LIBFWEVT_VERSION_STRING "20260701"
|
|
44
44
|
|
|
45
45
|
/* The byte order definitions
|
|
46
46
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: libfwevt
|
|
2
|
-
Version:
|
|
2
|
+
Version: 20260701
|
|
3
3
|
Release: 1
|
|
4
4
|
Summary: Library to support the Windows XML Event Log (EVTX) data types
|
|
5
5
|
Group: System Environment/Libraries
|
|
@@ -80,6 +80,6 @@ rm -rf %{buildroot}
|
|
|
80
80
|
%{_libdir}/python3*/site-packages/*.so
|
|
81
81
|
|
|
82
82
|
%changelog
|
|
83
|
-
*
|
|
83
|
+
* Wed Jul 1 2026 Joachim Metz <joachim.metz@gmail.com> 20260701-1
|
|
84
84
|
- Auto-generated
|
|
85
85
|
|
|
@@ -12,8 +12,6 @@ AM_CPPFLAGS = \
|
|
|
12
12
|
@PTHREAD_CPPFLAGS@ \
|
|
13
13
|
@LIBFWEVT_DLL_IMPORT@
|
|
14
14
|
|
|
15
|
-
check_PYTHONdir = $(abs_top_builddir)
|
|
16
|
-
|
|
17
15
|
BUILT_SOURCES = package.m4
|
|
18
16
|
|
|
19
17
|
check_AUTOTESTS = \
|
|
@@ -24,7 +22,7 @@ if HAVE_PYTHON_TESTS
|
|
|
24
22
|
check_AUTOTESTS += test_python_module
|
|
25
23
|
endif
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
check_SCRIPTS = \
|
|
28
26
|
pyfwevt_test_event.py \
|
|
29
27
|
pyfwevt_test_manifest.py \
|
|
30
28
|
pyfwevt_test_provider.py \
|
|
@@ -376,10 +374,12 @@ test_python_module: \
|
|
|
376
374
|
test_python_module.at
|
|
377
375
|
|
|
378
376
|
EXTRA_DIST = \
|
|
379
|
-
$(
|
|
380
|
-
$(check_PYTHON_SCRIPTS) \
|
|
377
|
+
$(check_SCRIPTS) \
|
|
381
378
|
package.m4 \
|
|
382
|
-
|
|
379
|
+
test_library.at \
|
|
380
|
+
test_macros.at \
|
|
381
|
+
test_manpages.at \
|
|
382
|
+
test_python_module.at
|
|
383
383
|
|
|
384
384
|
CLEANFILES = \
|
|
385
385
|
$(check_AUTOTESTS) \
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
# PARTICULAR PURPOSE.
|
|
14
14
|
|
|
15
15
|
@SET_MAKE@
|
|
16
|
-
|
|
17
16
|
VPATH = @srcdir@
|
|
18
17
|
am__is_gnu_make = { \
|
|
19
18
|
if test -z '$(MAKELEVEL)'; then \
|
|
@@ -224,35 +223,6 @@ am_fwevt_test_xml_value_OBJECTS = fwevt_test_memory.$(OBJEXT) \
|
|
|
224
223
|
fwevt_test_xml_value.$(OBJEXT)
|
|
225
224
|
fwevt_test_xml_value_OBJECTS = $(am_fwevt_test_xml_value_OBJECTS)
|
|
226
225
|
fwevt_test_xml_value_DEPENDENCIES = ../libfwevt/libfwevt.la
|
|
227
|
-
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
228
|
-
am__vpath_adj = case $$p in \
|
|
229
|
-
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
230
|
-
*) f=$$p;; \
|
|
231
|
-
esac;
|
|
232
|
-
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
233
|
-
am__install_max = 40
|
|
234
|
-
am__nobase_strip_setup = \
|
|
235
|
-
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
236
|
-
am__nobase_strip = \
|
|
237
|
-
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
238
|
-
am__nobase_list = $(am__nobase_strip_setup); \
|
|
239
|
-
for p in $$list; do echo "$$p $$p"; done | \
|
|
240
|
-
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
241
|
-
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
242
|
-
if (++n[$$2] == $(am__install_max)) \
|
|
243
|
-
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
244
|
-
END { for (dir in files) print dir, files[dir] }'
|
|
245
|
-
am__base_list = \
|
|
246
|
-
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
247
|
-
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
248
|
-
am__uninstall_files_from_dir = { \
|
|
249
|
-
test -z "$$files" \
|
|
250
|
-
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
251
|
-
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
252
|
-
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
253
|
-
}
|
|
254
|
-
am__installdirs = "$(DESTDIR)$(check_PYTHONdir)"
|
|
255
|
-
SCRIPTS = $(check_PYTHON_SCRIPTS)
|
|
256
226
|
AM_V_P = $(am__v_P_@AM_V@)
|
|
257
227
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
258
228
|
am__v_P_0 = false
|
|
@@ -647,10 +617,9 @@ AM_CPPFLAGS = \
|
|
|
647
617
|
@PTHREAD_CPPFLAGS@ \
|
|
648
618
|
@LIBFWEVT_DLL_IMPORT@
|
|
649
619
|
|
|
650
|
-
check_PYTHONdir = $(abs_top_builddir)
|
|
651
620
|
BUILT_SOURCES = package.m4
|
|
652
621
|
check_AUTOTESTS = test_library test_manpages $(am__append_1)
|
|
653
|
-
|
|
622
|
+
check_SCRIPTS = \
|
|
654
623
|
pyfwevt_test_event.py \
|
|
655
624
|
pyfwevt_test_manifest.py \
|
|
656
625
|
pyfwevt_test_provider.py \
|
|
@@ -929,10 +898,12 @@ AUTOM4TE = autom4te
|
|
|
929
898
|
AUTOTEST = $(AUTOM4TE) --language=autotest
|
|
930
899
|
SUFFIXES = .at
|
|
931
900
|
EXTRA_DIST = \
|
|
932
|
-
$(
|
|
933
|
-
$(check_PYTHON_SCRIPTS) \
|
|
901
|
+
$(check_SCRIPTS) \
|
|
934
902
|
package.m4 \
|
|
935
|
-
|
|
903
|
+
test_library.at \
|
|
904
|
+
test_macros.at \
|
|
905
|
+
test_manpages.at \
|
|
906
|
+
test_python_module.at
|
|
936
907
|
|
|
937
908
|
CLEANFILES = \
|
|
938
909
|
$(check_AUTOTESTS) \
|
|
@@ -1083,41 +1054,6 @@ fwevt_test_xml_token$(EXEEXT): $(fwevt_test_xml_token_OBJECTS) $(fwevt_test_xml_
|
|
|
1083
1054
|
fwevt_test_xml_value$(EXEEXT): $(fwevt_test_xml_value_OBJECTS) $(fwevt_test_xml_value_DEPENDENCIES) $(EXTRA_fwevt_test_xml_value_DEPENDENCIES)
|
|
1084
1055
|
@rm -f fwevt_test_xml_value$(EXEEXT)
|
|
1085
1056
|
$(AM_V_CCLD)$(LINK) $(fwevt_test_xml_value_OBJECTS) $(fwevt_test_xml_value_LDADD) $(LIBS)
|
|
1086
|
-
install-check_PYTHONSCRIPTS: $(check_PYTHON_SCRIPTS)
|
|
1087
|
-
@$(NORMAL_INSTALL)
|
|
1088
|
-
@list='$(check_PYTHON_SCRIPTS)'; test -n "$(check_PYTHONdir)" || list=; \
|
|
1089
|
-
if test -n "$$list"; then \
|
|
1090
|
-
echo " $(MKDIR_P) '$(DESTDIR)$(check_PYTHONdir)'"; \
|
|
1091
|
-
$(MKDIR_P) "$(DESTDIR)$(check_PYTHONdir)" || exit 1; \
|
|
1092
|
-
fi; \
|
|
1093
|
-
for p in $$list; do \
|
|
1094
|
-
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
1095
|
-
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
|
|
1096
|
-
done | \
|
|
1097
|
-
sed -e 'p;s,.*/,,;n' \
|
|
1098
|
-
-e 'h;s|.*|.|' \
|
|
1099
|
-
-e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
|
|
1100
|
-
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
|
|
1101
|
-
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
1102
|
-
if ($$2 == $$4) { files[d] = files[d] " " $$1; \
|
|
1103
|
-
if (++n[d] == $(am__install_max)) { \
|
|
1104
|
-
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
|
|
1105
|
-
else { print "f", d "/" $$4, $$1 } } \
|
|
1106
|
-
END { for (d in files) print "f", d, files[d] }' | \
|
|
1107
|
-
while read type dir files; do \
|
|
1108
|
-
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
1109
|
-
test -z "$$files" || { \
|
|
1110
|
-
echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(check_PYTHONdir)$$dir'"; \
|
|
1111
|
-
$(INSTALL_SCRIPT) $$files "$(DESTDIR)$(check_PYTHONdir)$$dir" || exit $$?; \
|
|
1112
|
-
} \
|
|
1113
|
-
; done
|
|
1114
|
-
|
|
1115
|
-
uninstall-check_PYTHONSCRIPTS:
|
|
1116
|
-
@$(NORMAL_UNINSTALL)
|
|
1117
|
-
@list='$(check_PYTHON_SCRIPTS)'; test -n "$(check_PYTHONdir)" || exit 0; \
|
|
1118
|
-
files=`for p in $$list; do echo "$$p"; done | \
|
|
1119
|
-
sed -e 's,.*/,,;$(transform)'`; \
|
|
1120
|
-
dir='$(DESTDIR)$(check_PYTHONdir)'; $(am__uninstall_files_from_dir)
|
|
1121
1057
|
|
|
1122
1058
|
mostlyclean-compile:
|
|
1123
1059
|
-rm -f *.$(OBJEXT)
|
|
@@ -1270,15 +1206,12 @@ distdir-am: $(DISTFILES)
|
|
|
1270
1206
|
fi; \
|
|
1271
1207
|
done
|
|
1272
1208
|
check-am: all-am
|
|
1273
|
-
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
|
1209
|
+
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
|
|
1274
1210
|
$(MAKE) $(AM_MAKEFLAGS) check-local
|
|
1275
1211
|
check: $(BUILT_SOURCES)
|
|
1276
1212
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
1277
|
-
all-am: Makefile
|
|
1213
|
+
all-am: Makefile
|
|
1278
1214
|
installdirs:
|
|
1279
|
-
for dir in "$(DESTDIR)$(check_PYTHONdir)"; do \
|
|
1280
|
-
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
1281
|
-
done
|
|
1282
1215
|
install: $(BUILT_SOURCES)
|
|
1283
1216
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
|
1284
1217
|
install-exec: $(BUILT_SOURCES)
|
|
@@ -1360,7 +1293,7 @@ info: info-am
|
|
|
1360
1293
|
|
|
1361
1294
|
info-am:
|
|
1362
1295
|
|
|
1363
|
-
install-data-am:
|
|
1296
|
+
install-data-am:
|
|
1364
1297
|
|
|
1365
1298
|
install-dvi: install-dvi-am
|
|
1366
1299
|
|
|
@@ -1437,7 +1370,7 @@ splint: splint-am
|
|
|
1437
1370
|
|
|
1438
1371
|
splint-am: splint-local
|
|
1439
1372
|
|
|
1440
|
-
uninstall-am:
|
|
1373
|
+
uninstall-am:
|
|
1441
1374
|
|
|
1442
1375
|
.MAKE: all check check-am install install-am install-exec \
|
|
1443
1376
|
install-strip
|
|
@@ -1447,17 +1380,16 @@ uninstall-am: uninstall-check_PYTHONSCRIPTS
|
|
|
1447
1380
|
clean-libtool clean-local cscopelist-am ctags ctags-am \
|
|
1448
1381
|
distclean distclean-compile distclean-generic \
|
|
1449
1382
|
distclean-libtool distclean-tags distdir dvi dvi-am html \
|
|
1450
|
-
html-am info info-am install install-am \
|
|
1451
|
-
install-
|
|
1452
|
-
install-
|
|
1453
|
-
install-
|
|
1454
|
-
install-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
mostlyclean mostlyclean-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
uninstall-am uninstall-check_PYTHONSCRIPTS
|
|
1383
|
+
html-am info info-am install install-am install-data \
|
|
1384
|
+
install-data-am install-dvi install-dvi-am install-exec \
|
|
1385
|
+
install-exec-am install-html install-html-am install-info \
|
|
1386
|
+
install-info-am install-man install-pdf install-pdf-am \
|
|
1387
|
+
install-ps install-ps-am install-strip installcheck \
|
|
1388
|
+
installcheck-am installdirs maintainer-clean \
|
|
1389
|
+
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
1390
|
+
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
1391
|
+
sources-am sources-local splint-am splint-local tags tags-am \
|
|
1392
|
+
uninstall uninstall-am
|
|
1461
1393
|
|
|
1462
1394
|
.PRECIOUS: Makefile
|
|
1463
1395
|
|
|
@@ -39,7 +39,7 @@ static void *(*fwevt_test_real_malloc)(size_t) = NULL;
|
|
|
39
39
|
int fwevt_test_malloc_attempts_before_fail = -1;
|
|
40
40
|
|
|
41
41
|
/* Custom malloc for testing memory error cases
|
|
42
|
-
* Note this function might fail if compiled with
|
|
42
|
+
* Note this function might fail if compiled with optimization
|
|
43
43
|
* Returns a pointer to newly allocated data or NULL
|
|
44
44
|
*/
|
|
45
45
|
void *malloc(
|
|
@@ -78,7 +78,7 @@ static void *(*fwevt_test_real_memcpy)(void *, const void *, size_t) = NULL;
|
|
|
78
78
|
int fwevt_test_memcpy_attempts_before_fail = -1;
|
|
79
79
|
|
|
80
80
|
/* Custom memcpy for testing memory error cases
|
|
81
|
-
* Note this function might fail if compiled with
|
|
81
|
+
* Note this function might fail if compiled with optimization and as a shared library
|
|
82
82
|
* Returns a pointer to newly allocated data or NULL
|
|
83
83
|
*/
|
|
84
84
|
void *memcpy(
|
|
@@ -119,7 +119,7 @@ static void *(*fwevt_test_real_memset)(void *, int, size_t) = NULL;
|
|
|
119
119
|
int fwevt_test_memset_attempts_before_fail = -1;
|
|
120
120
|
|
|
121
121
|
/* Custom memset for testing memory error cases
|
|
122
|
-
* Note this function might fail if compiled with
|
|
122
|
+
* Note this function might fail if compiled with optimization and as a shared library
|
|
123
123
|
* Returns a pointer to newly allocated data or NULL
|
|
124
124
|
*/
|
|
125
125
|
void *memset(
|
|
@@ -160,7 +160,7 @@ static void *(*fwevt_test_real_realloc)(void *, size_t) = NULL;
|
|
|
160
160
|
int fwevt_test_realloc_attempts_before_fail = -1;
|
|
161
161
|
|
|
162
162
|
/* Custom realloc for testing memory error cases
|
|
163
|
-
* Note this function might fail if compiled with
|
|
163
|
+
* Note this function might fail if compiled with optimization
|
|
164
164
|
* Returns a pointer to reallocated data or NULL
|
|
165
165
|
*/
|
|
166
166
|
void *realloc(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
m4_define([AT_PACKAGE_NAME], [libfwevt])
|
|
2
2
|
m4_define([AT_PACKAGE_TARNAME], [libfwevt])
|
|
3
|
-
m4_define([AT_PACKAGE_VERSION], [
|
|
4
|
-
m4_define([AT_PACKAGE_STRING], [libfwevt
|
|
3
|
+
m4_define([AT_PACKAGE_VERSION], [20260701])
|
|
4
|
+
m4_define([AT_PACKAGE_STRING], [libfwevt 20260701])
|
|
5
5
|
m4_define([AT_PACKAGE_BUGREPORT], [https://github.com/libyal/libfwevt/issues])
|
|
@@ -21,7 +21,10 @@ m4_define([LINT_MANPAGE],
|
|
|
21
21
|
[! command -v "${MANDOC}" >/dev/null 2>&1])
|
|
22
22
|
|
|
23
23
|
AT_CHECK(
|
|
24
|
-
[
|
|
24
|
+
[cp "$abs_srcdir/../manuals/$1" "$1"
|
|
25
|
+
# Strip references given mandoc will check if they exist
|
|
26
|
+
sed -i'~' '/^.Xr / d' "$1"
|
|
27
|
+
LC_ALL="en_US.UTF-8" "${MANDOC}" -O width=80 -T lint -W all "$1"])
|
|
25
28
|
;;
|
|
26
29
|
|
|
27
30
|
*)
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
m4_include([package.m4])
|
|
2
|
+
|
|
3
|
+
dnl Determines the test prefix based on the package name.
|
|
4
|
+
m4_define([test_prefix],
|
|
5
|
+
[m4_expand(m4_substr(AT_PACKAGE_NAME, 3))])dnl
|
|
6
|
+
|
|
7
|
+
dnl Sets up Python helper functions.
|
|
8
|
+
m4_define([SETUP_PYTHON_HELPER_FUNCTIONS],
|
|
9
|
+
[AT_TEST_HELPER_FN(
|
|
10
|
+
[run_test_script],
|
|
11
|
+
[path arguments],
|
|
12
|
+
[Runs the test script],
|
|
13
|
+
[PLATFORM=`uname -s | sed 's/-.*$//'`
|
|
14
|
+
|
|
15
|
+
if test "${PLATFORM}" = "Darwin"; then
|
|
16
|
+
DYLD_LIBRARY_PATH="${LIBRARY_PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
|
|
17
|
+
|
|
18
|
+
elif test "${PLATFORM}" = "CYGWIN_NT"; then
|
|
19
|
+
PATH="${LIBRARY_PATH}:${PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
|
|
20
|
+
|
|
21
|
+
elif test "${PLATFORM}" = "MINGW32_NT" || test "${PLATFORM}" = "MINGW64_NT" || test "${PLATFORM}" = "MSYS_NT"; then
|
|
22
|
+
# Copy the library DLL to the Python module directory so Python can load it.
|
|
23
|
+
cp -f "${LIBRARY_PATH}"/*.dll "${PYTHON_MODULE_PATH}"/
|
|
24
|
+
|
|
25
|
+
PATH="${PYTHON_MODULE_PATH}:${PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
|
|
26
|
+
else
|
|
27
|
+
LD_LIBRARY_PATH="${LIBRARY_PATH}" PYTHONPATH="${PYTHON_MODULE_PATH}" "${PYTHON}" "$[]@"
|
|
28
|
+
fi
|
|
29
|
+
])
|
|
30
|
+
])
|
|
31
|
+
|
|
32
|
+
dnl Runs one or more test scripts.
|
|
33
|
+
dnl Arguments:
|
|
34
|
+
dnl test_names
|
|
35
|
+
m4_define([RUN_TEST_SCRIPTS],
|
|
36
|
+
[m4_ifblank([$1], [m4_fatal([Missing test names])])
|
|
37
|
+
|
|
38
|
+
m4_foreach_w(
|
|
39
|
+
[test_name],
|
|
40
|
+
[$1],
|
|
41
|
+
[m4_define(
|
|
42
|
+
[test_script],
|
|
43
|
+
[m4_expand(py[]test_prefix[]_test_[]test_name[].py)])dnl
|
|
44
|
+
|
|
45
|
+
AT_SETUP(test_script)
|
|
46
|
+
|
|
47
|
+
AT_SKIP_IF(
|
|
48
|
+
[test -n "${SKIP_PYTHON_TESTS}"])
|
|
49
|
+
|
|
50
|
+
AT_CHECK(
|
|
51
|
+
[ath_fn_run_test_script $abs_srcdir/test_script],
|
|
52
|
+
[0],
|
|
53
|
+
[ignore],
|
|
54
|
+
[ignore])
|
|
55
|
+
|
|
56
|
+
AT_CLEANUP])
|
|
57
|
+
])
|
|
58
|
+
|
|
59
|
+
dnl Wrap m4_define to overwrite AT_TESTSUITE_NAME
|
|
60
|
+
m4_define([_M4_DEFINE_HOOK], m4_defn([m4_define]))
|
|
61
|
+
m4_define([m4_define],
|
|
62
|
+
[m4_if(
|
|
63
|
+
[$1],
|
|
64
|
+
[AT_TESTSUITE_NAME],
|
|
65
|
+
[_M4_DEFINE_HOOK([$1], [Running Python module tests])],
|
|
66
|
+
[_M4_DEFINE_HOOK([$1], [$2])])])
|
|
67
|
+
|
|
68
|
+
dnl Redefine AS_BOX to remove the "box"
|
|
69
|
+
m4_undefine([AS_BOX])
|
|
70
|
+
m4_define([AS_BOX], [echo "$1"])
|
|
71
|
+
|
|
72
|
+
AT_INIT([Python module])
|
|
73
|
+
AT_COLOR_TESTS
|
|
74
|
+
|
|
75
|
+
dnl Rewrite AT_SETUP to change the minimum line length
|
|
76
|
+
m4_define([AT_SETUP],
|
|
77
|
+
m4_unquote(
|
|
78
|
+
[m4_bpatsubst(
|
|
79
|
+
m4_dquote(m4_defn([AT_SETUP])),
|
|
80
|
+
[47],
|
|
81
|
+
[72])
|
|
82
|
+
])
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
SETUP_PYTHON_HELPER_FUNCTIONS
|
|
86
|
+
|
|
87
|
+
RUN_TEST_SCRIPTS(
|
|
88
|
+
[event manifest provider support])
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|