summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:10:49 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:10:49 +1000
commit525a0b090fc03d38bb760c858a5a5958cd0bc276 (patch)
tree6b1fc90f696e53ed56313df41dfa629d859242b4 /session.c
parent56e5e6ad115e9f9e072237a6cc95997d610d1bc0 (diff)
- djm@cvs.openbsd.org 2006/04/20 21:53:44
[includes.h session.c sftp.c] Switch from using pipes to socketpairs for communication between sftp/scp and ssh, and between sshd and its subprocesses. This saves a file descriptor per session and apparently makes userland ppp over ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this decision on a per-platform basis)
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index bba3fa21f..caf750ab4 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.c,v 1.202 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: session.c,v 1.203 2006/04/20 21:53:44 djm Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved