15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/ntp.c (ntp_read_prefs): Increase size of buffer for preferences to allow for upto 69K NVTs. More... almost 11 years ago
* src/preferences.c (prefs_set): Change behaviour to always take care for memory allocation for both, key and value. More... almost 11 years ago
* src/ntp.c (ntp_long_attack): Use prefs_set instead of doing it on arglist level. More... almost 11 years ago
First step of using preferences via API instead of via arglists. More... almost 11 years ago
First step for switching from preferences stored in a "globals" arglist to a specific global module. More... almost 11 years ago
Move preference dump function into preferences module as it is of general use. More... almost 11 years ago
Move the global preferences variable from openvassd to module preferences. More... almost 11 years ago
* src/preferences.c (preferences_init): Instead of pointer-pointer parameter simply return the result. More... almost 11 years ago
* src/html/classic/omp.xsl (html-edit-target-form): Use the port list's name from the port_list element. More... almost 11 years ago
* src/attack.c (launch_plugin): Pass the full nvt path to plugin_launch(). More... almost 11 years ago
* src/preferences.c (preferences_init): Dropped the return value because it is never used anywhere. More... almost 11 years ago
* src/manage_sql.c (init_result_iterator): Remove severity_to_type from auto_type_sql arg, because auto_type_sql evaluates to a severity these days. Similarly, remove the enclosing order_message_type. More... almost 11 years ago
* src/manage_sql.c (init_result_iterator): Convert negative values of first_result to 0 for OFFSET, for Postgres. More... almost 11 years ago
* tools/openvas-migrate-to-postgres (migrate_rest): Remove scan_run_status constraint from end_time SQL, because the task end_time will be set in all cases, like when the scan is stopped. More... almost 11 years ago
Ensure task end_times are correct. Hence increase database version to 136. Add database migration from version 135 to 136. More... almost 11 years ago
* src/omp.c (buffer_results_xml): Print severity as double with precision limiter, otherwise it includes the small fraction from the approximation in floating point. More... almost 11 years ago
* tools/openvas-migrate-to-postgres: Add 135 migration. More... almost 11 years ago
Remove table report_results, which is no longer used. Hence increase database version to 135. Add database migration from version 134 to 135. More... almost 11 years ago
Remove last uses of table report_results. More... almost 11 years ago
* tools/greenbone-certdata-sync.in, tools/greenbone-scapdata-sync.in: Add --database option, to match Manager --database option. More... almost 11 years ago
* tools/openvas-certdata-sync.in, tools/openvas-scapdata-sync.in: Add --database option, to match Manager --database option. More... almost 11 years ago
* src/nasl_plugins.c (nasl_plugin_add): Removed redundant setting of the OID. This saves considerable amount of memory per process. More... almost 11 years ago
* tools/greenbone-certdata-sync.in, tools/greenbone-scapdata-sync.in: Set prefix automatically, using CMAKE_INSTALL_PREFIX. More... almost 11 years ago
Dropped superfluous log lines. The log will also without this line provide the information about the updating. This makes the log cleaner to read. More... almost 11 years ago
* tools/openvas-migrate-to-postgres (migrate_rest): Wrap the reset SQL in a SELECT with a WHERE clause, to prevent the reset counts from going to stdout. Remove empty lines from the output of the reset SQL too. More... almost 11 years ago
* tools/openvas-migrate-to-postgres (migrate_rest): Indent reset SQL. More... almost 11 years ago
* src/openvasmd.c (handle_sigabrt_simple): New function. (update_or_rebuild_nvt_cache, rebuild_nvt_cache_retry): Add info messages for clarity. (main): Init simple sigabrt handler before doing any SQL. This ensures that when the process aborts it has an error exit code, otherwise it may appear to have succeeded. This was happening, for example, when aborting due to SQL error in table init, during a --rebuild. More... almost 11 years ago
* src/manage_sqlite3.c (sql_threat_level): Remove. Now sql_task_threat_level, which matches the naming convention. (sql_task_threat_level): New function. (sql_severity_to_level): Remove single argument case. This is always called with two arguments. (manage_create_sql_functions): Update task_threat_level call. More... almost 11 years ago
Add Postgres handling of --database. More... almost 11 years ago
Add Postgres handling of --backup. More... almost 11 years ago