keepassxc:feature/python-release-tool

Last commit made on 2024-02-20
Get this branch:
git clone -b feature/python-release-tool https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
feature/python-release-tool
Repository:
lp:keepassxc

Recent commits

d689ea5... by Janek Bevendorff <email address hidden>

Update release-tool

c423ae6... by Janek Bevendorff <email address hidden>

Add initial Python release-tool skeleton

c0b7112... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump golang.org/x/crypto in /utils/keepassxc-cr-recovery

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <email address hidden>

e355ac5... by louib <email address hidden>

refactor: remove unused merge function

This function in unused since we removed the all the unused merge modes
in f7fd3881e3b1c8872068d600d56b76ae95abfe7e

c5e9d35... by varjolintu <email address hidden>

Fix ifdefs with UrlTools

f7fd388... by louib <email address hidden>

refactor: remove unused merge methods

cc0530b... by Dan Church

Fix Botan 2/3 include

Botan::secure_scrub_memory -> defined in mem_ops.h
Botan::secure_vector -> defined in secmem.h

The reason only including secmem.h worked in previous (<3.0) versions of
Botan was because secmem.h included mem_ops.h. This is no longer the
case since commit
randombit/botan@49dbbcb2bfda05ef9d3f09848c9ba22fcbcd5066 (2023-10-11;
"Split out allocator helpers to allocator.h")

Fixes #10038

13c88e1... by =?utf-8?q?Sami_V=C3=A4nttinen?= <email address hidden>

Passkeys: Add support for importing Passkey to entry (#9987)

---------
Co-authored-by: Jonathan White <email address hidden>

013db19... by Jonathan White

Fix password generator close button for good

* Avoids using QDialog which breaks the standalone password generator

Revert "Fix password dialog close button"

This reverts commit 5b47190fcc4b2f51fb11849cef7f53346e8fe439.

6e8fa34... by Lapse <email address hidden>

Update FindBotan.cmake

The recent debug library is called botan-3.lib, which is unable to be found by this since BOTAN_NAMES_DEBUG does not contain the keyword "botan-3". This commit adds that keyword.