summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_fdpass.c
AgeCommit message (Expand)Author
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