new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / ar.h
old mode 100755 (executable)
new mode 100644 (file)
index 6f950c3..2b6de25
@@ -1,28 +1,24 @@
-/* @(#) $Id: ar.h,v 1.7 2009/06/24 17:06:26 dcid Exp $ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right 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 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  */
 
-/* Active response shared headers */
+/* Active Response shared headers */
 
 #ifndef __AR_H
-
 #define __AR_H
 
-
-/* Recepient agents */
+/* Recipient agents */
 #define ALL_AGENTS      0000001
 #define REMOTE_AGENT    0000002
 #define SPECIFIC_AGENT  0000004
 #define AS_ONLY         0000010
 
-/* We now also support non active response messages in here. */
+/* We now also support non Active Response messages in here */
 #define NO_AR_MSG       0000020
 
 #define ALL_AGENTS_C     'A'
 #define NONE_C           'N'
 #define NO_AR_C          '!'
 
-
-/* AR  Queues to use */
+/* AR Queues to use */
 #define REMOTE_AR       00001
 #define LOCAL_AR        00002
 
-
 /* Expected values */
+#define FILENAME    0000010
 #define SRCIP       0000004
 #define DSTIP       0000002
 #define USERNAME    0000001
 
+#endif /* __AR_H */
 
-#endif
-
-/* EOF */