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