openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Greenbone Vulnerability Management (GVM) Framework
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
2 days
ago.
Apr 23, 2024 — Apr 23, 2025
Showing page 1,752 of 1,913
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* src/html/help.xsl (list-window-line-actions): Add noclone and noedit parameters to allow omitting clone and edit information. (agents.html): Use the new form of list-window-line-actions. (report_formats.html): Use noclone for list-window-line-actions template. Add Verify Report Format information.
Hani Benhabiles
More...
over 12 years ago
Update Report Formats help documentation.
Hani Benhabiles
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): Moved closing tag for CLIENT_GET_CONFIGS within the appropriate else statement, which was causing error responses to append an extra get_configs_response tag.
Hani Benhabiles
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS move sending the alerts from the detailed case to the common area. This brings multiple alerts to the brief case, which was previously only showing one alert.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS share the creation of PREFERENCES between the brief and detailed cases. Hence remove the brief case, which is now empty.
Matthew Mundell
More...
over 12 years ago
* src/html/img/next.png, src/html/img/previous.png: New.
Jan-Oliver Wagner
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS share the bulk of the response between the brief and detailed cases. This removes ALERT from the brief case, as there are multiple alerts now. This also brings TRASH to CONFIG, TARGET, SLAVE and SCHEDULE in the detailed case.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS remove variable tsk_uuid, which is out of use.
Matthew Mundell
More...
over 12 years ago
Reduce amount of time spent in wrap_row to 0.15% of what was spent before. This lets wrap_row drop from #1 to #15 in profiling analysis (measureing total time spent in function). The overall performance gain measured for a very big report was 15%. Main reason is that template parameter are expensive, especially when used in recursion.
Jan-Oliver Wagner
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS share the SEND_GET_COMMON and some variable inits between the brief and detailed cases. This corrects the detailed version when the target, slave or schedule is in the trashcan.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS share the creation of SECOND_LAST_REPORT and LAST_REPORT between the brief and detailed cases. This brings the report count optimisation from the brief case to the detailed case.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS for the big if share the creation of FIRST_REPORT.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS add comments about result counting.
Matthew Mundell
More...
over 12 years ago
* src/html/omp.xsl (details-header-icons, list-window-line-icons): Replace space by underscore for type-lower variable in order to allow the use of multiple words types such as Report Formats without breaking links.
Hani Benhabiles
More...
over 12 years ago
* src/manage_sql.c (send_to_verinice, send_to_sourcefire): Ensure files have the correct permissions when dropping privileges.
Michael Wiegand
More...
over 12 years ago
* src/report_formats/LaTeX/latex.xsl (escape_verb_env): Replaced this template by a single call of str:replace and therefore removed the template and replaced 3-line calls by single line direct execution. This improves performance by a few percent.
Jan-Oliver Wagner
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS for the big if share the creation of RCFILE.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS for the big if share the progress calculation.
Matthew Mundell
More...
over 12 years ago
Port Report Formats to new GET style.
Hani Benhabiles
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS in the big if share common variables.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS wrap the big if in a block so that common cases case be shared.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS check the return from init_task_iterator.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS remove the block that was used for the initial param check else case, indenting the contents in the parent block.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS give the initial param check its own return, to remove the need for the else block.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS remove the task find, because the iterator init does that now.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS rename variable "task" to "index" in the detailed case, to match the brief case.
Matthew Mundell
More...
over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS move iterator init up and check get.id instead of task.
Matthew Mundell
More...
over 12 years ago
Add Export Report Formats.
Hani Benhabiles
More...
over 12 years ago
* src/html/omp.xsl (get_report_formats): Correct typo. Flush trailing space.
Matthew Mundell
More...
over 12 years ago
* src/report_formats/create_signatures: Add quoting in case the RFP name contains a space.
Michael Wiegand
More...
over 12 years ago
←
1
2
…
1748
1749
1750
1751
1752
1753
1754
1755
1756
…
1912
1913
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree