nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Jul 3 2009 Compatibility with modern gcc, fixed buffer overflow due to growth |
2 | of OpenSSL SHA1_CTX variable from 64 to 96 bytes. |
||
3 | Jun 4 2009 Lots of cool stuff including reading hashfiles from stdin, |
||
4 | new liberal handling for 4-way handshake data, -2 option, fixed |
||
5 | NULL deref when dealing with radiotap packet capture headers. |
||
6 | Mar 20 2008 New support for OSX and FreeBSD systems; thanks to Dennis |
||
7 | Herrmann for the FreeBSD patch. Added "make install" support |
||
8 | with patch from Thomas d'Otreppe. Made OpenSSL mandatory for |
||
9 | WPA support. Added support for 802.11e QoS traffic. |
||
10 | Oct 03 2007 Added suppor for radiotap headers in packet captures. |
||
11 | Thanks to Robin Wood for getting this started, and for the |
||
12 | kick in the pants. |
||
13 | Jan 01 2007 Fixed a segfault handling WPA2 networks (SHA1.len != MD5.len) |
||
14 | May 03 2006 Added support for WPA2/PSK networks. |
||
15 | Oct 20 2005 Minor fixes to handling PSK length appropriately. |
||
16 | Oct 12 2005 Added support to precompute the PMK in a hashfile with genpmk |
||
17 | Nov 02 2004 Changed name to coWPAtty, thanks T. Brian Granier for the tip. |
||
18 | Oct 12 2004 Fixed bug that occured from the lack of a multicast key delivery |
||
19 | following the four-way handshake. Thanks Seth Fogie for the caps. |
||
20 | Sep 22 2004 Fixed bug in parsing frames that caused the SPA to be incorrectly |
||
21 | reported. |
||
22 | Sep 12 2004 Removed code to load words into memory before processing. Added |
||
23 | functionality to read words from STDIN to interoperate with John |
||
24 | the Ripper or other tools. |
||
25 | Aug 21 2004 Fixed logic to handle incomplete four-way TKIP exchanges with an |
||
26 | error message and exit. |
||
27 | Aug 20 2004 Added Makefile option to use OpenSSL's SHA1 functions instead of |
||
28 | the assembler code - big performance boost from 4.2 to 9.09 |
||
29 | passphrases/second. P4 3GHz gets ~47.4 passphrases/second. |
||
30 | Aug 19 2004 Optimized hmac-sha1 handling specific to pbdfk2 by caching |
||
31 | repetitive values. Resulted in 25% performance gain. |
||
32 | Aug 18 2004 Load words into memory instead of reverting to a read for each |
||
33 | new word. Minor performance gain. |
||
34 | Aug 11 2004 Merged patch from dragorn to use i386-optimized code from Ted |
||
35 | Krovetz. My system's performance went from 2.37 passphrases/sec to |
||
36 | 3.13/sec. Thanks dragorn! |