Skip to content

Commit

Permalink
lib - Updating ssdeep from 2.9 to 2.10
Browse files Browse the repository at this point in the history
See ssdeep ChangeLog for more information
  • Loading branch information
phibos committed Sep 3, 2013
1 parent e4c38a9 commit ec9c10d
Show file tree
Hide file tree
Showing 18 changed files with 2,263 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion ssdeep/AUTHORS
@@ -1 +1 @@
ssdeep was written by Jesse Kornblum
ssdeep was written by Jesse Kornblum and Helmut Grohne.
38 changes: 31 additions & 7 deletions ssdeep/ChangeLog
@@ -1,13 +1,37 @@
2012-07-23: Jesse Korblum <research@jessekornblum.com>:
2013-07-16: Jesse Kornblum <research@jessekornblum.com>:

* fuzzy.c: Fix heap corruption bug #15.
* dig.c: Removed extra call to GetFileAttributes

2013-07-09: Jesse Kornblum <research@jessekornblum.com>:

* dig.cpp, engine.cpp, helpers.cpp: Created separate directory traversal code
for Win32 systems.

2013-06-01: Jesse Kornblum <research@jessekornblum.com>:

* fuzzy.c: Experimental thread-safe patch from Helmut Grohne.
* fuzzy.h: Experimental thread-safe patch from Helmut Grohne.

2013-05-25: Jesse Kornblum <research@jessekornblum.com>:

* fuzzy.c: Fixed bug on string scoring.

2013-03-12: Jesse Kornblum <research@jessekornblum.com>:

* Changelog: Spelled my own name correctly.
* fuzzy.c: Fixed memory leak, bug 3607641.

2012-07-23: Jesse Kornblum <research@jessekornblum.com>:

* main.cpp, match.cpp: Renamed the match_pretty function for clarity.
2012-07-17: Jesse Korblum <research@jessekornblum.com>:

2012-07-17: Jesse Kornblum <research@jessekornblum.com>:

* match.cpp: Fixing bugs in matching, clustering modes
* main.cpp: Clarifying comments. Added sanity check for -c, -g

2012-07-16: Jesse Korblum <research@jessekornblum.com>:
2012-07-16: Jesse Kornblum <research@jessekornblum.com>:

* filedata.cpp: Added includes for *nix compilation

Expand All @@ -29,7 +53,7 @@
* main.cpp: Added flags for clustering mode
* ssdeep.h: Added flags for clustering mode
* match.cpp: Setting up for clustering mode

2012-05-25 Jesse Kornblum <research@jessekornblum.com>:

* main.cpp: Updated command line argument processing
Expand All @@ -40,7 +64,7 @@
* match.cpp: Convert to C++

2012-04-24 Jesse Kornblum <research@jessekornblum.com>:

* ssdeep.1: Updating support for stdin, clarifying modes
* Makefile.am: LF to CR/LF change now done by zip program
* ssdeep.h: Adding Doxygen comments
Expand All @@ -54,7 +78,7 @@
2012-04-15: Jesse Kornblum <research@jessekornblum.com>:

* main.c: Fixed error handling in getopt processing

2012-02-16 Jesse Kornblum <research@jessekornblum.com>:

* main.c: Bump copyright to 2012 in usage message. Add flag for clustering
Expand Down

0 comments on commit ec9c10d

Please sign in to comment.