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 b17401d61..f963980f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,14 @@
14 - djm@cvs.openbsd.org 2013/08/31 00:13:54 14 - djm@cvs.openbsd.org 2013/08/31 00:13:54
15 [sftp.c] 15 [sftp.c]
16 make ^w match ksh behaviour (delete previous word instead of entire line) 16 make ^w match ksh behaviour (delete previous word instead of entire line)
17 - deraadt@cvs.openbsd.org 2013/09/02 22:00:34
18 [ssh-keygen.c sshconnect1.c sshd.c]
19 All the instances of arc4random_stir() are bogus, since arc4random()
20 does this itself, inside itself, and has for a very long time.. Actually,
21 this was probably reducing the entropy available.
22 ok djm
23 ID SYNC ONLY for portable; we don't trust other arc4random implementations
24 to do this right.
17 25
1820130828 2620130828
19 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the 27 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the