summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--auth2.c2
-rw-r--r--serverloop.c2
-rw-r--r--session.c2
-rw-r--r--sshd.c2
5 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ada526cb..4b43819e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
- (bal) CVS ID touch up on sftp-int.c
- (bal) CVS ID touch up on uuencode.c
+ - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
- (bal) OpenBSD CVS Sync
- deraadt@cvs.openbsd.org 2001/02/17 23:48:48
[sshd.8]
@@ -4338,4 +4339,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.896 2001/03/05 07:27:13 mouring Exp $
+$Id: ChangeLog,v 1.897 2001/03/05 07:33:14 mouring Exp $
diff --git a/auth2.c b/auth2.c
index e60bed10..aa56fa63 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.44 2001/03/01 02:45:10 deraadt Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.45 2001/03/04 01:46:29 djm Exp $");
#include <openssl/evp.h>
diff --git a/serverloop.c b/serverloop.c
index 9dcd88b4..8b1ee991 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.53 2001/03/02 18:54:31 deraadt Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.54 2001/03/04 01:46:30 djm Exp $");
#include "xmalloc.h"
#include "packet.h"
diff --git a/session.c b/session.c
index 92589c6a..4562b6d7 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.58 2001/03/02 18:54:31 deraadt Exp $");
+RCSID("$OpenBSD: session.c,v 1.59 2001/03/04 01:46:30 djm Exp $");
#include "ssh.h"
#include "ssh1.h"
diff --git a/sshd.c b/sshd.c
index 2f4cfb6f..7b9b1420 100644
--- a/sshd.c
+++ b/sshd.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.170 2001/02/28 21:21:41 markus Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.171 2001/03/04 01:46:30 djm Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>