diff options
Diffstat (limited to 'crypto/openssh')
| -rw-r--r-- | crypto/openssh/FREEBSD-tricks | 2 | ||||
| -rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 2 | ||||
| -rw-r--r-- | crypto/openssh/FREEBSD-vendor | 2 | ||||
| -rw-r--r-- | crypto/openssh/auth-krb5.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/auth-pam.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/auth.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/auth2.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/readconf.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/servconf.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/session.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh-agent.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh.1 | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh_config | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh_config.5 | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh_namespace.h | 2 | ||||
| -rw-r--r-- | crypto/openssh/sshconnect.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/sshd.8 | 2 | ||||
| -rw-r--r-- | crypto/openssh/sshd.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/sshd_config | 2 | ||||
| -rw-r--r-- | crypto/openssh/sshd_config.5 | 2 | ||||
| -rw-r--r-- | crypto/openssh/version.c | 2 | ||||
| -rw-r--r-- | crypto/openssh/version.h | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/crypto/openssh/FREEBSD-tricks b/crypto/openssh/FREEBSD-tricks index 480bffc1db19..88d437a9c0e9 100644 --- a/crypto/openssh/FREEBSD-tricks +++ b/crypto/openssh/FREEBSD-tricks @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/FREEBSD-tricks,v 1.6.2.1.4.1 2009/04/15 03:14:26 kensmith 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 e7160a4c031f..b3328f6dbb08 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -128,4 +128,4 @@ Suzanne Vega, and a Sanford's #69 Deluxe Marker. -- des@FreeBSD.org -$FreeBSD$ +$FreeBSD: src/crypto/openssh/FREEBSD-upgrade,v 1.12.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ diff --git a/crypto/openssh/FREEBSD-vendor b/crypto/openssh/FREEBSD-vendor index 6329f5abf05e..6732865e7099 100644 --- a/crypto/openssh/FREEBSD-vendor +++ b/crypto/openssh/FREEBSD-vendor @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/FREEBSD-vendor,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ Project: Portable OpenSSH ProjectURL: http://www.openssh.com/portable.html Version: 5.1p1 diff --git a/crypto/openssh/auth-krb5.c b/crypto/openssh/auth-krb5.c index 868288126217..bcb27dfefdfb 100644 --- a/crypto/openssh/auth-krb5.c +++ b/crypto/openssh/auth-krb5.c @@ -2,7 +2,7 @@ /* * Kerberos v5 authentication and ticket-passing routines. * - * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $ + * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.22.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ /* * Copyright (c) 2002 Daniel Kouril. All rights reserved. diff --git a/crypto/openssh/auth-pam.c b/crypto/openssh/auth-pam.c index ccdb9937e364..53a1dbb67173 100644 --- a/crypto/openssh/auth-pam.c +++ b/crypto/openssh/auth-pam.c @@ -45,7 +45,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ +/* Based on $FreeBSD: src/crypto/openssh/auth-pam.c,v 1.19.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "includes.h" #include <sys/types.h> diff --git a/crypto/openssh/auth.c b/crypto/openssh/auth.c index 06ca76073dff..89cb8221f0a8 100644 --- a/crypto/openssh/auth.c +++ b/crypto/openssh/auth.c @@ -24,7 +24,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/auth.c,v 1.20.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 500764a80639..e874054cc92f 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -24,7 +24,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/auth2.c,v 1.28.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index 0e271f76ef00..c7ab9e5ea3c1 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -13,7 +13,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/readconf.c,v 1.28.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 04582ed2b2c8..5ab992ed3afe 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -11,7 +11,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/servconf.c,v 1.49.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/crypto/openssh/session.c b/crypto/openssh/session.c index 4dd390ba583e..4e5379d22919 100644 --- a/crypto/openssh/session.c +++ b/crypto/openssh/session.c @@ -34,7 +34,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/session.c,v 1.50.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/crypto/openssh/ssh-agent.c b/crypto/openssh/ssh-agent.c index ef62f196b48a..d4db1032f436 100644 --- a/crypto/openssh/ssh-agent.c +++ b/crypto/openssh/ssh-agent.c @@ -35,7 +35,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/ssh-agent.c,v 1.28.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 85e438f4be48..5972470f235d 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.277 2008/07/02 13:47:39 djm Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/ssh.1,v 1.35.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ .Dd July 2 2008 .Dt SSH 1 .Os diff --git a/crypto/openssh/ssh.c b/crypto/openssh/ssh.c index bfd7979ca8c0..9421cef5056f 100644 --- a/crypto/openssh/ssh.c +++ b/crypto/openssh/ssh.c @@ -41,7 +41,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/ssh.c,v 1.32.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #ifdef HAVE_SYS_STAT_H diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index 2533f4a035f3..e37438c9fcf5 100644 --- a/crypto/openssh/ssh_config +++ b/crypto/openssh/ssh_config @@ -1,5 +1,5 @@ # $OpenBSD: ssh_config,v 1.23 2007/06/08 04:40:40 pvalchev Exp $ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/ssh_config,v 1.32.2.1.4.1 2009/04/15 03:14:26 kensmith 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 665488205108..e00880d1cb7e 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.111 2008/06/26 11:46:31 grunk Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/ssh_config.5,v 1.23.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $ .Dd June 26 2008 .Dt SSH_CONFIG 5 .Os diff --git a/crypto/openssh/ssh_namespace.h b/crypto/openssh/ssh_namespace.h index ca20471c9eb8..a00ea2783ccd 100644 --- a/crypto/openssh/ssh_namespace.h +++ b/crypto/openssh/ssh_namespace.h @@ -9,7 +9,7 @@ * * nm libssh.a | awk '$2 == "T" && $3 !~ /^ssh_/ { print "#define", $3, "ssh_" $3 }' * - * $FreeBSD$ + * $FreeBSD: src/crypto/openssh/ssh_namespace.h,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #define a2port ssh_a2port diff --git a/crypto/openssh/sshconnect.c b/crypto/openssh/sshconnect.c index 52c8b18e3eee..d9aaf17a40af 100644 --- a/crypto/openssh/sshconnect.c +++ b/crypto/openssh/sshconnect.c @@ -1,5 +1,5 @@ /* $OpenBSD: sshconnect.c,v 1.211 2008/07/01 07:24:22 dtucker Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/sshconnect.c,v 1.33.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland diff --git a/crypto/openssh/sshd.8 b/crypto/openssh/sshd.8 index 3efd8cf4a773..3f010aa3eb50 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.246 2008/07/02 02:24:18 djm Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/sshd.8,v 1.34.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ .Dd July 2 2008 .Dt SSHD 8 .Os diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c index 7ecad75d99b4..72dd655efe1a 100644 --- a/crypto/openssh/sshd.c +++ b/crypto/openssh/sshd.c @@ -43,7 +43,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/sshd.c,v 1.45.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config index 9ddf2ba9c1cc..9040cbfef5cb 100644 --- a/crypto/openssh/sshd_config +++ b/crypto/openssh/sshd_config @@ -1,5 +1,5 @@ # $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ -# $FreeBSD$ +# $FreeBSD: src/crypto/openssh/sshd_config,v 1.47.2.2.4.1 2009/04/15 03:14:26 kensmith 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 aca3f12d9162..babbc8db3dae 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.96 2008/07/02 02:24:18 djm Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/crypto/openssh/sshd_config.5,v 1.29.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ .Dd July 2 2008 .Dt SSHD_CONFIG 5 .Os diff --git a/crypto/openssh/version.c b/crypto/openssh/version.c index 88361ae651a3..74e7da701eff 100644 --- a/crypto/openssh/version.c +++ b/crypto/openssh/version.c @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/crypto/openssh/version.c,v 1.5.10.1.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <string.h> diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 73fea91d1006..b488c39b3da2 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -1,5 +1,5 @@ /* $OpenBSD: version.h,v 1.54 2008/07/21 08:19:07 djm Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/crypto/openssh/version.h,v 1.35.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef SSH_VERSION |
