summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-03 21:23:01 +1000
committerDamien Miller <djm@mindrot.org>2014-07-03 21:23:01 +1000
commitd7ca2cd31ecc4d63a055e2dcc4bf35c13f2db4c5 (patch)
tree7e1abd88e8fc2a5f548b29656931fbb981ca8bab /ChangeLog
parentb1e967c8d7c7578dd0c172d85b3046cf54ea42ba (diff)
- djm@cvs.openbsd.org 2014/07/03 03:15:01
[ssh-add.c] make stdout line-buffered; saves partial output getting lost when ssh-add fatal()s part-way through (e.g. when listing keys from an agent that supports key types that ssh-add doesn't); bz#2234, reported by Phil Pennock
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 049a1d861..d5f57e37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@
14 subprocesses it may have started (e.g. forked askpass). Fixes 14 subprocesses it may have started (e.g. forked askpass). Fixes
15 agent sockets being zapped when askpass processes fatal(); 15 agent sockets being zapped when askpass processes fatal();
16 bz#2236 patch from Dmitry V. Levin 16 bz#2236 patch from Dmitry V. Levin
17 - djm@cvs.openbsd.org 2014/07/03 03:15:01
18 [ssh-add.c]
19 make stdout line-buffered; saves partial output getting lost when
20 ssh-add fatal()s part-way through (e.g. when listing keys from an
21 agent that supports key types that ssh-add doesn't);
22 bz#2234, reported by Phil Pennock
17 23
1820140702 2420140702
19 - OpenBSD CVS Sync 25 - OpenBSD CVS Sync