summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/privsep_fdpass.c
AgeCommit message (Expand)Author
2012-04-04Return an error much earlier if recvmsg failsTheo de Raadt
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair the simple cases for msg_controllen where it should just beTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-06-18simplify license, ok niels matthieuHenning Brauer
2004-02-15string.h for memsetJolan Luff
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar