summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e1780a50..461c3c168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,16 @@
5 [channels.c auth-options.c servconf.c channels.h sshd.8] 5 [channels.c auth-options.c servconf.c channels.h sshd.8]
6 Add wildcard support to PermitOpen, allowing things like "PermitOpen 6 Add wildcard support to PermitOpen, allowing things like "PermitOpen
7 localhost:*". bz #1857, ok djm markus. 7 localhost:*". bz #1857, ok djm markus.
8 - markus@cvs.openbsd.org 2011/09/23 07:45:05
9 [mux.c readconf.h channels.h compat.h compat.c ssh.c readconf.c channels.c
10 version.h]
11 unbreak remote portforwarding with dynamic allocated listen ports:
12 1) send the actual listen port in the open message (instead of 0).
13 this allows multiple forwardings with a dynamic listen port
14 2) update the matching permit-open entry, so we can identify where
15 to connect to
16 report: den at skbkontur.ru and P. Szczygielski
17 feedback and ok djm@
8 18
920110929 1920110929
10 - (djm) [configure.ac defines.h] No need to detect sizeof(char); patch 20 - (djm) [configure.ac defines.h] No need to detect sizeof(char); patch