change the signature that asn2wrs generates for functions to marm all parameters...
[obnox/wireshark/wip.git] / epan / crypt /
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:
2007-01-01 geraldFix a compiler warning. Surround an MSVC-specific...
2006-12-29 guyMake the crypt library the same way other sublibraries...
2006-12-29 guyAdd some parentheses, as the suggestion of Mr. GCC.
2006-12-28 geraldAdd clean targets to wslua. Fix the config.nmake inclu...
2006-12-28 geraldMove the contents of airpdcap to epan/crypt. Try to...
2006-12-27 geraldAdd missing files.