15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 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
* doc/openvassd.8.in: Update documentation. More... over 11 years ago
* sr/manage.c (send_ifaces_preferences, send_scanner_preferences): New function. (run_task): Refactor code to send_scanner_preferences, and call it accordingly. More... over 11 years ago
* src/html/omp.xsl (list-window): Add new-icon arg. (html-permissions-table): For now only show new icon for Admins. Other users can't get the lists of users, roles and groups anyway. More... over 11 years ago
* src/html/omp.xsl (html-create-user-form): Default role to User, because that is the usual case. More... over 11 years ago
* src/manage_sql.c (create_permission): For simplicity, refuse to make a permission on a permission. More... over 11 years ago
* src/html/gsad.xsl (html-gsa-logo): Apply create indicator on New Permission page. More... over 11 years ago
* src/manage_sql.c (init_task_group_iterator) (init_task_role_iterator): Make the select distinct in case there are multiple permissions for the subject on the task. Include groups that have any type of permission on the task, because all of them can see the task. (set_task_groups): Remove only the 'get' permissions, because those are the ones that this function adds. More... over 11 years ago
* manage_sql.c (USER_ITERATOR_FILTER_COLUMNS, USER_ITERATOR_COLUMNS) (USER_ITERATOR_TRASH_COLUMNS): Add ifaces and ifaces_allow columns. (user_iterator_ifaces, user_iterator_ifaces_allow): New functions. More... over 11 years ago
Add Interface Access for users. Hence increase database version to 106. Add database migration from version 105 to 106. More... over 11 years ago
* src/manage.c (filter_clause): Cast slave port to integer when sorting so that it sorts as numbers. More... over 11 years ago
* src/gsad_omp.c (params_toggle_override): Replace the filt_id with 0 instead of -2, otherwise Manager uses the default Tasks Filter value instead of the given filter. More... over 11 years ago
* src/gsad.c (init_validator): Validate access_ifaces and ifaces_allow parameters. More... over 11 years ago
* src/html/omp.xsl: Add missing ":". More... over 11 years ago
* src/html/omp.xsl (list-window): Add filt_id to refresh form so that the named filter is kept when the user changes the refresh. Also remove the override param otherwise the filter term takes preference. I think this is safe to do now that the overrides are controlled on a separate form. More... over 11 years ago
Use a string only version of the omp function when the argument is just a string, otherwise the format specifiers in the strings of complex commands like CREATE_CONFIG can cause errors. More... over 11 years ago
* src/gsad_omp.c (import_config_omp): Switch to new style with "next" param handling. (import_report_format_omp): Correct fallback URLs. More... over 11 years ago
* src/html/img/last.png, src/html/img/first.png: Replaced the placeholder with actual icons. More... over 11 years ago
* src/html/img/alterable.png: Updated with new icon. More... over 11 years ago
* doc/openvassd.8.in: Update documentation for ifaces_whitelist scanner preferences. More... over 11 years ago
* attack.c (iface_whitelisted): New function. (apply_source_iface_preference): Check if interface name is authorized in ifaces_whitelist before using it as a source interface. More... over 11 years ago
* src/html/omp.xsl (gsa:type-many): Add "allinfo" as a type without plural s. (edit-header-icons, details-header-icons): Add optional cap-type-plural parameter for consistency with changes to list-window. (list-window): Handle subtypes and special plural cases like "info" or "DFN-CERT Advisories". Hide Actions column if icon-count is 0. (html-cpe-table, html-cve-table, html-nvt-table, html-ovaldef-table) (html-dfn_cert_adv-table, html-allinfo-table): Use list-window template. More... over 11 years ago
* attack.c (error_message_to_client): New function. (apply_source_iface_preference): Push error message to client when there is an error with the specified source interface. (attack_network): Adjust apply_source_iface_preference call. Use error_message_to_client to push error message for host unresolved name. More... over 11 years ago
* src/openvasmd.c (main): Don't set the process title. Current implementation is buggy and should be replaced. This reverts revision 15874. More... over 11 years ago
* src/manage.c (manage_schedule): Skip warning correctly. More... over 11 years ago
* src/manage.c (manage_schedule): Skip the iterator init warning if it is just due to locking. More... over 11 years ago
* src/html/omp.xsl (html-configs-table, html-port-lists-table): Use list-window template. More... over 11 years ago
* src/manage_sql.c (report_severity): Cleanup iterator. More... over 11 years ago
* src/html/omp.xsl (shy-long-rest): Drop chunk size to 5. Correct offset of next chunk. (shy-long-words): Drop chunk size to 5. Correct offset of next chunk. Pass current word instead of whole string. Add spaces between words. More... over 11 years ago
* src/html/omp.xsl (shy-long-rest, shy-long-words): New templates. (report [ssl_certs]): Full long words with soft hyphens, instead of truncating at a length, because the differences in character sizes within the font makes the displayed length vary wildly. More... over 11 years ago
* src/html/omp.xsl (list-window, result [result-headers]): Remove column width special case left over from truncation. More... over 11 years ago