summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:08:13 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:08:13 +1000
commita765cf4b66ba116626c317204ac317607fe0c848 (patch)
treee5a7787b7ec433be787e1ba13c6c67563cde620b /ChangeLog
parent1cdde6f536ec50d7165ff56843c99655c95a68eb (diff)
- dtucker@cvs.openbsd.org 2006/07/21 12:43:36
[channels.c channels.h servconf.c servconf.h sshd_config.5] Make PermitOpen take a list of permitted ports and act more like most other keywords (ie the first match is the effective setting). This also makes it easier to override a previously set PermitOpen. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 50937e3b3..04fa8c25a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,11 @@
65 [auth1.c serverloop.c session.c sshconnect2.c] 65 [auth1.c serverloop.c session.c sshconnect2.c]
66 missed some needed #include <unistd.h> when KERBEROS5=no; issue from 66 missed some needed #include <unistd.h> when KERBEROS5=no; issue from
67 massimo@cedoc.mo.it 67 massimo@cedoc.mo.it
68 - dtucker@cvs.openbsd.org 2006/07/21 12:43:36
69 [channels.c channels.h servconf.c servconf.h sshd_config.5]
70 Make PermitOpen take a list of permitted ports and act more like most
71 other keywords (ie the first match is the effective setting). This
72 also makes it easier to override a previously set PermitOpen. ok djm@
68 73
6920060713 7420060713
70 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h 75 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -4983,4 +4988,4 @@
4983 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4988 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4984 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4989 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4985 4990
4986$Id: ChangeLog,v 1.4423 2006/07/24 04:07:35 djm Exp $ 4991$Id: ChangeLog,v 1.4424 2006/07/24 04:08:13 djm Exp $