Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-10 | print etherip on ipv6. | David Gwynne | |
2017-03-08 | Fix etherip version parsing, ok dlg@ | Jeremie Courreges-Anglas | |
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-08-14 | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot | |
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 | |
2006-06-01 | Pass the captured packet length in addition to the real packet length | Moritz Jodeit | |
to etherip_print() and do all the bounds checking with it. Also add bounds checks to ether_print(). This fixes even more crashes. ok canacar@ | |||
2006-05-29 | ANSI and whitespace. No binary change. | Moritz Jodeit | |
2003-06-03 | last bit of clause 3 & 4 nuking for me. | Jason Wright | |
2001-02-05 | etherip printing code... handles draft (v2) and current (v3) | Jason Wright | |