Extensive modifications to handle netgroups. Also sanitise user and group
[become] / src / check.c
index 1d1eba8..34d1e52 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: check.c,v 1.2 1997/08/04 10:24:20 mdw Exp $
+ * $Id: check.c,v 1.3 1997/08/07 09:49:38 mdw Exp $
  *
  * Check validity of requests
  *
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: check.c,v $
+ * Revision 1.3  1997/08/07 09:49:38  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:20  mdw
  * Sources placed under CVS control.
  *
@@ -69,6 +73,7 @@
 #include "idea.h"
 #include "lexer.h"
 #include "name.h"
+#include "netg.h"
 #include "rule.h"
 #include "parser.h"
 #include "tx.h"
@@ -521,6 +526,7 @@ int check(request *rq)
   userdb_init();
   userdb_local();
   userdb_yp();
+  netg_init();
   name_init();
   rule_init();
   lexer_scan(fp);