summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshlogin.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 73be25d81..fd2a76a81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
18 - dtucker@cvs.openbsd.org 2004/08/11 11:50:09 18 - dtucker@cvs.openbsd.org 2004/08/11 11:50:09
19 [sshd.c] 19 [sshd.c]
20 Don't try to close startup_pipe if it's not open; ok djm@ 20 Don't try to close startup_pipe if it's not open; ok djm@
21 - djm@cvs.openbsd.org 2004/08/11 11:59:22
22 [sshlogin.c]
23 check that lseek went were we told it to; ok markus@
24 (Id sync only, but similar changes are needed in loginrec.c)
21 25
2220040720 2620040720
23 - (djm) OpenBSD CVS Sync 27 - (djm) OpenBSD CVS Sync
@@ -1585,4 +1589,4 @@
1585 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1589 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1586 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1590 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1587 1591
1588$Id: ChangeLog,v 1.3494 2004/08/12 12:42:29 dtucker Exp $ 1592$Id: ChangeLog,v 1.3495 2004/08/12 12:49:00 dtucker Exp $
diff --git a/sshlogin.c b/sshlogin.c
index 41817ec96..399d02a0f 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: sshlogin.c,v 1.10 2004/07/17 05:31:41 dtucker Exp $"); 42RCSID("$OpenBSD: sshlogin.c,v 1.11 2004/08/11 11:59:22 djm Exp $");
43 43
44#include "loginrec.h" 44#include "loginrec.h"
45#include "log.h" 45#include "log.h"