[Oval-commits] r185 - trunk/oval-server

Pavel Vinogradov blaze-guest at alioth.debian.org
Tue Aug 21 09:40:03 UTC 2007


Author: blaze-guest
Date: 2007-08-21 09:40:03 +0000 (Tue, 21 Aug 2007)
New Revision: 185

Added:
   trunk/oval-server/OvalServer.BUGS
   trunk/oval-server/OvalServer.README
Modified:
   trunk/oval-server/OvalServer.TODO
Log:
Updae documentation

Added: trunk/oval-server/OvalServer.BUGS
===================================================================
--- trunk/oval-server/OvalServer.BUGS	                        (rev 0)
+++ trunk/oval-server/OvalServer.BUGS	2007-08-21 09:40:03 UTC (rev 185)
@@ -0,0 +1,5 @@
+CTRL+C don't kill server
+Logging don't create directories
+Create definitions for agent without sync
+Fix UTC/Local time in timestamps
+     
\ No newline at end of file

Added: trunk/oval-server/OvalServer.README
===================================================================
--- trunk/oval-server/OvalServer.README	                        (rev 0)
+++ trunk/oval-server/OvalServer.README	2007-08-21 09:40:03 UTC (rev 185)
@@ -0,0 +1,9 @@
+Dependencies:
+    python > 2.4
+    python-pysqlite2
+    python-libxml2
+    python-pyopenssl
+    
+Installation:
+    You need manualy create all log, dsa and other directories
+    
\ No newline at end of file

Modified: trunk/oval-server/OvalServer.TODO
===================================================================
--- trunk/oval-server/OvalServer.TODO	2007-08-21 07:32:12 UTC (rev 184)
+++ trunk/oval-server/OvalServer.TODO	2007-08-21 09:40:03 UTC (rev 185)
@@ -1,3 +1,19 @@
+CLI monitor:
+    that just says: 
+	- X vulnerabilities in the database
+	- X agents 
+	The following agents are vulnerable:
+	    - X to Y
+	    - Y to Z
+    The following agents have not updated since new vulnerabilities where added: A, B, C 
+    
 dsaSync:
 	Implement mail sync
 	Implement rss sync
+Filtering by release
+Add createDefinitions hook on new agent registration and do_POST
+
+proper license headers in all code files, I don't see any of them with that
+the server/agent should either warn about the cfg directories missing or should create them
+the http code over at STDOUT in both agent/server is quite ugly
+and, of course, the debug level should be settable (either config or command line)
\ No newline at end of file




More information about the Oval-commits mailing list