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

[ossec-cvs] ossec-hids: sec.h (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/09/13 23:38:19

Modified files:
	sec.h

Log message:
Description: More updates to the automatic reload of keys. Changing default monitored files on Windows...
Reviewed by: dcid
Bug:

Index: sec.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/headers/sec.h,v
diff -u -r1.16 -r1.17
--- sec.h	13 Sep 2007 02:28:50 -0000	1.16
+++ sec.h	14 Sep 2007 02:38:18 -0000	1.17
@@ -63,7 +63,13 @@
 
 /* Frees the auth keys. */
 void OS_FreeKeys(keystore *keys);
+
+/* Checks if key changed. */
+int OS_CheckUpdateKeys(keystore *keys);
   
+/* Update the keys if they changed on the system. */
+int OS_UpdateKeys(keystore *keys);
+
 
 /* Starts counter for all agents */
 void OS_StartCounter(keystore *keys);


OSSEC home | Main Index | Thread Index


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