commit | d7ca2cd31ecc4d63a055e2dcc4bf35c13f2db4c5 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:23:01 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Jul 03 21:23:01 2014 +1000 |
tree | 7e1abd88e8fc2a5f548b29656931fbb981ca8bab | |
parent | b1e967c8d7c7578dd0c172d85b3046cf54ea42ba [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