History log of /openbsd/usr.sbin/tcpdump/savestr.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 6ad041cb 16-Nov-2015 mmcc <mmcc@openbsd.org>

Remove remaining instances of the register keyword.

ok deraadt@


# 323ce4b6 21-Aug-2015 deraadt <deraadt@openbsd.org>

since stdlib.h is in scope, don't cast.... you know the drill.
no sneakiness detected by krw


# 6a3e1412 05-Apr-2015 guenther <guenther@openbsd.org>

Upstream has retired the gnuc.h header, so do so as well, killing a gcc 2.x
reference.

ok sthen@ jca@ deraadt@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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

show more ...


# 2068f686 07-Oct-2007 deraadt <deraadt@openbsd.org>

trash $Header goo which is just annoying; 5595


# 96a8bdba 04-Apr-2003 millert <millert@openbsd.org>

Back out the realloc change, to do it right requires more record
keeping and could result in very large memory chunks.


# cf0d875f 02-Apr-2003 millert <millert@openbsd.org>

o Use realloc() instead of leaking memory when we need more than 1024 bytes
o use strlcpy()
deraadt@ OK


# cf4e9b47 03-Oct-2000 ho <ho@openbsd.org>

Add $OpenBSD$. (jakob@ ok)


# a310b12d 29-Jul-1999 jakob <jakob@openbsd.org>

missing include; goeran@cdg.chalmers.se


# da08816c 28-Jul-1999 jakob <jakob@openbsd.org>

- Merge some changes from tcpdump 3.4
-a flag; attempt to convert network and broadcast addresses to names
Improved signal handling
Miscellaneous fixes and typos
OSPF MD5 authentication

- Merge some changes from tcpdump 3.4
-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@

show more ...