ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/fcrackzip/NEWS
Revision: 1.1
Committed: Mon Aug 4 07:09:50 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Log Message:
initial check-in, also 1.0 check-in

File Contents

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