[Forensics-changes] [sleuthkit] 03/06: Updated version 4.4.2 from 'upstream/4.4.2'

Hilko Bengen bengen at moszumanska.debian.org
Fri Aug 11 21:45:24 UTC 2017


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

bengen pushed a commit to branch debian
in repository sleuthkit.

commit ad13600715aa9aeddb0ad1aedf056dbf6434a2b5
Merge: a8cf997 8ca2ec4
Author: Hilko Bengen <bengen at debian.org>
Date:   Wed Aug 9 00:19:31 2017 +0200

    Updated version 4.4.2 from 'upstream/4.4.2'
    
    with Debian dir f62d47bf3ecf8341fac4e046dca5ec563a64cfd2

 .gitattributes                                     |    1 +
 .gitignore                                         |    1 -
 .travis.yml                                        |    2 +
 Makefile.am                                        |    2 +-
 NEWS.txt                                           |   40 +-
 README.md                                          |    4 +
 bindings/java/doxygen/Doxyfile                     |    4 +-
 bindings/java/doxygen/docs/jni-docs/.gitignore     |    4 +
 .../java/doxygen/insert_and_update_database.dox    |    6 +-
 bindings/java/jni/dataModel_SleuthkitJNI.cpp       |  225 +-
 bindings/java/jni/dataModel_SleuthkitJNI.h         |   36 +-
 .../org/sleuthkit/datamodel/AbstractContent.java   |    2 +-
 .../src/org/sleuthkit/datamodel/AbstractFile.java  |   18 +-
 .../sleuthkit/datamodel/BlackboardArtifact.java    | 1040 +++++----
 .../sleuthkit/datamodel/BlackboardAttribute.java   | 2373 ++++++++++----------
 .../src/org/sleuthkit/datamodel/Bundle.properties  |    2 +
 .../org/sleuthkit/datamodel/Examples/Sample.java   |    2 +-
 .../src/org/sleuthkit/datamodel/FsContent.java     |   22 +-
 .../java/src/org/sleuthkit/datamodel/Image.java    |   29 +-
 .../src/org/sleuthkit/datamodel/SlackFile.java     |   32 +-
 .../src/org/sleuthkit/datamodel/SleuthkitCase.java |  981 +++++---
 .../src/org/sleuthkit/datamodel/SleuthkitJNI.java  |  297 ++-
 .../test/org/sleuthkit/datamodel/BottomUpTest.java |    2 +-
 .../sleuthkit/datamodel/DataModelTestSuite.java    |    2 +-
 configure.ac                                       |   23 +-
 .../mingw-libgnurx-2.5.1/regcomp.c                 |    4 +-
 .../mingw-libgnurx-2.5.1/regex_internal.c          |    6 +-
 .../InterestingFilesModule.cpp                     |    2 +-
 framework/modules/c_SummaryReportModule/NEWS.txt   |    2 +-
 framework/tsk/framework/extraction/TskAutoImpl.h   |    4 +-
 .../extraction/TskCarvePrepSectorConcat.cpp        |    4 +-
 framework/tsk/framework/pipeline/TskModule.h       |    2 +-
 .../tsk/framework/services/TskImgDBPostgreSQL.cpp  |    2 +-
 .../tsk/framework/services/TskImgDBSqlite.cpp      |    4 +-
 framework/tsk/framework/services/TskImgDBSqlite.h  |    7 +-
 man/Makefile.am                                    |    2 +-
 man/usnjls.1                                       |   47 +
 packages/sleuthkit.spec                            |    2 +-
 rejistry++/src/RegistryByteBuffer.cpp              |    8 +
 release/VS2010_cygwin.bat                          |   10 +
 release/VS2015_cygwin.bat                          |    9 +
 release/release-unix.pl                            |   31 +-
 release/release-win.pl                             |   40 +-
 tools/fiwalk/src/content.cpp                       |    2 +-
 tools/fiwalk/src/fiwalk_tsk.cpp                    |   15 +-
 tools/fstools/Makefile.am                          |    9 +-
 tools/fstools/fls.cpp                              |    8 +-
 tools/fstools/usnjls.cpp                           |  251 +++
 tools/sorter/sorter.base                           |    2 +-
 tsk/Makefile.am                                    |    2 +-
 tsk/auto/Makefile.am                               |   10 +-
 tsk/auto/auto.cpp                                  |   84 +-
 tsk/auto/auto_db.cpp                               |  197 +-
 tsk/auto/db_postgresql.cpp                         |  155 +-
 tsk/auto/db_sqlite.cpp                             |   50 +-
 tsk/auto/tsk_auto.h                                |   13 +
 tsk/auto/tsk_case_db.h                             |    8 +-
 tsk/auto/tsk_db.h                                  |    2 +-
 tsk/auto/tsk_db_sqlite.h                           |    7 +-
 tsk/base/crc.h                                     |    2 +-
 tsk/base/md5c.c                                    |    2 +-
 tsk/base/mymalloc.c                                |    2 +-
 tsk/base/sha1c.c                                   |    2 +-
 tsk/base/tsk_base.h                                |    6 +-
 tsk/base/tsk_base_i.h                              |    2 +-
 tsk/base/tsk_error.c                               |    2 +-
 tsk/base/tsk_unicode.c                             |    8 +-
 tsk/docs/auto.dox                                  |    2 +-
 tsk/docs/cpp.dox                                   |    2 +-
 tsk/fs/Makefile.am                                 |    4 +-
 tsk/fs/exfatfs_dent.c                              |  100 +-
 tsk/fs/exfatfs_meta.c                              |   43 +-
 tsk/fs/ext2fs.c                                    |    7 +
 tsk/fs/ext2fs_dent.c                               |    4 +-
 tsk/fs/fatfs.c                                     |    6 +-
 tsk/fs/fatfs_dent.cpp                              |    6 +-
 tsk/fs/fatfs_utils.c                               |   50 +-
 tsk/fs/fatxxfs.c                                   |    4 +-
 tsk/fs/fatxxfs_meta.c                              |    2 +-
 tsk/fs/ffs.c                                       |    2 +-
 tsk/fs/ffs_dent.c                                  |    4 +-
 tsk/fs/fs_attr.c                                   |    6 +-
 tsk/fs/fs_dir.c                                    |  120 +-
 tsk/fs/fs_file.c                                   |    4 +-
 tsk/fs/fs_io.c                                     |    2 +-
 tsk/fs/fs_open.c                                   |  174 +-
 tsk/fs/hfs.c                                       |   57 +-
 tsk/fs/hfs_dent.c                                  |    4 +-
 tsk/fs/ifind_lib.c                                 |    4 +-
 tsk/fs/iso9660.c                                   |   19 +-
 tsk/fs/iso9660_dent.c                              |    8 +-
 tsk/fs/ntfs.c                                      |  127 +-
 tsk/fs/ntfs_dent.cpp                               |   32 +-
 tsk/fs/tsk_exfatfs.h                               |   24 +-
 tsk/fs/tsk_fatxxfs.h                               |    2 +-
 tsk/fs/tsk_fs.h                                    |  461 ++--
 tsk/fs/tsk_fs_i.h                                  |   54 +-
 tsk/fs/tsk_hfs.h                                   |    2 +-
 tsk/fs/tsk_iso9660.h                               |    5 +-
 tsk/fs/tsk_ntfs.h                                  |  131 +-
 tsk/fs/unix_misc.c                                 |   25 +-
 tsk/fs/usn_journal.c                               |  324 +++
 tsk/fs/usnjls_lib.c                                |  330 +++
 tsk/fs/yaffs.cpp                                   |   29 +-
 tsk/hashdb/binsrch_index.cpp                       |    4 +-
 tsk/hashdb/encase.c                                |    2 +-
 tsk/hashdb/hashkeeper.c                            |    2 +-
 tsk/hashdb/hdb_base.c                              |    4 +-
 tsk/hashdb/md5sum.c                                |    2 +-
 tsk/hashdb/nsrl.c                                  |    2 +-
 tsk/hashdb/sqlite_hdb.cpp                          |   23 +-
 tsk/hashdb/tsk_hashdb.c                            |    2 +-
 tsk/hashdb/tsk_hashdb.h                            |   18 -
 tsk/img/Makefile.am                                |    2 +-
 tsk/img/aff.c                                      |   24 +
 tsk/img/ewf.c                                      |   56 +-
 tsk/img/ewf.h                                      |    2 -
 tsk/img/img_open.c                                 |   53 +-
 tsk/img/img_writer.cpp                             |  742 ++++++
 tsk/img/img_writer.h                               |   68 +
 tsk/img/raw.c                                      |  114 +-
 tsk/img/raw.h                                      |    5 +-
 tsk/img/tsk_img.h                                  |    4 +
 tsk/img/tsk_img_i.h                                |    3 -
 tsk/img/vhd.c                                      |   20 +-
 tsk/img/vhd.h                                      |    2 -
 tsk/img/vmdk.c                                     |   18 +-
 tsk/img/vmdk.h                                     |    2 -
 tsk/tsk_config.h.in                                |   12 +-
 tsk/vs/bsd.c                                       |    2 +-
 tsk/vs/dos.c                                       |    4 +-
 tsk/vs/gpt.c                                       |    4 +-
 tsk/vs/mac.c                                       |    2 +-
 tsk/vs/mm_open.c                                   |   69 +-
 tsk/vs/mm_part.c                                   |   10 +-
 tsk/vs/sun.c                                       |    2 +-
 tsk/vs/tsk_vs.h                                    |    1 +
 unit_tests/base/test_base.cpp                      |    4 +-
 win32/libtsk/libtsk.vcxproj                        |    2 +
 win32/libtsk/libtsk.vcxproj.filters                |    6 +
 win32/updateBuildLibs.py                           |  298 +++
 141 files changed, 6774 insertions(+), 3173 deletions(-)

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



More information about the forensics-changes mailing list