summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-05 21:31:11 +1100
committerDamien Miller <djm@mindrot.org>2010-03-05 21:31:11 +1100
commit5059d8d7e647ed6202e3d77f623774919b20eefc (patch)
tree285bb505349fb471abe769549afd67f462ba3596 /ChangeLog
parent922b541329285cede860607c877f72663f3d2a9f (diff)
- djm@cvs.openbsd.org 2010/03/05 10:28:21
[ssh-add.1 ssh.1 ssh_config.5] mention loading of certificate files from [private]-cert.pub when they are present; feedback and ok jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e1bb231b..0f062fa60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
29 - jmc@cvs.openbsd.org 2010/03/05 08:31:20 29 - jmc@cvs.openbsd.org 2010/03/05 08:31:20
30 [ssh.1] 30 [ssh.1]
31 document certificate authentication; help/ok djm 31 document certificate authentication; help/ok djm
32 - djm@cvs.openbsd.org 2010/03/05 10:28:21
33 [ssh-add.1 ssh.1 ssh_config.5]
34 mention loading of certificate files from [private]-cert.pub when
35 they are present; feedback and ok jmc@
32 - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older 36 - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
33 compilers. OK djm@ 37 compilers. OK djm@
34 - (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure 38 - (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure