ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/fcrackzip/NEWS
Revision: 1.4
Committed: Mon Feb 18 03:24:23 2013 UTC (11 years, 3 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

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