Skip to content

Commit

Permalink
Merge pull request #162 from mattmundell/faster-trash
Browse files Browse the repository at this point in the history
Add: a get_trash command for every resource type
  • Loading branch information
a-h-abdelsalam committed Feb 27, 2024
2 parents 71f88e7 + dfa3e0c commit 55747e6
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 23 deletions.
19 changes: 18 additions & 1 deletion src/gsad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,24 @@ exec_gmp_get (http_connection_t *con, gsad_connection_info_t *con_info,
ELSE (get_tickets)
ELSE (get_tls_certificate)
ELSE (get_tls_certificates)
ELSE (get_trash)
ELSE (get_trash_alerts)
ELSE (get_trash_configs)
ELSE (get_trash_credentials)
ELSE (get_trash_filters)
ELSE (get_trash_groups)
ELSE (get_trash_notes)
ELSE (get_trash_overrides)
ELSE (get_trash_permissions)
ELSE (get_trash_port_lists)
ELSE (get_trash_report_configs)
ELSE (get_trash_report_formats)
ELSE (get_trash_roles)
ELSE (get_trash_scanners)
ELSE (get_trash_schedules)
ELSE (get_trash_tags)
ELSE (get_trash_targets)
ELSE (get_trash_tasks)
ELSE (get_trash_tickets)
ELSE (get_user)
ELSE (get_users)
ELSE (get_vulns)
Expand Down
Loading

0 comments on commit 55747e6

Please sign in to comment.