summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-19 15:30:02 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-19 15:30:02 +1100
commit7b1ded04adce42efa25ada7c3a39818d3109b724 (patch)
tree38d0d51c0301411e9dfecd9c2024b48dde99a10b /ChangeLog
parent293ee3c9f0796d99ebb033735f0e315f2e0180bf (diff)
- dtucker@cvs.openbsd.org 2014/01/19 04:17:29
[canohost.c addrmatch.c] Cast socklen_t when comparing to size_t and use socklen_t to iterate over the ip options, both to prevent signed/unsigned comparison warnings. Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d274fc4ea..847be1460 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,13 @@
6 - dtucker@cvs.openbsd.org 2014/01/18 09:36:26 6 - dtucker@cvs.openbsd.org 2014/01/18 09:36:26
7 [session.c] 7 [session.c]
8 explicitly define USE_PIPES to 1 to prevent redefinition warnings in 8 explicitly define USE_PIPES to 1 to prevent redefinition warnings in
9 portable on platforms that use pipes for everything. 9 portable on platforms that use pipes for everything. From vinschen at
10 redhat.
11 - dtucker@cvs.openbsd.org 2014/01/19 04:17:29
12 [canohost.c addrmatch.c]
13 Cast socklen_t when comparing to size_t and use socklen_t to iterate over
14 the ip options, both to prevent signed/unsigned comparison warnings.
15 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
10 16
1120140118 1720140118
12 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 18 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch