summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d13a23fd1..a8d6c274e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120130914
2 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2013/08/22 19:02:21
4 [sshd.c]
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.
7 ok markus@
8
120130828 920130828
2 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the 10 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the
3 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we 11 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we