diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-06 09:44:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-06 09:44:19 +1000 |
commit | 1339002e8b05d89b10767849d9ee9be55e460f4c (patch) | |
tree | 58e307b74579313f31732dfdf21f756d6a051ce9 /ChangeLog | |
parent | a7270309fc5e95b29c91d0190b13ef5a9b1df339 (diff) |
- djm@cvs.openbsd.org 2005/07/04 00:58:43
[channels.c clientloop.c clientloop.h misc.c misc.h ssh.c ssh_config.5]
implement support for X11 and agent forwarding over multiplex slave
connections. Because of protocol limitations, the slave connections inherit
the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding
their own.
ok dtucker@ "put it in" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,6 +3,13 @@ | |||
3 | - markus@cvs.openbsd.org 2005/07/01 13:19:47 | 3 | - markus@cvs.openbsd.org 2005/07/01 13:19:47 |
4 | [channels.c] | 4 | [channels.c] |
5 | don't free() if getaddrinfo() fails; report mpech@ | 5 | don't free() if getaddrinfo() fails; report mpech@ |
6 | - djm@cvs.openbsd.org 2005/07/04 00:58:43 | ||
7 | [channels.c clientloop.c clientloop.h misc.c misc.h ssh.c ssh_config.5] | ||
8 | implement support for X11 and agent forwarding over multiplex slave | ||
9 | connections. Because of protocol limitations, the slave connections inherit | ||
10 | the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding | ||
11 | their own. | ||
12 | ok dtucker@ "put it in" deraadt@ | ||
6 | 13 | ||
7 | 20050626 | 14 | 20050626 |
8 | - (djm) OpenBSD CVS Sync | 15 | - (djm) OpenBSD CVS Sync |
@@ -2769,4 +2776,4 @@ | |||
2769 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2776 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2770 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2777 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2771 | 2778 | ||
2772 | $Id: ChangeLog,v 1.3832 2005/07/05 23:36:05 djm Exp $ | 2779 | $Id: ChangeLog,v 1.3833 2005/07/05 23:44:19 djm Exp $ |