keepassxc/src
Carlo Teubner ed31da0021
Fix backup file path substitution
Previously, in a pattern like "{TIME:yy} {TIME}",
substituteBackupFilePath() would greedily use the entire string
"yy} {TIME" as the format specifier for the first TIME template, instead
of just "yy". Fix this, by adjusting the regular expression.

This ends up changing the behaviour of a weird corner case that is
covered in the tests, so change the test. I don't think anyone cares
about that case, and I think the current behaviour is better there.

Fixes #10505 (proved by adding a test case very similar to what was
reported there).
2024-06-30 22:23:33 -04:00
..
autotype
browser Snap: Improve Web-browser Native Messaging host functionality (#10906) 2024-06-19 15:50:52 -04:00
cli Fix broken build when using system zxcvbn (#10717) 2024-06-02 07:37:34 -04:00
core Fix backup file path substitution 2024-06-30 22:23:33 -04:00
crypto Botan: don't call deprecated functions (#10826) 2024-06-02 07:38:50 -04:00
fdosecrets Cleanup compiler warnings on all platforms (#10847) 2024-06-16 17:09:48 -04:00
format Fix encryption settings behavior 2024-06-16 17:13:11 -04:00
gui Verify USB listener callback handle 2024-06-30 22:23:27 -04:00
keeshare
keys
post_install
proxy
qrcode
sshagent Fix SSH Agent broken decrypt button (#10638) 2024-06-02 07:35:25 -04:00
streams
thirdparty Fix broken build when using system zxcvbn (#10717) 2024-06-02 07:37:34 -04:00
touchid
updatecheck
winhello
CMakeLists.txt Fix broken build when using system zxcvbn (#10717) 2024-06-02 07:37:34 -04:00
config-keepassx.h.cmake
git-info.h.cmake
main.cpp