aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /secure
parentaac45e814cf997f0df77795a3c06385075ef005a (diff)
downloadsrc-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.tar.gz
src-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.zip
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Notes
Notes: svn path=/head/; revision=21673
Diffstat (limited to 'secure')
-rw-r--r--secure/Makefile2
-rw-r--r--secure/Makefile.inc2
-rw-r--r--secure/lib/Makefile2
-rw-r--r--secure/lib/Makefile.inc2
-rw-r--r--secure/lib/libcipher/Makefile2
-rw-r--r--secure/lib/libcipher/README2
-rw-r--r--secure/lib/libcipher/README.FreeBSD2
-rw-r--r--secure/lib/libcipher/cipher.32
-rw-r--r--secure/lib/libcipher/crypt.c2
-rw-r--r--secure/lib/libcipher/test/Makefile2
-rw-r--r--secure/lib/libcipher/test/cert.c2
-rw-r--r--secure/lib/libcipher/test/cert.input2
-rw-r--r--secure/lib/libcrypt/Makefile2
-rw-r--r--secure/lib/libcrypt/README2
-rw-r--r--secure/lib/libcrypt/README.FreeBSD2
-rw-r--r--secure/lib/libcrypt/crypt-des.c2
-rw-r--r--secure/lib/libcrypt/crypt-md5.c4
-rw-r--r--secure/lib/libcrypt/crypt.32
-rw-r--r--secure/lib/libcrypt/crypt.c2
-rw-r--r--secure/lib/libcrypt/test/Makefile2
-rw-r--r--secure/lib/libcrypt/test/cert.c2
-rw-r--r--secure/lib/libcrypt/test/cert.input2
-rw-r--r--secure/lib/libdes/Makefile2
-rw-r--r--secure/lib/libdes/new_rkey.c2
-rw-r--r--secure/lib/libdes/supp.c2
-rw-r--r--secure/usr.bin/Makefile2
-rw-r--r--secure/usr.bin/Makefile.inc2
-rw-r--r--secure/usr.bin/bdes/Makefile2
28 files changed, 29 insertions, 29 deletions
diff --git a/secure/Makefile b/secure/Makefile
index e74ab8e39132..14f428a36907 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1995/09/29 20:22:44 ache Exp $
+# $FreeBSD$
# lib must be first, or it will not work. This is because we reference
# the lib's in the directory where they are built from the binaries we
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 984887cac7f5..6a575b575a4b 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
DISTRIBUTION=des
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 2b47738ed2fd..b38f5dcd25f7 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
SUBDIR= libcipher libdes
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc
index 019e99afab65..8f9bd029781a 100644
--- a/secure/lib/Makefile.inc
+++ b/secure/lib/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.3 1994/11/14 20:45:28 phk Exp $
+# $FreeBSD$
.include "${.CURDIR}/../../Makefile.inc"
.if exists(${.CURDIR}/../../../lib/Makefile.inc)
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile
index c0cd46ac055c..a93667f160a2 100644
--- a/secure/lib/libcipher/Makefile
+++ b/secure/lib/libcipher/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.8 1996/04/11 07:08:09 markm Exp $
+# $FreeBSD$
#
LIB= cipher
diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README
index 53ea2299fbfd..ab8af5acbb29 100644
--- a/secure/lib/libcipher/README
+++ b/secure/lib/libcipher/README
@@ -4,7 +4,7 @@
David Burren <davidb@werj.com.au>
Release 1.0, March 1994
- Document ref: $Id: README,v 1.1 1994/09/07 08:55:24 g89r4222 Exp $
+ Document ref: $FreeBSD$
Description
diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD
index 06b943fa1950..2379f73015a1 100644
--- a/secure/lib/libcipher/README.FreeBSD
+++ b/secure/lib/libcipher/README.FreeBSD
@@ -1,4 +1,4 @@
-$Id: README.FreeBSD,v 1.1 1994/09/07 08:55:25 g89r4222 Exp $
+$FreeBSD$
This is FreeSec package for NetBSD, unchanged for
FreeBSD, except for the Makefile.
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3
index 94e8d165ccf0..4ecd74f568ae 100644
--- a/secure/lib/libcipher/cipher.3
+++ b/secure/lib/libcipher/cipher.3
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: cipher.3,v 1.1 1996/04/13 08:03:21 markm Exp $
+.\" $FreeBSD$
.\"
.\" Manual page, using -mandoc macros
.\"
diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c
index cbdefde6bf96..e08e6b3a4a1e 100644
--- a/secure/lib/libcipher/crypt.c
+++ b/secure/lib/libcipher/crypt.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: crypt.c,v 1.2 1994/09/07 21:48:46 csgr Exp $
+ * $FreeBSD$
*
* This is an original implementation of the DES and the crypt(3) interfaces
* by David Burren <davidb@werj.com.au>.
diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile
index f1cf6cced1a5..50ae57100caf 100644
--- a/secure/lib/libcipher/test/Makefile
+++ b/secure/lib/libcipher/test/Makefile
@@ -2,7 +2,7 @@
# Hacked Makefile to compile and run the DES-certification program,
# but not install anything.
#
-# $Id: Makefile,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $
+# $FreeBSD$
#
LIBCRYPT!=cd $(.CURDIR)/..; \
printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx
diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c
index 549c2306894f..e9907b9a9232 100644
--- a/secure/lib/libcipher/test/cert.c
+++ b/secure/lib/libcipher/test/cert.c
@@ -3,7 +3,7 @@
* shipped with UFC-crypt which is apparently derived from one distributed
* with Phil Karns PD DES package.
*
- * $Id: cert.c,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input
index 275639c46e5a..e7c715c7a9d8 100644
--- a/secure/lib/libcipher/test/cert.input
+++ b/secure/lib/libcipher/test/cert.input
@@ -1,4 +1,4 @@
-# $Id: cert.input,v 1.1 1994/09/07 08:55:26 g89r4222 Exp $
+# $FreeBSD$
#
# Salt, key, plaintext, ciphertext
#
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index 7963770ad376..42f83a4a9df0 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.10 1996/03/24 07:30:27 markm Exp $
+# $FreeBSD$
#
LCRYPTBASE= libcrypt
diff --git a/secure/lib/libcrypt/README b/secure/lib/libcrypt/README
index 051c9c1b94ef..ab8af5acbb29 100644
--- a/secure/lib/libcrypt/README
+++ b/secure/lib/libcrypt/README
@@ -4,7 +4,7 @@
David Burren <davidb@werj.com.au>
Release 1.0, March 1994
- Document ref: $Id: README,v 1.1.1.1 1994/04/04 14:57:18 g89r4222 Exp $
+ Document ref: $FreeBSD$
Description
diff --git a/secure/lib/libcrypt/README.FreeBSD b/secure/lib/libcrypt/README.FreeBSD
index 250467edfd60..e940aeb8e3ea 100644
--- a/secure/lib/libcrypt/README.FreeBSD
+++ b/secure/lib/libcrypt/README.FreeBSD
@@ -1,4 +1,4 @@
-$Id: README.FreeBSD,v 1.2 1994/04/04 15:10:57 g89r4222 Exp $
+$FreeBSD$
This is FreeSec package for NetBSD, unchanged for
FreeBSD, except for the Makefile.
diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c
index 31b2024befd9..d0132634510a 100644
--- a/secure/lib/libcrypt/crypt-des.c
+++ b/secure/lib/libcrypt/crypt-des.c
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*
* This is an original implementation of the DES and the crypt(3) interfaces
* by David Burren <davidb@werj.com.au>.
diff --git a/secure/lib/libcrypt/crypt-md5.c b/secure/lib/libcrypt/crypt-md5.c
index 6740f723a807..54be6c661e2c 100644
--- a/secure/lib/libcrypt/crypt-md5.c
+++ b/secure/lib/libcrypt/crypt-md5.c
@@ -9,13 +9,13 @@
* This has had its entry point changed to crypt_md5 for use in
* a dual-personality (DES & MD5) environment) -- MarkM - Nov 1995
*
- * $Id$
+ * $FreeBSD$
*
*/
#if 0
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$Header: /home/ncvs/src/lib/libcrypt/crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp $";
+static char rcsid[] = "$Header: /home/ncvs/src/secure/lib/libcrypt/crypt-md5.c,v 1.1 1995/12/16 09:14:09 markm Exp $";
#endif /* LIBC_SCCS and not lint */
#endif
diff --git a/secure/lib/libcrypt/crypt.3 b/secure/lib/libcrypt/crypt.3
index 9eefd25bec4d..815d7e6844db 100644
--- a/secure/lib/libcrypt/crypt.3
+++ b/secure/lib/libcrypt/crypt.3
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: crypt.3,v 1.5 1995/12/16 09:01:49 markm Exp $
+.\" $FreeBSD$
.\"
.\" Manual page, using -mandoc macros
.\"
diff --git a/secure/lib/libcrypt/crypt.c b/secure/lib/libcrypt/crypt.c
index 31b2024befd9..d0132634510a 100644
--- a/secure/lib/libcrypt/crypt.c
+++ b/secure/lib/libcrypt/crypt.c
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*
* This is an original implementation of the DES and the crypt(3) interfaces
* by David Burren <davidb@werj.com.au>.
diff --git a/secure/lib/libcrypt/test/Makefile b/secure/lib/libcrypt/test/Makefile
index c55a276a571d..0ba817f88cd7 100644
--- a/secure/lib/libcrypt/test/Makefile
+++ b/secure/lib/libcrypt/test/Makefile
@@ -2,7 +2,7 @@
# Hacked Makefile to compile and run the DES-certification program,
# but not install anything.
#
-# $Id: Makefile,v 1.4 1995/05/30 06:11:48 rgrimes Exp $
+# $FreeBSD$
#
LIBCRYPT= $(.OBJDIR)/libdescrypt.a
diff --git a/secure/lib/libcrypt/test/cert.c b/secure/lib/libcrypt/test/cert.c
index b2e3ae569980..54c606c34d6b 100644
--- a/secure/lib/libcrypt/test/cert.c
+++ b/secure/lib/libcrypt/test/cert.c
@@ -3,7 +3,7 @@
* shipped with UFC-crypt which is apparently derived from one distributed
* with Phil Karns PD DES package.
*
- * $Id: cert.c,v 1.2 1994/08/08 17:29:03 csgr Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/secure/lib/libcrypt/test/cert.input b/secure/lib/libcrypt/test/cert.input
index d0fa7a5caf43..e7c715c7a9d8 100644
--- a/secure/lib/libcrypt/test/cert.input
+++ b/secure/lib/libcrypt/test/cert.input
@@ -1,4 +1,4 @@
-# $Id: cert.input,v 1.1.1.1 1994/04/04 14:57:19 g89r4222 Exp $
+# $FreeBSD$
#
# Salt, key, plaintext, ciphertext
#
diff --git a/secure/lib/libdes/Makefile b/secure/lib/libdes/Makefile
index f32c85ebf31d..15569850a8f3 100644
--- a/secure/lib/libdes/Makefile
+++ b/secure/lib/libdes/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.4 (Berkeley) 5/7/91
-# $Id: Makefile,v 1.3 1996/07/29 18:01:39 markm Exp $
+# $FreeBSD$
LIB= des
SRCS= cbc3_enc.c cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
diff --git a/secure/lib/libdes/new_rkey.c b/secure/lib/libdes/new_rkey.c
index cd3e0102ad17..3435df194092 100644
--- a/secure/lib/libdes/new_rkey.c
+++ b/secure/lib/libdes/new_rkey.c
@@ -77,7 +77,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
/* 21-Nov-95 - eay - I've finally put this into libdes, I have made a
diff --git a/secure/lib/libdes/supp.c b/secure/lib/libdes/supp.c
index 0c959cc81ac3..c098f2eb4f4c 100644
--- a/secure/lib/libdes/supp.c
+++ b/secure/lib/libdes/supp.c
@@ -76,7 +76,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 48b002458c57..250f28f1fc98 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/07/29 12:49:25 markm Exp $
+# $FreeBSD$
SUBDIR= bdes
diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc
index e09ccebf3f5d..e18451598e6f 100644
--- a/secure/usr.bin/Makefile.inc
+++ b/secure/usr.bin/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.1 1994/09/07 07:16:50 pst Exp $
+# $FreeBSD$
BINDIR= /usr/bin
.include "${.CURDIR}/../../Makefile.inc"
diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile
index 5af8438a1d4b..2b0127212048 100644
--- a/secure/usr.bin/bdes/Makefile
+++ b/secure/usr.bin/bdes/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.6 1995/12/21 17:57:16 ache Exp $
+# $FreeBSD$
PROG= bdes
SRCS= bdes.c