diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -30,7 +30,12 @@ | |||
30 | explicitly disable conch options that could interfere with the test | 30 | explicitly disable conch options that could interfere with the test |
31 | - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link | 31 | - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link |
32 | returns EXDEV. Patch from Mike Garrison, ok djm@ | 32 | returns EXDEV. Patch from Mike Garrison, ok djm@ |
33 | h | 33 | - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h] |
34 | [packet.c scp.c serverloop.c sftp-client.c ssh-agent.c ssh-keyscan.c] | ||
35 | [sshd.c] Explicitly handle EWOULDBLOCK wherever we handle EAGAIN, on | ||
36 | some platforms (HP nonstop) it is a distinct errno; | ||
37 | bz#1467 reported by sconeu AT yahoo.com; ok dtucker@ | ||
38 | |||
34 | 20080702 | 39 | 20080702 |
35 | - (dtucker) OpenBSD CVS Sync | 40 | - (dtucker) OpenBSD CVS Sync |
36 | - djm@cvs.openbsd.org 2008/06/30 08:05:59 | 41 | - djm@cvs.openbsd.org 2008/06/30 08:05:59 |
@@ -4565,4 +4570,4 @@ h | |||
4565 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4570 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4566 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4571 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4567 | 4572 | ||
4568 | $Id: ChangeLog,v 1.5057 2008/07/04 07:11:30 dtucker Exp $ | 4573 | $Id: ChangeLog,v 1.5058 2008/07/04 13:10:49 djm Exp $ |