summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/privsep_fdpass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* During fd passing, receive_fd() tries to read the result value andbluhm2015-07-091-1/+4
* Remove some unneeded includes. OK deraadt@millert2015-07-061-7/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Return an error much earlier if recvmsg failsderaadt2012-04-041-2/+4
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-3/+3
* Repair the simple cases for msg_controllen where it should just bederaadt2008-03-151-3/+3
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-7/+13
* portable code should not use that gcc __func__ specific junk when it is not neededderaadt2004-09-141-7/+7
* extra check for no message case; ok markus, deraadt, hshoexer, henningdjm2004-08-131-1/+5
* -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@djm2004-07-031-6/+6
* Privilege separated syslog daemon. The child listening to log requests dropsavsm2003-07-311-0/+120