- Move setting _U_ into config.h, because
[obnox/wireshark/wip.git] / epan / crypt /
2012-01-29 etxrabAdd *.sbr files to the clean target.
2012-01-19 rbalintfix compile errors found by dumpabi target
2012-01-15 jmayerThe last commit failed to check in the deleted files
2012-01-15 jmayerRename crypt-xxx to xxx
2012-01-14 jmayerMaybe adding $(GNUTLS_CFLAGS) will fix the build problem.
2012-01-14 jmayerEd Beroset <beroset@mindspring.com> via bug 5531
2012-01-04 geraldMore C++ updates.
2011-09-21 wmeierFix ex "modeline" so it works;
2011-09-12 etxrabMove airpcap_wep.c to /wsutil
2011-08-31 stigMake lookup functions for accessing crc32c_table and...
2011-08-31 stigSecond try to move crc routines to libwsutil.
2011-08-30 stigRevert r38800, as the crc routines contains some tvb...
2011-08-30 stigMove all crc routines to libwsutil.
2011-08-07 jmayerReplace deprecated glib functions.
2011-07-04 etxrabFrom Michael Mann:
2011-04-08 geraldFix Coverity CID 557.
2011-03-31 cmaynardClear the entire contents of ctx at the end of md5_fini...
2011-03-21 wmeierAdd a comment re a "suspicious" sizeof() reported by...
2011-02-17 guyOn Windows, try putting __declspec(noreturn) in front...
2011-02-16 geraldFix Visual C++ code analysis errors.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-12-06 morrissMake some symbols static.
2010-11-30 morrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 morrissMove some checkapi targets into Makefile.common
2010-08-29 etxrabDoxygen changes.
2010-08-28 etxrabDoxygen changes.
2010-08-26 etxrabFix a number of doxygen directives.
2010-08-26 etxrab- Try to fix a couple of doxygen comments.
2010-02-23 guyFix some compiler warnings.
2010-02-23 guySquelch a bunch of compiler warnings.
2009-10-11 jmayerCreatig static sublibs was not a good idea:
2009-10-09 krjAdd epan/crypt/CMakeLists.txt which creates a static...
2009-10-07 guyFix some LLP64 issues.
2009-09-10 geraldWPA decryption fix from Greg Schwendimann via bug 3890:
2009-07-29 sahlbergBreak the aes set ket/decrypt/encrypt out from airpdcap...
2009-07-23 wmeierFix some whitespace ....
2009-07-16 etxrabMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 etxrabAdd /MP flag to make use of multi cores.
2009-05-22 geraldFrom Greg Schwendimann via bug 3156:
2009-04-03 geraldMake some lengths size_t's.
2009-03-11 geraldMore Win64 fixes.
2008-10-16 stigRemoved a "statement not reached" warning.
2008-09-02 geraldFetch the key length using pntohs. Initialize and check...
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-08-25 geraldAdd another buffer length check to group key decryption.
2008-08-25 geraldFix a couple of crashes in WPA group key decryption.
2008-07-30 geraldAdd WPA group key decryption from Brian Stormont, via...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-24 guyFix another variable named "index".
2008-06-23 guyRename a local variable in a macro to avoid collisions...
2008-06-23 guyRename a variable to avoid collisions with the old...
2008-05-23 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2008-03-11 geraldIf we haven't found a handshake packet, say so.
2008-03-10 geraldChange the BSD-licensed written by CACE to BSD+GPL.
2008-03-05 geraldMove the contents of AirPDcapCleanKeys() into AirPDcapI...
2007-11-28 sahlbergwe must include config.h or else NEED_G_ASCII_STRCASECM...
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-31 geraldFrom Christopher McKenzie: Zero out our SAs before...
2007-10-16 sakeFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-06-27 geraldMake the WPA passphrase a percent-escaped string. ...
2007-06-23 geraldA recent checkin broke wpa-psk keys; fix it.
2007-06-21 geraldIn packet-ieee802.11.c, fix a serious preference bug...
2007-06-21 geraldBe less restrictive about WEP key preferences. Use...
2007-06-18 geraldBe a little less picky about EAPOL packet lengths....
2007-06-14 geraldThe 802.11 dissector calculates the header size, so...
2007-06-03 wmeier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-20 geraldThe fix for ad-hoc WEP decryption in r21814 broke WPA...
2007-05-17 geraldTry WEP decryption before WPA. This keeps us from...
2007-04-23 guyNeed to include <epan/pint.h> to get pletohl() defined.
2007-04-23 guybyteReverse assumes its argument is aligned on a 32...
2007-04-23 guyThe "in" array in an MD5 context is expected to be...
2007-04-23 guyThe "in" array in an MD5 context is expected to be...
2007-04-23 guyGet rid of no-longer-needed, and warning-generated...
2007-04-23 guyMake Mk16_le() work on both big-endian and little-endia...
2007-04-23 guyDon't assume byte pointers can be safely cast to more...
2007-04-23 guyDon't assume a pointer to UCHAR is necessarily aligned...
2007-04-22 guyGet rid of some const warnings.
2007-04-22 guyCheck the GLib version number, not the GTK+ version...
2007-04-22 sahlbergGString.len has changed signednedd between gtk1 and...
2007-04-22 jmayerFix a signedness warning.
2007-04-22 sahlbergfix the sign of a variable to prevent a singed/unsigned...
2007-04-14 standeldelete Td4 as it is used only in rijndaelDecrypt and...
2007-03-29 jmayer- Add Makefile.common to EXTRA_DIST (spotted by Christo...
2007-03-26 morrissDon't #define bzero and bcopy to be memset and memcpy...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-22 sfisherAdd -Werror for gcc to a few more directories and fix...
2007-03-22 ulfladd "treat warnings as errors" flag(s)
2007-03-16 legoFrom: Sebastien Tandel
2007-02-25 guyEliminate __inline - not all compilers support it.
2007-02-25 guyANSI C defines size_t; if we don't have that defined...
2007-02-20 geraldWEP decryption is destructive -- pass a fresh copy...
2007-02-19 wmeierFix some C++ style comments
2007-02-13 sfisherFrom Sebastien Tandel:
2007-02-06 morrissFrom Eric Hall to fix bug 1289:
2007-01-26 geraldFix saving WPA key preferences from the decryption...
2007-01-26 geraldAdd support for "wildcard" WPA keys in the form "wpa...
2007-01-25 geraldFix a key preference crash bug. Improve WPA passphrase...
next