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