]> git.sesse.net Git - freerainbowtables/blob - Client Applications/rcracki_mt/ChangeLog.txt
distrrtgen fixes for integrating charset into distrrtgen.exe
[freerainbowtables] / Client Applications / rcracki_mt / ChangeLog.txt
1 [rcracki_mt ChangeLog]
2
3 0.6.5.1 (25 Oct 2010, 15:50:10):
4 * rti2 fixes courtesy of PowerBlade
5
6 0.6.5 (24 Oct 2010, 18:21:25):
7 * code changes to allow building via mingw and avoid VC++
8 * linux thread priority set to nice value of 2
9 * rti2 support
10 * replaced clock_t usage with gettimeofday
11 * add pre-calculation timing per feature request #3025688 from sourceforge
12 * fix bug #3050821 from sourceforge - missing break for non x86/x86_64 arch
13 * improve hash performance by moving off openssl to the local faster methods
14 * sha1 local implementation was *slower* than openssl for x86/x86_64
15
16 0.6.4 (05 Jul 2010, 03:12):
17 * add -m to allow users to limit memory usage - courtesy of uroskn
18 * fix memory code that made incorrect assumptions about the MemoryPool
19 * fix linux memory code - using only info.freeram is incorrect
20 * cleanup of the nested if/elif/else stuctures
21 * annotate x86 specific sections of code
22 * licensing review and GPLv2 compliance
23 * cleanup of unused items
24 * restructure Makefile
25 * cleanup memory leaks
26
27 0.6.3 (21 Oct 2009, 21:05):
28 * Fixed x86_64 linux compilation
29 * Fixed x86_64 linux segmentation fault
30 * Fixed 64bit support in md4 code
31 * Added support for: FreeBSD, NetBSD, OpenBSD, and MacOSX
32
33 0.6.2 (2 Jul 2009, 13:37):
34 * Fixed linux support (tty stuff and now actually compiles)
35 * Fixed precalculation code
36
37 0.6.1 (14 May 2009, 22:12):
38 * bug fixed where the list of rainbow tables is doubled when you resume a session and you have default RT locations in your ini
39
40 0.6 (14 May 2009, 20:47):
41 * Finding .rti files recursively
42 * Fixed memory allocation bugs (also trying to save appropriate amount of memory for chainwalksets... these can become really large with the new tables)
43 * Real pause/resume function, you can resume a session with -r
44 * Session support, use -s session_name. Combine this with -r to resume a session other then the default
45 * Ini file support, store some default values such as rainbow table directories.
46 * Tab separated results (stdout)
47 * Support pause during cracking and 'skip' during unicode correction for Linux
48 * A readme / 'manual' !
49
50 0.5 (16 Apr 2009, 22:47):
51 * Support for the old non-indexed .rt format, it should work with both type of tables in one run... I didn't test this feature thoroughly
52 * Using some other pieces of code for algorithms
53 * Support for .lst files from Cain as input (patch from James Dickson) - use for example -c LMNT.lst
54 * Fixed some bugs
55 * Dunno anymore, left this version lying around for too long...
56
57 0.4 (oops, a second 0.4) (13 Dec 2008, 18:20):
58 * Improved file reading performance
59
60 0.4 (27 Nov 2008, 00:09):
61 * Source included
62 * Memory usage down to about 50% (tnx sc00bz for pointing out the inefficiency, tnx jci for helping with the code)
63 * Works under Linux! (using pthreads now instead of Windows threads)
64 * Speed up: implemented MD4 reference implementation, not using OpenSSL for NTLM anymore (tnx Bitweasil for supplying 98% of the code)
65 * Speed up: using OpenSSL a lot faster (tnx jci for pointing that out)
66 * Probably some more small things i forgot
67
68 0.3 (16 Nov 2008, 01:01):
69 * Improved command line argument parsing (order no longer matters)
70 * Option to write (temporary) output to a file, use -o pick_a_nice_filename.txt
71 * Option to pause, press 'P' to pause/unpause (Windows only)
72 * For pwdump searches: unicode correction is done when case correction fails
73
74 0.2 (28 Oct 2008, 01:42):
75 * False alarm checking now also multi threaded
76 * Search one level of subdirectories for rainbow table files
77
78 0.1 (27 Oct 2008, 00:14):
79 * Initial multithreaded version, using Windows threads.
80 * Using multiple threads for the pre-calculation part.
81 * Added a simple 'progress' message, so you can see how many hashes are being pre-calculated
82