From Masashi Honma:
[obnox/wireshark/wip.git] / epan / crypt /
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...
2007-01-16 sfisherFrom Gisle Vanem: Add the final ) to a g_strdup_printf...
2007-01-12 geraldAdd copyright attributions and licenses. License each...
2007-01-12 geraldMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2007-01-11 geraldFix compilation problems under Windows. In the GTK...
2007-01-11 geraldAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2007-01-10 jakeTrying to get buildbot Ubuntu-5.10-x86 distcheck to...
2007-01-10 ulflvastly simplify the Makefile by using Makefile.common...
2007-01-10 kukosaadd missing object files into epan/crypt/Makefile.nmake
2007-01-10 legoremove now useless hmac.[ch] files
2007-01-10 legoHave the code working on BIG ENDIAN machines
2007-01-09 geraldMove cryptography code to epan/crypt.
2007-01-09 legoWin32 has neither bcopy nor bzero
2007-01-09 legoSNMPv3 USM decryption/authentication phase 1
2007-01-09 lego * replaced MD5 with one that that works on my Big...
2007-01-08 ulflairpdcap_wep.h was removed
2007-01-08 geraldRemove duplicate crc32 code.
2007-01-03 ulflan attempt to fix the distcheck
2007-01-03 ulflfix windows build
2007-01-03 geraldRemove empty files (which should have been removed...
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2007-01-02 geraldFrom Gisle Vanem:
next