Major overhaul. Now uses DSA signatures rather than the bogus symmetric
[become] / src / rule.c
index 7f1e9f7..166da54 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: rule.c,v 1.6 1998/04/23 13:27:31 mdw Exp $
+ * $Id: rule.c,v 1.7 2003/10/12 00:14:55 mdw Exp $
  *
  * Managing rule sets
  *
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: rule.c,v $
+ * Revision 1.7  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.6  1998/04/23 13:27:31  mdw
  * Export structure of the rule list, for `bcquery's benefit.
  *
 #include <netdb.h>
 #include <unistd.h>
 
+/* --- mLib headers --- */
+
+#include <mLib/alloc.h>
+#include <mLib/report.h>
+#include <mLib/trace.h>
+
 /* --- Local headers --- */
 
 #include "become.h"
 #include "class.h"
 #include "rule.h"
 #include "userdb.h"
-#include "utils.h"
 
 /*----- Static variables --------------------------------------------------*/