summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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