summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-09-14 09:45:03 +1000
committerDamien Miller <djm@mindrot.org>2013-09-14 09:45:03 +1000
commit660854859cad31d234edb9353fb7ca2780df8128 (patch)
treeb445d042762c31c679390f97fffd1bb194140bb0 /ChangeLog
parent045bda5cb8acf0eb9d71c275ee1247e3154fc9e5 (diff)
- mikeb@cvs.openbsd.org 2013/08/28 12:34:27
[ssh-keygen.c] improve batch processing a bit by making use of the quite flag a bit more often and exit with a non zero code if asked to find a hostname in a known_hosts file and it wasn't there; originally from reyk@, ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8d6c274e..67ea28041 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@
5 Stir PRNG after post-accept fork. The child gets a different PRNG state 5 Stir PRNG after post-accept fork. The child gets a different PRNG state
6 anyway via rexec and explicit privsep reseeds, but it's good to be sure. 6 anyway via rexec and explicit privsep reseeds, but it's good to be sure.
7 ok markus@ 7 ok markus@
8 - mikeb@cvs.openbsd.org 2013/08/28 12:34:27
9 [ssh-keygen.c]
10 improve batch processing a bit by making use of the quite flag a bit
11 more often and exit with a non zero code if asked to find a hostname
12 in a known_hosts file and it wasn't there;
13 originally from reyk@, ok djm
8 14
920130828 1520130828
10 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the 16 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the