aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
AgeCommit message (Expand)AuthorFilesLines
2007-04-14delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound notSebastien Tandel1-67/+0
2007-03-29- Add Makefile.common to EXTRA_DIST (spotted by Christopher Maynard)Jörg Mayer1-2/+3
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...Jeff Morriss1-9/+4
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher2-28/+4
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-16From: Sebastien TandelLuis Ontanon2-3/+3
2007-02-25Eliminate __inline - not all compilers support it.Guy Harris3-83/+35
2007-02-25ANSI C defines size_t; if we don't have that defined, we have biggerGuy Harris1-6/+0
2007-02-20WEP decryption is destructive -- pass a fresh copy of our data bufferGerald Combs1-3/+8
2007-02-19Fix some C++ style commentsBill Meier1-1/+1
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-0/+2
2007-01-26Fix saving WPA key preferences from the decryption key management dialog,Gerald Combs1-4/+0
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs3-176/+239
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-2/+2
2007-01-16From Gisle Vanem: Add the final ) to a g_strdup_printf callStephen Fisher1-1/+1
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs14-19/+445
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs7-435/+490
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs2-7/+7
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs2-7/+388
2007-01-10Trying to get buildbot Ubuntu-5.10-x86 distcheck to build againJaap Keuter1-1/+3
2007-01-10vastly simplify the Makefile by using Makefile.common - as this is what this ...Ulf Lamping1-37/+3
2007-01-10add missing object files into epan/crypt/Makefile.nmakeTomas Kukosa1-2/+4
2007-01-10remove now useless hmac.[ch] filesLuis Ontanon3-157/+1
2007-01-10Have the code working on BIG ENDIAN machinesLuis Ontanon1-5/+56
2007-01-09Move cryptography code to epan/crypt.Gerald Combs8-18/+704
2007-01-09Win32 has neither bcopy nor bzeroLuis Ontanon1-0/+5
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon3-1/+157
2007-01-09 * replaced MD5 with one that that works on my Big Endian Mac. ( taken from w...Luis Ontanon4-520/+409
2007-01-08airpdcap_wep.h was removedUlf Lamping1-1/+0
2007-01-08Remove duplicate crc32 code.Gerald Combs4-137/+15
2007-01-03an attempt to fix the distcheckUlf Lamping1-2/+0
2007-01-03fix windows build Ulf Lamping1-5/+5
2007-01-03Remove empty files (which should have been removed with r20231).Gerald Combs2-0/+0
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs7-526/+598
2007-01-02From Gisle Vanem:Gerald Combs1-1/+6
2007-01-01Fix a compiler warning. Surround an MSVC-specific #pragma with anGerald Combs3-123/+130
2006-12-29Make the crypt library the same way other sublibraries of libwiresharkGuy Harris1-7/+6
2006-12-29Add some parentheses, as the suggestion of Mr. GCC.Guy Harris1-3/+3
2006-12-28Add clean targets to wslua. Fix the config.nmake include in crypt.Gerald Combs1-1/+1
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs23-0/+4885
2006-12-27Add missing files.Gerald Combs1-0/+100