X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/b0f66028a9a17a845590a4fe737a4f5e46f6b778..af4f4d6a77aceba8e2d6f58d15e894df320e7c24:/src/name.c diff --git a/src/name.c b/src/name.c index cc9d98f..1ea34a0 100644 --- a/src/name.c +++ b/src/name.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: name.c,v 1.9 2003/10/12 00:39:16 mdw Exp $ + * $Id: name.c,v 1.10 2004/04/08 01:36:20 mdw Exp $ * * Looking up of names in symbol tables * @@ -26,40 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: name.c,v $ - * Revision 1.9 2003/10/12 00:39:16 mdw - * Light fixes for strange building. - * - * Revision 1.8 2003/10/12 00:14:55 mdw - * Major overhaul. Now uses DSA signatures rather than the bogus symmetric - * encrypt-and-hope thing. Integrated with mLib and Catacomb. - * - * Revision 1.7 1998/04/23 13:23:56 mdw - * Fix bugs involving empty classes. - * - * 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 - * Replace `name_reinit' by `name_end' for more sensible restart. - * - * Revision 1.3 1997/08/07 09:49:39 mdw - * Extensive modifications to handle netgroups. Also sanitise user and group - * names before adding them to the symbol table. - * - * Revision 1.2 1997/08/04 10:24:24 mdw - * Sources placed under CVS control. - * - * Revision 1.1 1997/07/21 13:47:46 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ /* --- ANSI headers --- */