15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 2 days ago.
Apr 23, 2024 — Apr 23, 2025
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. More... over 12 years ago
Update Report Formats help documentation. 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. 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. 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. More... over 12 years ago
* src/html/img/next.png, src/html/img/previous.png: New. 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. 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. 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. 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. 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. 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. More... over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS add comments about result counting. 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. More... over 12 years ago
* src/manage_sql.c (send_to_verinice, send_to_sourcefire): Ensure files have the correct permissions when dropping privileges. 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. 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. More... over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS for the big if share the progress calculation. More... over 12 years ago
Port Report Formats to new GET style. More... over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS in the big if share common variables. 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. More... over 12 years ago
* src/omp.c (omp_xml_handle_end_element): In GET_TASKS check the return from init_task_iterator. 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. 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. 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. 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. 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. More... over 12 years ago
Add Export Report Formats. More... over 12 years ago
* src/html/omp.xsl (get_report_formats): Correct typo. Flush trailing space. More... over 12 years ago
* src/report_formats/create_signatures: Add quoting in case the RFP name contains a space. More... over 12 years ago