[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: check_open_ports.c (HEAD) check_rc_dev.c (HEAD) check_rc_files.c (HEAD) check_rc_if.c (HEAD) check_rc_pids.c (HEAD) check_rc_ports.c (HEAD) check_rc_readproc.c (HEAD) check_rc_sys.c (HEAD) check_rc_trojans.c (HEAD) config.c (HEAD) rootcheck-config.c (HEAD) rootcheck.c (HEAD) rootcheck.h (HEAD) run_rk_check.c (HEAD) win-common.c (HEAD) win-process.c (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/10/03 22:41:43
Modified files:
check_open_ports.c check_rc_dev.c check_rc_files.c check_rc_if.c
check_rc_pids.c check_rc_ports.c check_rc_readproc.c check_rc_sys.c
check_rc_trojans.c config.c rootcheck-config.c rootcheck.c
rootcheck.h run_rk_check.c win-common.c win-process.c
Log message:
Description: Changing all missing files from gplv2 to gplv3. Thanks to Jeff Schroeder for the patch.
Reviewed by: dcid
Bug:
Index: check_open_ports.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_open_ports.c,v
diff -u -r1.5 -r1.6
--- check_open_ports.c 18 Apr 2007 02:04:58 -0000 1.5
+++ check_open_ports.c 4 Oct 2007 01:41:43 -0000 1.6
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_dev.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_dev.c,v
diff -u -r1.15 -r1.16
--- check_rc_dev.c 18 Apr 2007 02:04:58 -0000 1.15
+++ check_rc_dev.c 4 Oct 2007 01:41:43 -0000 1.16
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_files.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_files.c,v
diff -u -r1.9 -r1.10
--- check_rc_files.c 12 Sep 2006 00:23:02 -0000 1.9
+++ check_rc_files.c 4 Oct 2007 01:41:43 -0000 1.10
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_if.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_if.c,v
diff -u -r1.7 -r1.8
--- check_rc_if.c 18 Apr 2007 02:04:58 -0000 1.7
+++ check_rc_if.c 4 Oct 2007 01:41:43 -0000 1.8
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_pids.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_pids.c,v
diff -u -r1.25 -r1.26
--- check_rc_pids.c 6 May 2007 20:17:09 -0000 1.25
+++ check_rc_pids.c 4 Oct 2007 01:41:43 -0000 1.26
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_ports.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_ports.c,v
diff -u -r1.18 -r1.19
--- check_rc_ports.c 20 Apr 2007 00:43:51 -0000 1.18
+++ check_rc_ports.c 4 Oct 2007 01:41:43 -0000 1.19
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_readproc.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_readproc.c,v
diff -u -r1.5 -r1.6
--- check_rc_readproc.c 18 Apr 2007 02:04:58 -0000 1.5
+++ check_rc_readproc.c 4 Oct 2007 01:41:43 -0000 1.6
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_sys.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_sys.c,v
diff -u -r1.31 -r1.32
--- check_rc_sys.c 28 Apr 2007 21:19:55 -0000 1.31
+++ check_rc_sys.c 4 Oct 2007 01:41:43 -0000 1.32
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: check_rc_trojans.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/check_rc_trojans.c,v
diff -u -r1.9 -r1.10
--- check_rc_trojans.c 1 Jun 2007 00:39:10 -0000 1.9
+++ check_rc_trojans.c 4 Oct 2007 01:41:43 -0000 1.10
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/config.c,v
diff -u -r1.13 -r1.14
--- config.c 18 Apr 2007 02:04:58 -0000 1.13
+++ config.c 4 Oct 2007 01:41:43 -0000 1.14
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: rootcheck-config.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck-config.c,v
diff -u -r1.7 -r1.8
--- rootcheck-config.c 20 Sep 2007 04:06:00 -0000 1.7
+++ rootcheck-config.c 4 Oct 2007 01:41:43 -0000 1.8
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: rootcheck.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck.c,v
diff -u -r1.27 -r1.28
--- rootcheck.c 25 Sep 2007 22:53:52 -0000 1.27
+++ rootcheck.c 4 Oct 2007 01:41:43 -0000 1.28
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: rootcheck.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/rootcheck.h,v
diff -u -r1.30 -r1.31
--- rootcheck.h 20 Sep 2007 04:06:00 -0000 1.30
+++ rootcheck.h 4 Oct 2007 01:41:43 -0000 1.31
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: run_rk_check.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/run_rk_check.c,v
diff -u -r1.34 -r1.35
--- run_rk_check.c 22 Sep 2007 03:29:13 -0000 1.34
+++ run_rk_check.c 4 Oct 2007 01:41:43 -0000 1.35
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: win-common.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/win-common.c,v
diff -u -r1.11 -r1.12
--- win-common.c 20 Sep 2007 04:06:00 -0000 1.11
+++ win-common.c 4 Oct 2007 01:41:43 -0000 1.12
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
Index: win-process.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/rootcheck/win-process.c,v
diff -u -r1.2 -r1.3
--- win-process.c 20 Sep 2007 04:06:00 -0000 1.2
+++ win-process.c 4 Oct 2007 01:41:43 -0000 1.3
@@ -5,7 +5,7 @@
*
* This program is a free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public
- * License (version 2) as published by the FSF - Free Software
+ * License (version 3) as published by the FSF - Free Software
* Foundation
*/
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.