[Forensics-changes] [libewf] 02/08: Merge tag 'upstream/20140608' into debian

Pierre Chifflier pollux at moszumanska.debian.org
Thu Aug 21 19:23:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

pollux pushed a commit to branch debian
in repository libewf.

commit 51facb21d2637bf46525b53a7b0c30b389b4933c
Merge: 1ac5eba 1b70f38
Author: Pierre Chifflier <pollux at debian.org>
Date:   Thu Aug 21 16:46:21 2014 +0200

    Merge tag 'upstream/20140608' into debian
    
    Upstream version 20140608

 AUTHORS                                            |    12 +-
 ChangeLog                                          |    60 +
 Makefile.am                                        |    11 +-
 Makefile.in                                        |   117 +-
 README.dll                                         |   118 -
 acinclude.m4                                       |    18 -
 aclocal.m4                                         |     5 +
 borlandc/Makefile.am                               |    48 -
 borlandc/Makefile.in                               |   717 -
 borlandc/codegear/ewfacquire/ewfacquire.cbproj     |   281 -
 .../codegear/ewfacquire/ewfacquire_static.cbproj   |   289 -
 .../ewfacquirestream/ewfacquirestream.cbproj       |   239 -
 .../ewfacquirestream_static.cbproj                 |   271 -
 borlandc/codegear/ewfexport/ewfexport.cbproj       |   267 -
 .../codegear/ewfexport/ewfexport_static.cbproj     |   275 -
 borlandc/codegear/ewfinfo/ewfinfo.cbproj           |   210 -
 borlandc/codegear/ewfinfo/ewfinfo_static.cbproj    |   250 -
 borlandc/codegear/ewfrecover/ewfrecover.cbproj     |   267 -
 .../codegear/ewfrecover/ewfrecover_static.cbproj   |   275 -
 borlandc/codegear/ewfverify/ewfverify.cbproj       |   224 -
 .../codegear/ewfverify/ewfverify_static.cbproj     |   256 -
 borlandc/codegear/libbfio/libbfio.cbproj           |   201 -
 borlandc/codegear/libcaes/libcaes.cbproj           |   157 -
 borlandc/codegear/libcdata/libcdata.cbproj         |   171 -
 borlandc/codegear/libcerror/libcerror.cbproj       |   144 -
 borlandc/codegear/libcfile/libcfile.cbproj         |   159 -
 borlandc/codegear/libclocale/libclocale.cbproj     |   144 -
 borlandc/codegear/libcnotify/libcnotify.cbproj     |   144 -
 borlandc/codegear/libcpath/libcpath.cbproj         |   153 -
 borlandc/codegear/libcsplit/libcsplit.cbproj       |   165 -
 borlandc/codegear/libcstring/libcstring.cbproj     |   142 -
 borlandc/codegear/libcsystem/libcsystem.cbproj     |   174 -
 borlandc/codegear/libewf.groupproj                 |   348 -
 borlandc/codegear/libewf/libewf.cbproj             |   456 -
 borlandc/codegear/libewf/libewf_static.cbproj      |   388 -
 borlandc/codegear/libewf_static.groupproj          |   348 -
 borlandc/codegear/libfcache/libfcache.cbproj       |   157 -
 borlandc/codegear/libfvalue/libfvalue.cbproj       |   223 -
 borlandc/codegear/libhmac/libhmac.cbproj           |   154 -
 borlandc/codegear/libmfdata/libmfdata.cbproj       |   214 -
 borlandc/codegear/libodraw/libodraw.cbproj         |   211 -
 borlandc/codegear/libsmdev/libsmdev.cbproj         |   226 -
 borlandc/codegear/libsmraw/libsmraw.cbproj         |   181 -
 borlandc/codegear/libuna/libuna.cbproj             |   393 -
 borlandc/codegear/zlib/zlib.cbproj                 |   194 -
 borlandc/codegear/zlib/zlib_static.cbproj          |   163 -
 common/Makefile.am                                 |     1 +
 common/Makefile.in                                 |    76 +-
 common/byte_stream.h                               |     2 +-
 common/common.h                                    |    25 +-
 common/config.h                                    |    82 +-
 common/config.h.in                                 |    76 +-
 common/config_borlandc.h                           |    30 +-
 common/config_msc.h                                |    30 +-
 common/config_winapi.h                             |    78 +
 common/file_stream.h                               |     2 +-
 common/memory.h                                    |     2 +-
 common/types.h                                     |     2 +-
 common/types.h.in                                  |     2 +-
 configure                                          | 29968 +++++++++++++------
 configure.ac                                       |   265 +-
 documents/Makefile.in                              |    75 +-
 dpkg/changelog                                     |     4 +-
 dpkg/control                                       |     2 +-
 dpkg/copyright                                     |     2 +-
 dpkg/libewf-dev.docs                               |     1 -
 dpkg/rules                                         |     2 +
 ewf.net/Makefile.in                                |    75 +-
 ewf.net/ewf.net.rc                                 |     6 +-
 ewf.net/ewf.net.rc.in                              |     2 +-
 ewf.net/ewf.net_datetime.cpp                       |     2 +-
 ewf.net/ewf.net_datetime.h                         |     2 +-
 ewf.net/ewf.net_definitions.h                      |     2 +-
 ewf.net/ewf.net_file_entry.cpp                     |     2 +-
 ewf.net/ewf.net_file_entry.h                       |     2 +-
 ewf.net/ewf.net_handle.cpp                         |     2 +-
 ewf.net/ewf.net_handle.h                           |     2 +-
 ewf.net/ewf.net_sector_range.cpp                   |     2 +-
 ewf.net/ewf.net_sector_range.h                     |     2 +-
 ewf.net/ewf.net_support.cpp                        |     4 +-
 ewf.net/ewf.net_support.h                          |     2 +-
 ewftools-mt/Makefile.am                            |    94 +
 {ewftools => ewftools-mt}/Makefile.in              |   803 +-
 {ewftools => ewftools-mt}/ewfacquirestream.c       |   384 +-
 ewftools-mt/fifo_queue.cpp                         |   211 +
 ewftools-mt/fifo_queue.hpp                         |    98 +
 ewftools-mt/threading.cpp                          |   437 +
 ewftools-mt/threading.hpp                          |    84 +
 ewftools/Makefile.am                               |    12 +
 ewftools/Makefile.in                               |    87 +-
 ewftools/byte_size_string.c                        |     2 +-
 ewftools/byte_size_string.h                        |     2 +-
 ewftools/device_handle.c                           |    15 +-
 ewftools/device_handle.h                           |     2 +-
 ewftools/digest_hash.c                             |     2 +-
 ewftools/digest_hash.h                             |     2 +-
 ewftools/ewfacquire.c                              |    62 +-
 ewftools/ewfacquirestream.c                        |    50 +-
 ewftools/ewfcommon.h                               |     2 +-
 ewftools/ewfdebug.c                                |     2 +-
 ewftools/ewfexport.c                               |    15 +-
 ewftools/ewfinfo.c                                 |     2 +-
 ewftools/ewfinput.c                                |    85 +-
 ewftools/ewfinput.h                                |     2 +-
 ewftools/ewfmount.c                                |  1959 +-
 ewftools/ewfoutput.c                               |     4 +-
 ewftools/ewfoutput.h                               |     2 +-
 ewftools/ewfrecover.c                              |    15 +-
 .../ewftools_libcdatetime.h                        |    29 +-
 ewftools/ewftools_libcerror.h                      |     2 +-
 ewftools/ewftools_libcfile.h                       |     2 +-
 ewftools/ewftools_libclocale.h                     |     2 +-
 ewftools/ewftools_libcnotify.h                     |     2 +-
 ewftools/ewftools_libcpath.h                       |     2 +-
 ewftools/ewftools_libcsplit.h                      |     2 +-
 ewftools/ewftools_libcstring.h                     |     2 +-
 ewftools/ewftools_libcsystem.h                     |     2 +-
 ewftools/ewftools_libewf.h                         |     2 +-
 ewftools/ewftools_libhmac.h                        |     5 +-
 ewftools/ewftools_libodraw.h                       |     4 +-
 ewftools/ewftools_libsmdev.h                       |     4 +-
 ewftools/ewftools_libsmraw.h                       |     4 +-
 ewftools/ewftools_libuna.h                         |     7 +-
 ewftools/ewfverify.c                               |    17 +-
 ewftools/export_handle.c                           |   668 +-
 ewftools/export_handle.h                           |    11 +-
 ewftools/guid.c                                    |     2 +-
 ewftools/guid.h                                    |     2 +-
 ewftools/imaging_handle.c                          |   341 +-
 ewftools/imaging_handle.h                          |     7 +-
 ewftools/info_handle.c                             |    41 +-
 ewftools/info_handle.h                             |     2 +-
 ewftools/log_handle.c                              |     7 +-
 ewftools/log_handle.h                              |     2 +-
 ewftools/mount_handle.c                            |    78 +-
 ewftools/mount_handle.h                            |     8 +-
 ewftools/platform.c                                |     2 +-
 ewftools/platform.h                                |     2 +-
 ewftools/process_status.c                          |   821 +-
 ewftools/process_status.h                          |    30 +-
 ewftools/storage_media_buffer.c                    |    80 +-
 ewftools/storage_media_buffer.h                    |    19 +-
 ewftools/verification_handle.c                     |   243 +-
 ewftools/verification_handle.h                     |     7 +-
 examples/Makefile.in                               |    75 +-
 include/Makefile.in                                |    75 +-
 include/libewf.h                                   |     2 +-
 include/libewf.h.in                                |     2 +-
 include/libewf/codepage.h                          |     2 +-
 include/libewf/definitions.h                       |     8 +-
 include/libewf/definitions.h.in                    |     4 +-
 include/libewf/error.h                             |    14 +-
 include/libewf/extern.h                            |     2 +-
 include/libewf/features.h                          |     2 +-
 include/libewf/features.h.in                       |     2 +-
 include/libewf/types.h                             |     2 +-
 include/libewf/types.h.in                          |     2 +-
 libbfio/Makefile.am                                |     7 +-
 libbfio/Makefile.in                                |    98 +-
 libbfio/libbfio_codepage.h                         |     2 +-
 libbfio/libbfio_definitions.h                      |     6 +-
 libbfio/libbfio_error.c                            |     2 +-
 libbfio/libbfio_error.h                            |     2 +-
 libbfio/libbfio_extern.h                           |     2 +-
 libbfio/libbfio_file.c                             |    10 +-
 libbfio/libbfio_file.h                             |     2 +-
 libbfio/libbfio_file_pool.c                        |     2 +-
 libbfio/libbfio_file_pool.h                        |     2 +-
 libbfio/libbfio_file_range.c                       |    14 +-
 libbfio/libbfio_file_range.h                       |     2 +-
 libbfio/libbfio_handle.c                           |   830 +-
 libbfio/libbfio_handle.h                           |    16 +-
 libbfio/libbfio_legacy.c                           |   614 -
 libbfio/libbfio_legacy.h                           |    75 -
 libbfio/libbfio_libcdata.h                         |     6 +-
 libbfio/libbfio_libcerror.h                        |     2 +-
 libbfio/libbfio_libcfile.h                         |     2 +-
 libbfio/libbfio_libclocale.h                       |     2 +-
 libbfio/libbfio_libcpath.h                         |     2 +-
 libbfio/libbfio_libcstring.h                       |     2 +-
 libbfio/libbfio_libcthreads.h                      |    60 +
 libbfio/libbfio_libuna.h                           |     2 +-
 libbfio/libbfio_memory_range.c                     |    14 +-
 libbfio/libbfio_memory_range.h                     |     2 +-
 libbfio/libbfio_pool.c                             |  1119 +-
 libbfio/libbfio_pool.h                             |    17 +-
 libbfio/libbfio_support.c                          |     2 +-
 libbfio/libbfio_support.h                          |     2 +-
 libbfio/libbfio_types.h                            |     2 +-
 libbfio/libbfio_unused.h                           |     2 +-
 libcaes/Makefile.am                                |     1 +
 libcaes/Makefile.in                                |    84 +-
 libcaes/libcaes_context.c                          |   422 +-
 libcaes/libcaes_context.h                          |    30 +-
 libcaes/libcaes_crypt.c                            |  1200 +-
 libcaes/libcaes_crypt.h                            |    37 +-
 libcaes/libcaes_definitions.h                      |    27 +-
 libcaes/libcaes_error.c                            |     2 +-
 libcaes/libcaes_error.h                            |     2 +-
 libcaes/libcaes_extern.h                           |     2 +-
 libcaes/libcaes_key.c                              |   150 +-
 libcaes/libcaes_key.h                              |    10 +-
 libcaes/libcaes_libcerror.h                        |     2 +-
 libcaes/libcaes_libcstring.h                       |     2 +-
 libcaes/libcaes_support.c                          |     2 +-
 libcaes/libcaes_support.h                          |     2 +-
 libcaes/libcaes_tweaked_context.c                  |   288 +
 .../{libcaes_key.h => libcaes_tweaked_context.h}   |    52 +-
 libcaes/libcaes_types.h                            |     6 +-
 libcaes/libcaes_unused.h                           |     2 +-
 libcdata/Makefile.am                               |     9 +-
 libcdata/Makefile.in                               |   151 +-
 libcdata/libcdata_array.c                          |  1046 +-
 libcdata/libcdata_array.h                          |    40 +-
 libcdata/libcdata_btree.c                          |    12 +-
 libcdata/libcdata_btree.h                          |     6 +-
 libcdata/libcdata_definitions.h                    |     6 +-
 .../libcpath_error.c => libcdata/libcdata_error.c  |    30 +-
 .../libcpath_error.h => libcdata/libcdata_error.h  |    46 +-
 libcdata/libcdata_extern.h                         |     2 +-
 libcdata/libcdata_libcerror.h                      |     2 +-
 libcdata/libcdata_libcstring.h                     |     2 +-
 libcdata/libcdata_libcthreads.h                    |    60 +
 libcdata/libcdata_list.c                           |   916 +-
 libcdata/libcdata_list.h                           |    30 +-
 libcdata/libcdata_list_element.c                   |   284 +-
 libcdata/libcdata_list_element.h                   |     9 +-
 libcdata/libcdata_range_list.c                     |   986 +-
 libcdata/libcdata_range_list.h                     |    89 +-
 libcdata/libcdata_range_list_value.c               |   383 +
 libcdata/libcdata_range_list_value.h               |    94 +
 libcdata/libcdata_support.c                        |     2 +-
 libcdata/libcdata_support.h                        |     2 +-
 libcdata/libcdata_tree_node.c                      |    12 +-
 libcdata/libcdata_tree_node.h                      |     6 +-
 libcdata/libcdata_types.h                          |     6 +-
 libcdata/libcdata_unused.h                         |     2 +-
 libcdatetime/Makefile.am                           |    36 +
 {libcsplit => libcdatetime}/Makefile.in            |   180 +-
 libcdatetime/libcdatetime_definitions.h            |   100 +
 libcdatetime/libcdatetime_elements.c               |  3001 ++
 libcdatetime/libcdatetime_elements.h               |   253 +
 .../libcdatetime_error.c                           |    30 +-
 .../libcdatetime_error.h                           |    46 +-
 .../libcdatetime_extern.h                          |    20 +-
 .../libcdatetime_libcerror.h                       |     6 +-
 .../libcdatetime_libcstring.h                      |     6 +-
 .../libcdatetime_support.c                         |    16 +-
 .../libcdatetime_support.h                         |    19 +-
 libcdatetime/libcdatetime_timestamp.c              |   828 +
 libcdatetime/libcdatetime_timestamp.h              |   125 +
 .../libcdatetime_types.h                           |    20 +-
 .../libcdatetime_unused.h                          |    16 +-
 libcerror/Makefile.in                              |    75 +-
 libcerror/libcerror_definitions.h                  |     6 +-
 libcerror/libcerror_error.c                        |    38 +-
 libcerror/libcerror_error.h                        |     2 +-
 libcerror/libcerror_extern.h                       |     2 +-
 libcerror/libcerror_libcstring.h                   |     2 +-
 libcerror/libcerror_support.c                      |     2 +-
 libcerror/libcerror_support.h                      |     2 +-
 libcerror/libcerror_system.c                       |    20 +-
 libcerror/libcerror_system.h                       |     2 +-
 libcerror/libcerror_types.h                        |     2 +-
 libcerror/libcerror_unused.h                       |     2 +-
 libcfile/Makefile.in                               |    75 +-
 libcfile/libcfile_definitions.h                    |     6 +-
 libcfile/libcfile_error.c                          |     2 +-
 libcfile/libcfile_error.h                          |     2 +-
 libcfile/libcfile_extern.h                         |     2 +-
 libcfile/libcfile_file.c                           |  2720 +-
 libcfile/libcfile_file.h                           |   124 +-
 libcfile/libcfile_libcerror.h                      |     2 +-
 libcfile/libcfile_libclocale.h                     |     2 +-
 libcfile/libcfile_libcnotify.h                     |     2 +-
 libcfile/libcfile_libcstring.h                     |     2 +-
 libcfile/libcfile_libuna.h                         |     2 +-
 libcfile/libcfile_notify.c                         |     2 +-
 libcfile/libcfile_notify.h                         |     2 +-
 libcfile/libcfile_stream.c                         |    19 +-
 libcfile/libcfile_stream.h                         |     9 +-
 libcfile/libcfile_support.c                        |    18 +-
 libcfile/libcfile_support.h                        |     2 +-
 libcfile/libcfile_types.h                          |     2 +-
 libcfile/libcfile_unused.h                         |     2 +-
 libclocale/Makefile.in                             |    75 +-
 libclocale/libclocale_codepage.c                   |     4 +-
 libclocale/libclocale_codepage.h                   |    62 +-
 libclocale/libclocale_definitions.h                |    66 +-
 libclocale/libclocale_extern.h                     |     2 +-
 libclocale/libclocale_libcerror.h                  |     2 +-
 libclocale/libclocale_libcstring.h                 |     2 +-
 libclocale/libclocale_locale.c                     |     4 +-
 libclocale/libclocale_locale.h                     |     2 +-
 libclocale/libclocale_support.c                    |     2 +-
 libclocale/libclocale_support.h                    |     2 +-
 libclocale/libclocale_unused.h                     |     2 +-
 libcnotify/Makefile.am                             |     2 +
 libcnotify/Makefile.in                             |   123 +-
 libcnotify/libcnotify_definitions.h                |     6 +-
 libcnotify/libcnotify_extern.h                     |     2 +-
 libcnotify/libcnotify_libcerror.h                  |     2 +-
 libcnotify/libcnotify_libcstring.h                 |     2 +-
 libcnotify/libcnotify_print.c                      |     2 +-
 libcnotify/libcnotify_print.h                      |     2 +-
 libcnotify/libcnotify_stream.c                     |     2 +-
 libcnotify/libcnotify_stream.h                     |     2 +-
 libcnotify/libcnotify_unused.h                     |     2 +-
 libcnotify/libcnotify_verbose.c                    |     2 +-
 libcnotify/libcnotify_verbose.h                    |     2 +-
 libcpath/Makefile.in                               |    75 +-
 libcpath/libcpath_definitions.h                    |     6 +-
 libcpath/libcpath_error.c                          |     2 +-
 libcpath/libcpath_error.h                          |     2 +-
 libcpath/libcpath_extern.h                         |     2 +-
 libcpath/libcpath_libcerror.h                      |     2 +-
 libcpath/libcpath_libclocale.h                     |     2 +-
 libcpath/libcpath_libcsplit.h                      |     2 +-
 libcpath/libcpath_libcstring.h                     |     2 +-
 libcpath/libcpath_libuna.h                         |     2 +-
 libcpath/libcpath_path.c                           |   193 +-
 libcpath/libcpath_path.h                           |     2 +-
 libcpath/libcpath_support.c                        |     2 +-
 libcpath/libcpath_support.h                        |     2 +-
 libcpath/libcpath_unused.h                         |     2 +-
 libcsplit/Makefile.in                              |    75 +-
 libcsplit/libcsplit_definitions.h                  |     8 +-
 libcsplit/libcsplit_error.c                        |     2 +-
 libcsplit/libcsplit_error.h                        |     2 +-
 libcsplit/libcsplit_extern.h                       |     2 +-
 libcsplit/libcsplit_libcerror.h                    |     2 +-
 libcsplit/libcsplit_libcstring.h                   |     2 +-
 libcsplit/libcsplit_narrow_split_string.c          |     7 +-
 libcsplit/libcsplit_narrow_split_string.h          |     2 +-
 libcsplit/libcsplit_narrow_string.c                |     6 +-
 libcsplit/libcsplit_narrow_string.h                |     2 +-
 libcsplit/libcsplit_support.c                      |     2 +-
 libcsplit/libcsplit_support.h                      |     2 +-
 libcsplit/libcsplit_types.h                        |     2 +-
 libcsplit/libcsplit_unused.h                       |     2 +-
 libcsplit/libcsplit_wide_split_string.c            |     7 +-
 libcsplit/libcsplit_wide_split_string.h            |     2 +-
 libcsplit/libcsplit_wide_string.c                  |     6 +-
 libcsplit/libcsplit_wide_string.h                  |     2 +-
 libcstring/Makefile.in                             |    75 +-
 libcstring/libcstring_definitions.h                |     6 +-
 libcstring/libcstring_extern.h                     |     2 +-
 libcstring/libcstring_narrow_string.h              |     4 +-
 libcstring/libcstring_support.c                    |     2 +-
 libcstring/libcstring_support.h                    |     2 +-
 libcstring/libcstring_system_string.h              |     2 +-
 libcstring/libcstring_types.h                      |     2 +-
 libcstring/libcstring_unused.h                     |     2 +-
 libcstring/libcstring_wide_string.c                |     2 +-
 libcstring/libcstring_wide_string.h                |     4 +-
 libcsystem/Makefile.in                             |    75 +-
 libcsystem/libcsystem_definitions.h                |     6 +-
 libcsystem/libcsystem_file_io.h                    |     2 +-
 libcsystem/libcsystem_file_stream.h                |     2 +-
 libcsystem/libcsystem_find.h                       |     2 +-
 libcsystem/libcsystem_getopt.c                     |     2 +-
 libcsystem/libcsystem_getopt.h                     |     2 +-
 libcsystem/libcsystem_glob.c                       |     7 +-
 libcsystem/libcsystem_glob.h                       |     2 +-
 libcsystem/libcsystem_i18n.h                       |     6 +-
 libcsystem/libcsystem_libcerror.h                  |     2 +-
 libcsystem/libcsystem_libclocale.h                 |     2 +-
 libcsystem/libcsystem_libcnotify.h                 |     2 +-
 libcsystem/libcsystem_libcstring.h                 |     2 +-
 libcsystem/libcsystem_libuna.h                     |     2 +-
 libcsystem/libcsystem_signal.c                     |     2 +-
 libcsystem/libcsystem_signal.h                     |     2 +-
 libcsystem/libcsystem_string.c                     |     2 +-
 libcsystem/libcsystem_string.h                     |     2 +-
 libcsystem/libcsystem_support.c                    |     4 +-
 libcsystem/libcsystem_support.h                    |     2 +-
 libcsystem/libcsystem_unused.h                     |     2 +-
 libcthreads/Makefile.am                            |    39 +
 {libcsplit => libcthreads}/Makefile.in             |   203 +-
 libcthreads/libcthreads_condition.c                |   705 +
 libcthreads/libcthreads_condition.h                |   120 +
 .../libcthreads_definitions.h                      |    31 +-
 .../libcthreads_error.c                            |    30 +-
 .../libcthreads_error.h                            |    46 +-
 .../libcthreads_extern.h                           |    20 +-
 .../libcthreads_libcerror.h                        |     6 +-
 .../libcthreads_libcstring.h                       |     6 +-
 libcthreads/libcthreads_lock.c                     |   314 +
 libcthreads/libcthreads_lock.h                     |    88 +
 libcthreads/libcthreads_mutex.c                    |   500 +
 libcthreads/libcthreads_mutex.h                    |    98 +
 libcthreads/libcthreads_queue.c                    |   856 +
 libcthreads/libcthreads_queue.h                    |   122 +
 libcthreads/libcthreads_read_write_lock.c          |   605 +
 libcthreads/libcthreads_read_write_lock.h          |   124 +
 libcthreads/libcthreads_repeating_thread.c         |   607 +
 libcthreads/libcthreads_repeating_thread.h         |   115 +
 .../libcthreads_support.c                          |    16 +-
 .../libcthreads_support.h                          |    19 +-
 libcthreads/libcthreads_thread.c                   |   373 +
 libcthreads/libcthreads_thread.h                   |    95 +
 libcthreads/libcthreads_thread_attributes.c        |   146 +
 libcthreads/libcthreads_thread_attributes.h        |    78 +
 libcthreads/libcthreads_thread_pool.c              |  1231 +
 libcthreads/libcthreads_thread_pool.h              |   161 +
 libcthreads/libcthreads_types.h                    |    63 +
 .../libcthreads_unused.h                           |    16 +-
 libewf.pc.in                                       |     2 +-
 libewf.spec                                        |    22 +-
 libewf.spec.in                                     |    18 +-
 libewf/Makefile.am                                 |    13 +-
 libewf/Makefile.in                                 |    88 +-
 libewf/ewf_checksum.h                              |     2 +-
 libewf/ewf_data.h                                  |     2 +-
 libewf/ewf_definitions.h                           |     2 +-
 libewf/ewf_digest.h                                |     2 +-
 libewf/ewf_error2.h                                |     2 +-
 libewf/ewf_file_header.h                           |     2 +-
 libewf/ewf_hash.h                                  |     2 +-
 libewf/ewf_ltree.h                                 |     2 +-
 libewf/ewf_section.h                               |     2 +-
 libewf/ewf_session.h                               |     2 +-
 libewf/ewf_table.h                                 |     2 +-
 libewf/ewf_volume.h                                |     2 +-
 libewf/ewf_volume_smart.h                          |     2 +-
 libewf/ewfx_delta_chunk.h                          |     2 +-
 libewf/libewf.c                                    |     4 +-
 libewf/libewf.rc                                   |     8 +-
 libewf/libewf.rc.in                                |     4 +-
 libewf/libewf_chunk_data.c                         |    31 +-
 libewf/libewf_chunk_data.h                         |     2 +-
 libewf/libewf_chunk_table.c                        |     2 +-
 libewf/libewf_chunk_table.h                        |     2 +-
 libewf/libewf_codepage.h                           |     2 +-
 libewf/libewf_compression.c                        |     2 +-
 libewf/libewf_compression.h                        |     2 +-
 libewf/libewf_date_time.c                          |     2 +-
 libewf/libewf_date_time.h                          |     2 +-
 libewf/libewf_date_time_values.c                   |     4 +-
 libewf/libewf_date_time_values.h                   |     2 +-
 libewf/libewf_debug.c                              |     2 +-
 libewf/libewf_debug.h                              |     2 +-
 libewf/libewf_definitions.h                        |     8 +-
 libewf/libewf_definitions.h.in                     |     4 +-
 libewf/libewf_empty_block.c                        |     4 +-
 libewf/libewf_empty_block.h                        |     2 +-
 libewf/libewf_error.c                              |     2 +-
 libewf/libewf_error.h                              |     2 +-
 libewf/libewf_extern.h                             |     2 +-
 libewf/libewf_file_entry.c                         |     2 +-
 libewf/libewf_file_entry.h                         |     2 +-
 libewf/libewf_filename.c                           |     2 +-
 libewf/libewf_filename.h                           |     2 +-
 libewf/libewf_handle.c                             |   142 +-
 libewf/libewf_handle.h                             |     2 +-
 libewf/libewf_hash_sections.c                      |     2 +-
 libewf/libewf_hash_sections.h                      |     2 +-
 libewf/libewf_hash_values.c                        |     2 +-
 libewf/libewf_hash_values.h                        |     2 +-
 libewf/libewf_header_sections.c                    |     2 +-
 libewf/libewf_header_sections.h                    |     2 +-
 libewf/libewf_header_values.c                      |     2 +-
 libewf/libewf_header_values.h                      |     2 +-
 libewf/libewf_io_handle.c                          |    58 +-
 libewf/libewf_io_handle.h                          |     6 +-
 libewf/libewf_legacy.c                             |     2 +-
 libewf/libewf_legacy.h                             |     2 +-
 libewf/libewf_libbfio.h                            |     6 +-
 libewf/libewf_libcdata.h                           |     6 +-
 libewf/libewf_libcerror.h                          |     2 +-
 libewf/libewf_libclocale.h                         |     2 +-
 libewf/libewf_libcnotify.h                         |     2 +-
 libewf/libewf_libcstring.h                         |     2 +-
 libewf/libewf_libfcache.h                          |     6 +-
 .../libewf_libfdata.h                              |    35 +-
 libewf/libewf_libfvalue.h                          |     2 +-
 libewf/libewf_libmfdata.h                          |     6 +-
 libewf/libewf_libuna.h                             |     7 +-
 libewf/libewf_media_values.c                       |     2 +-
 libewf/libewf_media_values.h                       |     2 +-
 libewf/libewf_metadata.c                           |    48 +-
 libewf/libewf_metadata.h                           |     2 +-
 libewf/libewf_notify.c                             |     2 +-
 libewf/libewf_notify.h                             |     2 +-
 libewf/libewf_read_io_handle.c                     |    12 +-
 libewf/libewf_read_io_handle.h                     |     2 +-
 libewf/libewf_section.c                            |    12 +-
 libewf/libewf_section.h                            |     2 +-
 libewf/libewf_sector_range.c                       |     2 +-
 libewf/libewf_sector_range.h                       |     2 +-
 libewf/libewf_segment_file.c                       |     2 +-
 libewf/libewf_segment_file.h                       |     2 +-
 libewf/libewf_segment_file_handle.c                |     2 +-
 libewf/libewf_segment_file_handle.h                |     2 +-
 libewf/libewf_segment_table.c                      |     2 +-
 libewf/libewf_segment_table.h                      |     2 +-
 libewf/libewf_single_file_entry.c                  |     2 +-
 libewf/libewf_single_file_entry.h                  |     2 +-
 libewf/libewf_single_file_tree.c                   |     2 +-
 libewf/libewf_single_file_tree.h                   |     2 +-
 libewf/libewf_single_files.c                       |     6 +-
 libewf/libewf_single_files.h                       |     2 +-
 libewf/libewf_support.c                            |     2 +-
 libewf/libewf_support.h                            |     2 +-
 libewf/libewf_types.h                              |     2 +-
 libewf/libewf_unused.h                             |     2 +-
 libewf/libewf_write_io_handle.c                    |   350 +-
 libewf/libewf_write_io_handle.h                    |     8 +-
 libfcache/Makefile.am                              |     6 +-
 libfcache/Makefile.in                              |    92 +-
 libfcache/libfcache_cache.c                        |    65 +-
 libfcache/libfcache_cache.h                        |     4 +-
 libfcache/libfcache_cache_value.c                  |     5 +-
 libfcache/libfcache_cache_value.h                  |     2 +-
 .../libfcache_date_time.c                          |    58 +-
 libfcache/libfcache_date_time.h                    |    12 +-
 libfcache/libfcache_definitions.h                  |     6 +-
 libfcache/libfcache_error.c                        |     2 +-
 libfcache/libfcache_error.h                        |     2 +-
 libfcache/libfcache_extern.h                       |     2 +-
 libfcache/libfcache_libcdata.h                     |     6 +-
 libfcache/libfcache_libcerror.h                    |     2 +-
 libfcache/libfcache_support.c                      |     2 +-
 libfcache/libfcache_support.h                      |     2 +-
 libfcache/libfcache_types.h                        |     2 +-
 libfcache/libfcache_unused.h                       |     2 +-
 libfdata/Makefile.am                               |    48 +
 {libsmdev => libfdata}/Makefile.in                 |   257 +-
 libfdata/libfdata_definitions.h                    |   227 +
 .../libodraw_error.c => libfdata/libfdata_error.c  |    30 +-
 .../libodraw_error.h => libfdata/libfdata_error.h  |    46 +-
 .../libbfio_extern.h => libfdata/libfdata_extern.h |    20 +-
 .../libuna_inline.h => libfdata/libfdata_inline.h  |    14 +-
 .../libfdata_libcdata.h                            |    10 +-
 .../libfdata_libcerror.h                           |     6 +-
 .../libfdata_libcnotify.h                          |     6 +-
 .../libfdata_libfcache.h                           |    10 +-
 libfdata/libfdata_list.c                           |  4401 +++
 libfdata/libfdata_list.h                           |   437 +
 libfdata/libfdata_list_element.c                   |   842 +
 libfdata/libfdata_list_element.h                   |   159 +
 .../libfdata_mapped_range.c                        |   169 +-
 .../libfdata_mapped_range.h                        |    55 +-
 .../libfdata_notify.c                              |    24 +-
 .../libfdata_notify.h                              |    28 +-
 .../libfdata_range.c                               |   198 +-
 .../libfdata_range.h                               |    63 +-
 libfdata/libfdata_range_list.c                     |  1194 +
 libfdata/libfdata_range_list.h                     |   214 +
 libfdata/libfdata_stream.c                         |  3024 ++
 libfdata/libfdata_stream.h                         |   341 +
 .../libfdata_support.c                             |    14 +-
 .../libfdata_support.h                             |    16 +-
 libfdata/libfdata_tree.c                           |  1256 +
 libfdata/libfdata_tree.h                           |   246 +
 libfdata/libfdata_tree_node.c                      |  3454 +++
 libfdata/libfdata_tree_node.h                      |   359 +
 libfdata/libfdata_types.h                          |    59 +
 .../libfdata_unused.h                              |    16 +-
 libfdata/libfdata_vector.c                         |  2661 ++
 libfdata/libfdata_vector.h                         |   299 +
 libfvalue/Makefile.am                              |     1 +
 libfvalue/Makefile.in                              |    90 +-
 libfvalue/libfvalue_binary_data.c                  |   513 +-
 libfvalue/libfvalue_binary_data.h                  |    18 +-
 libfvalue/libfvalue_codepage.h                     |     4 +-
 libfvalue/libfvalue_data_handle.c                  |     5 +-
 libfvalue/libfvalue_data_handle.h                  |     2 +-
 libfvalue/libfvalue_definitions.h                  |     6 +-
 libfvalue/libfvalue_error.c                        |     2 +-
 libfvalue/libfvalue_error.h                        |     2 +-
 libfvalue/libfvalue_extern.h                       |     2 +-
 libfvalue/libfvalue_filetime.c                     |   116 +
 .../libfvalue_filetime.h                           |    37 +-
 libfvalue/libfvalue_floating_point.c               |   101 +-
 libfvalue/libfvalue_floating_point.h               |    14 +-
 libfvalue/libfvalue_integer.c                      |     5 +-
 libfvalue/libfvalue_integer.h                      |     2 +-
 libfvalue/libfvalue_libcdata.h                     |     6 +-
 libfvalue/libfvalue_libcerror.h                    |     2 +-
 libfvalue/libfvalue_libcnotify.h                   |     2 +-
 libfvalue/libfvalue_libcstring.h                   |     2 +-
 libfvalue/libfvalue_libfdatetime.h                 |     3 +-
 libfvalue/libfvalue_libfguid.h                     |     2 +-
 libfvalue/libfvalue_libfwnt.h                      |     2 +-
 libfvalue/libfvalue_libuna.h                       |     2 +-
 libfvalue/libfvalue_split_string.c                 |    12 +-
 libfvalue/libfvalue_split_string.h                 |     2 +-
 libfvalue/libfvalue_string.c                       |    35 +-
 libfvalue/libfvalue_string.h                       |     2 +-
 libfvalue/libfvalue_support.c                      |     2 +-
 libfvalue/libfvalue_support.h                      |     2 +-
 libfvalue/libfvalue_table.c                        |    77 +-
 libfvalue/libfvalue_table.h                        |     2 +-
 libfvalue/libfvalue_types.h                        |     2 +-
 libfvalue/libfvalue_unused.h                       |     2 +-
 libfvalue/libfvalue_value.c                        |   272 +-
 libfvalue/libfvalue_value.h                        |    11 +-
 libfvalue/libfvalue_value_entry.c                  |     5 +-
 libfvalue/libfvalue_value_entry.h                  |     2 +-
 libfvalue/libfvalue_value_type.c                   |    20 +-
 libfvalue/libfvalue_value_type.h                   |     2 +-
 libhmac/Makefile.am                                |     1 +
 libhmac/Makefile.in                                |    85 +-
 libhmac/libhmac_byte_stream.h                      |   376 +-
 libhmac/libhmac_definitions.h                      |     9 +-
 libhmac/libhmac_error.c                            |     2 +-
 libhmac/libhmac_error.h                            |     2 +-
 libhmac/libhmac_extern.h                           |     2 +-
 libhmac/libhmac_libcerror.h                        |     2 +-
 libhmac/libhmac_md5.c                              |    92 +-
 libhmac/libhmac_md5.h                              |     2 +-
 libhmac/libhmac_sha1.c                             |    92 +-
 libhmac/libhmac_sha1.h                             |     2 +-
 libhmac/libhmac_sha256.c                           |    92 +-
 libhmac/libhmac_sha256.h                           |     2 +-
 libhmac/{libhmac_sha256.c => libhmac_sha512.c}     |   796 +-
 libhmac/{libhmac_sha256.h => libhmac_sha512.h}     |    68 +-
 libhmac/libhmac_support.c                          |     2 +-
 libhmac/libhmac_support.h                          |     2 +-
 libhmac/libhmac_types.h                            |     4 +-
 libhmac/libhmac_unused.h                           |     2 +-
 libmfdata/Makefile.in                              |    75 +-
 libodraw/Makefile.am                               |    11 +-
 libodraw/Makefile.in                               |    98 +-
 libodraw/libodraw_array_type.c                     |  1000 -
 libodraw/libodraw_array_type.h                     |   166 -
 libodraw/libodraw_codepage.h                       |     2 +-
 libodraw/libodraw_cue_parser.c                     |     2 +-
 libodraw/libodraw_cue_scanner.c                    |     2 +-
 libodraw/libodraw_cue_scanner.l                    |     4 +-
 libodraw/libodraw_data_file.c                      |     8 +-
 libodraw/libodraw_data_file.h                      |     2 +-
 libodraw/libodraw_data_file_descriptor.c           |     6 +-
 libodraw/libodraw_data_file_descriptor.h           |     2 +-
 libodraw/libodraw_debug.c                          |     2 +-
 libodraw/libodraw_debug.h                          |     2 +-
 libodraw/libodraw_definitions.h                    |    12 +-
 libodraw/libodraw_error.c                          |     2 +-
 libodraw/libodraw_error.h                          |     2 +-
 libodraw/libodraw_extern.h                         |     2 +-
 libodraw/libodraw_handle.c                         |   434 +-
 libodraw/libodraw_handle.h                         |    14 +-
 libodraw/libodraw_io_handle.c                      |     7 +-
 libodraw/libodraw_io_handle.h                      |     2 +-
 libodraw/libodraw_libbfio.h                        |     6 +-
 .../libodraw_libcdata.h                            |    10 +-
 libodraw/libodraw_libcerror.h                      |     2 +-
 libodraw/libodraw_libclocale.h                     |     2 +-
 libodraw/libodraw_libcnotify.h                     |     2 +-
 .../libodraw_libcpath.h                            |     6 +-
 libodraw/libodraw_libcstring.h                     |     2 +-
 libodraw/libodraw_libuna.h                         |     7 +-
 libodraw/libodraw_metadata.c                       |    26 +-
 libodraw/libodraw_metadata.h                       |     2 +-
 libodraw/libodraw_notify.c                         |     2 +-
 libodraw/libodraw_notify.h                         |     2 +-
 libodraw/libodraw_sector_range.c                   |    24 +-
 libodraw/libodraw_sector_range.h                   |     2 +-
 libodraw/libodraw_support.c                        |     2 +-
 libodraw/libodraw_support.h                        |     2 +-
 libodraw/libodraw_track_value.c                    |     6 +-
 libodraw/libodraw_track_value.h                    |     2 +-
 libodraw/libodraw_types.h                          |     2 +-
 libodraw/libodraw_unused.h                         |     2 +-
 libsmdev/Makefile.am                               |     8 +-
 libsmdev/Makefile.in                               |    83 +-
 libsmdev/libsmdev_ata.c                            |     2 +-
 libsmdev/libsmdev_ata.h                            |     2 +-
 libsmdev/libsmdev_codepage.h                       |     2 +-
 libsmdev/libsmdev_debug.c                          |     3 +-
 libsmdev/libsmdev_debug.h                          |     2 +-
 libsmdev/libsmdev_definitions.h                    |     6 +-
 libsmdev/libsmdev_error.c                          |     2 +-
 libsmdev/libsmdev_error.h                          |     2 +-
 libsmdev/libsmdev_extern.h                         |     2 +-
 libsmdev/libsmdev_handle.c                         |   234 +-
 libsmdev/libsmdev_handle.h                         |    18 +-
 libsmdev/libsmdev_libcdata.h                       |     6 +-
 libsmdev/libsmdev_libcerror.h                      |     2 +-
 libsmdev/libsmdev_libcfile.h                       |     2 +-
 libsmdev/libsmdev_libclocale.h                     |     2 +-
 libsmdev/libsmdev_libcnotify.h                     |     2 +-
 libsmdev/libsmdev_libcstring.h                     |     2 +-
 libsmdev/libsmdev_libuna.h                         |     7 +-
 libsmdev/libsmdev_metadata.c                       |    73 +-
 libsmdev/libsmdev_metadata.h                       |     2 +-
 libsmdev/libsmdev_notify.c                         |     2 +-
 libsmdev/libsmdev_notify.h                         |     2 +-
 libsmdev/libsmdev_optical_disc.c                   |     2 +-
 libsmdev/libsmdev_optical_disc.h                   |     2 +-
 libsmdev/libsmdev_scsi.c                           |     2 +-
 libsmdev/libsmdev_scsi.h                           |     2 +-
 libsmdev/libsmdev_sector_range.c                   |    24 +-
 libsmdev/libsmdev_sector_range.h                   |     2 +-
 libsmdev/libsmdev_string.c                         |     2 +-
 libsmdev/libsmdev_string.h                         |     2 +-
 libsmdev/libsmdev_support.c                        |     2 +-
 libsmdev/libsmdev_support.h                        |     2 +-
 libsmdev/libsmdev_track_value.c                    |     6 +-
 libsmdev/libsmdev_track_value.h                    |     2 +-
 libsmdev/libsmdev_types.h                          |     2 +-
 libsmdev/libsmdev_unused.h                         |     2 +-
 libsmdev/libsmdev_usb.c                            |     2 +-
 libsmdev/libsmdev_usb.h                            |     2 +-
 libsmraw/Makefile.am                               |    13 +-
 libsmraw/Makefile.in                               |   102 +-
 libsmraw/libsmraw_codepage.h                       |     2 +-
 libsmraw/libsmraw_definitions.h                    |    41 +-
 libsmraw/libsmraw_error.c                          |     2 +-
 libsmraw/libsmraw_error.h                          |     2 +-
 libsmraw/libsmraw_extern.h                         |     2 +-
 libsmraw/libsmraw_filename.c                       |    34 +-
 libsmraw/libsmraw_filename.h                       |     6 +-
 libsmraw/libsmraw_handle.c                         |  1615 +-
 libsmraw/libsmraw_handle.h                         |    36 +-
 libsmraw/libsmraw_information_file.c               |     7 +-
 libsmraw/libsmraw_information_file.h               |     2 +-
 .../libsmraw_io_handle.c                           |   994 +-
 libsmraw/libsmraw_io_handle.h                      |   165 +
 libsmraw/libsmraw_legacy.c                         |   201 -
 libsmraw/libsmraw_legacy.h                         |   115 -
 libsmraw/libsmraw_libbfio.h                        |     6 +-
 libsmraw/libsmraw_libcerror.h                      |     2 +-
 libsmraw/libsmraw_libclocale.h                     |     2 +-
 libsmraw/libsmraw_libcnotify.h                     |     2 +-
 libsmraw/libsmraw_libcstring.h                     |     2 +-
 .../libsmraw_libfdata.h                            |    35 +-
 libsmraw/libsmraw_libfvalue.h                      |     6 +-
 libsmraw/libsmraw_libmfdata.h                      |    56 -
 libsmraw/libsmraw_libuna.h                         |     7 +-
 libsmraw/libsmraw_metadata.c                       |    32 +-
 libsmraw/libsmraw_metadata.h                       |     2 +-
 libsmraw/libsmraw_notify.c                         |     2 +-
 libsmraw/libsmraw_notify.h                         |     2 +-
 libsmraw/libsmraw_support.c                        |    30 +-
 libsmraw/libsmraw_support.h                        |    30 +-
 libsmraw/libsmraw_types.h                          |     2 +-
 libsmraw/libsmraw_unused.h                         |     2 +-
 libuna/Makefile.in                                 |    75 +-
 libuna/libuna_base16_stream.c                      |     3 +-
 libuna/libuna_base16_stream.h                      |     2 +-
 libuna/libuna_base32_stream.c                      |    26 +-
 libuna/libuna_base32_stream.h                      |     2 +-
 libuna/libuna_base64_stream.c                      |    13 +-
 libuna/libuna_base64_stream.h                      |     2 +-
 libuna/libuna_byte_stream.c                        |     2 +-
 libuna/libuna_byte_stream.h                        |     2 +-
 libuna/libuna_codepage_iso_8859_10.c               |     2 +-
 libuna/libuna_codepage_iso_8859_10.h               |     2 +-
 libuna/libuna_codepage_iso_8859_13.c               |     2 +-
 libuna/libuna_codepage_iso_8859_13.h               |     2 +-
 libuna/libuna_codepage_iso_8859_14.c               |     2 +-
 libuna/libuna_codepage_iso_8859_14.h               |     2 +-
 libuna/libuna_codepage_iso_8859_15.c               |     2 +-
 libuna/libuna_codepage_iso_8859_15.h               |     2 +-
 libuna/libuna_codepage_iso_8859_16.c               |     2 +-
 libuna/libuna_codepage_iso_8859_16.h               |     2 +-
 libuna/libuna_codepage_iso_8859_2.c                |     2 +-
 libuna/libuna_codepage_iso_8859_2.h                |     2 +-
 libuna/libuna_codepage_iso_8859_3.c                |     2 +-
 libuna/libuna_codepage_iso_8859_3.h                |     2 +-
 libuna/libuna_codepage_iso_8859_4.c                |     2 +-
 libuna/libuna_codepage_iso_8859_4.h                |     2 +-
 libuna/libuna_codepage_iso_8859_5.c                |     2 +-
 libuna/libuna_codepage_iso_8859_5.h                |     2 +-
 libuna/libuna_codepage_iso_8859_6.c                |     2 +-
 libuna/libuna_codepage_iso_8859_6.h                |     2 +-
 libuna/libuna_codepage_iso_8859_7.c                |     2 +-
 libuna/libuna_codepage_iso_8859_7.h                |     2 +-
 libuna/libuna_codepage_iso_8859_8.c                |     2 +-
 libuna/libuna_codepage_iso_8859_8.h                |     2 +-
 libuna/libuna_codepage_iso_8859_9.c                |     2 +-
 libuna/libuna_codepage_iso_8859_9.h                |     2 +-
 libuna/libuna_codepage_koi8_r.c                    |     2 +-
 libuna/libuna_codepage_koi8_r.h                    |     2 +-
 libuna/libuna_codepage_koi8_u.c                    |     2 +-
 libuna/libuna_codepage_koi8_u.h                    |     2 +-
 libuna/libuna_codepage_windows_1250.c              |     2 +-
 libuna/libuna_codepage_windows_1250.h              |     2 +-
 libuna/libuna_codepage_windows_1251.c              |     2 +-
 libuna/libuna_codepage_windows_1251.h              |     2 +-
 libuna/libuna_codepage_windows_1252.c              |     2 +-
 libuna/libuna_codepage_windows_1252.h              |     2 +-
 libuna/libuna_codepage_windows_1253.c              |     2 +-
 libuna/libuna_codepage_windows_1253.h              |     2 +-
 libuna/libuna_codepage_windows_1254.c              |     2 +-
 libuna/libuna_codepage_windows_1254.h              |     2 +-
 libuna/libuna_codepage_windows_1255.c              |     2 +-
 libuna/libuna_codepage_windows_1255.h              |     2 +-
 libuna/libuna_codepage_windows_1256.c              |     2 +-
 libuna/libuna_codepage_windows_1256.h              |     2 +-
 libuna/libuna_codepage_windows_1257.c              |     2 +-
 libuna/libuna_codepage_windows_1257.h              |     2 +-
 libuna/libuna_codepage_windows_1258.c              |     2 +-
 libuna/libuna_codepage_windows_1258.h              |     2 +-
 libuna/libuna_codepage_windows_874.c               |     2 +-
 libuna/libuna_codepage_windows_874.h               |     2 +-
 libuna/libuna_codepage_windows_932.c               |     2 +-
 libuna/libuna_codepage_windows_932.h               |     2 +-
 libuna/libuna_codepage_windows_936.c               |     2 +-
 libuna/libuna_codepage_windows_936.h               |     2 +-
 libuna/libuna_codepage_windows_949.c               |     2 +-
 libuna/libuna_codepage_windows_949.h               |     2 +-
 libuna/libuna_codepage_windows_950.c               |     2 +-
 libuna/libuna_codepage_windows_950.h               |     2 +-
 libuna/libuna_definitions.h                        |     6 +-
 libuna/libuna_error.c                              |     2 +-
 libuna/libuna_error.h                              |     2 +-
 libuna/libuna_extern.h                             |     2 +-
 libuna/libuna_inline.h                             |     2 +-
 libuna/libuna_libcerror.h                          |     2 +-
 libuna/libuna_support.c                            |     2 +-
 libuna/libuna_support.h                            |     2 +-
 libuna/libuna_types.h                              |     2 +-
 libuna/libuna_unicode_character.c                  |    18 +-
 libuna/libuna_unicode_character.h                  |     2 +-
 libuna/libuna_unused.h                             |     2 +-
 libuna/libuna_url_stream.c                         |    18 +-
 libuna/libuna_url_stream.h                         |     2 +-
 libuna/libuna_utf16_stream.c                       |     6 +-
 libuna/libuna_utf16_stream.h                       |     2 +-
 libuna/libuna_utf16_string.c                       |     2 +-
 libuna/libuna_utf16_string.h                       |     2 +-
 libuna/libuna_utf32_stream.c                       |     6 +-
 libuna/libuna_utf32_stream.h                       |     2 +-
 libuna/libuna_utf32_string.c                       |     2 +-
 libuna/libuna_utf32_string.h                       |     2 +-
 libuna/libuna_utf7_stream.c                        |     2 +-
 libuna/libuna_utf7_stream.h                        |     2 +-
 libuna/libuna_utf8_stream.c                        |     4 +-
 libuna/libuna_utf8_stream.h                        |     2 +-
 libuna/libuna_utf8_string.c                        |     2 +-
 libuna/libuna_utf8_string.h                        |     2 +-
 m4/libcaes.m4                                      |    37 +-
 m4/libcdatetime.m4                                 |   440 +
 m4/libcerror.m4                                    |    10 +-
 m4/libcfile.m4                                     |     4 +-
 m4/libcrypto.m4                                    |   110 +-
 m4/libcstring.m4                                   |    54 +-
 m4/libcthreads.m4                                  |   352 +
 m4/libfcache.m4                                    |    83 +-
 m4/libfdata.m4                                     |   237 +
 m4/libhmac.m4                                      |    59 +-
 m4/libsmdev.m4                                     |    10 +-
 m4/libsmraw.m4                                     |     8 +-
 m4/pthread.m4                                      |   183 +
 m4/python.m4                                       |    32 +-
 m4/stdcxx11.m4                                     |   135 +
 m4/wincrypt.m4                                     |    30 +-
 macosx/Introduction.rtf                            |     7 -
 macosx/Introduction.rtf.in                         |     7 -
 macosx/License.rtf                                 |    33 -
 macosx/Makefile.am                                 |    31 -
 macosx/Makefile.in                                 |   703 -
 macosx/Readme.rtf                                  |    41 -
 macosx/libewf.pmdoc/01bin-contents.xml             |     1 -
 macosx/libewf.pmdoc/01bin.xml.in                   |    20 -
 macosx/libewf.pmdoc/02include-contents.xml         |     1 -
 macosx/libewf.pmdoc/02include.xml.in               |    20 -
 macosx/libewf.pmdoc/03lib-contents.xml             |     1 -
 macosx/libewf.pmdoc/03lib.xml.in                   |    20 -
 macosx/libewf.pmdoc/04share-contents.xml           |     1 -
 macosx/libewf.pmdoc/04share.xml.in                 |    20 -
 macosx/libewf.pmdoc/05python-contents.xml          |     1 -
 macosx/libewf.pmdoc/05python.xml.in                |    24 -
 macosx/libewf.pmdoc/index.xml                      |    50 -
 macosx/libewf.pmdoc/index.xml.in                   |    50 -
 manuals/Makefile.in                                |    75 +-
 manuals/ewfacquire.1                               |     8 +-
 manuals/ewfacquirestream.1                         |     8 +-
 manuals/ewfexport.1                                |     8 +-
 manuals/ewfinfo.1                                  |     4 +-
 manuals/ewfmount.1                                 |     4 +-
 manuals/ewfrecover.1                               |     8 +-
 manuals/ewfverify.1                                |     8 +-
 manuals/libewf.3                                   |     4 +-
 msvscpp/Makefile.am                                |     6 +-
 msvscpp/Makefile.in                                |    81 +-
 .../dokan_dll.vcproj}                              |    95 +-
 msvscpp/ewfacquire/ewfacquire.vcproj               |    12 +-
 .../ewfacquirestream-mt.vcproj}                    |    48 +-
 msvscpp/ewfacquirestream/ewfacquirestream.vcproj   |    12 +-
 msvscpp/ewfexport/ewfexport.vcproj                 |    12 +-
 msvscpp/ewfinfo/ewfinfo.vcproj                     |     8 +-
 msvscpp/ewfmount/ewfmount.vcproj                   |     8 +-
 msvscpp/ewfrecover/ewfrecover.vcproj               |    12 +-
 msvscpp/ewfverify/ewfverify.vcproj                 |    12 +-
 msvscpp/libbfio/libbfio.vcproj                     |     8 -
 msvscpp/libcdata/libcdata.vcproj                   |    20 +
 .../libcdatetime.vcproj}                           |    66 +-
 .../libcthreads.vcproj}                            |    86 +-
 msvscpp/libewf.sln                                 |    67 +-
 msvscpp/libewf_dll/libewf_dll.vcproj               |    12 +-
 .../libbfio.vcproj => libfdata/libfdata.vcproj}    |    90 +-
 msvscpp/libfvalue/libfvalue.vcproj                 |     8 +
 msvscpp/libodraw/libodraw.vcproj                   |    16 +-
 msvscpp/libsmraw/libsmraw.vcproj                   |    20 +-
 msvscpp/pyewf/pyewf.vcproj                         |    24 +
 pyewf/Makefile.am                                  |     6 +-
 pyewf/Makefile.in                                  |   118 +-
 pyewf/pyewf.c                                      |   222 +-
 pyewf/pyewf.h                                      |     7 +-
 pyewf/pyewf_codepage.c                             |     2 +-
 pyewf/pyewf_codepage.h                             |     2 +-
 pyewf/pyewf_datetime.c                             |     2 +-
 pyewf/pyewf_datetime.h                             |     2 +-
 pyewf/pyewf_error.c                                |   150 +
 libcdata/libcdata_support.h => pyewf/pyewf_error.h |    25 +-
 pyewf/pyewf_file_entries.c                         |     3 +-
 pyewf/pyewf_file_entries.h                         |     2 +-
 pyewf/pyewf_file_entry.c                           |   839 +-
 pyewf/pyewf_file_entry.h                           |    45 +-
 pyewf/pyewf_file_object_io_handle.c                |   147 +-
 pyewf/pyewf_file_object_io_handle.h                |     2 +-
 pyewf/pyewf_file_objects_io_pool.c                 |   171 +
 .../pyewf_file_objects_io_pool.h                   |    18 +-
 pyewf/pyewf_handle.c                               |   809 +-
 pyewf/pyewf_handle.h                               |    29 +-
 pyewf/pyewf_integer.c                              |   558 +
 .../libcnotify_stream.h => pyewf/pyewf_integer.h   |    34 +-
 pyewf/pyewf_libbfio.h                              |     6 +-
 pyewf/pyewf_libcerror.h                            |     2 +-
 pyewf/pyewf_libclocale.h                           |     6 +-
 pyewf/pyewf_libcstring.h                           |     2 +-
 pyewf/pyewf_libewf.h                               |     2 +-
 pyewf/pyewf_metadata.c                             |   658 +-
 pyewf/pyewf_metadata.h                             |    23 +-
 pyewf/pyewf_python.h                               |     8 +-
 libewf/libewf_unused.h => pyewf/pyewf_unused.h     |    16 +-
 pyewf/setup.py                                     |   179 +-
 pyewf/setup.py.in                                  |   179 +-
 tests/Makefile.am                                  |     6 +-
 tests/Makefile.in                                  |    85 +-
 934 files changed, 76294 insertions(+), 35452 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/libewf.git



More information about the forensics-changes mailing list