[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-dev] ossec-hids: analysisd.c (HEAD) config.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	06/08/28 15:45:24

Modified files:
	analysisd.c config.c

Log message:
Description: Long commit.
-Increased size requirement for agent names.
-Added monitor daemon.
-Re organized client/server comminication.
-Removed false positives from rootkits.
Reviewed by: dcid (more tests needed)
Bug:

Index: analysisd.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/analysisd.c,v
diff -u -r1.92 -r1.93
--- analysisd.c	12 Aug 2006 19:27:59 -0000	1.92
+++ analysisd.c	28 Aug 2006 18:45:23 -0000	1.93
@@ -1,6 +1,6 @@
-/*   $OSSEC, analysisd.c, v0.4, 2005/09/08, Daniel B. Cid$   */
+/* @(#) $Id$ */
 
-/* Copyright (C) 2003, 2004, 2005 Daniel B. Cid <dcid@xxxxxxxxx>
+/* Copyright (C) 2003-2006 Daniel B. Cid <dcid@xxxxxxxxx>
  * All right reserved.
  *
  * This program is a free software; you can redistribute it
@@ -379,10 +379,12 @@
 
     /* Initializing Rootcheck */
     RootcheckInit();
+    
    
     /* Initializing host info */
     HostinfoInit();
     
+    
     /* Creating the event list */
     OS_CreateEventList(Config.memorysize);
 
@@ -586,9 +588,6 @@
                     {
                         ErrorExit("%s: Error alocating log files", ARGV0);
                     }
-
-                    /* Compress yesterday's log file */
-                    OS_CompressLog(today,prev_month,prev_year);
 
                     today = lf->day;
                     strncpy(prev_month, lf->mon, 3);

Index: config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/analysisd/config.c,v
diff -u -r1.19 -r1.20
--- config.c	10 Jul 2006 14:53:49 -0000	1.19
+++ config.c	28 Aug 2006 18:45:23 -0000	1.20
@@ -37,7 +37,6 @@
         
     /* Default values */
     Config.logall = 0;
-    Config.compress_alerts = 1;
     Config.stats = 8;
     Config.integrity = 8;
     Config.rootcheck = 8;


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.