summaryrefslogtreecommitdiff
path: root/signature.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-2/+3
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-7/+0
* Style updateFrancois-Xavier Le Bail2018-02-061-2/+2
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-1/+1
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Fix two bounds checks in signature_verify()Francois-Xavier Le Bail2017-12-051-2/+2
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* Get rid of last uses of/mentions of u_intN_t.Guy Harris2016-10-061-1/+1
* squelch a signedness compiler warning on FreeBSDDenis Ovsienko2016-09-301-1/+1
* If HAVE_LIBCRYPTO isn't defined, define a stub signature_verify().Guy Harris2015-12-271-2/+8
* Have signature_verify() do the copying and clearing.Guy Harris2015-12-271-11/+61
* Don't overwrite packet data when checking the signature.Guy Harris2015-12-271-0/+1
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-3/+4
* NDOize some generic codeDenis Ovsienko2014-04-031-2/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-2/+2
* adopt MacOS deprecation workaround from FreeRADIUSDenis Ovsienko2013-10-181-0/+2
* signature.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-1/+1
* From Gisle Vanem:guy2008-09-221-7/+7
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-0/+159