index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
syslogd
/
privsep_fdpass.c
Age
Commit message (
Expand
)
Author
2015-07-09
During fd passing, receive_fd() tries to read the result value and
Alexander Bluhm
2015-07-06
Remove some unneeded includes. OK deraadt@
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2012-04-04
Return an error much earlier if recvmsg fails
Theo de Raadt
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2004-09-14
portable code should not use that gcc __func__ specific junk when it is not n...
Theo de Raadt
2004-08-13
extra check for no message case; ok markus, deraadt, hshoexer, henning
Damien Miller
2004-07-03
-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@
Damien Miller
2003-07-31
Privilege separated syslog daemon. The child listening to log requests drops
Anil Madhavapeddy