Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / crypt / airpdcap.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-10 Alexis La GoutteFix compilation under Linux (Ubuntu)
2013-11-10 Jakub ZawadzkiMove prototype of bytes_to_str, bytes_to_str_punct...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-03-15 Michael MannBugfix Decryption Key Management dialog, bug 8446 ...
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-01-27 Michael MannBugfix crash caused by AirPDcap decryption. Bug 8177...
2012-11-05 Anders BromanFrom: Andrei Emeltchenko <andrei.emeltchenko@intel...
2012-11-05 Anders BromanFrom Andrei Emeltchenko:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-29 Chris MaynardAllow wpa-psk decryption keys to be successfully entered.
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-08-31 Stig BjørlykkeSecond try to move crc routines to libwsutil.
2011-08-30 Stig BjørlykkeRevert r38800, as the crc routines contains some tvb...
2011-08-30 Stig BjørlykkeMove all crc routines to libwsutil.
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-07-04 Anders BromanFrom Michael Mann:
2011-04-08 Gerald CombsFix Coverity CID 557.
2011-02-16 Gerald CombsFix Visual C++ code analysis errors.
2010-02-23 Guy HarrisFix some compiler warnings.
2010-02-23 Guy HarrisSquelch a bunch of compiler warnings.
2009-09-10 Gerald CombsWPA decryption fix from Greg Schwendimann via bug 3890:
2009-07-23 Bill MeierFix some whitespace ....
2009-05-22 Gerald CombsFrom Greg Schwendimann via bug 3156:
2009-03-11 Gerald CombsMore Win64 fixes.
2008-10-16 Stig BjørlykkeRemoved a "statement not reached" warning.
2008-09-02 Gerald CombsFetch the key length using pntohs. Initialize and check...
2008-09-02 Bill MeierFix a few Emacs "file variables" to have "safe" values.
2008-08-25 Gerald CombsAdd another buffer length check to group key decryption.
2008-08-25 Gerald CombsFix a couple of crashes in WPA group key decryption.
2008-07-30 Gerald CombsAdd WPA group key decryption from Brian Stormont, via...
2008-06-24 Guy HarrisFix another variable named "index".
2008-06-23 Guy HarrisRename a variable to avoid collisions with the old...
2008-04-09 Anders BromanRemove:
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-11 Gerald CombsIf we haven't found a handshake packet, say so.
2008-03-10 Gerald CombsChange the BSD-licensed written by CACE to BSD+GPL.
2008-03-05 Gerald CombsMove the contents of AirPDcapCleanKeys() into AirPDcapI...
2007-11-28 Ronnie Sahlbergwe must include config.h or else NEED_G_ASCII_STRCASECM...
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-31 Gerald CombsFrom Christopher McKenzie: Zero out our SAs before...
2007-10-16 Sake BlokFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-06-27 Gerald CombsMake the WPA passphrase a percent-escaped string. ...
2007-06-23 Gerald CombsA recent checkin broke wpa-psk keys; fix it.
2007-06-21 Gerald CombsIn packet-ieee802.11.c, fix a serious preference bug...
2007-06-21 Gerald CombsBe less restrictive about WEP key preferences. Use...
2007-06-18 Gerald CombsBe a little less picky about EAPOL packet lengths....
2007-06-14 Gerald CombsThe 802.11 dissector calculates the header size, so...
2007-05-20 Gerald CombsThe fix for ad-hoc WEP decryption in r21814 broke WPA...
2007-05-17 Gerald CombsTry WEP decryption before WPA. This keeps us from...
2007-04-23 Guy HarrisDon't assume a pointer to UCHAR is necessarily aligned...
2007-04-22 Guy HarrisGet rid of some const warnings.
2007-04-22 Guy HarrisCheck the GLib version number, not the GTK+ version...
2007-04-22 Ronnie SahlbergGString.len has changed signednedd between gtk1 and...
2007-04-22 Jörg MayerFix a signedness warning.
2007-04-22 Ronnie Sahlbergfix the sign of a variable to prevent a singed/unsigned...
2007-03-22 Stephen FisherAdd -Werror for gcc to a few more directories and fix...
2007-02-20 Gerald CombsWEP decryption is destructive -- pass a fresh copy...
2007-02-13 Stephen FisherFrom Sebastien Tandel:
2007-01-26 Gerald CombsFix saving WPA key preferences from the decryption...
2007-01-26 Gerald CombsAdd support for "wildcard" WPA keys in the form "wpa...
2007-01-25 Gerald CombsFix a key preference crash bug. Improve WPA passphrase...
2007-01-16 Stephen FisherFrom Gisle Vanem: Add the final ) to a g_strdup_printf...
2007-01-12 Gerald CombsAdd copyright attributions and licenses. License each...
2007-01-12 Gerald CombsMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2007-01-11 Gerald CombsFix compilation problems under Windows. In the GTK...
2007-01-11 Gerald CombsAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2007-01-08 Gerald CombsRemove duplicate crc32 code.
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2007-01-01 Gerald CombsFix a compiler warning. Surround an MSVC-specific...
2006-12-29 Guy HarrisAdd some parentheses, as the suggestion of Mr. GCC.
2006-12-28 Gerald CombsMove the contents of airpdcap to epan/crypt. Try to...