Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | Remove memory.h includes. | mmcc | |
ok deraadt@ | |||
2015-11-01 | Remove register keyword uses. Still needs to be done in all other | mmcc | |
tcpdump source files. ok kettenis@ | |||
2015-08-21 | since stdlib.h is in scope, don't cast.... you know the drill. | Theo de Raadt | |
no sneakiness detected by krw | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
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) | |||
2014-10-08 | obvious malloc() -> reallocarray() oflow check; ok doug | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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 | |||
2007-10-07 | trash $Header goo which is just annoying; 5595 | Theo de Raadt | |
2007-06-21 | Print leading zeros in MAC addresses. Initial diff from Stanislav | Ray Lai | |
Kruchinin, idea to use ether_ntoa from Claudio Jeker. OK canacar, idea OK henning, jasper, and tedu. | |||
2006-02-26 | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | Otto Moerbeek | |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller | |
2005-05-22 | fix signal race in statistics output. ok cloder@ henning@ | Moritz Jodeit | |
2004-12-13 | permit protocol name longer than 3 letters. canacar ok | Jun-ichiro itojun Hagino | |
2004-02-13 | Print protocol and service numbers correctly when -n switch is specified. | Can Erkin Acar | |
reported by mcbride@ ok otto@ mcbride@ | |||
2004-02-04 | Some more non-alignment problems resolved. | Otto Moerbeek | |
ok deraadt@ | |||
2004-02-02 | Do away with non-aligned memory accesses. | Otto Moerbeek | |
ok deraadt@ hshoexer@ | |||
2004-01-31 | general cleanup and better SIGCHLD handling from millert@ | Otto Moerbeek | |
ok canacar@ | |||
2004-01-28 | privilege separated tcpdump, joint work with otto@ | Can Erkin Acar | |
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2001-11-03 | Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me. | Hakan Olsson | |
2000-11-23 | fix one more s/sprintf/snprintf/; jeremy@hack.org.il | Jakob Schlyter | |
2000-10-31 | some buffer care; jakob | Theo de Raadt | |
2000-10-03 | Add $OpenBSD$. (jakob@ ok) | Hakan Olsson | |
2000-09-24 | re-apply this fix for big endian systems, this was lost in rev 1.12 | Brad Smith | |
2000-04-30 | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | Eric Jackson | |
2000-04-26 | INET6 | Jakob Schlyter | |
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes | |||
2000-02-07 | fix include file path. | Jun-ichiro itojun Hagino | |
2000-01-16 | INET6 address resolution (from KAME) | Jakob Schlyter | |
1999-10-06 | big endian fixes; ryker, jd@noc7.uchsc.edu | Theo de Raadt | |
1999-09-16 | bring more inline with tcpdump 3.4 | Brad Smith | |
1999-07-28 | - Merge some changes from tcpdump 3.4 | Jakob Schlyter | |
-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@ | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1996-12-12 | *** empty log message *** | bitblt | |
1996-07-13 | it is 3.2 now. | Michael Shalayeff | |
1996-06-10 | sync to latest | Theo de Raadt | |
1996-03-04 | Updating to the latest LBL release. | Michael Shalayeff | |
Sun's SKIP support added. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |