15
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day 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/manage_sql.c (omp_command_type): Handle resume_or_start_task and resume_stopped_task separately to give correct type. More... almost 11 years ago
* src/attack.c (check_scan_stop): Exit currently running plugins processes when scan stop is received. More... almost 11 years ago
Use a dropdown for the timezone on the Edit User page. More... almost 11 years ago
* CMakeLists.txt: Check for and link against libopenvas_omp, libopenvas_base and libopenvas_misc libraries instead of the whole libopenvas package. More... almost 11 years ago
* CMakeLists.txt: Check for and link against libopenvas_nasl, libopenvas_base and libopenvas_misc libraries instead of the whole libopenvas package. More... almost 11 years ago
* CMakeLists.txt: Check for and link against libopenvas_omp, libopenvas_misc, libopenvas_base libraries instead of the whole libopenvas package. More... almost 11 years ago
* src/html/classic/gsa-style.css (.d3-tip): Reduce padding and center text. More... almost 11 years ago
* src/nasl_plugins.c (nasl_plugin_add): Adjust call of exec_nasl_script by providing the oid. (nasl_thread_args): Extend struct by element "oid". (nasl_plugin_launch): Add parameter "oid" and use it for struct nasl_thread_args. (nasl_thread): Adjust call of exec_nasl_script providing the oid. More... almost 11 years ago
* src/comm.c (send_plug_info): It is guaranteed that a NVTI has a OID, therefore simpify the code. Also remove some uneeded setting of variables as they are never used. More... almost 11 years ago
Remove any use of the "OID" arglist element of a plugin arglist structure. More... almost 11 years ago
* src/gsad_omp.c (format_file_name): Consider format_state being -1 in assertion. More... almost 11 years ago
* src/html/classic/gsa-style.css: Add styles for icon menus. More... almost 11 years ago
* src/html/XML/OMP.xml (report): Add TIMEZONE and TIMEZONE_ABBREV. More... almost 11 years ago
* src/openvassd.c (reload_openvassd, main): Exit on plugins reload failure. More... almost 11 years ago
* src/html/classic/graphics.xsl (init-d3charts): Correct max_low assignment. More... almost 11 years ago
* src/gsad_omp.c (format_file_name): Add string placeholder support for current, creation and modification time. Make modification date fallback work as described on the help page. More... almost 11 years ago
* src/nasl_plugins.c (nasl_plugin_add): Instead of the filename, use the OID as "name" of the plugin arglist structure. More... almost 11 years ago
* src/gsad_omp.c (): Add #define _GNU_SOURCE and #include <time.h>. (format_file_name): Add credentials and resource_entity parameters. Add string placeholder support for current user name, creation and modification date. Rename file_date to now_date and free it before returning. (export_resource, export_many): Add new parameters to format_file_name call. (get_report): Close server connection after getting the file name setting in XML case. Add new parameters to format_file_name call. More... almost 11 years ago
In report formats use abbreviation instead of ISO style for timezone. More... almost 11 years ago
* src/attack.c (scan_is_stopped, check_scan_stop): New functions. (launch_plugin): Only launch ACT_END plugins in stopped scan case. More... almost 11 years ago
* src/manage_sql.c (init_aggregate_iterator): Free strings on errors. Also free columns and trash_columns on normal return. More... almost 11 years ago
* src/attack.c (launch_plugin): Use nvticache_get_filename() to get the filename of a NVT instead of using the "name" element of the plugin arglist. More... almost 11 years ago
* src/gsad_omp.c (create_target_omp): Free esxi_credentials_element after command has been generated. More... almost 11 years ago
* src/html/classic/gsad.xsl (html-gsa-logo): Set height and width of logo img as some versions of Firefox do not always adjust the size correctly. More... almost 11 years ago
* src/html/classic/js/gsa_graphics_base.js (svg_from_elem): Clone the SVG element and remove elements marked with the CSS class "remove_on_static". More... almost 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): Clear mouse event listeners when chart is loaded. More... almost 11 years ago
Don't check for wget/curl as both are not used by this script. More... almost 11 years ago
Make formatting in tables and some chart tooltips data type specific. More... almost 11 years ago
* src/html/classic/img/st_workaround.png, src/html/classic/img/solution_type.png, src/html/classic/img/st_vendorfix.png, src/html/classic/img/st_willnotfix.png, src/html/classic/img/st_nonavailable.png src/html/classic/img/st_mitigate.png: New. Icons for Solution Type. More... almost 11 years ago
* src/ntp.c (ntp_long_attack, ntp_recv_file): Fix memory leaks. More... almost 11 years ago