[Openvas-commits] r3319 - in trunk/openvas-server: . openvasd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon May 11 11:19:54 CEST 2009
Author: mwiegand
Date: 2009-05-11 11:19:54 +0200 (Mon, 11 May 2009)
New Revision: 3319
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/openvasd/plugs_hash.c
Log:
* openvasd/plugs_hash.c (plugins_hash): Remove obsolete variable
declaration for "uhome".
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2009-05-11 09:11:35 UTC (rev 3318)
+++ trunk/openvas-server/ChangeLog 2009-05-11 09:19:54 UTC (rev 3319)
@@ -1,5 +1,10 @@
2009-05-11 Michael Wiegand <michael.wiegand at intevation.de>
+ * openvasd/plugs_hash.c (plugins_hash): Remove obsolete variable
+ declaration for "uhome".
+
+2009-05-11 Michael Wiegand <michael.wiegand at intevation.de>
+
Implementing the first part of Change Request #31: Remove support for
plaintext password storage (http://www.openvas.org/openvas-cr-31.html).
Modified: trunk/openvas-server/openvasd/plugs_hash.c
===================================================================
--- trunk/openvas-server/openvasd/plugs_hash.c 2009-05-11 09:11:35 UTC (rev 3318)
+++ trunk/openvas-server/openvasd/plugs_hash.c 2009-05-11 09:19:54 UTC (rev 3319)
@@ -143,7 +143,6 @@
{
struct arglist * preferences = arg_get_value(globals,"preferences");
char *dir = arg_get_value(preferences, "plugins_folder");
- char *uhome;
gcry_md_hd_t ctx;
gcry_error_t err;
unsigned char * digest;
More information about the Openvas-commits
mailing list