summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_fdpass.c
AgeCommit message (Expand)Author
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2016-02-29Print ssize_t with %zd; ok deraadt@ mmcc@Jeremie Courreges-Anglas
2015-02-25zero cmsgbuf before use; we initialise the bits we use butDamien Miller
2010-01-12avoid spinning when fd passing on nonblocking sockets by calling poll()Damien Miller
2008-11-30Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@Darren Tucker
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 (pay attention: various otherTheo de Raadt
2007-09-04make file descriptor passing code return an error rather than call fatal()Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2002-06-26use ssize_t for recvmsg() and sendmsg() returnTheo de Raadt
2002-06-04__FUNCTION__ -> __func__Markus Friedl
2002-03-24minor cleanup and more error checking; ok markus@Kevin Steves
2002-03-18file descriptor passing abstraction for ssh-privsepNiels Provos