summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:06:23 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:06:23 +1100
commit8275fade44b56aed722ea91bc4586f48babece80 (patch)
tree008fc19e661c19854303ee25c8e5d12347546893 /ChangeLog
parent306d118f72670f0da447f28b7eec576dcb4a6e38 (diff)
- dtucker@cvs.openbsd.org 2006/03/13 10:26:52
[authfile.c authfile.h ssh-add.c] Make ssh-add check file permissions before attempting to load private key files multiple times; it will fail anyway and this prevents confusing multiple prompts and warnings. mindrot #1138, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c72eeed41..d41b4cb46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -224,6 +224,11 @@
224 [misc.c ssh_config.5 sshd_config.5] 224 [misc.c ssh_config.5 sshd_config.5]
225 Allow config directives to contain whitespace by surrounding them by double 225 Allow config directives to contain whitespace by surrounding them by double
226 quotes. mindrot #482, man page help from jmc@, ok djm@ 226 quotes. mindrot #482, man page help from jmc@, ok djm@
227 - dtucker@cvs.openbsd.org 2006/03/13 10:26:52
228 [authfile.c authfile.h ssh-add.c]
229 Make ssh-add check file permissions before attempting to load private
230 key files multiple times; it will fail anyway and this prevents confusing
231 multiple prompts and warnings. mindrot #1138, ok djm@
227 232
22820060313 23320060313
229 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 234 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4125,4 +4130,4 @@
4125 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4130 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4126 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4131 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4127 4132
4128$Id: ChangeLog,v 1.4203 2006/03/15 01:05:59 djm Exp $ 4133$Id: ChangeLog,v 1.4204 2006/03/15 01:06:23 djm Exp $