[Openvas-commits] r5693 - in trunk/openvas-client: . src/util
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 23 21:29:03 CEST 2009
Author: mattm
Date: 2009-10-23 21:29:01 +0200 (Fri, 23 Oct 2009)
New Revision: 5693
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/src/util/openvas_lsc_user_rpm.c
trunk/openvas-client/src/util/openvas_ssh_rpm.c
Log:
* src/util/openvas_ssh_rpm.c, src/util/openvas_lsc_user_rpm.c: Flush
trailing whitespace.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-23 19:17:06 UTC (rev 5692)
+++ trunk/openvas-client/ChangeLog 2009-10-23 19:29:01 UTC (rev 5693)
@@ -1,3 +1,8 @@
+2009-10-23 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * src/util/openvas_ssh_rpm.c, src/util/openvas_lsc_user_rpm.c: Flush
+ trailing whitespace.
+
2009-10-20 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* openvas/comm.c (omp_send_files, comm_omp_send_files): Refactored,
Modified: trunk/openvas-client/src/util/openvas_lsc_user_rpm.c
===================================================================
--- trunk/openvas-client/src/util/openvas_lsc_user_rpm.c 2009-10-23 19:17:06 UTC (rev 5692)
+++ trunk/openvas-client/src/util/openvas_lsc_user_rpm.c 2009-10-23 19:29:01 UTC (rev 5693)
@@ -39,9 +39,9 @@
/**
* @brief Returns the path to the directory where the rpm generator
* @brief ("openvas-ssh-client-rpm-creator.sh") is located.
- *
+ *
* The search will be performed just once.
- *
+ *
* @return Path to the directory with the rpm generator or NULL (shall not be
* freed!).
*/
@@ -52,7 +52,7 @@
if (rpm_generator_path == NULL)
{
- // Search in two location
+ // Search in two location
gchar* path_exec = g_build_filename (OPENVASCLIENT_LSCRPMGEN_DIR, "openvas-ssh-client-rpm-creator.sh", NULL);
if (check_is_file (path_exec) == 0)
{
@@ -93,9 +93,9 @@
/**
* @brief Returns whether the rpm generator script was found.
- *
+ *
* The search will be performed only once.
- *
+ *
* @return TRUE if the script was found, FALSE otherwise.
*/
gboolean
@@ -117,9 +117,9 @@
/**
* @brief Attempts creation of RPM packages to install a users public key file.
- *
+ *
* @param loginfo openvas_ssh_login struct to create rpm for.
- *
+ *
* @return Path to rpm file if successfull, NULL otherwise.
*/
gboolean
Modified: trunk/openvas-client/src/util/openvas_ssh_rpm.c
===================================================================
--- trunk/openvas-client/src/util/openvas_ssh_rpm.c 2009-10-23 19:17:06 UTC (rev 5692)
+++ trunk/openvas-client/src/util/openvas_ssh_rpm.c 2009-10-23 19:29:01 UTC (rev 5693)
@@ -41,9 +41,9 @@
/**
* @brief Returns the path to the directory where the rpm generator
* @brief ("openvas-ssh-client-rpm-creator.sh") is located.
- *
+ *
* The search will be performed just once.
- *
+ *
* @return Path to the directory with the rpm generator or NULL (shall not be
* freed!).
*/
@@ -54,7 +54,7 @@
if (rpm_generator_path == NULL)
{
- // Search in two location
+ // Search in two location
gchar* path_exec = g_build_filename (OPENVASCLIENT_LSCRPMGEN_DIR, "openvas-ssh-client-rpm-creator.sh", NULL);
if (check_is_file (path_exec) == 0)
{
@@ -95,9 +95,9 @@
/**
* @brief Returns whether the rpm generator script was found.
- *
+ *
* The search will be performed only once.
- *
+ *
* @return TRUE if the script was found, FALSE otherwise.
*/
gboolean
@@ -119,9 +119,9 @@
/**
* @brief Attempts creation of RPM packages to install a users public key file.
- *
+ *
* @param loginfo openvas_ssh_login struct to create rpm for.
- *
+ *
* @return Path to rpm file if successfull, NULL otherwise.
*/
gboolean
More information about the Openvas-commits
mailing list