aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal')
-rw-r--r--crypto/heimdal/FREEBSD-Xlist2
-rw-r--r--crypto/heimdal/acinclude.m42
-rw-r--r--crypto/heimdal/admin/ktutil_locl.h2
-rw-r--r--crypto/heimdal/appl/ftp/ftp/ftp_locl.h2
-rw-r--r--crypto/heimdal/appl/rcp/extern.h2
-rw-r--r--crypto/heimdal/appl/rcp/util.c2
-rw-r--r--crypto/heimdal/appl/su/Makefile.am2
-rw-r--r--crypto/heimdal/appl/su/su.c2
-rw-r--r--crypto/heimdal/kadmin/kadmin_locl.h2
-rw-r--r--crypto/heimdal/kdc/headers.h2
-rw-r--r--crypto/heimdal/lib/gssapi/gssapi_mech.h2
-rw-r--r--crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c2
-rw-r--r--crypto/heimdal/lib/gssapi/spnego/spnego_locl.h2
-rw-r--r--crypto/heimdal/lib/hdb/hdb_locl.h2
-rw-r--r--crypto/heimdal/lib/krb5/crypto.c2
-rw-r--r--crypto/heimdal/lib/krb5/krb5_locl.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/crypto/heimdal/FREEBSD-Xlist b/crypto/heimdal/FREEBSD-Xlist
index e0f0e3bae980..07d21d31c099 100644
--- a/crypto/heimdal/FREEBSD-Xlist
+++ b/crypto/heimdal/FREEBSD-Xlist
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/crypto/heimdal/FREEBSD-Xlist,v 1.3.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
TODO*
*.info*
*.cat[0-9]
diff --git a/crypto/heimdal/acinclude.m4 b/crypto/heimdal/acinclude.m4
index 3133232a5167..1b87519e7a22 100644
--- a/crypto/heimdal/acinclude.m4
+++ b/crypto/heimdal/acinclude.m4
@@ -1,5 +1,5 @@
dnl $Id: acinclude.m4 13337 2004-02-12 14:19:16Z lha $
-dnl $FreeBSD$
+dnl $FreeBSD: src/crypto/heimdal/acinclude.m4,v 1.3.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
dnl
dnl Only put things that for some reason can't live in the `cf'
dnl directory in this file.
diff --git a/crypto/heimdal/admin/ktutil_locl.h b/crypto/heimdal/admin/ktutil_locl.h
index c2d5e88e532c..6d9f738b2ec6 100644
--- a/crypto/heimdal/admin/ktutil_locl.h
+++ b/crypto/heimdal/admin/ktutil_locl.h
@@ -33,7 +33,7 @@
/*
* $Id: ktutil_locl.h 14799 2005-04-15 05:02:39Z lha $
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/admin/ktutil_locl.h,v 1.8.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef __KTUTIL_LOCL_H__
diff --git a/crypto/heimdal/appl/ftp/ftp/ftp_locl.h b/crypto/heimdal/appl/ftp/ftp/ftp_locl.h
index 25362c04d2c5..ba9166007296 100644
--- a/crypto/heimdal/appl/ftp/ftp/ftp_locl.h
+++ b/crypto/heimdal/appl/ftp/ftp/ftp_locl.h
@@ -32,7 +32,7 @@
*/
/* $Id: ftp_locl.h 11444 2002-09-10 20:03:49Z joda $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/heimdal/appl/ftp/ftp/ftp_locl.h,v 1.7.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
#ifndef __FTP_LOCL_H__
#define __FTP_LOCL_H__
diff --git a/crypto/heimdal/appl/rcp/extern.h b/crypto/heimdal/appl/rcp/extern.h
index a98456d305e2..773b58fc86c4 100644
--- a/crypto/heimdal/appl/rcp/extern.h
+++ b/crypto/heimdal/appl/rcp/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 5/31/93
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/appl/rcp/extern.h,v 1.1.1.1.38.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
typedef struct {
diff --git a/crypto/heimdal/appl/rcp/util.c b/crypto/heimdal/appl/rcp/util.c
index fe9e899ffc89..af2db4c1458f 100644
--- a/crypto/heimdal/appl/rcp/util.c
+++ b/crypto/heimdal/appl/rcp/util.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/crypto/heimdal/appl/rcp/util.c,v 1.1.1.3.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $";
#endif /* not lint */
#endif
diff --git a/crypto/heimdal/appl/su/Makefile.am b/crypto/heimdal/appl/su/Makefile.am
index 6bb584f68123..70d1a58a86e0 100644
--- a/crypto/heimdal/appl/su/Makefile.am
+++ b/crypto/heimdal/appl/su/Makefile.am
@@ -1,5 +1,5 @@
# $Id: Makefile.am 21986 2007-10-19 05:22:57Z lha $
-# $FreeBSD$
+# $FreeBSD: src/crypto/heimdal/appl/su/Makefile.am,v 1.4.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
include $(top_srcdir)/Makefile.am.common
diff --git a/crypto/heimdal/appl/su/su.c b/crypto/heimdal/appl/su/su.c
index e8e47836e3ec..55b7982dd402 100644
--- a/crypto/heimdal/appl/su/su.c
+++ b/crypto/heimdal/appl/su/su.c
@@ -31,7 +31,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
/*
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/appl/su/su.c,v 1.4.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#include <config.h>
diff --git a/crypto/heimdal/kadmin/kadmin_locl.h b/crypto/heimdal/kadmin/kadmin_locl.h
index 1707c459ffe3..44a6768db4bf 100644
--- a/crypto/heimdal/kadmin/kadmin_locl.h
+++ b/crypto/heimdal/kadmin/kadmin_locl.h
@@ -33,7 +33,7 @@
/*
* $Id: kadmin_locl.h 17580 2006-05-13 21:28:56Z lha $
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/kadmin/kadmin_locl.h,v 1.8.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef __ADMIN_LOCL_H__
diff --git a/crypto/heimdal/kdc/headers.h b/crypto/heimdal/kdc/headers.h
index bdbc1563e55a..8c5c5fec363c 100644
--- a/crypto/heimdal/kdc/headers.h
+++ b/crypto/heimdal/kdc/headers.h
@@ -33,7 +33,7 @@
/*
* $Id: headers.h 19658 2007-01-04 00:15:34Z lha $
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/kdc/headers.h,v 1.8.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef __HEADERS_H__
diff --git a/crypto/heimdal/lib/gssapi/gssapi_mech.h b/crypto/heimdal/lib/gssapi/gssapi_mech.h
index 3704099e0f7c..6df82ea1fefc 100644
--- a/crypto/heimdal/lib/gssapi/gssapi_mech.h
+++ b/crypto/heimdal/lib/gssapi/gssapi_mech.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/crypto/heimdal/lib/gssapi/gssapi_mech.h,v 1.1.1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef GSSAPI_MECH_H
diff --git a/crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c b/crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
index 34e58a38bb3b..07961ba26355 100644
--- a/crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
+++ b/crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c
@@ -34,7 +34,7 @@
#include "spnego/spnego_locl.h"
RCSID("$Id: accept_sec_context.c 21461 2007-07-10 14:01:13Z lha $");
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/heimdal/lib/gssapi/spnego/accept_sec_context.c,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
static OM_uint32
send_reject (OM_uint32 *minor_status,
diff --git a/crypto/heimdal/lib/gssapi/spnego/spnego_locl.h b/crypto/heimdal/lib/gssapi/spnego/spnego_locl.h
index 1ec1704776f0..3fa8898ca98a 100644
--- a/crypto/heimdal/lib/gssapi/spnego/spnego_locl.h
+++ b/crypto/heimdal/lib/gssapi/spnego/spnego_locl.h
@@ -31,7 +31,7 @@
*/
/* $Id: spnego_locl.h 19411 2006-12-18 15:42:03Z lha $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/heimdal/lib/gssapi/spnego/spnego_locl.h,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
#ifndef SPNEGO_LOCL_H
#define SPNEGO_LOCL_H
diff --git a/crypto/heimdal/lib/hdb/hdb_locl.h b/crypto/heimdal/lib/hdb/hdb_locl.h
index 0a67e5485d99..a64e940421b4 100644
--- a/crypto/heimdal/lib/hdb/hdb_locl.h
+++ b/crypto/heimdal/lib/hdb/hdb_locl.h
@@ -32,7 +32,7 @@
*/
/* $Id: hdb_locl.h 22209 2007-12-07 19:03:41Z lha $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/heimdal/lib/hdb/hdb_locl.h,v 1.9.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
#ifndef __HDB_LOCL_H__
#define __HDB_LOCL_H__
diff --git a/crypto/heimdal/lib/krb5/crypto.c b/crypto/heimdal/lib/krb5/crypto.c
index 21d10261bd7d..3f3d85a83238 100644
--- a/crypto/heimdal/lib/krb5/crypto.c
+++ b/crypto/heimdal/lib/krb5/crypto.c
@@ -33,7 +33,7 @@
#include "krb5_locl.h"
RCSID("$Id: crypto.c 22200 2007-12-07 13:48:01Z lha $");
-/* RCSID("$FreeBSD$"); */
+/* RCSID("$FreeBSD: src/crypto/heimdal/lib/krb5/crypto.c,v 1.11.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); */
#undef CRYPTO_DEBUG
#ifdef CRYPTO_DEBUG
diff --git a/crypto/heimdal/lib/krb5/krb5_locl.h b/crypto/heimdal/lib/krb5/krb5_locl.h
index ef812dae7c95..0eccb92803b7 100644
--- a/crypto/heimdal/lib/krb5/krb5_locl.h
+++ b/crypto/heimdal/lib/krb5/krb5_locl.h
@@ -32,7 +32,7 @@
*/
/* $Id: krb5_locl.h 22226 2007-12-08 21:31:53Z lha $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/crypto/heimdal/lib/krb5/krb5_locl.h,v 1.10.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
#ifndef __KRB5_LOCL_H__
#define __KRB5_LOCL_H__