diff options
author | Darren Tucker <dtucker@zip.com.au> | 2011-10-02 09:59:03 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2011-10-02 09:59:03 +0200 |
commit | 68afb8c5f242ec74f48fd86137122399435dd757 (patch) | |
tree | a41fb99a2df717111d5c1a05f51b3791580218d1 /version.h | |
parent | - dtucker@cvs.openbsd.org 2011/09/23 00:22:04 (diff) | |
download | openssh-68afb8c5f242ec74f48fd86137122399435dd757.tar.xz openssh-68afb8c5f242ec74f48fd86137122399435dd757.zip |
- markus@cvs.openbsd.org 2011/09/23 07:45:05
[mux.c readconf.h channels.h compat.h compat.c ssh.c readconf.c channels.c version.h]
unbreak remote portforwarding with dynamic allocated listen ports:
1) send the actual listen port in the open message (instead of 0).
this allows multiple forwardings with a dynamic listen port
2) update the matching permit-open entry, so we can identify where
to connect to
report: den at skbkontur.ru and P. Szczygielski
feedback and ok djm@
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */ +/* $OpenBSD: version.h,v 1.63 2011/09/23 07:45:05 markus Exp $ */ -#define SSH_VERSION "OpenSSH_5.9" +#define SSH_VERSION "OpenSSH_6.0-beta" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |