Expunge revision histories in files.
[become] / src / userdb.c
index 8af1f6c..cf63d9e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: userdb.c,v 1.10 2003/10/12 00:39:16 mdw Exp $
+ * $Id: userdb.c,v 1.11 2004/04/08 01:36:20 mdw Exp $
  *
  * User database management
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: userdb.c,v $
- * Revision 1.10  2003/10/12 00:39:16  mdw
- * Light fixes for strange building.
- *
- * Revision 1.9  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.8  1998/06/08 11:21:22  mdw
- * Fixed bug in password and group file reading: strtok doesn't handle
- * double colons nicely.
- *
- * Revision 1.7  1998/04/23 13:27:46  mdw
- * Switch to using the ypstuff interface to YP server.
- *
- * 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.
- *
- * Revision 1.4  1997/08/20  16:24:58  mdw
- * Patch memory leak.  Rename `userdb_reinit' to `userdb_end' for more
- * sensible restart.
- *
- * Revision 1.3  1997/08/07 09:44:29  mdw
- * Read NIS-based passwords from the YP server directly, rather than using
- * `popen(ypcat)', which is probably both slower and less secure.
- *
- * Revision 1.2  1997/08/04 10:24:26  mdw
- * Sources placed under CVS control.
- *
- * Revision 1.1  1997/07/21  13:47:43  mdw
- * Initial revision
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 /* --- ANSI headers --- */