| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Return early from atalk_print_llap() if the length is less than the | 2016-10-28 | 1 | -1/+6 | |
| | | | | | | size of a header to avoid an integer underflow. Found with afl. | ||||
| * | Remove more register keywords. | 2015-11-15 | 1 | -30/+30 | |
| | | | | | ok daniel@, discussed on hackers@ | ||||
| * | since stdlib.h is in scope, don't cast.... you know the drill. | 2015-08-21 | 1 | -2/+2 | |
| | | | | | no sneakiness detected by krw | ||||
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -4/+4 | |
| | | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
| * | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. | 2014-08-14 | 1 | -3/+1 | |
| | | |||||
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -6/+1 | |
| | | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
| * | trash $Header goo which is just annoying; 5595 | 2007-10-07 | 1 | -2/+2 | |
| | | |||||
| * | When aligning buffers correctly handle the case where the | 2007-06-27 | 1 | -4/+7 | |
| | | | | | | | buffers overlap, which happens on 64 bit archs, when handling encapsulated packets. Reported and tested by Jurjen Oskam additional testing by Stuart Henderson and todd@, ok henning@ | ||||
| * | Some more non-alignment problems resolved. | 2004-02-04 | 1 | -3/+4 | |
| | | | | | ok deraadt@ | ||||
| * | Do away with non-aligned memory accesses. | 2004-02-02 | 1 | -4/+2 | |
| | | | | | ok deraadt@ hshoexer@ | ||||
| * | privilege separated tcpdump, joint work with otto@ | 2004-01-28 | 1 | -35/+39 | |
| | | | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | ||||
| * | %d is 12 chars, not 10; ok deraadt | 2003-04-14 | 1 | -3/+3 | |
| | | |||||
| * | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -4/+2 | |
| | | |||||
| * | a bit of snprintf cleaning | 2001-11-06 | 1 | -3/+3 | |
| | | |||||
| * | ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945. | 2001-10-30 | 1 | -2/+18 | |
| | | |||||
| * | some buffer care; jakob | 2000-10-31 | 1 | -3/+3 | |
| | | |||||
| * | Add $OpenBSD$. (jakob@ ok) | 2000-10-03 | 1 | -1/+3 | |
| | | |||||
| * | INET6 | 2000-04-26 | 1 | -3/+3 | |
| | | | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | ||||
| * | add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree) | 2000-04-03 | 1 | -10/+11 | |
| | | |||||
| * | byte order fixes; gwes@oat.com | 2000-04-03 | 1 | -4/+4 | |
| | | |||||
| * | bring more inline with tcpdump 3.4 | 1999-09-16 | 1 | -2/+2 | |
| | | |||||
| * | - Merge some changes from tcpdump 3.4 | 1999-07-28 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | -a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@ | ||||
| * | snprintf madness | 1998-07-13 | 1 | -5/+6 | |
| | | |||||
| * | more careful scanf | 1998-05-14 | 1 | -3/+3 | |
| | | |||||
| * | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -2/+2 | |
| | | |||||
| * | Better handling for AppleTalk, and netatalk in particular. | 1997-07-23 | 1 | -6/+58 | |
| | | | | | Handle native Ethertalk phase 1 & 2 as well as the localtalk encapsulation a la Kinetics FastPath previously handled. | ||||
| * | *** empty log message *** | 1996-12-12 | 1 | -27/+25 | |
| | | |||||
| * | it is 3.2 now. | 1996-07-13 | 1 | -14/+14 | |
| | | |||||
| * | sync to latest | 1996-06-10 | 1 | -1/+1 | |
| | | |||||
| * | Updating to the latest LBL release. | 1996-03-04 | 1 | -0/+1 | |
| | | | | | Sun's SKIP support added. | ||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+573 | |
