Author: jan
Date: 2008-10-24 10:57:00 +0200 (Fri, 24 Oct 2008)
New Revision: 1609

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/MANIFEST
   trunk/openvas-plugins/plugins/make_world
Log:
Improved and fixed ChangeLog.

Final cleanups for removing hydra and snmp_portscan:

* MANIFEST: Updated.

* plugins/make_world: Removed handling of hydra.



Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog     2008-10-24 08:29:21 UTC (rev 1608)
+++ trunk/openvas-plugins/ChangeLog     2008-10-24 08:57:00 UTC (rev 1609)
@@ -1,3 +1,11 @@
+2008-10-24  Jan-Oliver Wagner <[EMAIL PROTECTED]>
+
+       Final cleanups for removing hydra and snmp_portscan.
+
+       * MANIFEST: Updated.
+
+       * plugins/make_world: Removed handling of hydra.
+
 2008-10-24 Chandrashekhar B <[EMAIL PROTECTED]>
        * scripts/secpod_ms08-067_900055.nasl:
          Added plugin for a critical vulnerability
@@ -38,14 +46,23 @@
          Added new plugins
 
 2008-10-20  Vlatko Kosturjak <[EMAIL PROTECTED]>
-       * Removed obsolete C plugins: snmp_portscan is superseeded by
-       snmpwalk_portscan.nasl and hydra is superseeded by 
-       hydra_*.nasl plugins
 
+       Removed obsolete C plugins.
+
+       * plugins/hydra/hydra4openvas.c, plugins/hydra/Makefile,
+       plugins/hydra/Makefile.darwin: Removed hydra which is superseeded
+       by hydra_*.nasl plugins.
+
+       * plugins/snmp_portscan/Makefile, plugins/snmp_portscan/Makefile.darwin,
+       plugins/snmp_portscan/snmp_portscan.c: Removed snmp_portscan which
+       is superseeded by snmpwalk_portscan.nasl.
+
+       * plugins/hydra, plugins/snmp_portscan: Removed emtpy directories.
+
 2008-10-19  Carsten Koch-Mauthe <[EMAIL PROTECTED]>.
 
        * scripts/gb_vlc_media_player_mem_crptn_vuln_lin.nasl, changed
-        ver_pattern.
+       ver_pattern.
        * scripts/version_func.inc, enhanced version_test
        if testing number/char mixed version strings.
 
@@ -130,10 +147,10 @@
 2008-10-12  Carsten Koch-Mauthe <[EMAIL PROTECTED]>.
 
        * scripts/version_func.inc: changed function find_file
-        to improve performance, case insensitive search.
-        Socket can be passed to functions  to avoid multiple 
-        connections to target host. 
-        Changed find_bin function using case insensitive search.
+       to improve performance, case insensitive search.
+       Socket can be passed to functions  to avoid multiple 
+       connections to target host. 
+       Changed find_bin function using case insensitive search.
 
 2008-10-12  Tim Brown <[EMAIL PROTECTED]>
 

Modified: trunk/openvas-plugins/MANIFEST
===================================================================
--- trunk/openvas-plugins/MANIFEST      2008-10-24 08:29:21 UTC (rev 1608)
+++ trunk/openvas-plugins/MANIFEST      2008-10-24 08:57:00 UTC (rev 1609)
@@ -35,9 +35,6 @@
 plugins/ftp_write_dirs/ftp_write_dirs.c
 plugins/ftp_write_dirs/Makefile
 plugins/ftp_write_dirs/Makefile.darwin
-plugins/hydra/hydra4openvas.c
-plugins/hydra/Makefile
-plugins/hydra/Makefile.darwin
 plugins/install_plug
 plugins/linux_tftp/linux_tftp.c
 plugins/linux_tftp/Makefile
@@ -55,9 +52,6 @@
 plugins/smad/Makefile
 plugins/smad/Makefile.darwin
 plugins/smad/smad.c
-plugins/snmp_portscan/Makefile
-plugins/snmp_portscan/Makefile.darwin
-plugins/snmp_portscan/snmp_portscan.c
 plugins/ssl_ciphers/Makefile
 plugins/ssl_ciphers/Makefile.darwin
 plugins/ssl_ciphers/ssl_ciphers.c

Modified: trunk/openvas-plugins/plugins/make_world
===================================================================
--- trunk/openvas-plugins/plugins/make_world    2008-10-24 08:29:21 UTC (rev 
1608)
+++ trunk/openvas-plugins/plugins/make_world    2008-10-24 08:57:00 UTC (rev 
1609)
@@ -13,7 +13,7 @@
 
 for i in *;
 do if [ -d $i -a $i != CVS ]; then
- if [ "$i" != "3com_hub" ] || [ "$i" != "hydra" ] ;
+ if [ "$i" != "3com_hub" ] ;
  then
  cd $i
  ${MAKE:-make} $MAKEFLAG $1

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

Reply via email to