Fix copyright date.
authormdw <mdw>
Mon, 12 Jan 1998 16:46:52 +0000 (16:46 +0000)
committermdw <mdw>
Mon, 12 Jan 1998 16:46:52 +0000 (16:46 +0000)
45 files changed:
Makefile.am
acconfig.h
conf/Makefile.am
configure.in
manual/Makefile.am
src/Makefile.am
src/become.c
src/become.h
src/blowfish-sbox.h
src/blowfish.h
src/check.c
src/check.h
src/class.c
src/class.h
src/crypt.c
src/crypt.h
src/daemon.c
src/daemon.h
src/icrypt.c
src/icrypt.h
src/keygen.c
src/lexer.h
src/lexer.l
src/md5.c
src/md5.h
src/name.c
src/name.h
src/netg.c
src/netg.h
src/noise.c
src/noise.h
src/parser.h
src/parser.y
src/rand.c
src/rand.h
src/rule.c
src/rule.h
src/sym.c
src/sym.h
src/tx.c
src/tx.h
src/userdb.c
src/userdb.h
src/utils.c
src/utils.h

index 06b220b..e3ce1c3 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1997/09/18 11:23:11 mdw Exp $
+## $Id: Makefile.am,v 1.3 1998/01/12 16:45:19 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
-## Revision 1.2  1997/09/18 11:23:11  mdw
+## Revision 1.3  1998/01/12 16:45:19  mdw
+## Fix copyright date.
+##
+## Revision 1.2  1997/09/18  11:23:11  mdw
 ## Add `conf' directory.
 ##
 ## Revision 1.1  1997/08/07 09:31:51  mdw
index 9d7dc3e..621056f 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.6 1997/09/17 10:02:07 mdw Exp $
+ * $Id: acconfig.h,v 1.7 1998/01/12 16:45:20 mdw Exp $
  *
  * Default settings for `become' config.h
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: acconfig.h,v $
- * Revision 1.6  1997/09/17 10:02:07  mdw
+ * Revision 1.7  1998/01/12 16:45:20  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.6  1997/09/17  10:02:07  mdw
  * Remove `@ signs -- autoconf mangles them too badly.
  *
  * Revision 1.5  1997/09/08  13:41:36  mdw
index 3fc3faa..68f0222 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1997/09/18 11:15:14 mdw Exp $
+## $Id: Makefile.am,v 1.3 1998/01/12 16:45:34 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.3  1998/01/12 16:45:34  mdw
+## Fix copyright date.
+##
 ## Revision 1.2  1997/09/18 11:15:14  mdw
 ## Install a skeleton configuration file carefully.
 ##
index 640ff3e..045f9cb 100644 (file)
@@ -1,10 +1,10 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.9 1997/09/18 11:24:27 mdw Exp $
+dnl $Id: configure.in,v 1.10 1998/01/12 16:45:21 mdw Exp $
 dnl
 dnl Source for auto configuration for `become'
 dnl
-dnl (c) 1997 Mark Wooding
+dnl (c) 1998 Mark Wooding
 dnl
 
 dnl----- Licensing notice ---------------------------------------------------
@@ -28,7 +28,10 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl----- Revision history ---------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
-dnl Revision 1.9  1997/09/18 11:24:27  mdw
+dnl Revision 1.10  1998/01/12 16:45:21  mdw
+dnl Fix copyright date.
+dnl
+dnl Revision 1.9  1997/09/18  11:24:27  mdw
 dnl Add `conf' directory.  Add an `htmldir' installation directory too.
 dnl
 dnl Revision 1.8  1997/09/17  10:36:30  mdw
@@ -63,10 +66,11 @@ dnl
 
 AC_INIT(src/icrypt.c)
 AC_CONFIG_HEADER(config.h)
-PACKAGE=become VERSION=1.2-pre
+PACKAGE=become
+VERSION=1.2
+AC_DEFINE(VERSION, "1.2 (12 January 1998)")
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
-AC_DEFINE(VERSION, "1.2-pre (17 September 1997)")
 
 dnl --- Check for compilers and things ---
 
@@ -136,10 +140,10 @@ AC_ARG_ENABLE(tracing,
 dnl --- Libraries ---
 
 mdw_CHECK_MANYLIBS(socket, socket,,
-  AC_MSG_ERROR([Socket library not found]))
+  [AC_MSG_ERROR([Socket library not found])])
 
 mdw_CHECK_MANYLIBS(gethostbyname, resolv nsl,,
-  AC_MSG_ERROR([Resolver library not found]))
+  [AC_MSG_ERROR([Resolver library not found])])
 
 mdw_CHECK_MANYLIBS(yp_all, nsl, AC_DEFINE(HAVE_YP))
 
index 4a54592..ab9952f 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.3 1997/09/24 13:02:00 mdw Exp $
+## $Id: Makefile.am,v 1.4 1998/01/12 16:45:35 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
-## Revision 1.3  1997/09/24 13:02:00  mdw
+## Revision 1.4  1998/01/12 16:45:35  mdw
+## Fix copyright date.
+##
+## Revision 1.3  1997/09/24  13:02:00  mdw
 ## Distribute stamp-html.in so that the HTML files don't get recreated
 ## unnecessarily.
 ##
index 9635e72..31e95ae 100644 (file)
@@ -1,11 +1,11 @@
 ## Process this file with `automake' to generate `Makefile.in'
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.7 1997/09/26 09:14:57 mdw Exp $
+## $Id: Makefile.am,v 1.8 1998/01/12 16:45:36 mdw Exp $
 ##
 ## Makefile for `become'
 ##
-## (c) 1997 EBI
+## (c) 1998 EBI
 ##
 
 ##----- Licensing notice ----------------------------------------------------
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.8  1998/01/12 16:45:36  mdw
+## Fix copyright date.
+##
 ## Revision 1.7  1997/09/26 09:14:57  mdw
 ## Merged blowfish branch into trunk.
 ##
index c53b00b..79ec7ae 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: become.c,v 1.13 1997/09/26 09:14:57 mdw Exp $
+ * $Id: become.c,v 1.14 1998/01/12 16:45:39 mdw Exp $
  *
  * Main code for `become'
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: become.c,v $
+ * Revision 1.14  1998/01/12 16:45:39  mdw
+ * Fix copyright date.
+ *
  * Revision 1.13  1997/09/26 09:14:57  mdw
  * Merged blowfish branch into trunk.
  *
index a38eaad..5518ed3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Main header file for `become'
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: become.h,v $
+ * Revision 1.2  1998/01/12 16:45:42  mdw
+ * Fix copyright date.
+ *
  * Revision 1.1  1997/08/07 09:40:01  mdw
  * Added.  No idea why this wasn't done before.
  *
index 42099b3..5c45bbc 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: blowfish-sbox.h,v 1.2 1997/08/04 10:24:20 mdw Exp $
+ * $Id: blowfish-sbox.h,v 1.3 1998/01/12 16:45:43 mdw Exp $
  *
  * Blowfish encryption routines
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
  
 /*----- Licencing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: blowfish-sbox.h,v $
+ * Revision 1.3  1998/01/12 16:45:43  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:20  mdw
  * Sources placed under CVS control.
  *
index 668a661..d008988 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: blowfish.h,v 1.4 1997/09/26 09:14:57 mdw Exp $
+ * $Id: blowfish.h,v 1.5 1998/01/12 16:45:45 mdw Exp $
  *
  * Blowfish encryption routines
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
  
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: blowfish.h,v $
+ * Revision 1.5  1998/01/12 16:45:45  mdw
+ * Fix copyright date.
+ *
  * Revision 1.4  1997/09/26 09:14:57  mdw
  * Merged blowfish branch into trunk.
  *
index 7e61433..1a7d507 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: check.c,v 1.5 1997/09/26 09:14:58 mdw Exp $
+ * $Id: check.c,v 1.6 1998/01/12 16:45:47 mdw Exp $
  *
  * Check validity of requests
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: check.c,v $
+ * Revision 1.6  1998/01/12 16:45:47  mdw
+ * Fix copyright date.
+ *
  * Revision 1.5  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index 53b4c6b..f3d29db 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: check.h,v 1.2 1997/08/04 10:24:21 mdw Exp $
+ * $Id: check.h,v 1.3 1998/01/12 16:45:48 mdw Exp $
  *
  * Check validity of requests
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: check.h,v $
+ * Revision 1.3  1998/01/12 16:45:48  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:21  mdw
  * Sources placed under CVS control.
  *
index 49b1341..581e93b 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: class.c,v 1.6 1997/09/17 10:14:56 mdw Exp $
+ * $Id: class.c,v 1.7 1998/01/12 16:45:50 mdw Exp $
  *
  * Handling classes of things nicely
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: class.c,v $
- * Revision 1.6  1997/09/17 10:14:56  mdw
+ * Revision 1.7  1998/01/12 16:45:50  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.6  1997/09/17  10:14:56  mdw
  * Complete rewrite to support class trees.  Makes the behaviour of the set
  * operators much more logical.
  *
index 6cf53a5..7d9a6c7 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: class.h,v 1.3 1997/09/17 10:14:56 mdw Exp $
+ * $Id: class.h,v 1.4 1998/01/12 16:45:53 mdw Exp $
  *
  * Handling classes of things nicely
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: class.h,v $
- * Revision 1.3  1997/09/17 10:14:56  mdw
+ * Revision 1.4  1998/01/12 16:45:53  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.3  1997/09/17  10:14:56  mdw
  * Complete rewrite to support class trees.  Makes the behaviour of the set
  * operators much more logical.
  *
index 4148cdb..1c400aa 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: crypt.c,v 1.3 1997/09/26 09:14:58 mdw Exp $
+ * $Id: crypt.c,v 1.4 1998/01/12 16:45:55 mdw Exp $
  *
  * Cryptographic transfer of `become' requests
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crypt.c,v $
+ * Revision 1.4  1998/01/12 16:45:55  mdw
+ * Fix copyright date.
+ *
  * Revision 1.3  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index 55a4753..a0d81fd 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: crypt.h,v 1.3 1997/09/26 09:14:58 mdw Exp $
+ * $Id: crypt.h,v 1.4 1998/01/12 16:45:57 mdw Exp $
  *
  * Cryptographic transfer of `become' requests
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: crypt.h,v $
+ * Revision 1.4  1998/01/12 16:45:57  mdw
+ * Fix copyright date.
+ *
  * Revision 1.3  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index 61638df..cf293a1 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: daemon.c,v 1.8 1997/09/26 09:14:58 mdw Exp $
+ * $Id: daemon.c,v 1.9 1998/01/12 16:45:59 mdw Exp $
  *
  * Running a `become' daemon
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: daemon.c,v $
+ * Revision 1.9  1998/01/12 16:45:59  mdw
+ * Fix copyright date.
+ *
  * Revision 1.8  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index a1b1eef..9c9ce72 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: daemon.h,v 1.2 1997/08/04 10:24:21 mdw Exp $
+ * $Id: daemon.h,v 1.3 1998/01/12 16:46:01 mdw Exp $
  *
  * Running a `become' daemon
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: daemon.h,v $
+ * Revision 1.3  1998/01/12 16:46:01  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:21  mdw
  * Sources placed under CVS control.
  *
index de1d508..b2dc21f 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: icrypt.c,v 1.3 1997/09/26 09:14:58 mdw Exp $
+ * $Id: icrypt.c,v 1.4 1998/01/12 16:46:02 mdw Exp $
  *
  * Higher level encryption functions
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: icrypt.c,v $
+ * Revision 1.4  1998/01/12 16:46:02  mdw
+ * Fix copyright date.
+ *
  * Revision 1.3  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index 41bbcf8..dd7fa11 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: icrypt.h,v 1.3 1997/09/26 09:14:58 mdw Exp $
+ * $Id: icrypt.h,v 1.4 1998/01/12 16:46:03 mdw Exp $
  *
  * Higher level encryption functions
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: icrypt.h,v $
+ * Revision 1.4  1998/01/12 16:46:03  mdw
+ * Fix copyright date.
+ *
  * Revision 1.3  1997/09/26 09:14:58  mdw
  * Merged blowfish branch into trunk.
  *
index 4e016fa..d9d6bde 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: keygen.c,v 1.4 1997/12/08 15:29:27 mdw Exp $
+ * $Id: keygen.c,v 1.5 1998/01/12 16:46:05 mdw Exp $
  *
  * Key generation
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: keygen.c,v $
+ * Revision 1.5  1998/01/12 16:46:05  mdw
+ * Fix copyright date.
+ *
  * Revision 1.4  1997/12/08 15:29:27  mdw
  * Major update: make random number sources configurable.  Generate
  * warnings if there isn't enough randomness available.
index c3bbc65..431f13d 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: lexer.h,v 1.2 1997/08/04 10:24:23 mdw Exp $
+ * $Id: lexer.h,v 1.3 1998/01/12 16:46:07 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: lexer.h,v $
+ * Revision 1.3  1998/01/12 16:46:07  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:23  mdw
  * Sources placed under CVS control.
  *
index ccaff7e..a3f3909 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: lexer.l,v 1.2 1997/08/04 10:24:23 mdw Exp $
+ * $Id: lexer.l,v 1.3 1998/01/12 16:46:07 mdw Exp $
  *
  * Lexical analyser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: lexer.l,v $
+ * Revision 1.3  1998/01/12 16:46:07  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:23  mdw
  * Sources placed under CVS control.
  *
index 23ce693..242e14c 100644 (file)
--- a/src/md5.c
+++ b/src/md5.c
@@ -1,11 +1,11 @@
 /* -*-c-*-
  *
- * $Id: md5.c,v 1.2 1997/08/04 10:24:23 mdw Exp $
+ * $Id: md5.c,v 1.3 1998/01/12 16:46:11 mdw Exp $
  *
  * MD-5 secure hash routines
  *  Based on RSA MD-5 code
  *
- * (c) 1996, 1997 Mark Wooding
+ * (c) 1996-1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: md5.c,v $
+ * Revision 1.3  1998/01/12 16:46:11  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:23  mdw
  * Sources placed under CVS control.
  *
index bce4d47..a914c09 100644 (file)
--- a/src/md5.h
+++ b/src/md5.h
@@ -1,11 +1,11 @@
 /* -*-c-*-
  *
- * $Id: md5.h,v 1.2 1997/08/04 10:24:23 mdw Exp $
+ * $Id: md5.h,v 1.3 1998/01/12 16:46:13 mdw Exp $
  *
  * MD-5 secure hash routines
  *  Based on RSA MD-5 code
  *
- * (c) 1996, 1997 Mark Wooding
+ * (c) 1996-1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: md5.h,v $
+ * Revision 1.3  1998/01/12 16:46:13  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:23  mdw
  * Sources placed under CVS control.
  *
index 91f045a..94f1dd8 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: name.c,v 1.5 1997/09/17 10:26:11 mdw Exp $
+ * $Id: name.c,v 1.6 1998/01/12 16:46:14 mdw Exp $
  *
  * Looking up of names in symbol tables
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: name.c,v $
- * Revision 1.5  1997/09/17 10:26:11  mdw
+ * Revision 1.6  1998/01/12 16:46:14  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.5  1997/09/17  10:26:11  mdw
  * Use rewritten class handler.  Support `none' class.
  *
  * Revision 1.4  1997/08/20  16:17:59  mdw
index bc24d65..1972481 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: name.h,v 1.4 1997/09/17 10:26:11 mdw Exp $
+ * $Id: name.h,v 1.5 1998/01/12 16:46:15 mdw Exp $
  *
  * Looking up of names in symbol tables
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: name.h,v $
- * Revision 1.4  1997/09/17 10:26:11  mdw
+ * Revision 1.5  1998/01/12 16:46:15  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.4  1997/09/17  10:26:11  mdw
  * Use rewritten class handler.  Support `none' class.
  *
  * Revision 1.3  1997/08/20  16:18:05  mdw
index 79bfa02..ab46385 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: netg.c,v 1.2 1997/08/20 16:19:11 mdw Exp $
+ * $Id: netg.c,v 1.3 1998/01/12 16:46:17 mdw Exp $
  *
  * A local database of netgroups
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: netg.c,v $
- * Revision 1.2  1997/08/20 16:19:11  mdw
+ * Revision 1.3  1998/01/12 16:46:17  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.2  1997/08/20  16:19:11  mdw
  * Patch memory leak.  Replace `name_reinit' by `name_end' for more sensible
  * restart.  Don't try to trace when tracing's turned off.
  *
index 79a49e9..b0207b2 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: netg.h,v 1.2 1997/08/20 16:19:24 mdw Exp $
+ * $Id: netg.h,v 1.3 1998/01/12 16:46:18 mdw Exp $
  *
  * A local database of netgroups
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
  /*----- Revision history --------------------------------------------------*
  *
  * $Log: netg.h,v $
- * Revision 1.2  1997/08/20 16:19:24  mdw
+ * Revision 1.3  1998/01/12 16:46:18  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.2  1997/08/20  16:19:24  mdw
  * Replace `name_reinit' by `name_end' for more sensible restart.
  *
  * Revision 1.1  1997/08/07 09:45:00  mdw
index 88b4de5..d37daf5 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: noise.c,v 1.2 1997/08/20 16:19:57 mdw Exp $
+ * $Id: noise.c,v 1.3 1998/01/12 16:46:19 mdw Exp $
  *
  * Collection of environmental noise
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: noise.c,v $
- * Revision 1.2  1997/08/20 16:19:57  mdw
+ * Revision 1.3  1998/01/12 16:46:19  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.2  1997/08/20  16:19:57  mdw
  * Fix test for `/dev/random' so that it doesn't close `stdin' if it fails!
  *
  * Revision 1.1  1997/08/07 09:45:26  mdw
index e87d351..171ab2b 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: noise.h,v 1.1 1997/08/07 09:45:26 mdw Exp $
+ * $Id: noise.h,v 1.2 1998/01/12 16:46:20 mdw Exp $
  *
  * Collection of environmental noise
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: noise.h,v $
+ * Revision 1.2  1998/01/12 16:46:20  mdw
+ * Fix copyright date.
+ *
  * Revision 1.1  1997/08/07 09:45:26  mdw
  * New source file added to acquire environmental noise and add it to the
  * randomness pool (see `rand.c').
index db09482..e1b5ac0 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: parser.h,v 1.2 1997/08/04 10:24:24 mdw Exp $
+ * $Id: parser.h,v 1.3 1998/01/12 16:46:21 mdw Exp $
  *
  * Parser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: parser.h,v $
+ * Revision 1.3  1998/01/12 16:46:21  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:24  mdw
  * Sources placed under CVS control.
  *
index a3860b4..8b4527b 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: parser.y,v 1.4 1997/09/17 10:26:52 mdw Exp $
+ * $Id: parser.y,v 1.5 1998/01/12 16:46:22 mdw Exp $
  *
  * Parser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: parser.y,v $
- * Revision 1.4  1997/09/17 10:26:52  mdw
+ * Revision 1.5  1998/01/12 16:46:22  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.4  1997/09/17  10:26:52  mdw
  * Use rewritten class handler.  Makes the expression parsers considerably
  * simpler.
  *
index 3f18dbe..08e6181 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: rand.c,v 1.2 1997/08/07 09:47:07 mdw Exp $
+ * $Id: rand.c,v 1.3 1998/01/12 16:46:23 mdw Exp $
  *
  * Random number generation
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licencing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: rand.c,v $
+ * Revision 1.3  1998/01/12 16:46:23  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/07 09:47:07  mdw
  * Fix address of the FSF.
  *
index bbd0fff..cb3d0f9 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: rand.h,v 1.1 1997/08/07 09:46:05 mdw Exp $
+ * $Id: rand.h,v 1.2 1998/01/12 16:46:24 mdw Exp $
  *
  * Random number generation
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licencing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: rand.h,v $
+ * Revision 1.2  1998/01/12 16:46:24  mdw
+ * Fix copyright date.
+ *
  * Revision 1.1  1997/08/07 09:46:05  mdw
  * New source file added to maintain a randomness pool.
  *
index 2a40a73..83fe6f4 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: rule.c,v 1.4 1997/09/17 10:27:17 mdw Exp $
+ * $Id: rule.c,v 1.5 1998/01/12 16:46:25 mdw Exp $
  *
  * Managing rule sets
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: rule.c,v $
- * Revision 1.4  1997/09/17 10:27:17  mdw
+ * Revision 1.5  1998/01/12 16:46:25  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.4  1997/09/17  10:27:17  mdw
  * Use rewritten class handler.
  *
  * Revision 1.3  1997/08/20  16:22:36  mdw
index 59fe406..fb6f816 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: rule.h,v 1.4 1997/09/17 10:27:17 mdw Exp $
+ * $Id: rule.h,v 1.5 1998/01/12 16:46:26 mdw Exp $
  *
  * Managing rule sets
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: rule.h,v $
- * Revision 1.4  1997/09/17 10:27:17  mdw
+ * Revision 1.5  1998/01/12 16:46:26  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.4  1997/09/17  10:27:17  mdw
  * Use rewritten class handler.
  *
  * Revision 1.3  1997/08/20  16:22:49  mdw
index e2c6d54..99ec187 100644 (file)
--- a/src/sym.c
+++ b/src/sym.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: sym.c,v 1.3 1997/08/20 16:22:59 mdw Exp $
+ * $Id: sym.c,v 1.4 1998/01/12 16:46:28 mdw Exp $
  *
  * Symbol table management
  *
- * (c) 1996 Straylight
+ * (c) 1998 Straylight
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.c,v $
- * Revision 1.3  1997/08/20 16:22:59  mdw
+ * Revision 1.4  1998/01/12 16:46:28  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.3  1997/08/20  16:22:59  mdw
  * Patch memory leak.
  *
  * Revision 1.2  1997/08/04 10:24:25  mdw
index 16511af..f8201fd 100644 (file)
--- a/src/sym.h
+++ b/src/sym.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: sym.h,v 1.2 1997/08/04 10:24:25 mdw Exp $
+ * $Id: sym.h,v 1.3 1998/01/12 16:46:30 mdw Exp $
  *
  * Symbol table management
  *
- * (c) 1996 Straylight
+ * (c) 1998 Straylight
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: sym.h,v $
+ * Revision 1.3  1998/01/12 16:46:30  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:25  mdw
  * Sources placed under CVS control.
  *
index 54a04f4..281902f 100644 (file)
--- a/src/tx.c
+++ b/src/tx.c
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: tx.c,v 1.2 1997/08/04 10:24:25 mdw Exp $
+ * $Id: tx.c,v 1.3 1998/01/12 16:46:31 mdw Exp $
  *
  * Transfer for keys and other large integers
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: tx.c,v $
+ * Revision 1.3  1998/01/12 16:46:31  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:25  mdw
  * Sources placed under CVS control.
  *
index d5fef73..0bfcffc 100644 (file)
--- a/src/tx.h
+++ b/src/tx.h
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: tx.h,v 1.2 1997/08/04 10:24:26 mdw Exp $
+ * $Id: tx.h,v 1.3 1998/01/12 16:46:32 mdw Exp $
  *
  * Transfer for keys and other large integers
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: tx.h,v $
+ * Revision 1.3  1998/01/12 16:46:32  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:26  mdw
  * Sources placed under CVS control.
  *
index eb963d0..2db8ee5 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: userdb.c,v 1.5 1997/09/17 10:24:08 mdw Exp $
+ * $Id: userdb.c,v 1.6 1998/01/12 16:46:33 mdw Exp $
  *
  * User database management
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: userdb.c,v $
- * Revision 1.5  1997/09/17 10:24:08  mdw
+ * Revision 1.6  1998/01/12 16:46:33  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.5  1997/09/17  10:24:08  mdw
  * Use `uid_t' instead of `int' for uids and gids.  Not quite sure why I
  * didn't do this before.
  *
index 2507531..d04c13c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * User database management
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: userdb.h,v $
- * Revision 1.3  1997/08/20 16:25:08  mdw
+ * Revision 1.4  1998/01/12 16:46:38  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.3  1997/08/20  16:25:08  mdw
  * Rename `userdb_reinit' to `userdb_end' for more sensible restart.
  *
  * Revision 1.2  1997/08/04 10:24:26  mdw
index 637f29f..c6e1313 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: utils.c,v 1.5 1997/09/17 10:24:47 mdw Exp $
+ * $Id: utils.c,v 1.6 1998/01/12 16:46:47 mdw Exp $
  *
  * Miscellaneous useful bits of code.
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: utils.c,v $
- * Revision 1.5  1997/09/17 10:24:47  mdw
+ * Revision 1.6  1998/01/12 16:46:47  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.5  1997/09/17  10:24:47  mdw
  * Flush output before and after writing memory tracking information.
  *
  * Revision 1.4  1997/09/08  13:43:54  mdw
index 869c4e9..a9752f6 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: utils.h,v 1.3 1997/08/20 16:25:37 mdw Exp $
+ * $Id: utils.h,v 1.4 1998/01/12 16:46:52 mdw Exp $
  *
  * Miscellaneous useful bits of code.
  *
- * (c) 1997 Mark Wooding
+ * (c) 1998 Mark Wooding
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: utils.h,v $
- * Revision 1.3  1997/08/20 16:25:37  mdw
+ * Revision 1.4  1998/01/12 16:46:52  mdw
+ * Fix copyright date.
+ *
+ * Revision 1.3  1997/08/20  16:25:37  mdw
  * Add some simple `malloc' tracking.
  *
  * Revision 1.2  1997/08/04 10:24:26  mdw