summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 990739468..22578ab21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@
16 - djm@cvs.openbsd.org 2014/01/19 04:48:08 16 - djm@cvs.openbsd.org 2014/01/19 04:48:08
17 [ssh_config.5] 17 [ssh_config.5]
18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal 18 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
19 - dtucker@cvs.openbsd.org 2014/01/19 11:21:51
20 [addrmatch.c]
21 Cast the sizeof to socklen_t so it'll work even if the supplied len is
22 negative. Suggested by and ok djm, ok deraadt.
19 23
2020140118 2420140118
21 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 25 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch