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/omp.c (omp_xml_handle_end_element): In CLIENT_GET_SCHEDULES handle the case where abbrev is not set by iso_time_tz. More... about 11 years ago
* src/comm.c (send_plug_info), src/hosts.c (forward, hosts_set_pid), src/ntp.c (ntp_read_prefs), src/openvassd.c (init_ssl_ctx, init_network) (set_daemon_mode): Use proper log_write() function instead of printing to stderr fd which might be closed. More... about 11 years ago
* CMakeLists.txt: Install openvas-migrate-to-postgres. More... about 11 years ago
Make autorefresh interval a user setting that's automatically set by the refresh_interval parameter (e.g. from dropdown selections). More... about 11 years ago
* src/manage_sql.c (check_db_settings, modify_setting): Add new setting "Auto-Refresh". More... about 11 years ago
* tools/migrate-to-postgres: Remove. Now openvas-migrate-to-postgres. More... about 11 years ago
* tools/migrate-to-postgres (sqlite): New function. (is_db_broken, migrate_133, migrate): Call sqlite, for clarity. More... about 11 years ago
* tools/migrate-to-postgres (sql): Remove. Now called pg, for clarity. (pg): New function. Was sql. Update callers. More... about 11 years ago
* src/nasl_plugins.c (nasl_plugin_add): Use log_write() instead of printf() and fprintf(). More... about 11 years ago
* tools/migrate-to-postgres (migrate_133): Force a rebuild after the migration. More... about 11 years ago
* src/manage_sql.c (copy_config): Remove comment because it is added automatically, otherwise Postgres complains. More... about 11 years ago
* src/gsad_omp.c (xsl_transform_omp): Exclude installer from PARAMS, as it may be binary. More... about 11 years ago
* src/manage_pg.c (create_tables): Use bytea for agent installer, which is binary. More... about 11 years ago
* src/html/classic/omp.xsl (filter-window-pager): Only activate the previous page button if the max rows parameter is > 0. More... about 11 years ago
* src/html/classic/omp.xsl (report [section-list]): Add new item "Results view" linking to the get_results table. More... about 11 years ago
* src/manage_sql.c (create_config_from_scanner): Insert the parameter's default value. More... about 11 years ago
* tools/migrate-to-postgres (migrate_133): Specify columns in COPY. More... about 11 years ago
* ospd/ospd.py (OSPDaemon.get_scanner_param_default): New method. (OSPDaemon.get_scanner_params_xml): Add param value to the params xml. More... about 11 years ago
* src/html/classic/omp.xsl (assets): Automatically submit overrides dropdown selection. (section-filter): Auto-submit filter dropdown selection. (get_system_reports_response): Auto-submit slave dropdown selection. More... about 11 years ago
Add clone icon to details pages. More... about 11 years ago
* src/html/classic/omp.xsl (details-header-icons): Use gsa:may for New icon because gsa:may-op checks resource permissions. More... about 11 years ago
* src/report_formats/HTML/HTML.xsl (real-report): Add task to delta case. More... about 11 years ago
* src/report_formats/LaTeX/latex.xsl (abstract): Add task to delta case. More... about 11 years ago
* src/report_formats/HTML/HTML.xsl, src/report_formats/TXT/TXT.xsl (real-report): Add task. More... about 11 years ago
* src/manage_sql.c (RESULT_ITERATOR_FILTER_COLUMNS) (RESULT_ITERATOR_COLUMNS): Rename column "report" to "report_rowid". Add column "report" / "report_id" with uuid of report. (RESULT_ITERATOR_COLUMN_COUNT): Increase to 26. More... about 11 years ago
* doc/db.png: Set svn:mime-type property to application/octet-stream. More... about 11 years ago
* doc/db_postgres.sql (reports): Correct column type. More... about 11 years ago
* src/html/classic/gsad.xsl (html-gsa-navigation): Add divider lines after Scan Management->Results, SecInfo Management->DFN-CERT and Administration->Roles. More... about 11 years ago
* src/manage_migrators.c (migrate_128_to_129): Create scanners_trash table if it doesn't exist too. More... about 11 years ago
* tools/migrate-to-postgres (PSQL): New variable. (sql): Move above does_pg_db_exist. (does_pg_db_exist): Use PSQL. Check exit. (is_db_broken, create_tables_133, migrate): Use better log levels. (migrate_133): Use better log levels. Do months update business in one go, so the months table is removed. Remove debug output. Use sql and PSQL instead of using psql directly. Enable directory removal. More... about 11 years ago