diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ | |||
1 | 20130914 | ||
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 | |||
1 | 20130828 | 9 | 20130828 |
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 |