Author: jan
Date: 2007-07-20 12:55:02 +0200 (Fri, 20 Jul 2007)
New Revision: 293

Modified:
   trunk/openvas-server/ChangeLog
   trunk/openvas-server/Makefile
   trunk/openvas-server/TODO
   trunk/openvas-server/openvasd/openvasd.c
Log:
* openvasd/openvasd.c (main): Removed HAVE_SSL remains.

* Makefile: Removed installation of "nessus-services". This module
does not need to care about libdir (creation removed)

* TODO: cleaned a bit.


Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog      2007-07-20 10:46:34 UTC (rev 292)
+++ trunk/openvas-server/ChangeLog      2007-07-20 10:55:02 UTC (rev 293)
@@ -1,3 +1,12 @@
+2007-07-20  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       * openvasd/openvasd.c (main): Removed HAVE_SSL remains.
+
+       * Makefile: Removed installation of "nessus-services". This module
+       does not need to care about libdir (creation removed)
+
+       * TODO: cleaned a bit.
+
 2007-07-18  Bernhard Herzog  <[EMAIL PROTECTED]>
 
        * include/includes.h: Remove openssl includes

Modified: trunk/openvas-server/Makefile
===================================================================
--- trunk/openvas-server/Makefile       2007-07-20 10:46:34 UTC (rev 292)
+++ trunk/openvas-server/Makefile       2007-07-20 10:55:02 UTC (rev 293)
@@ -54,9 +54,6 @@
        @test -d ${sbindir} || $(INSTALL_DIR) -m 755 ${sbindir}
        @test -d ${sysconfdir} || $(INSTALL_DIR) -m 755 ${sysconfdir}
        @test -d ${sysconfdir}/openvas || $(INSTALL_DIR) -m 755 
${sysconfdir}/openvas
-       @test -d ${libdir} || $(INSTALL_DIR) -m 755 ${libdir}
-       @test -d ${libdir}/openvas || $(INSTALL_DIR) -m 755 ${libdir}/openvas
-       @test -d ${libdir}/openvas/plugins || $(INSTALL_DIR) -m 755 
${libdir}/openvas/plugins
        @test -d ${localstatedir} || $(INSTALL_DIR) -m 755 ${localstatedir}
        @test -d ${localstatedir}/lib || $(INSTALL_DIR) -m 755 
${localstatedir}/lib
        @test -d ${localstatedir}/lib/openvas || $(INSTALL_DIR) -m 755 
${localstatedir}/lib/openvas
@@ -91,14 +88,6 @@
        $(INSTALL) -c -m 0444 include/nessusicmp.h 
${includedir}/openvas/nessusicmp.h
        $(INSTALL) -c -m 0444 include/nessustcp.h 
${includedir}/openvas/nessustcp.h
        $(INSTALL) -c -m 0444 include/nessusudp.h 
${includedir}/openvas/nessusudp.h
-       # The following copy of openvas-services into nessus-services
-       # is done due to the fact that the path to this file is
-       # hardcoded in nessus-libraries. So, in case nessus-libraries
-       # is used, this is mandatory - openvasd would not start otherwise.
-       # However, openvas and nessus may mutually overwrite the 
nesssus-services
-       # file - the latest install wins.
-       @test -d ${localstatedir}/nessus || $(INSTALL_DIR) -m 755 
${localstatedir}/nessus
-       $(INSTALL) -c -m 0444 openvas-services 
${localstatedir}/nessus/nessus-services
 
 
 install-man:

Modified: trunk/openvas-server/TODO
===================================================================
--- trunk/openvas-server/TODO   2007-07-20 10:46:34 UTC (rev 292)
+++ trunk/openvas-server/TODO   2007-07-20 10:55:02 UTC (rev 293)
@@ -1,18 +1,14 @@
-$Id$
 
-What must be done :            (feel free to volunteer)
+Some old entries:
 
+- replace the arglists by harglists. That is, replace linked 
+  lists by hashtables. All the functions are here, it's just
+  a matter of search/replace thing. 
+  Read /usr/local/include/openvas/harglsts.h for details
+  about the harglsts
 
-  On the server side :
-
-       - replace the arglists by harglists. That is, replace linked 
-         lists by hashtables. All the functions are here, it's just
-         a matter of search/replace thing. 
-         Read /usr/local/include/openvas/harglsts.h for details
-         about the harglsts
-
-       - memory leaks in plugins reload
-       - Need to fix url in "debian/download-release.sh line ~18. 
-         Do we need debian/new-packages.sh at the moment? 
-         (Maybe adapt it to work for openvas) 
-       - Fix the plugin feed instructions in doc/openvas-fetch.1
+- memory leaks in plugins reload
+- Need to fix url in "debian/download-release.sh line ~18. 
+  Do we need debian/new-packages.sh at the moment? 
+  (Maybe adapt it to work for openvas) 
+- Fix the plugin feed instructions in doc/openvas-fetch.1

Modified: trunk/openvas-server/openvasd/openvasd.c
===================================================================
--- trunk/openvas-server/openvasd/openvasd.c    2007-07-20 10:46:34 UTC (rev 
292)
+++ trunk/openvas-server/openvasd/openvasd.c    2007-07-20 10:55:02 UTC (rev 
293)
@@ -1,5 +1,4 @@
 /* OpenVAS
-l
 * $Id$
 * Description: Runs the OpenVAS-server.
 *
@@ -1069,12 +1068,6 @@
           printf("\tnasl                           : %s\n", nasl_version());
           printf("\tlibnessus                      : %s\n", 
nessuslib_version());
 
-
-#ifdef HAVE_SSL
-          printf("\tSSL support                    : enabled\n");
-#else
-          printf("\tSSL support                    : disabled\n");
-#endif
 #ifdef OPENVAS_ON_SSL
           printf("\tSSL is used for client / server communication\n");
 #else

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to