diff options
author | Damien Miller <djm@mindrot.org> | 2010-03-01 04:36:54 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-03-01 04:36:54 +1100 |
commit | acc9b29486dfd649dfda474e5c1a03b317449f1c (patch) | |
tree | 9bca707dfff60fb0fc1e2a4ba0e81f2910957407 /ChangeLog | |
parent | d05951fceee3fe19fc0bea29006a6409419b609f (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20100228 | ||
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 | |||
1 | 20100227 | 8 | 20100227 |
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 |