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