2007-11-06  Bernhard Herzog  <bh@intevation.de>

	* 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 smtp-signatures@openvas.org mailbox
