diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -122,6 +122,10 @@ | |||
122 | [ssh.1] | 122 | [ssh.1] |
123 | delete .xr to hosts.equiv. there's still an unfortunate amount of | 123 | delete .xr to hosts.equiv. there's still an unfortunate amount of |
124 | documentation referring to rhosts equivalency in here. | 124 | documentation referring to rhosts equivalency in here. |
125 | - djm@cvs.openbsd.org 2014/04/20 02:30:25 | ||
126 | [misc.c misc.h umac.c] | ||
127 | use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on | ||
128 | strict-alignment architectures; reported by and ok stsp@ | ||
125 | 129 | ||
126 | 20140401 | 130 | 20140401 |
127 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 131 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |