]> The Tcpdump Group git mirrors - tcpdump/history - signature.c
Avoid -E and -M options inconsistencies with no libcrypto
[tcpdump] / signature.c
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2021-07-24  Guy HarrisSuppress "casting away const" warnings in missing/getop...
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-04-03  Guy HarrisMerge pull request #667 from slavashw/master
2018-03-19  Francois-Xavier... Remove useless comments
2018-02-06  Francois-Xavier... Style update
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-12-05  Francois-Xavier... Fix two bounds checks in signature_verify()
2017-07-28  Hannes Gredlerzero change: update Hannes Gredler's email
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-10-06  Guy HarrisGet rid of last uses of/mentions of u_intN_t.
2016-09-30  Denis Ovsienkosquelch a signedness compiler warning on FreeBSD
2015-12-28  Guy HarrisIf HAVE_LIBCRYPTO isn't defined, define a stub signatur...
2015-12-28  Guy HarrisHave signature_verify() do the copying and clearing.
2015-12-28  Guy HarrisDon't overwrite packet data when checking the signature.
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisDefine NETDISSECT_REWORKED in a bunch of files, and...
2014-04-03  Denis OvsienkoNDOize some generic code
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonwhitespace changes
2013-10-18  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-10-18  Denis Ovsienkoadopt MacOS deprecation workaround from FreeRADIUS
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-20  Kovarththanan Raja... signature.h/c: mark several structs as const
2008-09-22  guyFrom Gisle Vanem:
2008-08-16  hannesadd infrastructure for verifiying the HMAC-MD5 digest...