summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-06-20 21:54:15 +1000
committerDamien Miller <djm@mindrot.org>2012-06-20 21:54:15 +1000
commitf8268503d1b71f6cae4609a1c83b403f71a71bad (patch)
tree939733235ea49012576fdffcbefdf1b4a2473b22 /ChangeLog
parentc24da77015900e4e416a9f3ac5f51001abb0fd20 (diff)
- jmc@cvs.openbsd.org 2012/06/19 21:35:54
[sshd_config.5] tweak previous; ok markus
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