Author: bh
Date: 2007-11-06 12:27:33 +0100 (Tue, 06 Nov 2007)
New Revision: 529

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/TODO
Log:
* TODO: Convert to the format used in the other openvas
components.  Add an item about ssh_userauth2 in ssh_func.inc


Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog     2007-11-06 10:24:03 UTC (rev 528)
+++ trunk/openvas-plugins/ChangeLog     2007-11-06 11:27:33 UTC (rev 529)
@@ -1,3 +1,8 @@
+2007-11-06  Bernhard Herzog  <[EMAIL PROTECTED]>
+
+       * TODO: Convert to the format used in the other openvas
+       components.  Add an item about ssh_userauth2 in ssh_func.inc
+
 2007-11-06  Jan-Oliver Wagner <[EMAIL PROTECTED]>
 
        * scripts/aix.inc, scripts/crypto_func.inc, scripts/rpm.inc,

Modified: trunk/openvas-plugins/TODO
===================================================================
--- trunk/openvas-plugins/TODO  2007-11-06 10:24:03 UTC (rev 528)
+++ trunk/openvas-plugins/TODO  2007-11-06 11:27:33 UTC (rev 529)
@@ -1,4 +1,25 @@
-Create an openvas detect script for openvas. May base it on nessus_detect
-  (Isn't this solved with openvasd-config?)
-Create www-signatures mailbox on the openvas server as per 
www_fingerprinting_hmap nasl script
-create [EMAIL PROTECTED] mailbox
+2007-11-06  Bernhard Herzog  <[EMAIL PROTECTED]>
+
+       * ssh_func.inc: function ssh_userauth2 is too picky when parsing
+       the OpenSSH public key file format:
+
+          public = ereg_replace(pattern:"[^ ]* ([^ ]*) [^ ]*$",
+                                string:pub,
+                                replace:"\1");
+
+       The pattern expects the file to consist of one line with three
+       space separated words.  The last word is the comment (given to
+       ssh-keygen by the -C parameter) and may in fact consist of
+       multiple words.  Keys with multiple words in the comment will
+       currently be rejected by ssh_func.inc.
+
+2006-05-21  labanm
+
+       Create an openvas detect script for openvas. May base it on
+       nessus_detect (Isn't this solved with openvasd-config?)
+
+       Create www-signatures mailbox on the openvas server as per
+       www_fingerprinting_hmap nasl script
+
+       create [EMAIL PROTECTED] mailbox
+

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

Reply via email to