svn commit: r294469 - in head/crypto/openssh: . openbsd-compat
Dag-Erling Smørgrav
des at FreeBSD.org
Wed Jan 20 23:23:11 UTC 2016
Author: des
Date: Wed Jan 20 23:23:08 2016
New Revision: 294469
URL: https://svnweb.freebsd.org/changeset/base/294469
Log:
Remove RCS tags from files in which we no longer have any local
modifications, and add them to two files in which we do.
Modified:
head/crypto/openssh/buffer.c (contents, props changed)
head/crypto/openssh/buffer.h (contents, props changed)
head/crypto/openssh/channels.c (contents, props changed)
head/crypto/openssh/channels.h (contents, props changed)
head/crypto/openssh/clientloop.c (contents, props changed)
head/crypto/openssh/compat.c (contents, props changed)
head/crypto/openssh/compat.h (contents, props changed)
head/crypto/openssh/configure.ac (contents, props changed)
head/crypto/openssh/misc.c (contents, props changed)
head/crypto/openssh/misc.h (contents, props changed)
head/crypto/openssh/openbsd-compat/blowfish.c (contents, props changed)
head/crypto/openssh/readconf.h (contents, props changed)
head/crypto/openssh/serverloop.c (contents, props changed)
head/crypto/openssh/sftp.c (contents, props changed)
Modified: head/crypto/openssh/buffer.c
==============================================================================
--- head/crypto/openssh/buffer.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/buffer.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -19,7 +19,6 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/types.h>
Modified: head/crypto/openssh/buffer.h
==============================================================================
--- head/crypto/openssh/buffer.h Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/buffer.h Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,5 +1,4 @@
/* $OpenBSD: buffer.h,v 1.25 2014/04/30 05:29:56 djm Exp $ */
-/* $FreeBSD$ */
/*
* Copyright (c) 2012 Damien Miller <djm at mindrot.org>
Modified: head/crypto/openssh/channels.c
==============================================================================
--- head/crypto/openssh/channels.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/channels.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -40,7 +40,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h> /* MIN MAX */
Modified: head/crypto/openssh/channels.h
==============================================================================
--- head/crypto/openssh/channels.h Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/channels.h Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,5 +1,4 @@
/* $OpenBSD: channels.h,v 1.118 2015/07/01 02:26:31 djm Exp $ */
-/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
Modified: head/crypto/openssh/clientloop.c
==============================================================================
--- head/crypto/openssh/clientloop.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/clientloop.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -60,7 +60,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
Modified: head/crypto/openssh/compat.c
==============================================================================
--- head/crypto/openssh/compat.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/compat.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/types.h>
Modified: head/crypto/openssh/compat.h
==============================================================================
--- head/crypto/openssh/compat.h Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/compat.h Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,5 +1,4 @@
/* $OpenBSD: compat.h,v 1.48 2015/05/26 23:23:40 dtucker Exp $ */
-/* $FreeBSD$ */
/*
* Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved.
Modified: head/crypto/openssh/configure.ac
==============================================================================
--- head/crypto/openssh/configure.ac Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/configure.ac Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,4 +1,5 @@
# $Id: configure.ac,v 1.583 2014/08/26 20:32:01 djm Exp $
+# $FreeBSD$
#
# Copyright (c) 1999-2004 Damien Miller
#
Modified: head/crypto/openssh/misc.c
==============================================================================
--- head/crypto/openssh/misc.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/misc.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -25,7 +25,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/types.h>
#include <sys/ioctl.h>
Modified: head/crypto/openssh/misc.h
==============================================================================
--- head/crypto/openssh/misc.h Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/misc.h Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,5 +1,4 @@
/* $OpenBSD: misc.h,v 1.54 2014/07/15 15:54:14 millert Exp $ */
-/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
Modified: head/crypto/openssh/openbsd-compat/blowfish.c
==============================================================================
--- head/crypto/openssh/openbsd-compat/blowfish.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/openbsd-compat/blowfish.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -40,7 +40,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#if !defined(HAVE_BCRYPT_PBKDF) && (!defined(HAVE_BLOWFISH_INITSTATE) || \
!defined(HAVE_BLOWFISH_EXPAND0STATE) || !defined(HAVE_BLF_ENC))
Modified: head/crypto/openssh/readconf.h
==============================================================================
--- head/crypto/openssh/readconf.h Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/readconf.h Wed Jan 20 23:23:08 2016 (r294469)
@@ -1,4 +1,5 @@
/* $OpenBSD: readconf.h,v 1.110 2015/07/10 06:21:53 markus Exp $ */
+/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
Modified: head/crypto/openssh/serverloop.c
==============================================================================
--- head/crypto/openssh/serverloop.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/serverloop.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -36,7 +36,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
Modified: head/crypto/openssh/sftp.c
==============================================================================
--- head/crypto/openssh/sftp.c Wed Jan 20 23:22:36 2016 (r294468)
+++ head/crypto/openssh/sftp.c Wed Jan 20 23:23:08 2016 (r294469)
@@ -16,7 +16,6 @@
*/
#include "includes.h"
-__RCSID("$FreeBSD$");
#include <sys/param.h> /* MIN MAX */
#include <sys/types.h>
More information about the svn-src-head
mailing list