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
Move SCAP and CERT attaching into backend specific files. More... about 11 years ago
* src/html/classic/js/gsa_graphics_base.js (html_table_from_records): Make headline a table row, make table use full window width and remove border around table. More... about 11 years ago
* src/gsad.c (credentials_new, credentials_free): New functions. (exec_omp_post, request_handler): Refactor code to use credentials_new(), fix credentials memory leaks. More... about 11 years ago
* src/html/classic/js/gsa_bar_chart.js src/html/classic/js/gsa_bubble_chart.js src/html/classic/js/gsa_donut_chart.js src/html/classic/js/gsa_line_chart.js: Add HTML table export menu item. More... about 11 years ago
* src/manage_sql.c (filter_clause): Remove set but unused variables. More... about 11 years ago
* src/omp.c (omp_xml_handle_end_element): Remove break before goto in create_task error. More... about 11 years ago
* src/manage_sql.c (result_detection_reference): Simplify sql queries by using results' report column instead of report_results table. More... about 11 years ago
* INSTALL: Add section on generating OSP documentation. More... about 11 years ago
* src/html/classic/js/gsa_bar_chart.js (generate) src/html/classic/js/gsa_bubble_chart.js (generate) src/html/classic/js/gsa_donut_chart.js (generate) src/html/classic/js/gsa_line_chart.js (generate): Dynamically generate CSV column names and make column selection fit the chart better. More... about 11 years ago
* ospd/doc/generate, ospd/doc/OSP.xml, ospd/doc/HTML.xsl: New OSP documentation files. More... about 11 years ago
* src/html/classic/js/gsa_bubble_chart.js (generate): Change file names of exported CSV and SVG to "gsa_bubble_chart-[...]". More... about 11 years ago
* src/html/classic/omp.xsl (gsa:escape-js): Add escaping for "<", ">" and "'". Use character code form for all escaped characters. More... about 11 years ago
* src/html/classic/gsa-style.css (.axis text): Split font styling so it does not override "font-style". More... about 11 years ago
* src/gsad.c (exec_omp_get): Default to GET_SYSTEM_REPORTS before GET_MY_SETTINGS, because this is convenient for the Monitor role. More... about 11 years ago
Add predefined role Monitor. More... about 11 years ago
* src/html/classic/omp.xsl (full-report-export-form) (filtered-report-export-form): Add timezone to download form. More... about 11 years ago
Add timezone keyword to powerfilter for report. More... about 11 years ago
* wrappers/w3af/ospd-w3af.py: Check for profile name without importing w3af. More... about 11 years ago
Add charts to the Tasks page. More... about 11 years ago
Add support for Tasks in get_aggregates command and chart settings for Tasks. More... about 11 years ago
* ospd/ospd.py (get_commands_table): Document help command's format attribute. (OSPDaemon [handle_help_command]): Handle text format type. More... about 11 years ago
* src/manage_sql.c (TASK_ITERATOR_FILTER_COLUMNS): For next_due, use the first_time of the schedule if the schedule is in the past, instead of using schedule_next_time which is 0. This ensures that tasks with schedules in the past are sorted by schedule and that they come before tasks that have had their schedules removed. More... about 11 years ago
* src/html/classic/help.xsl (tasks.html): Correct schedule example. More... about 11 years ago
* src/html/classic/help.xsl (tasks.html): Note the extra filtering terms "schedule" and "next_due". More... about 11 years ago
* src/manage_sql.c (TASK_ITERATOR_FILTER_COLUMNS): Add "next_due". (TASK_ITERATOR_COLUMNS): Add schedule next due time as "next_due". More... about 11 years ago
* src/manage_sql.c (TASK_ITERATOR_FILTER_COLUMNS): Add "schedule". (TASK_ITERATOR_COLUMNS): Add schedule name as "schedule". More... about 11 years ago
* src/manage_sql.c (CVE_INFO_ITERATOR_FILTER_COLUMNS) (CVE_INFO_ITERATOR_COLUMNS): Allow both "created" and "published" as aliases for the "creation_time" column. More... about 11 years ago
Add second line to line charts so the NVTs chart shows both the new NVTs per time step and the cumulative amount. More... about 11 years ago
* src/omp.c (omp_xml_handle_end_element): In CLIENT_GET_AGGREGATES case Add new response elements c_count and c_sum for cumulative count and cumulative sum of data column. More... about 11 years ago
* ospd/misc.py (ScanCollection [add_alarm, add_log, add_error): Make result entries as dictionnaries instead of tuples. Add result severity. More... about 11 years ago