summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/monitor_fdpass.c
AgeCommit message (Expand)Author
2016-02-29Print ssize_t with %zd; ok deraadt@ mmcc@Jeremie Courreges-Anglas
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
2008-03-02Use a union to ensure alignment of the cmsg.Hans-Joerg Hoexer
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-20Remove __func__Hans-Joerg Hoexer
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2003-11-06Style nits.Hakan Olsson
2003-05-18Forgot to remove a couple of debug messagesHakan Olsson
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
2003-05-17Better return codes from mm_send_fd and mm_receive_fdHakan Olsson
2003-05-17Use log_error(), not log_fatal().Hakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson