summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/privsep_fdpass.c
AgeCommit message (Expand)Author
2015-07-09During fd passing, receive_fd() tries to read the result value andAlexander Bluhm
2015-07-06Remove some unneeded includes. OK deraadt@Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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-09-14portable code should not use that gcc __func__ specific junk when it is not n...Theo de Raadt
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-07-03-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@Damien Miller
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy