Skip to content
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

Use pba authentication instead of authutils (backport #1505) #1515

Merged
merged 4 commits into from
May 7, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented May 7, 2021

This is an automatic backport of pull request #1505 done by Mergify.
Cherry-pick of ef9d161 has failed:

On branch mergify/bp/gvmd-20.08/pr-1505
Your branch is up to date with 'origin/gvmd-20.08'.

You are currently cherry-picking commit ef9d161f3.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   CHANGELOG.md
	modified:   src/CMakeLists.txt
	modified:   src/gvmd.c
	new file:   src/manage_authentication.c
	new file:   src/manage_authentication.h
	modified:   src/manage_sql.c

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   .gitignore

To fix up this pull request, you can check it out locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

nichtsfrei and others added 3 commits May 7, 2021 14:36
 To be able to verify new password hashes and update old ones gvmd is
 using passwordbasedauthentication of gvm-libs.

 To configure:
 - pepper
 - counts
 - algorithm

 authentication_settings_t is introduced.

 manage_option_setup is using authentication_settings_t to translate it
 to
 PBASettings for password based authentication.

 To configure it from a user perspective use `--hashcount` and
 `--pepper`.

 Once a pepper is set you must reuse it; otherwise the login are not
 working due to incorrect salt.

(cherry picked from commit ef9d161)

# Conflicts:
#	.gitignore
(cherry picked from commit 778bfa5)
@mergify mergify bot requested a review from a team as a code owner May 7, 2021 14:36
@mergify mergify bot added the conflicts This backport pull request has merge conflicts that need to be resolved label May 7, 2021
@timopollmeier timopollmeier enabled auto-merge May 7, 2021 14:57
@timopollmeier timopollmeier merged commit 86a2dd7 into gvmd-20.08 May 7, 2021
@timopollmeier timopollmeier deleted the mergify/bp/gvmd-20.08/pr-1505 branch May 7, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts This backport pull request has merge conflicts that need to be resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants