From 2ff1ca56ebee93d2881e4abaab1b8bc84dad4db8 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 19 May 2008 16:04:56 +1000 Subject: [PATCH] - markus@cvs.openbsd.org 2008/05/09 16:16:06 [session.c] re-add the USE_PIPES code and enable it. without pipes shutdown-read from the sshd does not trigger a SIGPIPE when the forked program does a write. ok djm@ (Id sync only, USE_PIPES never left portable OpenSSH) --- ChangeLog | 9 ++++++++- session.c | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4cff0070..513fbe243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -120,6 +120,13 @@ - djm@cvs.openbsd.org 2008/05/09 14:26:08 [ssh.c] dingo stole my diff hunk + - markus@cvs.openbsd.org 2008/05/09 16:16:06 + [session.c] + re-add the USE_PIPES code and enable it. + without pipes shutdown-read from the sshd does not trigger + a SIGPIPE when the forked program does a write. + ok djm@ + (Id sync only, USE_PIPES never left portable OpenSSH) 20080403 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- @@ -3980,4 +3987,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4927 2008/05/19 06:02:37 djm Exp $ +$Id: ChangeLog,v 1.4928 2008/05/19 06:04:56 djm Exp $ diff --git a/session.c b/session.c index c8ed25234..b4afed6fd 100644 --- a/session.c +++ b/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.237 2008/05/08 12:21:16 djm Exp $ */ +/* $OpenBSD: session.c,v 1.238 2008/05/09 16:16:06 markus Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved