summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-06-26 10:01:33 +1000
committerDamien Miller <djm@mindrot.org>2010-06-26 10:01:33 +1000
commitbda3ecafcafd85856c6ffd0ba54b85afe6d71a84 (patch)
treed178623178ba625c2880c0ee62cc0ddf9d75e524 /ChangeLog
parent8853ca5fc46b7b71c74baeefb9b0899c7fcfdb9a (diff)
- djm@cvs.openbsd.org 2010/06/25 08:46:17
[auth1.c auth2-none.c] skip the initial check for access with an empty password when PermitEmptyPasswords=no; bz#1638; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22bd509ec..2467840e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,10 @@
63 internal-sftp accidentally introduced in r1.253 by removing the code 63 internal-sftp accidentally introduced in r1.253 by removing the code
64 that opens and dup /dev/null to stderr and modifying the channels code 64 that opens and dup /dev/null to stderr and modifying the channels code
65 to read stderr but discard it instead; ok markus@ 65 to read stderr but discard it instead; ok markus@
66 - djm@cvs.openbsd.org 2010/06/25 08:46:17
67 [auth1.c auth2-none.c]
68 skip the initial check for access with an empty password when
69 PermitEmptyPasswords=no; bz#1638; ok markus@
66 70
6720100622 7120100622
68 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 72 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512