15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/manage_sql.c (task_severity): Put report selection in WHERE clause instead of using alias, for Postgres. More... about 11 years ago
Get regexp filtering working with Postgres. More... about 11 years ago
* src/manage_sql.c (filter_clause): Cast severity to string for "CASE" clause to prevent type errors in PostgreSQL. Do not apply "lower" function for the keywords "created", "modified" and "published" when creating ORDER BY clause so the corresponding columns are not sorted as text. More... about 11 years ago
* src/pluginscheduler.c (plugins_scheduler_init): Moved nvticache retrieval out of the plugins loop as there is only one cache and thus only needs to be retrieved once. More... about 11 years ago
* src/processes.c (process_son): Removed this global variable as it is never used. (create_process): Removed setting process_son to some value, as it will never be read. More... about 11 years ago
Post release version bump. More... about 11 years ago
Preparing the gsa 6.0+beta1 release. More... about 11 years ago
Post-release version bump. More... about 11 years ago
Preparing the openvas-manager 6.0+beta1 release. More... about 11 years ago
Post release version bump. More... about 11 years ago
Preparing the openvas-scanner 5.0+beta1 release. More... about 11 years ago
* src/manage_migrators.c (migrate_131_to_132): Add Postgres version of CREATE statements. More... about 11 years ago
* src/manage_sql.c (make_result): Set owner to NULL instead of 0, otherwise Postgres sees a constraint error. More... about 11 years ago
* doc/postgres-HOWTO: Add functions and aggregates to drop script. More... about 11 years ago
* src/manage_pg.c (manage_create_sql_functions): Create task_threat_level after functions it uses. More... about 11 years ago
* src/manage_pg.c (manage_create_sql_functions): Delay creation of more functions that use tables. (create_tables): Change attack_state in report_hosts to text. More... about 11 years ago
Handle newly added elements in results when importing reports. More... about 11 years ago
* src/manage_sql.c (init_result_iterator): Fix aliased columns like name, created, modified. Add date column. More... about 11 years ago
Add overview table of all results to Scan Management. More... about 11 years ago
Add columns owner and date to results table. Hence increase database version to 133. Add database migration from version 132 to 133. Add the new fields to result xml and use powerfilter in GET_RESULTS. More... about 11 years ago
* src/manage.c (slave_setup): When the slave status is Done, update the master progress just before setting the master status, instead of before updating the results, otherwise the progress is -1 while the status is still Running. More... about 11 years ago
* ospd/misc.py: Add module docstring and fix various warnings and errors reported by pylint. More... about 11 years ago
Add results from slave inside a transaction, to try reduce load on SQLite3 locking mechanism. More... about 11 years ago
Add regenerated db.png for DB version 132. More... about 11 years ago
Remove unused rpm, deb and exe lsc_credentials columns. Hence increase database version to 132. Add database migration from version 131 to 132. More... about 11 years ago
* src/manage_pg.c (create_tables), src/manage_sqlite3.c (create_tables): Don't create rpm, deb and exe columns. More... about 11 years ago
* src/manage_sql.c (lsc_credential_iterator_rpm) (lsc_credential_iterator_deb, lsc_credential_iterator_exe): Change functions return value from const char to char as it is allocated dynamically. More... about 11 years ago
* src/report_formats/HTML/HTML.xsl (scan_start, scan_end): Add timezone to date. More... about 11 years ago
* src/html/classic/omp.xsl (result [result-body]): Handle ospd-ovaldi results with no attached oval definintions. More... about 11 years ago
* src/html/classic/omp.xsl (task [details]): Use right element for alterable field. More... about 11 years ago