diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -23,6 +23,12 @@ | |||
23 | Only copy the part of environment variable that we actually use. Prevents | 23 | Only copy the part of environment variable that we actually use. Prevents |
24 | ssh bailing when SendEnv is used and an environment variable with a really | 24 | ssh bailing when SendEnv is used and an environment variable with a really |
25 | long value exists. ok djm@ | 25 | long value exists. ok djm@ |
26 | - markus@cvs.openbsd.org 2006/07/11 18:50:48 | ||
27 | [clientloop.c ssh.1 ssh.c channels.c ssh_config.5 readconf.h session.c | ||
28 | channels.h readconf.c] | ||
29 | add ExitOnForwardFailure: terminate the connection if ssh(1) | ||
30 | cannot set up all requested dynamic, local, and remote port | ||
31 | forwardings. ok djm, dtucker, stevesk, jmc | ||
26 | 32 | ||
27 | 20060711 | 33 | 20060711 |
28 | - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c | 34 | - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c |
@@ -4872,4 +4878,4 @@ | |||
4872 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4878 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4873 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4879 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4874 | 4880 | ||
4875 | $Id: ChangeLog,v 1.4395 2006/07/12 12:16:23 dtucker Exp $ | 4881 | $Id: ChangeLog,v 1.4396 2006/07/12 12:17:10 dtucker Exp $ |