- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jan 27 2025
Jan 27 2025
• ikloecker committed rWee6e565679b6: Fix gen-tarball.sh for local/remote repos (authored by • ikloecker).
Fix gen-tarball.sh for local/remote repos
• werner added a comment to rGPGMEPP1faa917f5fb3: From aegypten_branch: gpgme++ and qgpgme. Needs gpgme >= 0.4.4. gpgme 0.4.4….
Signs from the past or is this due to fixed Observer URI I did this morning in this repo?
• werner added projects to T7492: gpgconf failed to kill all gpgagent daemons on windows: gnupg, Windows.
gpgconf assumes that there is only one of the daemons. In fact it can only work with one and that is the one daemon which listens on the socket. all daemon's do a self-check by trying to connect to themself and terminate if they realize that they are not anymore the owner of the socket. As long as a daemon is started by a gnupg component a file system lock is taken to avoid duplicate launching. However it a daemon is stared by other means this could lead to a race.
NEWS: Correction re tickets included in 3.3.0
VS-Desktop-3.3.0.0 now has the translation. Will be in Gpg4win in the next release.
• ebo moved T7295: Kleopatra: Add explanation for message "no secret key" from QA to vsd-3.3.0 on the vsd33 board.
marc committed rGPGMEPP1faa917f5fb3: From aegypten_branch: gpgme++ and qgpgme. Needs gpgme >= 0.4.4. gpgme 0.4.4… (authored by marc).
From aegypten_branch: gpgme++ and qgpgme. Needs gpgme >= 0.4.4. gpgme 0.4.4…
Fixes
From aegypten_branch:
marc committed rGPGMEPP7cf6f078546b: Implement combined sign/encrypt and decrpyt/verify and make sure to really… (authored by marc).
Implement combined sign/encrypt and decrpyt/verify and make sure to really…
dfaure-kdab committed rGPGMEPP960d308c2ddd: Import copies of libgpg-error-0.6 and gpgme-0.4.4, porting Makefile.ams to… (authored by dfaure-kdab).
Import copies of libgpg-error-0.6 and gpgme-0.4.4, porting Makefile.ams to…
This is really crap.
marc committed rGPGMEPP61085f48cbef: remove superfluous #include, so we can use Context::Protocol in Key's method… (authored by marc).
remove superfluous #include, so we can use Context::Protocol in Key's method…
marc committed rGPGMEPP04ca000621bc: Properly support gpgme's keylist flags - it's a bit fields after all, and add… (authored by marc).
Properly support gpgme's keylist flags - it's a bit fields after all, and add…
Add static GpgME::Key::null
marc committed rGPGMEPP3926e4bb9689: Fix the configure check for GPGME_KEYLIST_MODE_VALIDATE (authored by marc).
Fix the configure check for GPGME_KEYLIST_MODE_VALIDATE
Support for gpgme_set_locale
marc committed rGPGMEPPa6fec0db293b: Check for gpgme_cancel() (newly readded to gpgme CVS less than two hours ago :) (authored by marc).
Check for gpgme_cancel() (newly readded to gpgme CVS less than two hours ago :)
gpgme_cancel returns an error...
marc committed rGPGMEPP2dea498bcba7: Add EngineInfo class to help with better error messages when scanning for… (authored by marc).
Add EngineInfo class to help with better error messages when scanning for…
Add Error::isCanceled()
marc committed rGPGMEPPa9a63d95bf8f: Add Key::shortKeyID() and Key::keyID() in anticipation of gpgme support for this (authored by marc).
Add Key::shortKeyID() and Key::keyID() in anticipation of gpgme support for this
Dunno if this is a good idea - let's see.
marc committed rGPGMEPP24a4946ea425: Store the keylist mode used in the keylisting the key instance comes from in… (authored by marc).
Store the keylist mode used in the keylisting the key instance comes from in…
marc committed rGPGMEPPc2f5c254dc6a: Fix typos and remove some remains of the libgcrypt README that I used as a… (authored by marc).
Fix typos and remove some remains of the libgcrypt README that I used as a…
marc committed rGPGMEPP6f62db191dcd: README explaining the design principles of gpgme++ and why the library is… (authored by marc).
README explaining the design principles of gpgme++ and why the library is…
This should be a bitfields...
dfaure-kdab committed rGPGMEPP3100f7a38fa8: Added missing dependency, to fix parallel build when gpgme-copy is being used. (authored by dfaure-kdab).
Added missing dependency, to fix parallel build when gpgme-copy is being used.
s/isSecret()/hasSecret()/
marc committed rGPGMEPPf25901a1c189: gpgme 0.3.x contains a gpgme_cancel(), 0.4.x, 0 <= x <= 4, doesn't. 0.4.x, x >=… (authored by marc).
gpgme 0.3.x contains a gpgme_cancel(), 0.4.x, 0 <= x <= 4, doesn't. 0.4.x, x >=…
marc committed rGPGMEPP4d2188e80b87: Add a workaround for gpgme bug that results in can_sign not being set for… (authored by marc).
Add a workaround for gpgme bug that results in can_sign not being set for…
marc committed rGPGMEPPd5efa729c624: Fix the assignment operators (they forgot to call Result::operator=()). And… (authored by marc).
Fix the assignment operators (they forgot to call Result::operator=()). And…
Plug some minor cut'n'pasted memleaks
marc committed rGPGMEPPadd716305130: Fix warnings that are real error and that gcc 3.3.3 and --enable-warnings… (authored by marc).
Fix warnings that are real error and that gcc 3.3.3 and --enable-warnings…
marc committed rGPGMEPPa24c0cb6ed53: rename library and include-install-dir of gpgme++ from (lib)gpgmepp to… (authored by marc).
rename library and include-install-dir of gpgme++ from (lib)gpgmepp to…
marc committed rGPGMEPP5f2d3b57c58e: s/gpgmepp/gpgme++/ here, too. (Hopefully the last occurrence). (authored by marc).
s/gpgmepp/gpgme++/ here, too. (Hopefully the last occurrence).
marc committed rGPGMEPP1ae87ff807ac: Convenience method Key::isRoot() telling whether or not this key is a root… (authored by marc).
Convenience method Key::isRoot() telling whether or not this key is a root…
marc committed rGPGMEPP06e619c730fa: Add a ctor that takes a _gpgme_op_keylist_result_t directly, for kpgp… (authored by marc).
Add a ctor that takes a _gpgme_op_keylist_result_t directly, for kpgp…
superfluous
marc committed rGPGMEPPf8e01b09632b: Add KeyListResult::mergeWith( KeyListResult ) (authored by marc).
Add KeyListResult::mergeWith( KeyListResult )
Implement keyListResult().
marc committed rGPGMEPPb2811c9d54d9: Add Key::primaryFingerprint() as a convenience. Equivalent to subkeys(0). (authored by marc).
Add Key::primaryFingerprint() as a convenience. Equivalent to subkeys(0).
Helge Deller <deller@kde.org> committed rGPGMEPP9fb022dc55c7: fix warning: underquoted definition of _KDEPIM_PATH_GPGME_CONFIG (authored by Helge Deller <deller@kde.org>).
fix warning: underquoted definition of _KDEPIM_PATH_GPGME_CONFIG
dfaure-kdab committed rGPGMEPPcd909327583d: Make it clearer that libgpgme-copy will be used (authored by dfaure-kdab).
Make it clearer that libgpgme-copy will be used
dfaure-kdab committed rGPGMEPPc283a9bfff48: Updated libgpg-error-copy to version 0.7. (authored by dfaure-kdab).
Updated libgpg-error-copy to version 0.7.
marc committed rGPGMEPP94a32d603962: gpgme_key_t now provides it's own keylist_mode, so use it when available (authored by marc).
gpgme_key_t now provides it's own keylist_mode, so use it when available
dfaure-kdab committed rGPGMEPP5e71aa328150: Increased minimum required gpgme version to 0.4.5. (authored by dfaure-kdab).
Increased minimum required gpgme version to 0.4.5.
dfaure-kdab committed rGPGMEPPae5b0e37510c: Forgot to increase version number in configure.in.bot, thanks Malte S. Stretz… (authored by dfaure-kdab).
Forgot to increase version number in configure.in.bot, thanks Malte S. Stretz…
dfaure-kdab committed rGPGMEPPea3d6185cf2a: gpgme-copy has those things, so define them. (authored by dfaure-kdab).
gpgme-copy has those things, so define them.
dfaure-kdab committed rGPGMEPPfaf8f6d65ef9: gpgme installs in /usr/local by default, so also look in /usr/local/bin for… (authored by dfaure-kdab).
gpgme installs in /usr/local by default, so also look in /usr/local/bin for…
Lauri Watts <lauri@kde.org> committed rGPGMEPP2f730877c6f0: Fix it a little simpler instead (authored by Lauri Watts <lauri@kde.org>).
Fix it a little simpler instead
Lauri Watts <lauri@kde.org> committed rGPGMEPP4457c1b15092: Make it compile nicely on FreeBSD 4.x (authored by Lauri Watts <lauri@kde.org>).
Make it compile nicely on FreeBSD 4.x
marc committed rGPGMEPP72f02037b580: From KDE_3_3_BRANCH: Add DecryptionResult::wrongKeyUsage(), up the version (authored by marc).
From KDE_3_3_BRANCH: Add DecryptionResult::wrongKeyUsage(), up the version
unbreak compilation
marc committed rGPGMEPP9b2f025684bb: Fix isNull() for FooResult classes. They previously ignored the errors set in… (authored by marc).
Fix isNull() for FooResult classes. They previously ignored the errors set in…
marc committed rGPGMEPP2b6cd30b8eb9: From KDE_3_3_BRANCH: check for wrong_key_usage and define… (authored by marc).
From KDE_3_3_BRANCH: check for wrong_key_usage and define…
marc committed rGPGMEPP4f6b56fd6c06: From KDE_3_3_BRANCH: Add Error::code() and Error::sourceID() (authored by marc).
From KDE_3_3_BRANCH: Add Error::code() and Error::sourceID()
dirkmueller committed rGPGMEPPfe9332d0057c: unbreak compilation (gcc 4.0) (authored by dirkmueller).
unbreak compilation (gcc 4.0)
marc committed rGPGMEPP7249e497051e: From KDE_3_3_BRANCH: Make it default-constructible (authored by marc).
From KDE_3_3_BRANCH: Make it default-constructible
Fix -fvisibility
fix export's
Helio Castro <helio@kde.org> committed rGPGMEPP496dc5cc9ca6: - Added includepath for libkdepim/kdepimmacros.h, using builddir as pointed by… (authored by Helio Castro <helio@kde.org>).
- Added includepath for libkdepim/kdepimmacros.h, using builddir as pointed by…
dfaure-kdab committed rGPGMEPPf5b297d3e1bd: Hopefully the end of today's Makefile.am fun - thanks for the help, Thorsten. (authored by dfaure-kdab).
Hopefully the end of today's Makefile.am fun - thanks for the help, Thorsten.
fix export's
fix various compile issues
Reinhold Kainhofer <reinhold@kainhofer.com> committed rGPGMEPP57093a5d973c: The FSF has moved, use the new address in all license files and headers ... (authored by Reinhold Kainhofer <reinhold@kainhofer.com>).
The FSF has moved, use the new address in all license files and headers ...
marc committed rGPGMEPP8c6abeeff575: From KDE_3_3_BRANCH: Add support for GPGME_INCLUDE_CERTS_DEFAULT. (authored by marc).
From KDE_3_3_BRANCH: Add support for GPGME_INCLUDE_CERTS_DEFAULT.
dfaure-kdab committed rGPGMEPP334d5ad539f8: Forward-port missing commit (adding isQualified) - from revision 465241 (authored by dfaure-kdab).
Forward-port missing commit (adding isQualified) - from revision 465241
Till Adam <adam@kde.org> committed rGPGMEPP911e5175b571: Forward port support for qualified signatures from proko2. (authored by Till Adam <adam@kde.org>).
Forward port support for qualified signatures from proko2.
Thiago Macieira <thiago@kde.org> committed rGPGMEPP92f8d3ddaf0b: SVN_SILENT Correcting the encoding in the source code to UTF-8 (authored by Thiago Macieira <thiago@kde.org>).
SVN_SILENT Correcting the encoding in the source code to UTF-8
Allen Winter <winter@kde.org> committed rGPGMEPPa0d6fd0f5f79: Update error message. (authored by Allen Winter <winter@kde.org>).
Update error message.
Daniel Molkentin <molkentin@kde.org> committed rGPGMEPP078e3253b44d: more kleopatra adjustments (authored by Daniel Molkentin <molkentin@kde.org>).
more kleopatra adjustments
Daniel Molkentin <molkentin@kde.org> committed rGPGMEPP98edc7cf807c: remove outdated gpgme convinience copies, now that all major distributions (authored by Daniel Molkentin <molkentin@kde.org>).
remove outdated gpgme convinience copies, now that all major distributions
Allen Winter <winter@kde.org> committed rGPGMEPP4b2adc78ce4b: abort if gpgpme cannot be located. who needs a kdepim without KMail… (authored by Allen Winter <winter@kde.org>).
abort if gpgpme cannot be located. who needs a kdepim without KMail…
Allen Winter <winter@kde.org> committed rGPGMEPP11342a0df2f4: even better message? (authored by Allen Winter <winter@kde.org>).
even better message?
Daniel Molkentin <molkentin@kde.org> committed rGPGMEPPfb62dad67a20: - say goodbye to libkdenetwork, qgpgme and gpgmepp are now on the module (authored by Daniel Molkentin <molkentin@kde.org>).
- say goodbye to libkdenetwork, qgpgme and gpgmepp are now on the module
Allen Winter <winter@kde.org> committed rGPGMEPPc51626168f8a: don't be so dramatic. (authored by Allen Winter <winter@kde.org>).
don't be so dramatic.
Daniel Molkentin <molkentin@kde.org> committed rGPGMEPPe4a2a1757fa5: wishful thinking (authored by Daniel Molkentin <molkentin@kde.org>).
wishful thinking
Allen Winter <winter@kde.org> committed rGPGMEPPabbb148d3f37: if 'gpgme-config --libs' doesn't include -lgpg-error, then we need to add it (authored by Allen Winter <winter@kde.org>).
if 'gpgme-config --libs' doesn't include -lgpg-error, then we need to add it
Allen Winter <winter@kde.org> committed rGPGMEPP95494f5fb663: GPGME_LIBS_DEP is a holdover from the libgpg-error-copy days (authored by Allen Winter <winter@kde.org>).
GPGME_LIBS_DEP is a holdover from the libgpg-error-copy days
dfaure-kdab committed rGPGMEPP16affecf78d7: Compiles and links with cmake now. (authored by dfaure-kdab).
Compiles and links with cmake now.
Move check into own directory
requires cmake
• ikloecker committed rGPGMEPP7a095c90433c: Forward port of SVN commit by kloecker: (authored by • ikloecker).
Forward port of SVN commit by kloecker:
Major config.h cleanup
kdepimmacros.h not necessary now
Volker Krause <vkrause@kde.org> committed rGPGMEPPf8774ce4504a: Try to get the API docs back. (authored by Volker Krause <vkrause@kde.org>).
Try to get the API docs back.
Albert Astals Cid <tsdgeos@terra.es> committed rGPGMEPPb9df8e655228: fordwardport dirk fixes for gcc 4.3 snapshot (authored by Albert Astals Cid <tsdgeos@terra.es>).
fordwardport dirk fixes for gcc 4.3 snapshot
mlaurent committed rGPGMEPP319491ae5de8: Remove not necessary "class classname;" (authored by mlaurent).
Remove not necessary "class classname;"
Pino Toscano <pino@kde.org> committed rGPGMEPPf7ec87bb65f2: Result must be exported, as it's subclassed by other exported classes (authored by Pino Toscano <pino@kde.org>).
Result must be exported, as it's subclassed by other exported classes
Fix export
Pino Toscano <pino@kde.org> committed rGPGMEPP42ebb0487aca: locate better the export header (authored by Pino Toscano <pino@kde.org>).
locate better the export header
dirkmueller committed rGPGMEPPa2824908f83b: the usual "daily unbreak compilation" (authored by dirkmueller).
the usual "daily unbreak compilation"
Pino Toscano <pino@kde.org> committed rGPGMEPPdf092fc729da: properly include the export header, so the headers can be used from the world… (authored by Pino Toscano <pino@kde.org>).
properly include the export header, so the headers can be used from the world…
Christian Ehrlicher <ch.ehrlicher@gmx.de> committed rGPGMEPP3db704f2ec14: (temporary) fix for win32/msvc (authored by Christian Ehrlicher <ch.ehrlicher@gmx.de>).
(temporary) fix for win32/msvc
marc committed rGPGMEPPfb53e7c7f6ee: Re-rename gpgme++ from gpgmepp to gpgme++. On Windows, this needs rev. 691419… (authored by marc).
Re-rename gpgme++ from gpgmepp to gpgme++. On Windows, this needs rev. 691419…