libfwps-python 20240120__tar.gz → 20240225__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.
- {libfwps-20240120 → libfwps-20240225}/PKG-INFO +1 -1
- {libfwps-20240120 → libfwps-20240225}/common/config.h +3 -3
- {libfwps-20240120 → libfwps-20240225}/configure +10 -10
- {libfwps-20240120 → libfwps-20240225}/configure.ac +1 -1
- libfwps-20240225/dpkg/changelog +5 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/definitions.h +2 -2
- {libfwps-20240120 → libfwps-20240225}/include/libfwps.h +137 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps.h.in +137 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/Makefile.am +2 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/Makefile.in +10 -3
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps.rc +2 -2
- libfwps-20240225/libfwps/libfwps_debug.c +170 -0
- libfwps-20240225/libfwps/libfwps_debug.h +51 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_definitions.h +2 -2
- libfwps-20240225/libfwps/libfwps_notify.c +120 -0
- libfwps-20240225/libfwps/libfwps_notify.h +63 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_record.c +932 -144
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_record.h +81 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps.spec +2 -2
- {libfwps-20240120 → libfwps-20240225}/libuna/Makefile.am +4 -2
- {libfwps-20240120 → libfwps-20240225}/libuna/Makefile.in +8 -4
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base16_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base16_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base32_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base32_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base64_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_base64_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_byte_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_byte_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_10.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_10.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_13.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_13.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_14.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_14.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_15.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_15.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_16.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_16.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_2.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_2.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_3.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_3.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_4.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_4.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_5.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_5.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_6.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_6.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_7.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_7.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_8.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_8.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_9.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_iso_8859_9.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_koi8_r.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_koi8_r.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_koi8_u.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_koi8_u.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_arabic.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_arabic.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_celtic.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_celtic.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_centraleurroman.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_centraleurroman.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_croatian.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_croatian.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_cyrillic.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_cyrillic.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_dingbats.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_dingbats.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_farsi.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_farsi.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_gaelic.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_gaelic.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_greek.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_greek.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_icelandic.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_icelandic.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_inuit.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_inuit.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_roman.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_roman.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_romanian.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_romanian.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_russian.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_russian.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_symbol.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_symbol.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_thai.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_thai.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_turkish.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_turkish.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_ukrainian.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_mac_ukrainian.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1250.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1250.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1251.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1251.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1252.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1252.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1253.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1253.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1254.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1254.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1255.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1255.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1256.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1256.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1257.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1257.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1258.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_1258.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_874.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_874.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_932.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_932.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_936.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_936.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_949.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_949.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_950.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_codepage_windows_950.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_definitions.h +3 -3
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_error.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_error.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_extern.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_libcerror.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_scsu.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_scsu.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_support.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_support.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_types.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_unicode_character.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_unicode_character.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_unused.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_url_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_url_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf16_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf16_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf16_string.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf16_string.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf32_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf32_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf32_string.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf32_string.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf7_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf7_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf8_stream.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf8_stream.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf8_string.c +1 -1
- {libfwps-20240120 → libfwps-20240225}/libuna/libuna_utf8_string.h +1 -1
- {libfwps-20240120 → libfwps-20240225}/manuals/libfwps.3 +31 -1
- {libfwps-20240120 → libfwps-20240225}/msvscpp/Makefile.am +1 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/Makefile.in +1 -0
- libfwps-20240225/msvscpp/fwps_test_notify/fwps_test_notify.vcproj +214 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libfwps/libfwps.vcproj +16 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libfwps.sln +10 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_record.c +406 -1
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_record.h +12 -0
- {libfwps-20240120 → libfwps-20240225}/setup.cfg +1 -1
- {libfwps-20240120 → libfwps-20240225}/tests/Makefile.am +12 -0
- {libfwps-20240120 → libfwps-20240225}/tests/Makefile.in +24 -3
- libfwps-20240225/tests/fwps_test_notify.c +229 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_property_identifier.c +4 -0
- {libfwps-20240120 → libfwps-20240225}/tests/test_library.sh +1 -1
- {libfwps-20240120 → libfwps-20240225}/tests/test_python_module.sh +12 -4
- libfwps-20240120/dpkg/changelog +0 -5
- {libfwps-20240120 → libfwps-20240225}/ABOUT-NLS +0 -0
- {libfwps-20240120 → libfwps-20240225}/AUTHORS +0 -0
- {libfwps-20240120 → libfwps-20240225}/COPYING +0 -0
- {libfwps-20240120 → libfwps-20240225}/COPYING.LESSER +0 -0
- {libfwps-20240120 → libfwps-20240225}/ChangeLog +0 -0
- {libfwps-20240120 → libfwps-20240225}/INSTALL +0 -0
- {libfwps-20240120 → libfwps-20240225}/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/NEWS +0 -0
- {libfwps-20240120 → libfwps-20240225}/README +0 -0
- {libfwps-20240120 → libfwps-20240225}/acinclude.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/aclocal.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/byte_stream.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/common.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/config.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/config_borlandc.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/config_msc.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/config_winapi.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/file_stream.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/memory.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/narrow_string.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/system_string.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/types.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/common/wide_string.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/compile +0 -0
- {libfwps-20240120 → libfwps-20240225}/config.guess +0 -0
- {libfwps-20240120 → libfwps-20240225}/config.rpath +0 -0
- {libfwps-20240120 → libfwps-20240225}/config.sub +0 -0
- {libfwps-20240120 → libfwps-20240225}/depcomp +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/changelog.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/compat +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/control +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/copyright +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/libfwps-dev.install +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/libfwps-python3.install +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/libfwps.install +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/rules +0 -0
- {libfwps-20240120 → libfwps-20240225}/dpkg/source/format +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/codepage.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/definitions.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/features.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/features.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/include/libfwps/types.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/install-sh +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_array.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_array.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree_node.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree_node.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree_values_list.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_btree_values_list.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_libcthreads.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_list.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_list.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_list_element.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_list_element.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_range_list.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_range_list.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_range_list_value.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_range_list_value.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_tree_node.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_tree_node.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcdata/libcdata_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_system.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_system.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcerror/libcerror_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_codepage.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_codepage.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_locale.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_locale.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_wide_string.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libclocale/libclocale_wide_string.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_print.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_print.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_stream.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_stream.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_verbose.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcnotify/libcnotify_verbose.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_condition.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_condition.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_lock.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_lock.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_mutex.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_mutex.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_queue.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_queue.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libcthreads/libcthreads_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfdatetime/libfdatetime_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_definitions.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_identifier.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_identifier.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfguid/libfguid_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps.rc.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_codepage.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_definitions.h.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_extern.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_format_class_identifier.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_format_class_identifier.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_libcdata.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_libcnotify.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_libfguid.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_libuna.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_property_identifier.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_property_identifier.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_set.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_set.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_store.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_store.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_support.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_types.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps/libfwps_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps.pc.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/libfwps.spec.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/ltmain.sh +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/common.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/gettext.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/host-cpu-c-abi.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/iconv.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/intlmacosx.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/lib-ld.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/lib-link.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/lib-prefix.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libcdata.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libcerror.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libclocale.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libcnotify.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libcthreads.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libfdatetime.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libfguid.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libtool.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/libuna.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/ltoptions.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/ltsugar.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/ltversion.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/lt~obsolete.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/nls.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/po.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/progtest.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/pthread.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/python.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/tests.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/m4/types.m4 +0 -0
- {libfwps-20240120 → libfwps-20240225}/manuals/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/manuals/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/missing +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_error/fwps_test_error.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_property_identifier/fwps_test_property_identifier.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_record/fwps_test_record.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_set/fwps_test_set.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_store/fwps_test_store.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/fwps_test_support/fwps_test_support.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/libuna/libuna.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/msvscpp/pyfwps/pyfwps.vcproj +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/ossfuzz_libfwps.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/record_fuzzer.cc +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/set_fuzzer.cc +0 -0
- {libfwps-20240120 → libfwps-20240225}/ossfuzz/store_fuzzer.cc +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/ChangeLog +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/Makefile.in.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/Makevars +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/Makevars.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/POTFILES.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/Rules-quot +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/boldquot.sed +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/en@boldquot.header +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/en@quot.header +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/insert-header.sin +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/quot.sed +0 -0
- {libfwps-20240120 → libfwps-20240225}/po/remove-potcdate.sin +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/Makefile.am +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/Makefile.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_codepage.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_codepage.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_error.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_guid.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_guid.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_integer.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_integer.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_libclocale.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_libfguid.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_libfwps.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_libuna.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_python.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_records.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_records.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_set.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_set.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_sets.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_sets.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_store.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_store.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_string.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_string.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyfwps/pyfwps_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/pyproject.toml +0 -0
- {libfwps-20240120 → libfwps-20240225}/setup.cfg.in +0 -0
- {libfwps-20240120 → libfwps-20240225}/setup.py +0 -0
- {libfwps-20240120 → libfwps-20240225}/test-driver +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_error.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_libcerror.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_libfwps.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_macros.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_memory.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_memory.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_record.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_set.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_store.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_support.c +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/fwps_test_unused.h +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/pyfwps_test_set.py +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/pyfwps_test_store.py +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/pyfwps_test_support.py +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/test_manpage.sh +0 -0
- {libfwps-20240120 → libfwps-20240225}/tests/test_runner.sh +0 -0
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
#define PACKAGE_NAME "libfwps"
|
|
390
390
|
|
|
391
391
|
/* Define to the full name and version of this package. */
|
|
392
|
-
#define PACKAGE_STRING "libfwps
|
|
392
|
+
#define PACKAGE_STRING "libfwps 20240225"
|
|
393
393
|
|
|
394
394
|
/* Define to the one symbol short name of this package. */
|
|
395
395
|
#define PACKAGE_TARNAME "libfwps"
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
#define PACKAGE_URL ""
|
|
399
399
|
|
|
400
400
|
/* Define to the version of this package. */
|
|
401
|
-
#define PACKAGE_VERSION "
|
|
401
|
+
#define PACKAGE_VERSION "20240225"
|
|
402
402
|
|
|
403
403
|
/* The size of `int', as computed by sizeof. */
|
|
404
404
|
#define SIZEOF_INT 4
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
/* #undef STRERROR_R_CHAR_P */
|
|
425
425
|
|
|
426
426
|
/* Version number of package */
|
|
427
|
-
#define VERSION "
|
|
427
|
+
#define VERSION "20240225"
|
|
428
428
|
|
|
429
429
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
430
430
|
/* #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 libfwps
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libfwps 20240225.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <joachim.metz@gmail.com>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libfwps'
|
|
623
623
|
PACKAGE_TARNAME='libfwps'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libfwps
|
|
624
|
+
PACKAGE_VERSION='20240225'
|
|
625
|
+
PACKAGE_STRING='libfwps 20240225'
|
|
626
626
|
PACKAGE_BUGREPORT='joachim.metz@gmail.com'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1556,7 +1556,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1556
1556
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1557
1557
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1558
1558
|
cat <<_ACEOF
|
|
1559
|
-
\`configure' configures libfwps
|
|
1559
|
+
\`configure' configures libfwps 20240225 to adapt to many kinds of systems.
|
|
1560
1560
|
|
|
1561
1561
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1562
1562
|
|
|
@@ -1627,7 +1627,7 @@ fi
|
|
|
1627
1627
|
|
|
1628
1628
|
if test -n "$ac_init_help"; then
|
|
1629
1629
|
case $ac_init_help in
|
|
1630
|
-
short | recursive ) echo "Configuration of libfwps
|
|
1630
|
+
short | recursive ) echo "Configuration of libfwps 20240225:";;
|
|
1631
1631
|
esac
|
|
1632
1632
|
cat <<\_ACEOF
|
|
1633
1633
|
|
|
@@ -1826,7 +1826,7 @@ fi
|
|
|
1826
1826
|
test -n "$ac_init_help" && exit $ac_status
|
|
1827
1827
|
if $ac_init_version; then
|
|
1828
1828
|
cat <<\_ACEOF
|
|
1829
|
-
libfwps configure
|
|
1829
|
+
libfwps configure 20240225
|
|
1830
1830
|
generated by GNU Autoconf 2.71
|
|
1831
1831
|
|
|
1832
1832
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2547,7 +2547,7 @@ cat >config.log <<_ACEOF
|
|
|
2547
2547
|
This file contains any messages produced by compilers while
|
|
2548
2548
|
running configure, to aid debugging if configure makes a mistake.
|
|
2549
2549
|
|
|
2550
|
-
It was created by libfwps $as_me
|
|
2550
|
+
It was created by libfwps $as_me 20240225, which was
|
|
2551
2551
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2552
2552
|
|
|
2553
2553
|
$ $0$ac_configure_args_raw
|
|
@@ -4036,7 +4036,7 @@ fi
|
|
|
4036
4036
|
|
|
4037
4037
|
# Define the identity of the package.
|
|
4038
4038
|
PACKAGE='libfwps'
|
|
4039
|
-
VERSION='
|
|
4039
|
+
VERSION='20240225'
|
|
4040
4040
|
|
|
4041
4041
|
|
|
4042
4042
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -44991,7 +44991,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
44991
44991
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
44992
44992
|
# values after options handling.
|
|
44993
44993
|
ac_log="
|
|
44994
|
-
This file was extended by libfwps $as_me
|
|
44994
|
+
This file was extended by libfwps $as_me 20240225, which was
|
|
44995
44995
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
44996
44996
|
|
|
44997
44997
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -45059,7 +45059,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
45059
45059
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
45060
45060
|
ac_cs_config='$ac_cs_config_escaped'
|
|
45061
45061
|
ac_cs_version="\\
|
|
45062
|
-
libfwps config.status
|
|
45062
|
+
libfwps config.status 20240225
|
|
45063
45063
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
45064
45064
|
with options \\"\$ac_cs_config\\"
|
|
45065
45065
|
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libfwps/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBFWPS_VERSION
|
|
27
|
+
#define LIBFWPS_VERSION 20240225
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBFWPS_VERSION_STRING "
|
|
31
|
+
#define LIBFWPS_VERSION_STRING "20240225"
|
|
32
32
|
|
|
33
33
|
/* The byte order definitions
|
|
34
34
|
*/
|
|
@@ -45,6 +45,40 @@ LIBFWPS_EXTERN \
|
|
|
45
45
|
const char *libfwps_get_version(
|
|
46
46
|
void );
|
|
47
47
|
|
|
48
|
+
/* -------------------------------------------------------------------------
|
|
49
|
+
* Notify functions
|
|
50
|
+
* ------------------------------------------------------------------------- */
|
|
51
|
+
|
|
52
|
+
/* Sets the verbose notification
|
|
53
|
+
*/
|
|
54
|
+
LIBFWPS_EXTERN \
|
|
55
|
+
void libfwps_notify_set_verbose(
|
|
56
|
+
int verbose );
|
|
57
|
+
|
|
58
|
+
/* Sets the notification stream
|
|
59
|
+
* Returns 1 if successful or -1 on error
|
|
60
|
+
*/
|
|
61
|
+
LIBFWPS_EXTERN \
|
|
62
|
+
int libfwps_notify_set_stream(
|
|
63
|
+
FILE *stream,
|
|
64
|
+
libfwps_error_t **error );
|
|
65
|
+
|
|
66
|
+
/* Opens the notification stream using a filename
|
|
67
|
+
* The stream is opened in append mode
|
|
68
|
+
* Returns 1 if successful or -1 on error
|
|
69
|
+
*/
|
|
70
|
+
LIBFWPS_EXTERN \
|
|
71
|
+
int libfwps_notify_stream_open(
|
|
72
|
+
const char *filename,
|
|
73
|
+
libfwps_error_t **error );
|
|
74
|
+
|
|
75
|
+
/* Closes the notification stream if opened using a filename
|
|
76
|
+
* Returns 0 if successful or -1 on error
|
|
77
|
+
*/
|
|
78
|
+
LIBFWPS_EXTERN \
|
|
79
|
+
int libfwps_notify_stream_close(
|
|
80
|
+
libfwps_error_t **error );
|
|
81
|
+
|
|
48
82
|
/* -------------------------------------------------------------------------
|
|
49
83
|
* Error functions
|
|
50
84
|
* ------------------------------------------------------------------------- */
|
|
@@ -119,6 +153,48 @@ int libfwps_record_free(
|
|
|
119
153
|
libfwps_record_t **record,
|
|
120
154
|
libfwps_error_t **error );
|
|
121
155
|
|
|
156
|
+
/* Retrieves the size of the UTF-8 encoded entry name
|
|
157
|
+
* The returned size includes the end of string character
|
|
158
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
159
|
+
*/
|
|
160
|
+
LIBFWPS_EXTERN \
|
|
161
|
+
int libfwps_record_get_utf8_entry_name_size(
|
|
162
|
+
libfwps_record_t *record,
|
|
163
|
+
size_t *utf8_string_size,
|
|
164
|
+
libfwps_error_t **error );
|
|
165
|
+
|
|
166
|
+
/* Retrieves the UTF-8 encoded entry name
|
|
167
|
+
* The size should include the end of string character
|
|
168
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
169
|
+
*/
|
|
170
|
+
LIBFWPS_EXTERN \
|
|
171
|
+
int libfwps_record_get_utf8_entry_name(
|
|
172
|
+
libfwps_record_t *record,
|
|
173
|
+
uint8_t *utf8_string,
|
|
174
|
+
size_t utf8_string_size,
|
|
175
|
+
libfwps_error_t **error );
|
|
176
|
+
|
|
177
|
+
/* Retrieves the size of the UTF-16 encoded entry name
|
|
178
|
+
* The returned size includes the end of string character
|
|
179
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
180
|
+
*/
|
|
181
|
+
LIBFWPS_EXTERN \
|
|
182
|
+
int libfwps_record_get_utf16_entry_name_size(
|
|
183
|
+
libfwps_record_t *record,
|
|
184
|
+
size_t *utf16_string_size,
|
|
185
|
+
libfwps_error_t **error );
|
|
186
|
+
|
|
187
|
+
/* Retrieves the UTF-16 encoded entry name
|
|
188
|
+
* The size should include the end of string character
|
|
189
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
190
|
+
*/
|
|
191
|
+
LIBFWPS_EXTERN \
|
|
192
|
+
int libfwps_record_get_utf16_entry_name(
|
|
193
|
+
libfwps_record_t *record,
|
|
194
|
+
uint16_t *utf16_string,
|
|
195
|
+
size_t utf16_string_size,
|
|
196
|
+
libfwps_error_t **error );
|
|
197
|
+
|
|
122
198
|
/* Retrieves the entry type
|
|
123
199
|
* Returns 1 if successful, 0 if not available or -1 on error
|
|
124
200
|
*/
|
|
@@ -128,6 +204,48 @@ int libfwps_record_get_entry_type(
|
|
|
128
204
|
uint32_t *entry_type,
|
|
129
205
|
libfwps_error_t **error );
|
|
130
206
|
|
|
207
|
+
/* Retrieves the size of the UTF-8 encoded value name
|
|
208
|
+
* The returned size includes the end of string character
|
|
209
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
210
|
+
*/
|
|
211
|
+
LIBFWPS_EXTERN \
|
|
212
|
+
int libfwps_record_get_utf8_value_name_size(
|
|
213
|
+
libfwps_record_t *record,
|
|
214
|
+
size_t *utf8_string_size,
|
|
215
|
+
libfwps_error_t **error );
|
|
216
|
+
|
|
217
|
+
/* Retrieves the UTF-8 encoded value name
|
|
218
|
+
* The size should include the end of string character
|
|
219
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
220
|
+
*/
|
|
221
|
+
LIBFWPS_EXTERN \
|
|
222
|
+
int libfwps_record_get_utf8_value_name(
|
|
223
|
+
libfwps_record_t *record,
|
|
224
|
+
uint8_t *utf8_string,
|
|
225
|
+
size_t utf8_string_size,
|
|
226
|
+
libfwps_error_t **error );
|
|
227
|
+
|
|
228
|
+
/* Retrieves the size of the UTF-16 encoded value name
|
|
229
|
+
* The returned size includes the end of string character
|
|
230
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
231
|
+
*/
|
|
232
|
+
LIBFWPS_EXTERN \
|
|
233
|
+
int libfwps_record_get_utf16_value_name_size(
|
|
234
|
+
libfwps_record_t *record,
|
|
235
|
+
size_t *utf16_string_size,
|
|
236
|
+
libfwps_error_t **error );
|
|
237
|
+
|
|
238
|
+
/* Retrieves the UTF-16 encoded value name
|
|
239
|
+
* The size should include the end of string character
|
|
240
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
241
|
+
*/
|
|
242
|
+
LIBFWPS_EXTERN \
|
|
243
|
+
int libfwps_record_get_utf16_value_name(
|
|
244
|
+
libfwps_record_t *record,
|
|
245
|
+
uint16_t *utf16_string,
|
|
246
|
+
size_t utf16_string_size,
|
|
247
|
+
libfwps_error_t **error );
|
|
248
|
+
|
|
131
249
|
/* Retrieves the value type
|
|
132
250
|
* Returns 1 if successful or -1 on error
|
|
133
251
|
*/
|
|
@@ -137,6 +255,25 @@ int libfwps_record_get_value_type(
|
|
|
137
255
|
uint32_t *value_type,
|
|
138
256
|
libfwps_error_t **error );
|
|
139
257
|
|
|
258
|
+
/* Retrieves the data size
|
|
259
|
+
* Returns 1 if successful or -1 on error
|
|
260
|
+
*/
|
|
261
|
+
LIBFWPS_EXTERN \
|
|
262
|
+
int libfwps_record_get_data_size(
|
|
263
|
+
libfwps_record_t *record,
|
|
264
|
+
size_t *data_size,
|
|
265
|
+
libfwps_error_t **error );
|
|
266
|
+
|
|
267
|
+
/* Retrieves the data
|
|
268
|
+
* Returns 1 if successful or -1 on error
|
|
269
|
+
*/
|
|
270
|
+
LIBFWPS_EXTERN \
|
|
271
|
+
int libfwps_record_get_data(
|
|
272
|
+
libfwps_record_t *record,
|
|
273
|
+
uint8_t *data,
|
|
274
|
+
size_t data_size,
|
|
275
|
+
libfwps_error_t **error );
|
|
276
|
+
|
|
140
277
|
/* Retrieves the data as a boolean value
|
|
141
278
|
* Returns 1 if successful or -1 on error
|
|
142
279
|
*/
|
|
@@ -45,6 +45,40 @@ LIBFWPS_EXTERN \
|
|
|
45
45
|
const char *libfwps_get_version(
|
|
46
46
|
void );
|
|
47
47
|
|
|
48
|
+
/* -------------------------------------------------------------------------
|
|
49
|
+
* Notify functions
|
|
50
|
+
* ------------------------------------------------------------------------- */
|
|
51
|
+
|
|
52
|
+
/* Sets the verbose notification
|
|
53
|
+
*/
|
|
54
|
+
LIBFWPS_EXTERN \
|
|
55
|
+
void libfwps_notify_set_verbose(
|
|
56
|
+
int verbose );
|
|
57
|
+
|
|
58
|
+
/* Sets the notification stream
|
|
59
|
+
* Returns 1 if successful or -1 on error
|
|
60
|
+
*/
|
|
61
|
+
LIBFWPS_EXTERN \
|
|
62
|
+
int libfwps_notify_set_stream(
|
|
63
|
+
FILE *stream,
|
|
64
|
+
libfwps_error_t **error );
|
|
65
|
+
|
|
66
|
+
/* Opens the notification stream using a filename
|
|
67
|
+
* The stream is opened in append mode
|
|
68
|
+
* Returns 1 if successful or -1 on error
|
|
69
|
+
*/
|
|
70
|
+
LIBFWPS_EXTERN \
|
|
71
|
+
int libfwps_notify_stream_open(
|
|
72
|
+
const char *filename,
|
|
73
|
+
libfwps_error_t **error );
|
|
74
|
+
|
|
75
|
+
/* Closes the notification stream if opened using a filename
|
|
76
|
+
* Returns 0 if successful or -1 on error
|
|
77
|
+
*/
|
|
78
|
+
LIBFWPS_EXTERN \
|
|
79
|
+
int libfwps_notify_stream_close(
|
|
80
|
+
libfwps_error_t **error );
|
|
81
|
+
|
|
48
82
|
/* -------------------------------------------------------------------------
|
|
49
83
|
* Error functions
|
|
50
84
|
* ------------------------------------------------------------------------- */
|
|
@@ -119,6 +153,48 @@ int libfwps_record_free(
|
|
|
119
153
|
libfwps_record_t **record,
|
|
120
154
|
libfwps_error_t **error );
|
|
121
155
|
|
|
156
|
+
/* Retrieves the size of the UTF-8 encoded entry name
|
|
157
|
+
* The returned size includes the end of string character
|
|
158
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
159
|
+
*/
|
|
160
|
+
LIBFWPS_EXTERN \
|
|
161
|
+
int libfwps_record_get_utf8_entry_name_size(
|
|
162
|
+
libfwps_record_t *record,
|
|
163
|
+
size_t *utf8_string_size,
|
|
164
|
+
libfwps_error_t **error );
|
|
165
|
+
|
|
166
|
+
/* Retrieves the UTF-8 encoded entry name
|
|
167
|
+
* The size should include the end of string character
|
|
168
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
169
|
+
*/
|
|
170
|
+
LIBFWPS_EXTERN \
|
|
171
|
+
int libfwps_record_get_utf8_entry_name(
|
|
172
|
+
libfwps_record_t *record,
|
|
173
|
+
uint8_t *utf8_string,
|
|
174
|
+
size_t utf8_string_size,
|
|
175
|
+
libfwps_error_t **error );
|
|
176
|
+
|
|
177
|
+
/* Retrieves the size of the UTF-16 encoded entry name
|
|
178
|
+
* The returned size includes the end of string character
|
|
179
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
180
|
+
*/
|
|
181
|
+
LIBFWPS_EXTERN \
|
|
182
|
+
int libfwps_record_get_utf16_entry_name_size(
|
|
183
|
+
libfwps_record_t *record,
|
|
184
|
+
size_t *utf16_string_size,
|
|
185
|
+
libfwps_error_t **error );
|
|
186
|
+
|
|
187
|
+
/* Retrieves the UTF-16 encoded entry name
|
|
188
|
+
* The size should include the end of string character
|
|
189
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
190
|
+
*/
|
|
191
|
+
LIBFWPS_EXTERN \
|
|
192
|
+
int libfwps_record_get_utf16_entry_name(
|
|
193
|
+
libfwps_record_t *record,
|
|
194
|
+
uint16_t *utf16_string,
|
|
195
|
+
size_t utf16_string_size,
|
|
196
|
+
libfwps_error_t **error );
|
|
197
|
+
|
|
122
198
|
/* Retrieves the entry type
|
|
123
199
|
* Returns 1 if successful, 0 if not available or -1 on error
|
|
124
200
|
*/
|
|
@@ -128,6 +204,48 @@ int libfwps_record_get_entry_type(
|
|
|
128
204
|
uint32_t *entry_type,
|
|
129
205
|
libfwps_error_t **error );
|
|
130
206
|
|
|
207
|
+
/* Retrieves the size of the UTF-8 encoded value name
|
|
208
|
+
* The returned size includes the end of string character
|
|
209
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
210
|
+
*/
|
|
211
|
+
LIBFWPS_EXTERN \
|
|
212
|
+
int libfwps_record_get_utf8_value_name_size(
|
|
213
|
+
libfwps_record_t *record,
|
|
214
|
+
size_t *utf8_string_size,
|
|
215
|
+
libfwps_error_t **error );
|
|
216
|
+
|
|
217
|
+
/* Retrieves the UTF-8 encoded value name
|
|
218
|
+
* The size should include the end of string character
|
|
219
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
220
|
+
*/
|
|
221
|
+
LIBFWPS_EXTERN \
|
|
222
|
+
int libfwps_record_get_utf8_value_name(
|
|
223
|
+
libfwps_record_t *record,
|
|
224
|
+
uint8_t *utf8_string,
|
|
225
|
+
size_t utf8_string_size,
|
|
226
|
+
libfwps_error_t **error );
|
|
227
|
+
|
|
228
|
+
/* Retrieves the size of the UTF-16 encoded value name
|
|
229
|
+
* The returned size includes the end of string character
|
|
230
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
231
|
+
*/
|
|
232
|
+
LIBFWPS_EXTERN \
|
|
233
|
+
int libfwps_record_get_utf16_value_name_size(
|
|
234
|
+
libfwps_record_t *record,
|
|
235
|
+
size_t *utf16_string_size,
|
|
236
|
+
libfwps_error_t **error );
|
|
237
|
+
|
|
238
|
+
/* Retrieves the UTF-16 encoded value name
|
|
239
|
+
* The size should include the end of string character
|
|
240
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
241
|
+
*/
|
|
242
|
+
LIBFWPS_EXTERN \
|
|
243
|
+
int libfwps_record_get_utf16_value_name(
|
|
244
|
+
libfwps_record_t *record,
|
|
245
|
+
uint16_t *utf16_string,
|
|
246
|
+
size_t utf16_string_size,
|
|
247
|
+
libfwps_error_t **error );
|
|
248
|
+
|
|
131
249
|
/* Retrieves the value type
|
|
132
250
|
* Returns 1 if successful or -1 on error
|
|
133
251
|
*/
|
|
@@ -137,6 +255,25 @@ int libfwps_record_get_value_type(
|
|
|
137
255
|
uint32_t *value_type,
|
|
138
256
|
libfwps_error_t **error );
|
|
139
257
|
|
|
258
|
+
/* Retrieves the data size
|
|
259
|
+
* Returns 1 if successful or -1 on error
|
|
260
|
+
*/
|
|
261
|
+
LIBFWPS_EXTERN \
|
|
262
|
+
int libfwps_record_get_data_size(
|
|
263
|
+
libfwps_record_t *record,
|
|
264
|
+
size_t *data_size,
|
|
265
|
+
libfwps_error_t **error );
|
|
266
|
+
|
|
267
|
+
/* Retrieves the data
|
|
268
|
+
* Returns 1 if successful or -1 on error
|
|
269
|
+
*/
|
|
270
|
+
LIBFWPS_EXTERN \
|
|
271
|
+
int libfwps_record_get_data(
|
|
272
|
+
libfwps_record_t *record,
|
|
273
|
+
uint8_t *data,
|
|
274
|
+
size_t data_size,
|
|
275
|
+
libfwps_error_t **error );
|
|
276
|
+
|
|
140
277
|
/* Retrieves the data as a boolean value
|
|
141
278
|
* Returns 1 if successful or -1 on error
|
|
142
279
|
*/
|
|
@@ -16,6 +16,7 @@ lib_LTLIBRARIES = libfwps.la
|
|
|
16
16
|
libfwps_la_SOURCES = \
|
|
17
17
|
libfwps.c \
|
|
18
18
|
libfwps_codepage.h \
|
|
19
|
+
libfwps_debug.c libfwps_debug.h \
|
|
19
20
|
libfwps_definitions.h \
|
|
20
21
|
libfwps_extern.h \
|
|
21
22
|
libfwps_error.c libfwps_error.h \
|
|
@@ -25,6 +26,7 @@ libfwps_la_SOURCES = \
|
|
|
25
26
|
libfwps_libcnotify.h \
|
|
26
27
|
libfwps_libfguid.h \
|
|
27
28
|
libfwps_libuna.h \
|
|
29
|
+
libfwps_notify.c libfwps_notify.h \
|
|
28
30
|
libfwps_property_identifier.c libfwps_property_identifier.h \
|
|
29
31
|
libfwps_record.c libfwps_record.h \
|
|
30
32
|
libfwps_set.c libfwps_set.h \
|
|
@@ -143,8 +143,8 @@ am__uninstall_files_from_dir = { \
|
|
|
143
143
|
am__installdirs = "$(DESTDIR)$(libdir)"
|
|
144
144
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
145
145
|
libfwps_la_DEPENDENCIES =
|
|
146
|
-
am_libfwps_la_OBJECTS = libfwps.lo libfwps_error.lo \
|
|
147
|
-
libfwps_format_class_identifier.lo \
|
|
146
|
+
am_libfwps_la_OBJECTS = libfwps.lo libfwps_debug.lo libfwps_error.lo \
|
|
147
|
+
libfwps_format_class_identifier.lo libfwps_notify.lo \
|
|
148
148
|
libfwps_property_identifier.lo libfwps_record.lo \
|
|
149
149
|
libfwps_set.lo libfwps_store.lo libfwps_support.lo
|
|
150
150
|
libfwps_la_OBJECTS = $(am_libfwps_la_OBJECTS)
|
|
@@ -171,8 +171,9 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
|
|
|
171
171
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
172
172
|
am__maybe_remake_depfiles = depfiles
|
|
173
173
|
am__depfiles_remade = ./$(DEPDIR)/libfwps.Plo \
|
|
174
|
-
./$(DEPDIR)/libfwps_error.Plo \
|
|
174
|
+
./$(DEPDIR)/libfwps_debug.Plo ./$(DEPDIR)/libfwps_error.Plo \
|
|
175
175
|
./$(DEPDIR)/libfwps_format_class_identifier.Plo \
|
|
176
|
+
./$(DEPDIR)/libfwps_notify.Plo \
|
|
176
177
|
./$(DEPDIR)/libfwps_property_identifier.Plo \
|
|
177
178
|
./$(DEPDIR)/libfwps_record.Plo ./$(DEPDIR)/libfwps_set.Plo \
|
|
178
179
|
./$(DEPDIR)/libfwps_store.Plo ./$(DEPDIR)/libfwps_support.Plo
|
|
@@ -493,6 +494,7 @@ lib_LTLIBRARIES = libfwps.la
|
|
|
493
494
|
libfwps_la_SOURCES = \
|
|
494
495
|
libfwps.c \
|
|
495
496
|
libfwps_codepage.h \
|
|
497
|
+
libfwps_debug.c libfwps_debug.h \
|
|
496
498
|
libfwps_definitions.h \
|
|
497
499
|
libfwps_extern.h \
|
|
498
500
|
libfwps_error.c libfwps_error.h \
|
|
@@ -502,6 +504,7 @@ libfwps_la_SOURCES = \
|
|
|
502
504
|
libfwps_libcnotify.h \
|
|
503
505
|
libfwps_libfguid.h \
|
|
504
506
|
libfwps_libuna.h \
|
|
507
|
+
libfwps_notify.c libfwps_notify.h \
|
|
505
508
|
libfwps_property_identifier.c libfwps_property_identifier.h \
|
|
506
509
|
libfwps_record.c libfwps_record.h \
|
|
507
510
|
libfwps_set.c libfwps_set.h \
|
|
@@ -612,8 +615,10 @@ distclean-compile:
|
|
|
612
615
|
-rm -f *.tab.c
|
|
613
616
|
|
|
614
617
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps.Plo@am__quote@ # am--include-marker
|
|
618
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_debug.Plo@am__quote@ # am--include-marker
|
|
615
619
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_error.Plo@am__quote@ # am--include-marker
|
|
616
620
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_format_class_identifier.Plo@am__quote@ # am--include-marker
|
|
621
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_notify.Plo@am__quote@ # am--include-marker
|
|
617
622
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_property_identifier.Plo@am__quote@ # am--include-marker
|
|
618
623
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_record.Plo@am__quote@ # am--include-marker
|
|
619
624
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfwps_set.Plo@am__quote@ # am--include-marker
|
|
@@ -827,8 +832,10 @@ installcheck-am:
|
|
|
827
832
|
|
|
828
833
|
maintainer-clean: maintainer-clean-am
|
|
829
834
|
-rm -f ./$(DEPDIR)/libfwps.Plo
|
|
835
|
+
-rm -f ./$(DEPDIR)/libfwps_debug.Plo
|
|
830
836
|
-rm -f ./$(DEPDIR)/libfwps_error.Plo
|
|
831
837
|
-rm -f ./$(DEPDIR)/libfwps_format_class_identifier.Plo
|
|
838
|
+
-rm -f ./$(DEPDIR)/libfwps_notify.Plo
|
|
832
839
|
-rm -f ./$(DEPDIR)/libfwps_property_identifier.Plo
|
|
833
840
|
-rm -f ./$(DEPDIR)/libfwps_record.Plo
|
|
834
841
|
-rm -f ./$(DEPDIR)/libfwps_set.Plo
|
|
@@ -22,12 +22,12 @@ BEGIN
|
|
|
22
22
|
BLOCK "040904E4"
|
|
23
23
|
BEGIN
|
|
24
24
|
VALUE "FileDescription", "Library to access the Windows Property Store format\0"
|
|
25
|
-
VALUE "FileVersion", "
|
|
25
|
+
VALUE "FileVersion", "20240225" "\0"
|
|
26
26
|
VALUE "InternalName", "libfwps.dll\0"
|
|
27
27
|
VALUE "LegalCopyright", "(C) 2013-2024, Joachim Metz <joachim.metz@gmail.com>\0"
|
|
28
28
|
VALUE "OriginalFilename", "libfwps.dll\0"
|
|
29
29
|
VALUE "ProductName", "libfwps\0"
|
|
30
|
-
VALUE "ProductVersion", "
|
|
30
|
+
VALUE "ProductVersion", "20240225" "\0"
|
|
31
31
|
VALUE "Comments", "For more information visit https://github.com/libyal/libfwps/\0"
|
|
32
32
|
END
|
|
33
33
|
END
|