summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 331a34f86..d1ad692eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
47 sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} 47 sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
48 this allows 'Match LocalPort 1022' combined with 'AllowUser bauer' 48 this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
49 ok djm@ (back in March) 49 ok djm@ (back in March)
50 - jmc@cvs.openbsd.org 2012/06/19 21:35:54
51 [sshd_config.5]
52 tweak previous; ok markus
50 53
5120120519 5420120519
52 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch 55 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch