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

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



Module name:	ossec-hids
Changes by:	dcid	07/07/19 21:19:26

Modified files:
	VERSION remoted.c

Log message:
Description: Adding better error messages, symantec ws rule, fixing a issue on the e-mail subjects (when do_not_group option is used) and changing parts of the code to gplv3 (more comming).
Reviewed by: dcid
Bug:

Index: VERSION
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/VERSION,v
diff -u -r1.1.1.1 -r1.2
--- VERSION	23 Sep 2005 15:10:02 -0000	1.1.1.1
+++ VERSION	20 Jul 2007 00:19:26 -0000	1.2
@@ -1 +1 @@
-0.3
+1.3

Index: remoted.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/remoted/remoted.c,v
diff -u -r1.30 -r1.31
--- remoted.c	9 Feb 2007 02:51:46 -0000	1.30
+++ remoted.c	20 Jul 2007 00:19:26 -0000	1.31
@@ -1,13 +1,17 @@
 /* @(#) $Id$ */
 
-/* Copyright (C) 2003,2004,2005,2006 Daniel B. Cid <dcid@xxxxxxxxx>
- * All right reserved.
+/* Copyright (C) 2003-2007 Daniel B. Cid <dcid@xxxxxxxxx>
+ * All rights reserved.
  *
  * 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
- * Foundation
+ * License (version 3) as published by the FSF - Free Software
+ * Foundation.
+ *
+ * License details at the LICENSE file included with OSSEC or 
+ * online at: http://www.ossec.net/en/licensing.html
  */
+
 
 
 /* remote daemon.


OSSEC home | Main Index | Thread Index


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