summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:00:28 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:00:28 +1000
commit3819519288b2b3928c6882f5883b0f55148f4fc0 (patch)
treeb160c5e1c97cbcb0ef86ad853aedcdf5276186ad /ChangeLog
parent8f9cd709c7cf0655d414306a0ed28306b33802be (diff)
- djm@cvs.openbsd.org 2014/03/12 04:51:12
[authfile.c] correct test that kdf name is not "none" or "bcrypt"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61786ac96..5d8b9540f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
12 [auth-bsdauth.c ssh-keygen.c] 12 [auth-bsdauth.c ssh-keygen.c]
13 don't count on things that accept arguments by reference to clear 13 don't count on things that accept arguments by reference to clear
14 things for us on error; most things do, but it's unsafe form. 14 things for us on error; most things do, but it's unsafe form.
15 - djm@cvs.openbsd.org 2014/03/12 04:51:12
16 [authfile.c]
17 correct test that kdf name is not "none" or "bcrypt"
15 18
1620140401 1920140401
17 - (djm) On platforms that support it, use prctl() to prevent sftp-server 20 - (djm) On platforms that support it, use prctl() to prevent sftp-server