diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 04:10:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 04:10:49 +0200 |
commit | 525a0b090fc03d38bb760c858a5a5958cd0bc276 (patch) | |
tree | 6b1fc90f696e53ed56313df41dfa629d859242b4 /sftp.c | |
parent | - markus@cvs.openbsd.org 2006/04/20 09:47:59 (diff) | |
download | openssh-525a0b090fc03d38bb760c858a5a5958cd0bc276.tar.xz openssh-525a0b090fc03d38bb760c858a5a5958cd0bc276.zip |
- 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 '')
-rw-r--r-- | sftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: sftp.c,v 1.80 2006/03/27 23:15:46 djm Exp $ */ +/* $OpenBSD: sftp.c,v 1.81 2006/04/20 21:53:44 djm Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> * |