summaryrefslogtreecommitdiff
path: root/crypto/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/FREEBSD-Xlist2
-rw-r--r--crypto/openssh/FREEBSD-tricks2
-rw-r--r--crypto/openssh/FREEBSD-upgrade2
-rw-r--r--crypto/openssh/acconfig.h2
-rw-r--r--crypto/openssh/auth-chall.c2
-rw-r--r--crypto/openssh/auth-krb5.c2
-rw-r--r--crypto/openssh/auth-pam.c2
-rw-r--r--crypto/openssh/auth-pam.h2
-rw-r--r--crypto/openssh/auth-passwd.c2
-rw-r--r--crypto/openssh/auth-skey.c2
-rw-r--r--crypto/openssh/auth.c2
-rw-r--r--crypto/openssh/auth.h2
-rw-r--r--crypto/openssh/auth1.c2
-rw-r--r--crypto/openssh/auth2-chall.c2
-rw-r--r--crypto/openssh/auth2-kbdint.c2
-rw-r--r--crypto/openssh/auth2.c2
-rw-r--r--crypto/openssh/bufaux.c2
-rw-r--r--crypto/openssh/compat.c2
-rw-r--r--crypto/openssh/config.h2
-rw-r--r--crypto/openssh/configure.ac2
-rw-r--r--crypto/openssh/includes.h2
-rw-r--r--crypto/openssh/log.h2
-rw-r--r--crypto/openssh/loginrec.c2
-rw-r--r--crypto/openssh/monitor.c2
-rw-r--r--crypto/openssh/monitor.h2
-rw-r--r--crypto/openssh/monitor_wrap.c2
-rw-r--r--crypto/openssh/monitor_wrap.h2
-rw-r--r--crypto/openssh/myproposal.h2
-rw-r--r--crypto/openssh/openbsd-compat/fake-rfc2553.h2
-rw-r--r--crypto/openssh/readconf.c2
-rw-r--r--crypto/openssh/servconf.c2
-rw-r--r--crypto/openssh/servconf.h2
-rw-r--r--crypto/openssh/session.c2
-rw-r--r--crypto/openssh/ssh-agent.c2
-rw-r--r--crypto/openssh/ssh.12
-rw-r--r--crypto/openssh/ssh.c2
-rw-r--r--crypto/openssh/ssh_config2
-rw-r--r--crypto/openssh/ssh_config.52
-rw-r--r--crypto/openssh/sshd.82
-rw-r--r--crypto/openssh/sshd.c2
-rw-r--r--crypto/openssh/sshd_config2
-rw-r--r--crypto/openssh/sshd_config.52
-rw-r--r--crypto/openssh/version.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/crypto/openssh/FREEBSD-Xlist b/crypto/openssh/FREEBSD-Xlist
index 6d8ac040866f..5064ba5271e0 100644
--- a/crypto/openssh/FREEBSD-Xlist
+++ b/crypto/openssh/FREEBSD-Xlist
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/crypto/openssh/FREEBSD-Xlist,v 1.3 2004/02/26 10:37:34 des Exp $
*.0
*/.cvsignore
.cvsignore
diff --git a/crypto/openssh/FREEBSD-tricks b/crypto/openssh/FREEBSD-tricks
index fc0e1e768f3d..25b708f7660c 100644
--- a/crypto/openssh/FREEBSD-tricks
+++ b/crypto/openssh/FREEBSD-tricks
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/crypto/openssh/FREEBSD-tricks,v 1.5.2.1 2005/09/11 16:50:33 des Exp $
# Shell code to remove FreeBSD tags before merging
grep -rl '\$Fre[e]BSD:' . | grep -v FREEBSD >tags
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 757d9e8e04ca..ee21d3a2fd57 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -126,4 +126,4 @@ Suzanne Vega, and a Sanford's #69 Deluxe Marker.
-- des@FreeBSD.org
-$FreeBSD$
+$FreeBSD: src/crypto/openssh/FREEBSD-upgrade,v 1.10 2005/06/05 15:43:57 des Exp $
diff --git a/crypto/openssh/acconfig.h b/crypto/openssh/acconfig.h
index 338aa7a5fcc2..6c9131c887cf 100644
--- a/crypto/openssh/acconfig.h
+++ b/crypto/openssh/acconfig.h
@@ -1,5 +1,5 @@
/* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/acconfig.h,v 1.11.2.1 2005/09/11 16:50:33 des Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
diff --git a/crypto/openssh/auth-chall.c b/crypto/openssh/auth-chall.c
index 248aca99fa96..0fee1fde703c 100644
--- a/crypto/openssh/auth-chall.c
+++ b/crypto/openssh/auth-chall.c
@@ -24,7 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth-chall.c,v 1.9 2003/11/03 09:03:37 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth-chall.c,v 1.9 2005/06/05 15:46:07 des Exp $");
#include "auth.h"
#include "log.h"
diff --git a/crypto/openssh/auth-krb5.c b/crypto/openssh/auth-krb5.c
index 7e5a6140b4be..bf5921146b2d 100644
--- a/crypto/openssh/auth-krb5.c
+++ b/crypto/openssh/auth-krb5.c
@@ -29,7 +29,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth-krb5.c,v 1.15 2003/11/21 11:57:02 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.19.2.1 2005/09/11 16:50:33 des Exp $");
#include "ssh.h"
#include "ssh1.h"
diff --git a/crypto/openssh/auth-pam.c b/crypto/openssh/auth-pam.c
index ef87bfbfa039..2e410efcdb4a 100644
--- a/crypto/openssh/auth-pam.c
+++ b/crypto/openssh/auth-pam.c
@@ -48,7 +48,7 @@
/* Based on $xFreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */
#include "includes.h"
RCSID("$Id: auth-pam.c,v 1.126 2005/07/17 07:18:50 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth-pam.c,v 1.16.2.1 2005/09/11 16:50:33 des Exp $");
#ifdef USE_PAM
#if defined(HAVE_SECURITY_PAM_APPL_H)
diff --git a/crypto/openssh/auth-pam.h b/crypto/openssh/auth-pam.h
index afdc66e819c5..dfdce585d502 100644
--- a/crypto/openssh/auth-pam.h
+++ b/crypto/openssh/auth-pam.h
@@ -1,5 +1,5 @@
/* $Id: auth-pam.h,v 1.27 2004/09/11 12:17:26 dtucker Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/auth-pam.h,v 1.11 2005/06/05 15:46:07 des Exp $ */
/*
* Copyright (c) 2000 Damien Miller. All rights reserved.
diff --git a/crypto/openssh/auth-passwd.c b/crypto/openssh/auth-passwd.c
index c5d52b26e6ce..9bdcb150093c 100644
--- a/crypto/openssh/auth-passwd.c
+++ b/crypto/openssh/auth-passwd.c
@@ -37,7 +37,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth-passwd.c,v 1.34 2005/07/19 15:32:26 otto Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth-passwd.c,v 1.19.2.1 2005/09/11 16:50:33 des Exp $");
#include "packet.h"
#include "buffer.h"
diff --git a/crypto/openssh/auth-skey.c b/crypto/openssh/auth-skey.c
index c37eba54876e..8be059567866 100644
--- a/crypto/openssh/auth-skey.c
+++ b/crypto/openssh/auth-skey.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: auth-skey.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth-skey.c,v 1.15.8.1 2005/09/11 16:50:34 des Exp $");
#ifdef SKEY
diff --git a/crypto/openssh/auth.c b/crypto/openssh/auth.c
index 228fe42b0eac..911aa849d04f 100644
--- a/crypto/openssh/auth.c
+++ b/crypto/openssh/auth.c
@@ -24,7 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth.c,v 1.60 2005/06/17 02:44:32 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth.c,v 1.17.2.1 2005/09/11 16:50:34 des Exp $");
#ifdef HAVE_LOGIN_H
#include <login.h>
diff --git a/crypto/openssh/auth.h b/crypto/openssh/auth.h
index 41eb4a3c8c88..a0fd4fbcb682 100644
--- a/crypto/openssh/auth.h
+++ b/crypto/openssh/auth.h
@@ -1,5 +1,5 @@
/* $OpenBSD: auth.h,v 1.51 2005/06/06 11:20:36 djm Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/auth.h,v 1.15.2.1 2005/09/11 16:50:34 des Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c
index 6440c49cf8da..c9f2db8e3f8f 100644
--- a/crypto/openssh/auth1.c
+++ b/crypto/openssh/auth1.c
@@ -11,7 +11,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth1.c,v 1.62 2005/07/16 01:35:24 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth1.c,v 1.32.2.1 2005/09/11 16:50:34 des Exp $");
#include "xmalloc.h"
#include "rsa.h"
diff --git a/crypto/openssh/auth2-chall.c b/crypto/openssh/auth2-chall.c
index 95709a0b7324..7da331833a4e 100644
--- a/crypto/openssh/auth2-chall.c
+++ b/crypto/openssh/auth2-chall.c
@@ -24,7 +24,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: auth2-chall.c,v 1.24 2005/07/17 07:17:54 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth2-chall.c,v 1.10.2.1 2005/09/11 16:50:34 des Exp $");
#include "ssh2.h"
#include "auth.h"
diff --git a/crypto/openssh/auth2-kbdint.c b/crypto/openssh/auth2-kbdint.c
index 878a21dfcadf..b516a48990ed 100644
--- a/crypto/openssh/auth2-kbdint.c
+++ b/crypto/openssh/auth2-kbdint.c
@@ -24,7 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth2-kbdint.c,v 1.2 2002/05/31 11:35:15 markus Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth2-kbdint.c,v 1.3 2005/06/05 15:46:07 des Exp $");
#include "packet.h"
#include "auth.h"
diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c
index 4a578c47d593..e8713928c442 100644
--- a/crypto/openssh/auth2.c
+++ b/crypto/openssh/auth2.c
@@ -24,7 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: auth2.c,v 1.107 2004/07/28 09:40:29 markus Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/auth2.c,v 1.25.2.1 2005/09/11 16:50:34 des Exp $");
#include "canohost.h"
#include "ssh2.h"
diff --git a/crypto/openssh/bufaux.c b/crypto/openssh/bufaux.c
index 53cfb8c15678..5162b4df0f13 100644
--- a/crypto/openssh/bufaux.c
+++ b/crypto/openssh/bufaux.c
@@ -38,7 +38,7 @@
#include "includes.h"
RCSID("$OpenBSD: bufaux.c,v 1.36 2005/06/17 02:44:32 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/bufaux.c,v 1.16.2.1 2005/09/11 16:50:34 des Exp $");
#include <openssl/bn.h>
#include "bufaux.h"
diff --git a/crypto/openssh/compat.c b/crypto/openssh/compat.c
index 37a892bc34d4..8f6205db17ad 100644
--- a/crypto/openssh/compat.c
+++ b/crypto/openssh/compat.c
@@ -24,7 +24,7 @@
#include "includes.h"
RCSID("$OpenBSD: compat.c,v 1.71 2005/03/01 10:09:52 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/compat.c,v 1.12 2005/06/05 15:46:07 des Exp $");
#include "buffer.h"
#include "packet.h"
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 036c54feca6f..2ed7e9cb68ea 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1,7 +1,7 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/config.h,v 1.11.2.1 2005/09/11 16:50:34 des Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
diff --git a/crypto/openssh/configure.ac b/crypto/openssh/configure.ac
index 5258d634fe5d..c634e3566064 100644
--- a/crypto/openssh/configure.ac
+++ b/crypto/openssh/configure.ac
@@ -1,5 +1,5 @@
# $Id: configure.ac,v 1.292 2005/08/31 16:59:49 tim Exp $
-# $FreeBSD$
+# $FreeBSD: src/crypto/openssh/configure.ac,v 1.11.2.1 2005/09/11 16:50:34 des Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h
index f4ab0a39d98b..ecb023afeba0 100644
--- a/crypto/openssh/includes.h
+++ b/crypto/openssh/includes.h
@@ -1,5 +1,5 @@
/* $OpenBSD: includes.h,v 1.19 2005/05/19 02:42:26 djm Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/includes.h,v 1.19.2.1 2005/09/11 16:50:34 des Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
diff --git a/crypto/openssh/log.h b/crypto/openssh/log.h
index ec64752dab58..325ae1c4e6bf 100644
--- a/crypto/openssh/log.h
+++ b/crypto/openssh/log.h
@@ -1,5 +1,5 @@
/* $OpenBSD: log.h,v 1.11 2004/06/21 22:02:58 djm Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/log.h,v 1.6 2004/10/28 16:11:28 des Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
diff --git a/crypto/openssh/loginrec.c b/crypto/openssh/loginrec.c
index afc83484f922..a987bcd4368d 100644
--- a/crypto/openssh/loginrec.c
+++ b/crypto/openssh/loginrec.c
@@ -166,7 +166,7 @@
#endif
RCSID("$Id: loginrec.c,v 1.70 2005/07/17 07:26:44 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/loginrec.c,v 1.9.2.1 2005/09/11 16:50:34 des Exp $");
/**
** prototypes for helper functions in this file
diff --git a/crypto/openssh/monitor.c b/crypto/openssh/monitor.c
index 561f8d8c99e1..27a2aacd5e2a 100644
--- a/crypto/openssh/monitor.c
+++ b/crypto/openssh/monitor.c
@@ -26,7 +26,7 @@
#include "includes.h"
RCSID("$OpenBSD: monitor.c,v 1.63 2005/03/10 22:01:05 deraadt Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/monitor.c,v 1.17.2.1 2005/09/11 16:50:34 des Exp $");
#include <openssl/dh.h>
diff --git a/crypto/openssh/monitor.h b/crypto/openssh/monitor.h
index 46adeb094614..9990b43383b4 100644
--- a/crypto/openssh/monitor.h
+++ b/crypto/openssh/monitor.h
@@ -1,5 +1,5 @@
/* $OpenBSD: monitor.h,v 1.13 2003/11/17 11:06:07 markus Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/monitor.h,v 1.6 2005/06/05 15:46:07 des Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
diff --git a/crypto/openssh/monitor_wrap.c b/crypto/openssh/monitor_wrap.c
index 5457c3074643..ad0f8951ec50 100644
--- a/crypto/openssh/monitor_wrap.c
+++ b/crypto/openssh/monitor_wrap.c
@@ -26,7 +26,7 @@
#include "includes.h"
RCSID("$OpenBSD: monitor_wrap.c,v 1.40 2005/05/24 17:32:43 avsm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/monitor_wrap.c,v 1.10.2.1 2005/09/11 16:50:34 des Exp $");
#include <openssl/bn.h>
#include <openssl/dh.h>
diff --git a/crypto/openssh/monitor_wrap.h b/crypto/openssh/monitor_wrap.h
index c2f1f3736c66..c77a246848ca 100644
--- a/crypto/openssh/monitor_wrap.h
+++ b/crypto/openssh/monitor_wrap.h
@@ -1,5 +1,5 @@
/* $OpenBSD: monitor_wrap.h,v 1.14 2004/06/21 17:36:31 avsm Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/monitor_wrap.h,v 1.8 2005/06/05 15:46:07 des Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
diff --git a/crypto/openssh/myproposal.h b/crypto/openssh/myproposal.h
index 8beb4e2bd860..5d820334e477 100644
--- a/crypto/openssh/myproposal.h
+++ b/crypto/openssh/myproposal.h
@@ -1,5 +1,5 @@
/* $OpenBSD: myproposal.h,v 1.18 2005/07/25 11:59:39 markus Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/myproposal.h,v 1.7.2.1 2005/09/11 16:50:34 des Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
diff --git a/crypto/openssh/openbsd-compat/fake-rfc2553.h b/crypto/openssh/openbsd-compat/fake-rfc2553.h
index dd998c5bf2a3..c9b40199b8f7 100644
--- a/crypto/openssh/openbsd-compat/fake-rfc2553.h
+++ b/crypto/openssh/openbsd-compat/fake-rfc2553.h
@@ -1,5 +1,5 @@
/* $Id: fake-rfc2553.h,v 1.12 2005/08/03 05:36:21 dtucker Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/openbsd-compat/fake-rfc2553.h,v 1.6.2.1 2005/09/11 16:50:37 des Exp $ */
/*
* Copyright (C) 2000-2003 Damien Miller. All rights reserved.
diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c
index 2a7962b89498..32e63a751fe0 100644
--- a/crypto/openssh/readconf.c
+++ b/crypto/openssh/readconf.c
@@ -13,7 +13,7 @@
#include "includes.h"
RCSID("$OpenBSD: readconf.c,v 1.143 2005/07/30 02:03:47 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/readconf.c,v 1.25.2.1 2005/09/11 16:50:34 des Exp $");
#include "ssh.h"
#include "xmalloc.h"
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c
index 466f897038c6..2b125e001c43 100644
--- a/crypto/openssh/servconf.c
+++ b/crypto/openssh/servconf.c
@@ -11,7 +11,7 @@
#include "includes.h"
RCSID("$OpenBSD: servconf.c,v 1.144 2005/08/06 10:03:12 dtucker Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/servconf.c,v 1.46.2.1 2005/09/11 16:50:34 des Exp $");
#include "ssh.h"
#include "log.h"
diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h
index 20d468f4a346..8ab2f59fe16f 100644
--- a/crypto/openssh/servconf.h
+++ b/crypto/openssh/servconf.h
@@ -1,5 +1,5 @@
/* $OpenBSD: servconf.h,v 1.71 2004/12/23 23:11:00 djm Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/servconf.h,v 1.17 2005/06/05 15:46:07 des Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c
index 50521effa830..18945f98f76f 100644
--- a/crypto/openssh/session.c
+++ b/crypto/openssh/session.c
@@ -34,7 +34,7 @@
#include "includes.h"
RCSID("$OpenBSD: session.c,v 1.186 2005/07/25 11:59:40 markus Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/session.c,v 1.46.2.1 2005/09/11 16:50:34 des Exp $");
#include "ssh.h"
#include "ssh1.h"
diff --git a/crypto/openssh/ssh-agent.c b/crypto/openssh/ssh-agent.c
index 99ec904b6992..4593b19a5ffb 100644
--- a/crypto/openssh/ssh-agent.c
+++ b/crypto/openssh/ssh-agent.c
@@ -36,7 +36,7 @@
#include "includes.h"
#include "openbsd-compat/sys-queue.h"
RCSID("$OpenBSD: ssh-agent.c,v 1.122 2004/10/29 22:53:56 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/ssh-agent.c,v 1.24 2005/06/05 15:46:07 des Exp $");
#include <openssl/evp.h>
#include <openssl/md5.h>
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1
index 92c4f59b93c8..4aec0fd997d8 100644
--- a/crypto/openssh/ssh.1
+++ b/crypto/openssh/ssh.1
@@ -35,7 +35,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: ssh.1,v 1.209 2005/07/06 09:33:05 dtucker Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/crypto/openssh/ssh.1,v 1.31.2.1 2005/09/11 16:50:35 des Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c
index 57c62745699a..b042737c9c0e 100644
--- a/crypto/openssh/ssh.c
+++ b/crypto/openssh/ssh.c
@@ -41,7 +41,7 @@
#include "includes.h"
RCSID("$OpenBSD: ssh.c,v 1.249 2005/07/30 01:26:16 djm Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/ssh.c,v 1.28.2.1 2005/09/11 16:50:35 des Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index b917b644fa65..8d2e68f9d32d 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -1,5 +1,5 @@
# $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $
-# $FreeBSD$
+# $FreeBSD: src/crypto/openssh/ssh_config,v 1.27.2.1 2005/09/11 16:50:35 des Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index 77014210e037..f421184238de 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -35,7 +35,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: ssh_config.5,v 1.61 2005/07/08 12:53:10 jmc Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/crypto/openssh/ssh_config.5,v 1.17.2.1 2005/09/11 16:50:35 des Exp $
.Dd September 25, 1999
.Dt SSH_CONFIG 5
.Os
diff --git a/crypto/openssh/sshd.8 b/crypto/openssh/sshd.8
index bced2875510d..a870d879c85f 100644
--- a/crypto/openssh/sshd.8
+++ b/crypto/openssh/sshd.8
@@ -35,7 +35,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: sshd.8,v 1.208 2005/06/08 03:50:00 djm Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/crypto/openssh/sshd.8,v 1.31.2.1 2005/09/11 16:50:35 des Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c
index cf30bd6cb616..5a92ad45e9f6 100644
--- a/crypto/openssh/sshd.c
+++ b/crypto/openssh/sshd.c
@@ -43,7 +43,7 @@
#include "includes.h"
RCSID("$OpenBSD: sshd.c,v 1.312 2005/07/25 11:59:40 markus Exp $");
-RCSID("$FreeBSD$");
+RCSID("$FreeBSD: src/crypto/openssh/sshd.c,v 1.39.2.1 2005/09/11 16:50:35 des Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 8a9386f73898..0dfd7e27d95e 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -1,5 +1,5 @@
# $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $
-# $FreeBSD$
+# $FreeBSD: src/crypto/openssh/sshd_config,v 1.42.2.1 2005/09/11 16:50:35 des Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 413a994f5e62..476ed0fa8453 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -35,7 +35,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: sshd_config.5,v 1.44 2005/07/25 11:59:40 markus Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/crypto/openssh/sshd_config.5,v 1.23.2.1 2005/09/11 16:50:35 des Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index bcfb720c7068..8d0bfc3b8929 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -1,5 +1,5 @@
/* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/openssh/version.h,v 1.30.2.1 2005/09/11 16:50:35 des Exp $ */
#ifndef SSH_VERSION