get_ber_length doesn't need the tree argument, get rid of it.
[metze/wireshark/wip.git] / epan / crypt /
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-06-03 Bill Meier(Minor) Use _WIN32 (instead of WIN32) like the rest...
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 HarrisNeed to include <epan/pint.h> to get pletohl() defined.
2007-04-23 Guy HarrisbyteReverse assumes its argument is aligned on a 32...
2007-04-23 Guy HarrisThe "in" array in an MD5 context is expected to be...
2007-04-23 Guy HarrisThe "in" array in an MD5 context is expected to be...
2007-04-23 Guy HarrisGet rid of no-longer-needed, and warning-generated...
2007-04-23 Guy HarrisMake Mk16_le() work on both big-endian and little-endia...
2007-04-23 Guy HarrisDon't assume byte pointers can be safely cast to more...
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-04-14 Sebastien Tandeldelete Td4 as it is used only in rijndaelDecrypt and...
2007-03-29 Jörg Mayer- Add Makefile.common to EXTRA_DIST (spotted by Christo...
2007-03-26 Jeff MorrissDon't #define bzero and bcopy to be memset and memcpy...
2007-03-23 Stephen FisherFrom Sebastien Tandel:
2007-03-22 Stephen FisherAdd -Werror for gcc to a few more directories and fix...
2007-03-22 Ulf Lampingadd "treat warnings as errors" flag(s)
2007-03-16 Luis OntanonFrom: Sebastien Tandel
2007-02-25 Guy HarrisEliminate __inline - not all compilers support it.
2007-02-25 Guy HarrisANSI C defines size_t; if we don't have that defined...
2007-02-20 Gerald CombsWEP decryption is destructive -- pass a fresh copy...
2007-02-19 Bill MeierFix some C++ style comments
2007-02-13 Stephen FisherFrom Sebastien Tandel:
2007-02-06 Jeff MorrissFrom Eric Hall to fix bug 1289:
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-10 Jaap KeuterTrying to get buildbot Ubuntu-5.10-x86 distcheck to...
2007-01-10 Ulf Lampingvastly simplify the Makefile by using Makefile.common...
2007-01-10 Tomas Kukosaadd missing object files into epan/crypt/Makefile.nmake
2007-01-10 Luis Ontanonremove now useless hmac.[ch] files
2007-01-10 Luis OntanonHave the code working on BIG ENDIAN machines
2007-01-09 Gerald CombsMove cryptography code to epan/crypt.
2007-01-09 Luis OntanonWin32 has neither bcopy nor bzero
2007-01-09 Luis OntanonSNMPv3 USM decryption/authentication phase 1
2007-01-09 Luis Ontanon * replaced MD5 with one that that works on my Big...
2007-01-08 Ulf Lampingairpdcap_wep.h was removed
2007-01-08 Gerald CombsRemove duplicate crc32 code.
2007-01-03 Ulf Lampingan attempt to fix the distcheck
2007-01-03 Ulf Lampingfix windows build
2007-01-03 Gerald CombsRemove empty files (which should have been removed...
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2007-01-02 Gerald CombsFrom Gisle Vanem:
2007-01-01 Gerald CombsFix a compiler warning. Surround an MSVC-specific...
2006-12-29 Guy HarrisMake the crypt library the same way other sublibraries...
2006-12-29 Guy HarrisAdd some parentheses, as the suggestion of Mr. GCC.
2006-12-28 Gerald CombsAdd clean targets to wslua. Fix the config.nmake inclu...
2006-12-28 Gerald CombsMove the contents of airpdcap to epan/crypt. Try to...
2006-12-27 Gerald CombsAdd missing files.