diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
| commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
| tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /crypto/openssh | |
| parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) | |
Diffstat (limited to 'crypto/openssh')
47 files changed, 44 insertions, 71 deletions
diff --git a/crypto/openssh/.cvsignore b/crypto/openssh/.cvsignore deleted file mode 100644 index 12de9ef50509..000000000000 --- a/crypto/openssh/.cvsignore +++ /dev/null @@ -1,24 +0,0 @@ -ssh -scp -sshd -ssh-add -ssh-keygen -ssh-keyscan -ssh-keysign -ssh-agent -sftp-server -sftp -configure -config.h.in -config.h -config.status -config.cache -config.log -stamp-h.in -Makefile -ssh_prng_cmds -*.out -*.0 -buildit.sh -autom4te.cache -ssh-rand-helper 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 4ae543986b3f..7f138deeda85 100644 --- a/crypto/openssh/FREEBSD-tricks +++ b/crypto/openssh/FREEBSD-tricks @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/FREEBSD-tricks,v 1.4 2003/09/19 11:29:51 des Exp $ # Shell code to remove FreeBSD tags before merging grep -rl '\$Fre.BSD:' . >tags diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 331d83add1db..b50213d004a4 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.8 2004/02/26 10:57:28 des Exp $ diff --git a/crypto/openssh/acconfig.h b/crypto/openssh/acconfig.h index 02e9e4f96ba5..82aa84689819 100644 --- a/crypto/openssh/acconfig.h +++ b/crypto/openssh/acconfig.h @@ -1,5 +1,5 @@ /* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 dtucker Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/acconfig.h,v 1.9 2004/04/20 09:46:39 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 dbe04cdf2d40..12cddf508cd7 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.8 2004/02/26 10:52:30 des Exp $"); #include "auth.h" #include "log.h" diff --git a/crypto/openssh/auth-krb5.c b/crypto/openssh/auth-krb5.c index 42b802678d7f..ce10c4d38374 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.17 2004/04/20 09:46:39 des Exp $"); #include "ssh.h" #include "ssh1.h" diff --git a/crypto/openssh/auth-pam.c b/crypto/openssh/auth-pam.c index 9564f21b77b7..d7f41f1d55e4 100644 --- a/crypto/openssh/auth-pam.c +++ b/crypto/openssh/auth-pam.c @@ -32,7 +32,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.100 2004/04/18 01:00:26 dtucker Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth-pam.c,v 1.14.2.1 2006/03/01 14:19:48 simon 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 ff4b6f6bd208..409542695224 100644 --- a/crypto/openssh/auth-pam.h +++ b/crypto/openssh/auth-pam.h @@ -1,5 +1,5 @@ /* $Id: auth-pam.h,v 1.25 2004/03/08 12:04:07 dtucker Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/auth-pam.h,v 1.9 2004/04/20 09:46:39 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 38f610ab5a95..b0042c2f7841 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.31 2004/01/30 09:48:57 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth-passwd.c,v 1.17 2004/04/20 09:46:39 des Exp $"); #include "packet.h" #include "log.h" diff --git a/crypto/openssh/auth-skey.c b/crypto/openssh/auth-skey.c index 331e9a7571ad..b8bcf2c5dbfb 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 2004/04/20 09:46:39 des Exp $"); #ifdef SKEY diff --git a/crypto/openssh/auth.c b/crypto/openssh/auth.c index 6bed01c9685f..2c80bad7201c 100644 --- a/crypto/openssh/auth.c +++ b/crypto/openssh/auth.c @@ -24,7 +24,7 @@ #include "includes.h" RCSID("$OpenBSD: auth.c,v 1.51 2003/11/21 11:57:02 djm Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth.c,v 1.15 2004/02/26 10:52:30 des Exp $"); #ifdef HAVE_LOGIN_H #include <login.h> diff --git a/crypto/openssh/auth.h b/crypto/openssh/auth.h index 83841b6591aa..9b3026db9a15 100644 --- a/crypto/openssh/auth.h +++ b/crypto/openssh/auth.h @@ -1,5 +1,5 @@ /* $OpenBSD: auth.h,v 1.49 2004/01/30 09:48:57 markus Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/auth.h,v 1.13 2004/04/20 09:46:39 des Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. diff --git a/crypto/openssh/auth1.c b/crypto/openssh/auth1.c index 7dd3a4a5044b..e526411364ab 100644 --- a/crypto/openssh/auth1.c +++ b/crypto/openssh/auth1.c @@ -11,7 +11,7 @@ #include "includes.h" RCSID("$OpenBSD: auth1.c,v 1.55 2003/11/08 16:02:40 jakob Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth1.c,v 1.30 2004/04/20 09:46:39 des Exp $"); #include "xmalloc.h" #include "rsa.h" diff --git a/crypto/openssh/auth2-chall.c b/crypto/openssh/auth2-chall.c index 4e2a0f91785d..05c46a4a0f7f 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.20 2002/06/30 21:59:45 deraadt Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth2-chall.c,v 1.8 2004/01/07 11:16:23 des Exp $"); #include "ssh2.h" #include "auth.h" diff --git a/crypto/openssh/auth2-kbdint.c b/crypto/openssh/auth2-kbdint.c index 15c20b33921e..8e75d224bbc6 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.2 2002/12/14 13:48:13 des Exp $"); #include "packet.h" #include "auth.h" diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 756f33c4d04c..7fb6f4e9156b 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -24,7 +24,7 @@ #include "includes.h" RCSID("$OpenBSD: auth2.c,v 1.104 2003/11/04 08:54:09 djm Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/auth2.c,v 1.23 2004/04/20 09:46:39 des Exp $"); #include "canohost.h" #include "ssh2.h" diff --git a/crypto/openssh/bufaux.c b/crypto/openssh/bufaux.c index adbb4bdd5887..1657824dc107 100644 --- a/crypto/openssh/bufaux.c +++ b/crypto/openssh/bufaux.c @@ -38,7 +38,7 @@ #include "includes.h" RCSID("$OpenBSD: bufaux.c,v 1.32 2004/02/23 15:12:46 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/bufaux.c,v 1.15 2004/02/26 10:52:30 des Exp $"); #include <openssl/bn.h> #include "bufaux.h" diff --git a/crypto/openssh/compat.c b/crypto/openssh/compat.c index 482caba8f758..6648efca3706 100644 --- a/crypto/openssh/compat.c +++ b/crypto/openssh/compat.c @@ -24,7 +24,7 @@ #include "includes.h" RCSID("$OpenBSD: compat.c,v 1.70 2003/11/02 11:01:03 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/compat.c,v 1.11 2004/02/26 10:52:30 des Exp $"); #include "buffer.h" #include "packet.h" diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index ddf231e09f28..db67ec2c2fe5 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.177 2004/04/15 23:22:40 dtucker Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/config.h,v 1.9 2004/04/20 09:49:37 des Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. diff --git a/crypto/openssh/configure.ac b/crypto/openssh/configure.ac index 41fdc34bde39..85688a084d67 100644 --- a/crypto/openssh/configure.ac +++ b/crypto/openssh/configure.ac @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/configure.ac,v 1.9 2004/04/20 09:46:39 des Exp $ # $Id: configure.ac,v 1.202 2004/02/24 05:47:04 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index 32e9b8420bbd..2a14893d0c23 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -1,5 +1,5 @@ /* $OpenBSD: includes.h,v 1.17 2002/01/26 16:44:22 stevesk Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/includes.h,v 1.17 2004/02/26 10:52:30 des Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> diff --git a/crypto/openssh/log.h b/crypto/openssh/log.h index ca4d7bf6da97..6fb01e8a1a55 100644 --- a/crypto/openssh/log.h +++ b/crypto/openssh/log.h @@ -1,5 +1,5 @@ /* $OpenBSD: log.h,v 1.10 2003/09/23 20:17:11 markus Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/log.h,v 1.5 2004/02/26 10:52:30 des Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> diff --git a/crypto/openssh/loginrec.c b/crypto/openssh/loginrec.c index 90f9f7474c76..10e49699b0bb 100644 --- a/crypto/openssh/loginrec.c +++ b/crypto/openssh/loginrec.c @@ -158,7 +158,7 @@ #include "log.h" #include "atomicio.h" -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/loginrec.c,v 1.7 2004/04/20 09:46:39 des Exp $"); RCSID("$Id: loginrec.c,v 1.54 2004/02/10 05:49:35 dtucker Exp $"); #ifdef HAVE_UTIL_H diff --git a/crypto/openssh/monitor.c b/crypto/openssh/monitor.c index c04d1f78553b..883af8709acd 100644 --- a/crypto/openssh/monitor.c +++ b/crypto/openssh/monitor.c @@ -26,7 +26,7 @@ #include "includes.h" RCSID("$OpenBSD: monitor.c,v 1.55 2004/02/05 05:37:17 dtucker Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/monitor.c,v 1.15 2004/04/20 09:46:39 des Exp $"); #include <openssl/dh.h> diff --git a/crypto/openssh/monitor.h b/crypto/openssh/monitor.h index feab93fbd1f3..d651bb48ca26 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.5 2004/02/26 10:52:31 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 b4f2a89cd694..1935a37cf01d 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.35 2003/11/17 11:06:07 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/monitor_wrap.c,v 1.8 2004/04/20 09:46:39 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 a7c9edd1f10c..e860d9a065b1 100644 --- a/crypto/openssh/monitor_wrap.h +++ b/crypto/openssh/monitor_wrap.h @@ -1,5 +1,5 @@ /* $OpenBSD: monitor_wrap.h,v 1.13 2003/11/17 11:06:07 markus Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/monitor_wrap.h,v 1.6 2004/04/20 09:46:39 des Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> diff --git a/crypto/openssh/myproposal.h b/crypto/openssh/myproposal.h index 065dd4483fef..8e99d48efa8f 100644 --- a/crypto/openssh/myproposal.h +++ b/crypto/openssh/myproposal.h @@ -1,5 +1,5 @@ /* $OpenBSD: myproposal.h,v 1.15 2003/05/17 04:27:52 markus Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/myproposal.h,v 1.6 2004/01/07 11:16:23 des Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. diff --git a/crypto/openssh/openbsd-compat/.cvsignore b/crypto/openssh/openbsd-compat/.cvsignore deleted file mode 100644 index f3c7a7c5da68..000000000000 --- a/crypto/openssh/openbsd-compat/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/crypto/openssh/openbsd-compat/fake-rfc2553.h b/crypto/openssh/openbsd-compat/fake-rfc2553.h index a19a42f3f906..a558d851ae2a 100644 --- a/crypto/openssh/openbsd-compat/fake-rfc2553.h +++ b/crypto/openssh/openbsd-compat/fake-rfc2553.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/openbsd-compat/fake-rfc2553.h,v 1.4 2004/04/20 09:46:41 des Exp $ */ /* $Id: fake-rfc2553.h,v 1.8 2004/02/10 02:05:41 dtucker Exp $ */ /* diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index c62b9432b295..c745c5044b1e 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/readconf.c,v 1.23 2004/04/20 09:47:13 des Exp $"); RCSID("$OpenBSD: readconf.c,v 1.127 2003/12/16 15:49:51 markus Exp $"); #include "ssh.h" diff --git a/crypto/openssh/scard/.cvsignore b/crypto/openssh/scard/.cvsignore deleted file mode 100644 index 5349d34aeabd..000000000000 --- a/crypto/openssh/scard/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Ssh.bin diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 2afd6eb947cb..10c0bf75f2d8 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -11,7 +11,7 @@ #include "includes.h" RCSID("$OpenBSD: servconf.c,v 1.130 2003/12/23 16:12:10 jakob Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/servconf.c,v 1.44 2004/02/26 10:52:31 des Exp $"); #include "ssh.h" #include "log.h" diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h index 7b1ba7f81ebc..47d8ea421600 100644 --- a/crypto/openssh/servconf.h +++ b/crypto/openssh/servconf.h @@ -1,5 +1,5 @@ /* $OpenBSD: servconf.h,v 1.67 2003/12/23 16:12:10 jakob Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/servconf.h,v 1.15 2004/02/26 10:52:31 des Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c index 3f9049f3593e..da2d204bb545 100644 --- a/crypto/openssh/session.c +++ b/crypto/openssh/session.c @@ -34,7 +34,7 @@ #include "includes.h" RCSID("$OpenBSD: session.c,v 1.172 2004/01/30 09:48:57 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/session.c,v 1.44 2004/04/20 09:46:40 des Exp $"); #include "ssh.h" #include "ssh1.h" diff --git a/crypto/openssh/ssh-agent.c b/crypto/openssh/ssh-agent.c index 29aa7dd8f971..aeb5c6ed4017 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.117 2003/12/02 17:01:15 markus Exp $"); -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/ssh-agent.c,v 1.22 2004/04/20 09:46:40 des Exp $"); #include <openssl/evp.h> #include <openssl/md5.h> diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 67161f089d28..2e7fc57719fe 100644 --- a/crypto/openssh/ssh.1 +++ b/crypto/openssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/ssh.1,v 1.29.2.1 2006/02/22 19:56:46 jcamou Exp $ .\" $OpenBSD: ssh.1,v 1.181 2003/12/16 15:49:51 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index d4535b8737ef..e511ce99940a 100644 --- a/crypto/openssh/ssh.c +++ b/crypto/openssh/ssh.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/ssh.c,v 1.26 2004/04/20 09:46:40 des Exp $"); RCSID("$OpenBSD: ssh.c,v 1.206 2003/12/16 15:49:51 markus Exp $"); #include <openssl/evp.h> diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index 2ca4469fec6d..3fdbd49b67f2 100644 --- a/crypto/openssh/ssh_config +++ b/crypto/openssh/ssh_config @@ -1,5 +1,5 @@ # $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/ssh_config,v 1.25.2.1 2006/03/01 14:19:48 simon 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 e74530b42422..06dcb265fd1c 100644 --- a/crypto/openssh/ssh_config.5 +++ b/crypto/openssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/ssh_config.5,v 1.15.2.1 2006/03/01 14:19:48 simon Exp $ .\" $OpenBSD: ssh_config.5,v 1.28 2003/12/16 15:49:51 markus Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 diff --git a/crypto/openssh/sshd.8 b/crypto/openssh/sshd.8 index 2ed44cca7f13..6d06d587ce09 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.200 2003/10/08 08:27:36 jmc Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/sshd.8,v 1.29 2004/02/26 10:52:31 des Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c index 22c2e3d0a535..1b0fd6bd91b2 100644 --- a/crypto/openssh/sshd.c +++ b/crypto/openssh/sshd.c @@ -42,7 +42,7 @@ */ #include "includes.h" -RCSID("$FreeBSD$"); +RCSID("$FreeBSD: src/crypto/openssh/sshd.c,v 1.37 2004/04/20 09:46:40 des Exp $"); RCSID("$OpenBSD: sshd.c,v 1.286 2004/02/23 12:02:33 markus Exp $"); #include <openssl/dh.h> diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index 77816ba38051..ce784ee7f619 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -1,5 +1,5 @@ # $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/sshd_config,v 1.40.2.1 2006/03/01 14:19:48 simon 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 d13c72935228..83f53a5c0c38 100644 --- a/crypto/openssh/sshd_config.5 +++ b/crypto/openssh/sshd_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/sshd_config.5,v 1.21.2.1 2006/03/01 14:19:48 simon Exp $ .\" $OpenBSD: sshd_config.5,v 1.28 2004/02/17 19:35:21 jmc Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 diff --git a/crypto/openssh/version.c b/crypto/openssh/version.c index a6614397fd35..fd2394910caa 100644 --- a/crypto/openssh/version.c +++ b/crypto/openssh/version.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/crypto/openssh/version.c,v 1.4 2002/10/29 10:16:02 des Exp $ */ #include "includes.h" diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index cac15808b53d..142c9e0bba30 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/version.h,v 1.27.2.1 2006/03/01 14:19:48 simon Exp $ */ /* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */ #ifndef SSH_VERSION |
