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

SSH Agent: Helpful error message for adding keys #1677

Merged
merged 1 commit into from
Mar 11, 2018

Conversation

luzat
Copy link
Contributor

@luzat luzat commented Mar 8, 2018

Description

This adds more helpful error messages when adding keys to an agent
fails.

Motivation and context

With the generic error message it is unclear as to where the error is. This would probably happen alot to people using the popular PuTTY agent on Windows.

Closes #1667.

How has this been tested?

I compiled on Windows and Linux, ran the test suites and checked whether the messages where shown as expected.

Types of changes

  • ✅ New feature (non-breaking change which adds functionality)

Checklist:

  • ✅ I have read the CONTRIBUTING document. [REQUIRED]
  • ✅ My code follows the code style of this project. [REQUIRED]
  • ✅ All new and existing tests passed. [REQUIRED]
  • ✅ I have compiled and verified my code with -DWITH_ASAN=ON. [REQUIRED]

Copy link
Member

@hifi hifi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@droidmonkey
Copy link
Member

Please rebase onto release/2.3.2

@droidmonkey droidmonkey added this to the v2.3.2 milestone Mar 11, 2018
This adds more helpful error messages when adding keys to an agent
fails.

Closes keepassxreboot#1667.
@luzat luzat changed the base branch from develop to release/2.3.2 March 11, 2018 12:17
@hifi hifi removed the needs rebase label Mar 11, 2018
@droidmonkey droidmonkey merged commit 64f5ee6 into keepassxreboot:release/2.3.2 Mar 11, 2018
droidmonkey added a commit that referenced this pull request May 8, 2018
- Enable high entropy ASLR on Windows [#1747]
- Enhance favicon fetching [#1786]
- Fix crash on Windows due to autotype [#1691]
- Fix dark tray icon changing all icons [#1680]
- Fix --pw-stdin not using getPassword function [#1686]
- Fix placeholders being resolved in notes [#1907]
- Enable auto-type start delay to be configurable [#1908]
- Browser: Fix native messaging reply size [#1719]
- Browser: Increase maximum buffer size [#1720]
- Browser: Enhance usability and functionality [#1810, #1822, #1830, #1884, #1906]
- SSH Agent: Parse aes-256-cbc/ctr keys [#1682]
- SSH Agent: Enhance usability and functionality [#1677, #1679, #1681, #1787]
@phoerious phoerious added pr: new feature Pull request that adds a new feature and removed new feature labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: SSH agent pr: new feature Pull request that adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants