[Openvas-commits] r1389 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 22 12:43:24 CEST 2008
Author: jan
Date: 2008-09-22 12:43:24 +0200 (Mon, 22 Sep 2008)
New Revision: 1389
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/comm.c
Log:
* nessus/comm.c (cli_comm_send_preferences, gui_comm_send_preferences):
Removed sending "ntp_escape_crlf" as it is now standatd for OTP.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2008-09-22 09:12:40 UTC (rev 1388)
+++ trunk/openvas-client/ChangeLog 2008-09-22 10:43:24 UTC (rev 1389)
@@ -1,3 +1,8 @@
+2008-09-22 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+ * nessus/comm.c (cli_comm_send_preferences, gui_comm_send_preferences):
+ Removed sending "ntp_escape_crlf" as it is now standatd for OTP.
+
2008-09-19 Michael Wiegand <michael.wiegand at intevation.de>
Added support for new LOG and DEBUG messages. Removed support for
@@ -57,7 +62,7 @@
2008-09-11 Tim Brown <timb at nth-dimension.org.uk>
* nessus/monitor_dialog.c: Fixed #758, which leads to an OpenVAS client
- crash due to a divide by zero.
+ crash due to a divide by zero.
2008-09-10 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
Modified: trunk/openvas-client/nessus/comm.c
===================================================================
--- trunk/openvas-client/nessus/comm.c 2008-09-22 09:12:40 UTC (rev 1388)
+++ trunk/openvas-client/nessus/comm.c 2008-09-22 10:43:24 UTC (rev 1389)
@@ -595,7 +595,6 @@
network_printf(context->socket, "ntp_keep_communication_alive <|> yes\n");
network_printf(context->socket, "ntp_short_status <|> yes\n");
network_printf(context->socket, "ntp_client_accepts_notes <|> yes\n");
- network_printf(context->socket, "ntp_escape_crlf <|> yes\n");
if(pref)
cli_send_prefs_arglist(context, pref, &files_to_send, 0);
if(pprefs)
@@ -642,7 +641,6 @@
network_printf(context->socket, "ntp_keep_communication_alive <|> yes\n");
network_printf(context->socket, "ntp_short_status <|> yes\n");
network_printf(context->socket, "ntp_client_accepts_notes <|> yes\n");
- network_printf(context->socket, "ntp_escape_crlf <|> yes\n");
while(pref && pref->next)
{
if(pref->type == ARG_STRING)
More information about the Openvas-commits
mailing list