[Openvas-commits] r2653 - in trunk/openvas-client: . src/gui
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Mar 4 11:08:02 CET 2009
Author: felix
Date: 2009-03-04 11:08:01 +0100 (Wed, 04 Mar 2009)
New Revision: 2653
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/src/gui/ssh_key_info_form.c
Log:
* src/gui/ssh_key_info_form.c (ssh_key_info_form_create): Modified
label text to indicate that password is optional (and may indeed be
ignored by current ssh_authorization.nasl).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-03-04 09:56:02 UTC (rev 2652)
+++ trunk/openvas-client/ChangeLog 2009-03-04 10:08:01 UTC (rev 2653)
@@ -1,5 +1,11 @@
2009-03-04 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ * src/gui/ssh_key_info_form.c (ssh_key_info_form_create): Modified
+ label text to indicate that password is optional (and may indeed be
+ ignored by current ssh_authorization.nasl).
+
+2009-03-04 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
Replaced #ifdef DEBUGMORE switches by #ifdef DEBUGs.
* include/config.h.in: No need to undef MOREDEBUG anymore.
Modified: trunk/openvas-client/src/gui/ssh_key_info_form.c
===================================================================
--- trunk/openvas-client/src/gui/ssh_key_info_form.c 2009-03-04 09:56:02 UTC (rev 2652)
+++ trunk/openvas-client/src/gui/ssh_key_info_form.c 2009-03-04 10:08:01 UTC (rev 2653)
@@ -195,7 +195,7 @@
row++;
col = 1;
- label = gtk_label_new(_("SSH login password:"));
+ label = gtk_label_new(_("(optional) SSH login password:"));
gtk_table_attach_defaults(GTK_TABLE(table), label, col, col+1, row, row+1);
col++;
gtk_table_attach_defaults(GTK_TABLE(table), form->userpassword, col, col+1, row, row+1);
More information about the Openvas-commits
mailing list