-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop daemon mode #337
Merged
Merged
Drop daemon mode #337
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0b852b0
Remove option --foreground.
janowagner 1866668
Drop main_loop().
janowagner ca6bbe3
Don't create a pidfile anymore.
janowagner 6f3b053
Remove unneeded includes.
janowagner bf126cc
Rename option to update vt info in redis.
janowagner 30fd2b8
Remove command line options about otp socket.
janowagner 07c86a5
Move up and comment simple cmd parameters.
janowagner 3f7dd73
Don't init signal handlers right before exit.
janowagner 218b83a
Don't open the OTP unix socket anymore.
janowagner cc556f9
Remove is_otp_scan() from main module.
janowagner 95c2058
Drop set_scan_type().
janowagner 2c451f1
Remove unneeded include.
janowagner 99a132a
Drop loading handler during vt update.
janowagner 8b15468
Remove unneeded includes.
janowagner 7fba00b
Remove module comm.
janowagner e1f847b
Remove is_otp_scan() conditionals.
janowagner 590528d
Remove any unused ntp_ function.
janowagner b19eac0
Remove now unused modile otp.
janowagner 5669fbe
Add generic function host_set_time().
janowagner e0cdc58
Drop the now unused module ntp.
janowagner cc0f5bc
Drop global_socket handling.
janowagner 8585952
Improve help text for cmd line option.
janowagner 148034b
Start renaming openvassd to openvas.
janowagner d2b3787
Actually rename the files.
janowagner 2053945
More renaming from openvassd to openvas.
janowagner 023a44a
Rename log_conf file.
janowagner ff4b6a1
Fixed a start/end confusion.
janowagner 349b4a3
Code formatting improvements.
janowagner 05e6eab
Update man page.
janowagner c030cd2
A single additional formatting issue.
janowagner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key name here should be "internal/end_time"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.