summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-15 10:28:55 +1100
committerDamien Miller <djm@mindrot.org>2013-02-15 10:28:55 +1100
commit4018dc04daa613d0e20df10947b85f154dc5765d (patch)
tree9d1216fc13fa4148007c8ba01479123ac907fd4d /ChangeLog
parent91edc1ce2b4a7038432efbcbbfc0b1cb2fb85d0d (diff)
- djm@cvs.openbsd.org 2013/02/14 21:35:59
[auth2-pubkey.c] Correct error message that had a typo and was logging the wrong thing; patch from Petr Lautrbach
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 997982e61..2a2584661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
120130215 120130215
2 - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from 2 - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from
3 Iain Morgan 3 Iain Morgan
4 - (djm) OpenBSD CVS Sync
5 - djm@cvs.openbsd.org 2013/02/14 21:35:59
6 [auth2-pubkey.c]
7 Correct error message that had a typo and was logging the wrong thing;
8 patch from Petr Lautrbach
4 9
520130214 1020130214
6 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. 11 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.