ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/fcrackzip/NEWS
Revision: 1.2
Committed: Wed Oct 1 04:29:43 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 - do not crash when user passes a password that is too long (based on
2 a patch by Macarse).
3
4 version 1.0 Mon Aug 4 08:24:40 CEST 2008
5 - fix a segfault when the zip cannot be opened, patch by Peter Kortschack.
6 - make use_unzip unstatic.
7 - update to current autoconf/automake.
8
9 version 0.3 Sun Jan 18 23:35:22 CET 2004
10 - many compatibility enhancements and bugfixes suggested
11 by Robert Meszaros.
12 - various small bugfixes noted by Jeff LaMarche and Max Alekseyev.
13 - updated to current gcc, autoconf, automake.
14 - added a TARGET_CPU=0 mode, for the C-only version.
15
16 version 0.2.4
17 - fixed -v mode for zip cracking and a few minor nits.
18
19 version 0.2.3
20 - improved speed of assembly version ever so slightly. More unrolling
21 might result in even better speed on ppro and above(!).
22 - fixed a compiler compaitiblity problem with newer versions of gcc. Always
23 try the --validate option with the method you want to use before you
24 trust fcrackzip!
25 - --help now displays the method number in addition to the name.
26 - applied short options fix from Tomislav Greguric
27 <greguric@stud.uni-frankfurt.de>
28 - fcrackzip now detects extended header format files, treating them
29 corerctly instead of silently not finding any passwords.
30 - first try at a dictionary mode. not fast, but working.
31
32 version 0.2.2
33 - portability fixes.
34 - improved cpmask cracking by 16-20% by implementing the
35 simple&effective ideas of Tim Jones <twj@cix.compulink.co.uk>.
36 - applied slightly modified patch by greguric@stud.uni-frankfurt.de.
37
38 version 0.2.1
39 - verbose mode for cpmask, fixed verbose mode for zipcrack.
40 - default method is now respected.
41 - great (but non-algorithmic) speedup for cpmask.
42
43 version 0.2.0
44 - portability fixes
45 - cpmask support (!).
46
47 version 0.1.3
48 - portability fixes
49
50 version 0.1.2
51 - fixed the --init-password option
52 - added zipinfo program
53
54 version 0.1.1
55 - fixed small configure bug
56 - fixed --length option to accept a single number
57
58 version 0.1
59 - implemented multiple methods
60 - accept more types of zipfiles
61 - new --length option for easier searching
62 - new --method option to choose cracking method at runtime
63
64 version 0.0.5 Wed Aug 12 22:27:44 CEST 1998
65 - removed USE_LARGE_MTAB. nobody has such a good memory system
66 - more configuration cleanup
67 - max. number of chars/password now 40
68 - fixed a bug with pentium assembly (reported by Pavel Semjanov)
69
70 version 0.0.4 Sat Jul 25 03:53:12 CEST 1998
71 - configure now detects more features itself
72 - increased the speed on ppro by ~60%, pentium code unchanged
73 - removed SYNTHETIC_MULTIPLY support. the next thing to drop
74 is VERY_LARGE_CACHE & LARGE_MULT_TAB
75 - added --use-unzip option.
76 - added more useful help.
77
78 version 0.0.3
79 - many bugfixes
80 - added primitive unzip-checking
81
82 version 0.0.2
83 - now we are a bit faster than fzc (about 4%)
84 wasn't difficult, though. (this is on a non-MMX pentium!)
85 - benchmarking works (more) reliably
86 - some bugfixes
87
88 version 0.0.1
89 - added autoconf && automake
90