summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-01 04:36:54 +1100
committerDamien Miller <djm@mindrot.org>2010-03-01 04:36:54 +1100
commitacc9b29486dfd649dfda474e5c1a03b317449f1c (patch)
tree9bca707dfff60fb0fc1e2a4ba0e81f2910957407 /ChangeLog
parentd05951fceee3fe19fc0bea29006a6409419b609f (diff)
- (djm) [auth.c] On Cygwin, refuse usernames that have differences in
case from that matched in the system password database. On this platform, passwords are stored case-insensitively, but sshd requires exact case matching for Match blocks in sshd_config(5). Based on a patch from vinschen AT redhat.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 760fff736..06f519868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120100228
2 - (djm) [auth.c] On Cygwin, refuse usernames that have differences in
3 case from that matched in the system password database. On this
4 platform, passwords are stored case-insensitively, but sshd requires
5 exact case matching for Match blocks in sshd_config(5). Based on
6 a patch from vinschen AT redhat.com.
7
120100227 820100227
2 - (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded 9 - (djm) [ssh-pkcs11-helper.c ] Ensure RNG is initialised and seeded
3 - (djm) [openbsd-compat/bsd-cygwin_util.c] Reduce the set of environment 10 - (djm) [openbsd-compat/bsd-cygwin_util.c] Reduce the set of environment