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

[ossec-cvs] ossec-hids: check_rc_winpolicy.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/07/21 20:50:56

Modified files:
	check_rc_winpolicy.c

Log message:
Description: A few more changes to the installer, changing license to gplv3, etc
Reviewed by: dcid
Bug:

Index: check_rc_winpolicy.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_winpolicy.c,v
diff -u -r1.3 -r1.4
--- check_rc_winpolicy.c	20 Jul 2007 00:19:26 -0000	1.3
+++ check_rc_winpolicy.c	21 Jul 2007 23:50:56 -0000	1.4
@@ -23,7 +23,7 @@
 {
     debug1("%s: DEBUG: Starting on check_rc_winaudit", ARGV0);
      
-    rkcl_get_entry(fp, "winaudit:", p_list);
+    rkcl_get_entry(fp, "Windows Audit:", p_list);
     
 }
 
@@ -35,7 +35,7 @@
 {
     debug1("%s: DEBUG: Starting on check_rc_winmalware", ARGV0);
      
-    rkcl_get_entry(fp, "winmalware:", p_list);
+    rkcl_get_entry(fp, "Windows Malware:", p_list);
     
 }
 
@@ -47,7 +47,7 @@
 {
     debug1("%s: DEBUG: Starting on check_rc_winapps", ARGV0);
      
-    rkcl_get_entry(fp, "winapps: Found: ", p_list);
+    rkcl_get_entry(fp, "Application Found:", p_list);
 }
 
 


OSSEC home | Main Index | Thread Index


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