diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | cipher-3des1.c | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -65,6 +65,18 @@ | |||
65 | - markus@cvs.openbsd.org 2014/06/27 18:50:39 | 65 | - markus@cvs.openbsd.org 2014/06/27 18:50:39 |
66 | [ssh-add.c] | 66 | [ssh-add.c] |
67 | fix loading of private keys | 67 | fix loading of private keys |
68 | - djm@cvs.openbsd.org 2014/06/30 12:54:39 | ||
69 | [key.c] | ||
70 | suppress spurious error message when loading key with a passphrase; | ||
71 | reported by kettenis@ ok markus@ | ||
72 | - djm@cvs.openbsd.org 2014/07/02 04:59:06 | ||
73 | [cipher-3des1.c] | ||
74 | fix ssh protocol 1 on the server that regressed with the sshkey change | ||
75 | (sometimes fatal() after auth completed), make file return useful status | ||
76 | codes. | ||
77 | NB. Id sync only for these two. They were bundled into the sshkey merge | ||
78 | above, since it was easier to sync the entire file and then apply | ||
79 | portable-specific changed atop it. | ||
68 | 80 | ||
69 | 20140618 | 81 | 20140618 |
70 | - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare | 82 | - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare |
diff --git a/cipher-3des1.c b/cipher-3des1.c index 5361f517d..2753f9a0e 100644 --- a/cipher-3des1.c +++ b/cipher-3des1.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cipher-3des1.c,v 1.10 2014/02/02 03:44:31 djm Exp $ */ | 1 | /* $OpenBSD: cipher-3des1.c,v 1.11 2014/07/02 04:59:06 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2003 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2003 Markus Friedl. All rights reserved. |
4 | * | 4 | * |