diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 | ||
11 | 20140118 | 17 | 20140118 |
12 | - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch | 18 | - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch |