chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3c45ef4
)
Fix copyright date.
author
mdw
<mdw>
Mon, 12 Jan 1998 16:46:52 +0000
(16:46 +0000)
committer
mdw
<mdw>
Mon, 12 Jan 1998 16:46:52 +0000
(16:46 +0000)
45 files changed:
Makefile.am
patch
|
blob
|
blame
|
history
acconfig.h
patch
|
blob
|
blame
|
history
conf/Makefile.am
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
manual/Makefile.am
patch
|
blob
|
blame
|
history
src/Makefile.am
patch
|
blob
|
blame
|
history
src/become.c
patch
|
blob
|
blame
|
history
src/become.h
patch
|
blob
|
blame
|
history
src/blowfish-sbox.h
patch
|
blob
|
blame
|
history
src/blowfish.h
patch
|
blob
|
blame
|
history
src/check.c
patch
|
blob
|
blame
|
history
src/check.h
patch
|
blob
|
blame
|
history
src/class.c
patch
|
blob
|
blame
|
history
src/class.h
patch
|
blob
|
blame
|
history
src/crypt.c
patch
|
blob
|
blame
|
history
src/crypt.h
patch
|
blob
|
blame
|
history
src/daemon.c
patch
|
blob
|
blame
|
history
src/daemon.h
patch
|
blob
|
blame
|
history
src/icrypt.c
patch
|
blob
|
blame
|
history
src/icrypt.h
patch
|
blob
|
blame
|
history
src/keygen.c
patch
|
blob
|
blame
|
history
src/lexer.h
patch
|
blob
|
blame
|
history
src/lexer.l
patch
|
blob
|
blame
|
history
src/md5.c
patch
|
blob
|
blame
|
history
src/md5.h
patch
|
blob
|
blame
|
history
src/name.c
patch
|
blob
|
blame
|
history
src/name.h
patch
|
blob
|
blame
|
history
src/netg.c
patch
|
blob
|
blame
|
history
src/netg.h
patch
|
blob
|
blame
|
history
src/noise.c
patch
|
blob
|
blame
|
history
src/noise.h
patch
|
blob
|
blame
|
history
src/parser.h
patch
|
blob
|
blame
|
history
src/parser.y
patch
|
blob
|
blame
|
history
src/rand.c
patch
|
blob
|
blame
|
history
src/rand.h
patch
|
blob
|
blame
|
history
src/rule.c
patch
|
blob
|
blame
|
history
src/rule.h
patch
|
blob
|
blame
|
history
src/sym.c
patch
|
blob
|
blame
|
history
src/sym.h
patch
|
blob
|
blame
|
history
src/tx.c
patch
|
blob
|
blame
|
history
src/tx.h
patch
|
blob
|
blame
|
history
src/userdb.c
patch
|
blob
|
blame
|
history
src/userdb.h
patch
|
blob
|
blame
|
history
src/utils.c
patch
|
blob
|
blame
|
history
src/utils.h
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 06b220b1ed226884192d275b95b4ec6295b299e6..e3ce1c3b03698c78303b8d8889f11de857fd3c74 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,11
+1,11
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## 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'
##
##
## Makefile for `become'
##
-## (c) 199
7
EBI
+## (c) 199
8
EBI
##
##----- Licensing notice ----------------------------------------------------
##
##----- Licensing notice ----------------------------------------------------
@@
-29,7
+29,10
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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
## Add `conf' directory.
##
## Revision 1.1 1997/08/07 09:31:51 mdw
diff --git
a/acconfig.h
b/acconfig.h
index 9d7dc3e5f3d1a5409d3c2e76e47f4004ce4558d1..621056f12bb146070768b9930a499283add84b19 100644
(file)
--- a/
acconfig.h
+++ b/
acconfig.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Default settings for `become' config.h
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: acconfig.h,v $
/*----- 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
* Remove `@ signs -- autoconf mangles them too badly.
*
* Revision 1.5 1997/09/08 13:41:36 mdw
diff --git
a/conf/Makefile.am
b/conf/Makefile.am
index 3fc3faa91ff7cc251ff7559117a5fdb8e7866452..68f0222e3369e4d4ff6c1e151defbda5f92732f1 100644
(file)
--- a/
conf/Makefile.am
+++ b/
conf/Makefile.am
@@
-1,11
+1,11
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.
2 1997/09/18 11:15:1
4 mdw Exp $
+## $Id: Makefile.am,v 1.
3 1998/01/12 16:45:3
4 mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
-## (c) 199
7
EBI
+## (c) 199
8
EBI
##
##----- Licensing notice ----------------------------------------------------
##
##----- Licensing notice ----------------------------------------------------
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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.
##
## Revision 1.2 1997/09/18 11:15:14 mdw
## Install a skeleton configuration file carefully.
##
diff --git
a/configure.in
b/configure.in
index 640ff3e8ac85be7361a338ab1c68d73c7acc6982..045f9cb066b279366d5a1dcfe4a53847cdd076a0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,10
+1,10
@@
dnl -*-fundamental-*-
dnl
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
dnl Source for auto configuration for `become'
dnl
-dnl (c) 199
7
Mark Wooding
+dnl (c) 199
8
Mark Wooding
dnl
dnl----- Licensing notice ---------------------------------------------------
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 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
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)
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_SUBST(PACKAGE)
AC_SUBST(VERSION)
-AC_DEFINE(VERSION, "1.2-pre (17 September 1997)")
dnl --- Check for compilers and things ---
dnl --- Check for compilers and things ---
@@
-136,10
+140,10
@@
AC_ARG_ENABLE(tracing,
dnl --- Libraries ---
mdw_CHECK_MANYLIBS(socket, socket,,
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,,
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))
mdw_CHECK_MANYLIBS(yp_all, nsl, AC_DEFINE(HAVE_YP))
diff --git
a/manual/Makefile.am
b/manual/Makefile.am
index 4a54592ad54c59c4d0b8bc90fed082a6430c944b..ab9952faa7f83191a124695e5a6bf7671b8a6a50 100644
(file)
--- a/
manual/Makefile.am
+++ b/
manual/Makefile.am
@@
-1,11
+1,11
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## 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'
##
##
## Makefile for `become'
##
-## (c) 199
7
EBI
+## (c) 199
8
EBI
##
##----- Licensing notice ----------------------------------------------------
##
##----- Licensing notice ----------------------------------------------------
@@
-29,7
+29,10
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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.
##
## Distribute stamp-html.in so that the HTML files don't get recreated
## unnecessarily.
##
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 9635e7285eb798dcc39422996a81632bb6d2f40c..31e95ae4b94be58651fca9ec3bc4035fc55879ab 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-1,11
+1,11
@@
## Process this file with `automake' to generate `Makefile.in'
## -*-makefile-*-
##
## 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'
##
##
## Makefile for `become'
##
-## (c) 199
7
EBI
+## (c) 199
8
EBI
##
##----- Licensing notice ----------------------------------------------------
##
##----- Licensing notice ----------------------------------------------------
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- 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.
##
## Revision 1.7 1997/09/26 09:14:57 mdw
## Merged blowfish branch into trunk.
##
diff --git
a/src/become.c
b/src/become.c
index c53b00b3a6a09e63c8fe520d5bdef9d2b32f7cd9..79ec7aeac41d2a13757f14f50b9fadf7d5c03917 100644
(file)
--- a/
src/become.c
+++ b/
src/become.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: become.c,v 1.1
3 1997/09/26 09:14:57
mdw Exp $
+ * $Id: become.c,v 1.1
4 1998/01/12 16:45:39
mdw Exp $
*
* Main code for `become'
*
*
* Main code for `become'
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
/*----- 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.
*
* Revision 1.13 1997/09/26 09:14:57 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/become.h
b/src/become.h
index a38eaadec33d4fcc66935bab9a2b0b8df450fef4..5518ed3973690bae6e430ab4d0492aa73381c20a 100644
(file)
--- a/
src/become.h
+++ b/
src/become.h
@@
-4,7
+4,7
@@
*
* Main header file for `become'
*
*
* Main header file for `become'
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: become.h,v $
/*----- 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.
*
* Revision 1.1 1997/08/07 09:40:01 mdw
* Added. No idea why this wasn't done before.
*
diff --git
a/src/blowfish-sbox.h
b/src/blowfish-sbox.h
index 42099b3be081398cfdfaf66e4bf47d6d9a97c875..5c45bbc379e9848bd0d3ad4d63964545e45423ea 100644
(file)
--- a/
src/blowfish-sbox.h
+++ b/
src/blowfish-sbox.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Blowfish encryption routines
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licencing notice --------------------------------------------------*
*/
/*----- Licencing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: blowfish-sbox.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:20 mdw
* Sources placed under CVS control.
*
diff --git
a/src/blowfish.h
b/src/blowfish.h
index 668a6616f89b9970c6c8d769da614ca99cd954d5..d0089887a3a6c2c1c149a4899b06a82b7b3c85a9 100644
(file)
--- a/
src/blowfish.h
+++ b/
src/blowfish.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Blowfish encryption routines
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: blowfish.h,v $
/*----- 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.
*
* Revision 1.4 1997/09/26 09:14:57 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/check.c
b/src/check.c
index 7e614333a4d22cce8d481f2e8cd9a933f23d82b9..1a7d5070e50998a42c875eaabde347275730ef42 100644
(file)
--- a/
src/check.c
+++ b/
src/check.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Check validity of requests
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: check.c,v $
/*----- 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.
*
* Revision 1.5 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/check.h
b/src/check.h
index 53b4c6b52876ca9e126042c8364731036e204eda..f3d29db20afb1d79e6793e47b461e2299c38362f 100644
(file)
--- a/
src/check.h
+++ b/
src/check.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Check validity of requests
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: check.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:21 mdw
* Sources placed under CVS control.
*
diff --git
a/src/class.c
b/src/class.c
index 49b1341808dff617065147352936abafc982b878..581e93b80d4200bc1668268425d9b5e5eadeee9c 100644
(file)
--- a/
src/class.c
+++ b/
src/class.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Handling classes of things nicely
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: class.c,v $
/*----- 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.
*
* Complete rewrite to support class trees. Makes the behaviour of the set
* operators much more logical.
*
diff --git
a/src/class.h
b/src/class.h
index 6cf53a5c9942314329070572eb8cd6356db58a87..7d9a6c79ff1b6194d3a8916e12b26e6f8f366b27 100644
(file)
--- a/
src/class.h
+++ b/
src/class.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Handling classes of things nicely
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: class.h,v $
/*----- 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.
*
* Complete rewrite to support class trees. Makes the behaviour of the set
* operators much more logical.
*
diff --git
a/src/crypt.c
b/src/crypt.c
index 4148cdbc656850258a283139427cb9e4d4e0acd0..1c400aa96de578bde906f4fc0b1cfee0d068a04f 100644
(file)
--- a/
src/crypt.c
+++ b/
src/crypt.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Cryptographic transfer of `become' requests
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: crypt.c,v $
/*----- 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.
*
* Revision 1.3 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/crypt.h
b/src/crypt.h
index 55a4753b5cd54aadc25947038993e257d6bdecb7..a0d81fdfcc6e163d72daf41002e92c308408e5bb 100644
(file)
--- a/
src/crypt.h
+++ b/
src/crypt.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Cryptographic transfer of `become' requests
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: crypt.h,v $
/*----- 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.
*
* Revision 1.3 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/daemon.c
b/src/daemon.c
index 61638df1ada2d01df7f9bdf03eb001b91e7a8a41..cf293a1c7421ffa7cedc99629c2cce1c6e90b0e1 100644
(file)
--- a/
src/daemon.c
+++ b/
src/daemon.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Running a `become' daemon
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: daemon.c,v $
/*----- 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.
*
* Revision 1.8 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/daemon.h
b/src/daemon.h
index a1b1eef84a3622bee21398de85ccc7757bf976fb..9c9ce72a02ff3cda08b8ccd57557892731b36ed6 100644
(file)
--- a/
src/daemon.h
+++ b/
src/daemon.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: daemon.h,v 1.
2 1997/08/04 10:24:2
1 mdw Exp $
+ * $Id: daemon.h,v 1.
3 1998/01/12 16:46:0
1 mdw Exp $
*
* Running a `become' daemon
*
*
* Running a `become' daemon
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: daemon.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:21 mdw
* Sources placed under CVS control.
*
diff --git
a/src/icrypt.c
b/src/icrypt.c
index de1d508075b337f5165844fe1af35e773aa0375a..b2dc21f4419a6eeee1207106cbf30c56e45bd0d1 100644
(file)
--- a/
src/icrypt.c
+++ b/
src/icrypt.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Higher level encryption functions
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: icrypt.c,v $
/*----- 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.
*
* Revision 1.3 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/icrypt.h
b/src/icrypt.h
index 41bbcf8e2c1687709e531dbcd76add905c60a4e2..dd7fa11e5b1849ba0ffd433e76c52bab9760752d 100644
(file)
--- a/
src/icrypt.h
+++ b/
src/icrypt.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Higher level encryption functions
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: icrypt.h,v $
/*----- 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.
*
* Revision 1.3 1997/09/26 09:14:58 mdw
* Merged blowfish branch into trunk.
*
diff --git
a/src/keygen.c
b/src/keygen.c
index 4e016fa225dd837b453e96217cb893fc446b9b67..d9d6bdeddeea6275d6af86884d874ccf3ae46a3e 100644
(file)
--- a/
src/keygen.c
+++ b/
src/keygen.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Key generation
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: keygen.c,v $
/*----- 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.
* 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.
diff --git
a/src/lexer.h
b/src/lexer.h
index c3bbc65e2701b12d6138fe072c6af14ee300bd7d..431f13d6b47aa291f0ef3e82cf2cdc71b20f953d 100644
(file)
--- a/
src/lexer.h
+++ b/
src/lexer.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Lexical analyser for `become.conf' files
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: lexer.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:23 mdw
* Sources placed under CVS control.
*
diff --git
a/src/lexer.l
b/src/lexer.l
index ccaff7e5bddb043de045731403a68db6ac7110be..a3f3909cf8c5e9f0d021aa606045462a76ccfc02 100644
(file)
--- a/
src/lexer.l
+++ b/
src/lexer.l
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Lexical analyser for `become.conf' files
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: lexer.l,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:23 mdw
* Sources placed under CVS control.
*
diff --git
a/src/md5.c
b/src/md5.c
index 23ce6935df4aa372b1e61092f420f6bb18a99595..242e14ca68fd6eacb5e5a59d8aa0cb7f34712749 100644
(file)
--- a/
src/md5.c
+++ b/
src/md5.c
@@
-1,11
+1,11
@@
/* -*-c-*-
*
/* -*-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
*
*
* MD-5 secure hash routines
* Based on RSA MD-5 code
*
- * (c) 1996
, 1997
Mark Wooding
+ * (c) 1996
-1998
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: md5.c,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:23 mdw
* Sources placed under CVS control.
*
diff --git
a/src/md5.h
b/src/md5.h
index bce4d474b0f3cab69a6049bd51e03ddc28b6b249..a914c098ad6c8d457afd34c5015e6af1453e4aaf 100644
(file)
--- a/
src/md5.h
+++ b/
src/md5.h
@@
-1,11
+1,11
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: md5.h,v 1.
2 1997/08/04 10:24:2
3 mdw Exp $
+ * $Id: md5.h,v 1.
3 1998/01/12 16:46:1
3 mdw Exp $
*
* MD-5 secure hash routines
* Based on RSA MD-5 code
*
*
* MD-5 secure hash routines
* Based on RSA MD-5 code
*
- * (c) 1996
, 1997
Mark Wooding
+ * (c) 1996
-1998
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: md5.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:23 mdw
* Sources placed under CVS control.
*
diff --git
a/src/name.c
b/src/name.c
index 91f045ad515ca67c60b4fd40511405138b57dd7b..94f1dd8b816d74246fb523d7692ac00576ec5bc3 100644
(file)
--- a/
src/name.c
+++ b/
src/name.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Looking up of names in symbol tables
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: name.c,v $
/*----- 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
* Use rewritten class handler. Support `none' class.
*
* Revision 1.4 1997/08/20 16:17:59 mdw
diff --git
a/src/name.h
b/src/name.h
index bc24d650d3d8c841a6fa01fc672ec9727d0eb267..19724812c2e24b1a4905bfa86004d68ddaa0f3f0 100644
(file)
--- a/
src/name.h
+++ b/
src/name.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Looking up of names in symbol tables
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: name.h,v $
/*----- 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
* Use rewritten class handler. Support `none' class.
*
* Revision 1.3 1997/08/20 16:18:05 mdw
diff --git
a/src/netg.c
b/src/netg.c
index 79bfa02fe8cc47e76612bca418267598e1a69a30..ab46385279274d257c8f64ad6a0d8f49bdf99ad6 100644
(file)
--- a/
src/netg.c
+++ b/
src/netg.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* A local database of netgroups
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: netg.c,v $
/*----- 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.
*
* Patch memory leak. Replace `name_reinit' by `name_end' for more sensible
* restart. Don't try to trace when tracing's turned off.
*
diff --git
a/src/netg.h
b/src/netg.h
index 79a49e9a66268e44e4220ee2bdedd2229116604f..b0207b2b40cceb58ded5c2443df0c6957ce4733a 100644
(file)
--- a/
src/netg.h
+++ b/
src/netg.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* A local database of netgroups
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: netg.h,v $
/*----- 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
* Replace `name_reinit' by `name_end' for more sensible restart.
*
* Revision 1.1 1997/08/07 09:45:00 mdw
diff --git
a/src/noise.c
b/src/noise.c
index 88b4de5348f1a7a3058b06f59f015c11a64790f2..d37daf52d34be9a881d66c753db206739497ca51 100644
(file)
--- a/
src/noise.c
+++ b/
src/noise.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Collection of environmental noise
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: noise.c,v $
/*----- 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
* 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
diff --git
a/src/noise.h
b/src/noise.h
index e87d3513e296f4291efbb99968f0d8c31d2871bb..171ab2b55d7ba0be7ae49482be3e4964ffb0b642 100644
(file)
--- a/
src/noise.h
+++ b/
src/noise.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Collection of environmental noise
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: noise.h,v $
/*----- 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').
* 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').
diff --git
a/src/parser.h
b/src/parser.h
index db0948291c724ef4fc6b149a3f5591bdb5be680e..e1b5ac04cdcb0ad3fc22f32e745a84e7f1320d62 100644
(file)
--- a/
src/parser.h
+++ b/
src/parser.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Parser for `become.conf' files
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: parser.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:24 mdw
* Sources placed under CVS control.
*
diff --git
a/src/parser.y
b/src/parser.y
index a3860b42d2c03afb95a104740bd36db82c4d94f8..8b4527b9937f78c2aace7292ca86965abaaab2e8 100644
(file)
--- a/
src/parser.y
+++ b/
src/parser.y
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: parser.y,v 1.
4 1997/09/17 10:26:5
2 mdw Exp $
+ * $Id: parser.y,v 1.
5 1998/01/12 16:46:2
2 mdw Exp $
*
* Parser for `become.conf' files
*
*
* Parser for `become.conf' files
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: parser.y,v $
/*----- 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.
*
* Use rewritten class handler. Makes the expression parsers considerably
* simpler.
*
diff --git
a/src/rand.c
b/src/rand.c
index 3f18dbe8ee2ca94079eeef3c03f70b3fbdf7776b..08e618188aca295e28ed24ea747d7bb85cc2ca5c 100644
(file)
--- a/
src/rand.c
+++ b/
src/rand.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Random number generation
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licencing notice --------------------------------------------------*
*/
/*----- Licencing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: rand.c,v $
/*----- 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.
*
* Revision 1.2 1997/08/07 09:47:07 mdw
* Fix address of the FSF.
*
diff --git
a/src/rand.h
b/src/rand.h
index bbd0fffea089507d7b9c6d41b15b9a9bb4396742..cb3d0f9fc4e354db042d7b654859b1b03c2bf5a1 100644
(file)
--- a/
src/rand.h
+++ b/
src/rand.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Random number generation
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licencing notice --------------------------------------------------*
*/
/*----- Licencing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: rand.h,v $
/*----- 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.
*
* Revision 1.1 1997/08/07 09:46:05 mdw
* New source file added to maintain a randomness pool.
*
diff --git
a/src/rule.c
b/src/rule.c
index 2a40a732f996d06bb425354b0a9e8720cd5afe03..83fe6f43e4f285571bf2e07465de2c52263ed011 100644
(file)
--- a/
src/rule.c
+++ b/
src/rule.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Managing rule sets
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: rule.c,v $
/*----- 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
* Use rewritten class handler.
*
* Revision 1.3 1997/08/20 16:22:36 mdw
diff --git
a/src/rule.h
b/src/rule.h
index 59fe406dfb40ec5a01a62fd2d17e46e42f402c31..fb6f816df8d16546bcf0c4dee8ae80877639b570 100644
(file)
--- a/
src/rule.h
+++ b/
src/rule.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Managing rule sets
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: rule.h,v $
/*----- 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
* Use rewritten class handler.
*
* Revision 1.3 1997/08/20 16:22:49 mdw
diff --git
a/src/sym.c
b/src/sym.c
index e2c6d54acffacf0c33b62d9b660ea0178baa922d..99ec1874785d3214c4c4070c0784c7727dec7ebd 100644
(file)
--- a/
src/sym.c
+++ b/
src/sym.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Symbol table management
*
- * (c) 199
6
Straylight
+ * (c) 199
8
Straylight
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: sym.c,v $
/*----- 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
* Patch memory leak.
*
* Revision 1.2 1997/08/04 10:24:25 mdw
diff --git
a/src/sym.h
b/src/sym.h
index 16511af8eaf998352e6cc07058710cff001746dd..f8201fd30ad9af9e3015d6612173e60977427140 100644
(file)
--- a/
src/sym.h
+++ b/
src/sym.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Symbol table management
*
- * (c) 199
6
Straylight
+ * (c) 199
8
Straylight
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: sym.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:25 mdw
* Sources placed under CVS control.
*
diff --git
a/src/tx.c
b/src/tx.c
index 54a04f4fb7e17309fd99c4c0a4ed8f585c0d8855..281902fd1b7579b651af14be41acd4f5967bcc26 100644
(file)
--- a/
src/tx.c
+++ b/
src/tx.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Transfer for keys and other large integers
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tx.c,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:25 mdw
* Sources placed under CVS control.
*
diff --git
a/src/tx.h
b/src/tx.h
index d5fef735aa8c1926ec184d6cb11b5f2b9c1aeff8..0bfcffc88fe1a59dc3fc17bc66667dda048643d7 100644
(file)
--- a/
src/tx.h
+++ b/
src/tx.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* Transfer for keys and other large integers
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: tx.h,v $
/*----- 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.
*
* Revision 1.2 1997/08/04 10:24:26 mdw
* Sources placed under CVS control.
*
diff --git
a/src/userdb.c
b/src/userdb.c
index eb963d0c12d57deed0f9bb97b2ddf8344cd011b5..2db8ee5cf941d6fab88999010e3bae8d1c0159db 100644
(file)
--- a/
src/userdb.c
+++ b/
src/userdb.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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
*
*
* User database management
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: userdb.c,v $
/*----- 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.
*
* Use `uid_t' instead of `int' for uids and gids. Not quite sure why I
* didn't do this before.
*
diff --git
a/src/userdb.h
b/src/userdb.h
index 2507531d619c2b540bce30545cd543486d1546c4..d04c13c2db96de6cf633a5c89d8137ac00b752c9 100644
(file)
--- a/
src/userdb.h
+++ b/
src/userdb.h
@@
-4,7
+4,7
@@
*
* User database management
*
*
* User database management
*
- * (c) 199
7
EBI
+ * (c) 199
8
EBI
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: userdb.h,v $
/*----- 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
* Rename `userdb_reinit' to `userdb_end' for more sensible restart.
*
* Revision 1.2 1997/08/04 10:24:26 mdw
diff --git
a/src/utils.c
b/src/utils.c
index 637f29f74927d70f6004553173885e3e7fd833c8..c6e1313c96f23846566e690a28e5f84fda442bf5 100644
(file)
--- a/
src/utils.c
+++ b/
src/utils.c
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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.
*
*
* Miscellaneous useful bits of code.
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: utils.c,v $
/*----- 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
* Flush output before and after writing memory tracking information.
*
* Revision 1.4 1997/09/08 13:43:54 mdw
diff --git
a/src/utils.h
b/src/utils.h
index 869c4e9d8ce1e54ff4c754a41df77696ecd3b9b3..a9752f6a028aa6a3706d3ceb4442c8912ac60f5e 100644
(file)
--- a/
src/utils.h
+++ b/
src/utils.h
@@
-1,10
+1,10
@@
/* -*-c-*-
*
/* -*-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.
*
*
* Miscellaneous useful bits of code.
*
- * (c) 199
7
Mark Wooding
+ * (c) 199
8
Mark Wooding
*/
/*----- Licensing notice --------------------------------------------------*
*/
/*----- Licensing notice --------------------------------------------------*
@@
-29,7
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: utils.h,v $
/*----- 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
* Add some simple `malloc' tracking.
*
* Revision 1.2 1997/08/04 10:24:26 mdw