15
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/gsad.c (user_find): Add more returns from authenticate_omp. (exec_omp_post, request_handler): Show login screen when automatic guest login fails. More... about 11 years ago
* src/manage_sql.c (make_report_format_uuids_unique): When the duplicate report formats are in the same directory, then copy the old subdir to the new subdir, so that they both have subdirs. When a subdir is missing just log an warning, instead of also failing. More... about 11 years ago
* src/gsad.c (user_add): Set guest according to username. This ensures that the user is marked as guest even when logged in with a password, which results in the session being used for generic guest links too. (user_find): Remove user->guest init. Now done in user_add. More... about 11 years ago
Add new predefined role Guest. More... about 11 years ago
Remove element "name" from list struct because it is never used. More... about 11 years ago
* src/pluginscheduler.c (struct watch_list): Removed, because it is not used. More... about 11 years ago
Use glib memory management instead of own one. More... about 11 years ago
* src/attack.c (launch_plugin): Do not implicitly launch ACT_SETTINGS plugins. See r14214. More... about 11 years ago
Add sections for NVT tag "affected" to report formats. More... about 11 years ago
* src/gsad.c (struct user): Add guest flag. (user_add): Init guest flag. (user_find): When the special token is given and the guest user has an existing session in the browser, then use the existing session. This prevents the generic guest links from logging the guest out on another tab, for example. More... about 11 years ago
* src/manage_sql.c (filter_clause): Remove special cases for keyword "status". (TASK_ITERATOR_COLUMNS, REPORT_ITERATOR_COLUMNS): Rename column "status_text" to "status". More... about 11 years ago
* src/gsad.c (exec_omp_get): Default to dashboard in get_info case, to match the first item in the SecInfo menu. More... about 11 years ago
Allow users to have multiple simultaneous sessions, as long as the sessions are on different browsers. More... about 11 years ago
* src/manage_sql.c (manage_set_config_preference): Handle osp config preference case. More... about 11 years ago
* src/manage_sql.c (manage_set_config_preference): Revert part of 20250. Neither use UPDATE as nvt_prefs entries may not be present nor INSERT OR REPLACE as it is not supported by postgresql. More... about 11 years ago
Remember last filt_id on each list page for the current session. More... about 11 years ago
New icon for cyclades. Added cyclades More... about 11 years ago
Add automatic login of a specified user via a special token, and a "Login as a guest" link on the Login page. More... about 11 years ago
* src/gsad.c (mhd_logger): Remove logger mutex locking as it is done in openvas_logging module now. More... about 11 years ago
* CMakeLists.txt: Fix install source for openvas-migrate-to-postgres. More... about 11 years ago
* src/omp.c (omp_xml_handle_end_element): In CLIENT_GET_SCHEDULES handle the case where abbrev is not set by iso_time_tz. More... about 11 years ago
* src/comm.c (send_plug_info), src/hosts.c (forward, hosts_set_pid), src/ntp.c (ntp_read_prefs), src/openvassd.c (init_ssl_ctx, init_network) (set_daemon_mode): Use proper log_write() function instead of printing to stderr fd which might be closed. More... about 11 years ago
* CMakeLists.txt: Install openvas-migrate-to-postgres. More... about 11 years ago
Make autorefresh interval a user setting that's automatically set by the refresh_interval parameter (e.g. from dropdown selections). More... about 11 years ago
* src/manage_sql.c (check_db_settings, modify_setting): Add new setting "Auto-Refresh". More... about 11 years ago
* tools/migrate-to-postgres: Remove. Now openvas-migrate-to-postgres. More... about 11 years ago
* tools/migrate-to-postgres (sqlite): New function. (is_db_broken, migrate_133, migrate): Call sqlite, for clarity. More... about 11 years ago
* tools/migrate-to-postgres (sql): Remove. Now called pg, for clarity. (pg): New function. Was sql. Update callers. More... about 11 years ago
* src/nasl_plugins.c (nasl_plugin_add): Use log_write() instead of printf() and fprintf(). More... about 11 years ago
* tools/migrate-to-postgres (migrate_133): Force a rebuild after the migration. More... about 11 years ago