build: Allow building gpgmepp as static library
build: Optionally, add host value to gpgmepp's pkgconfig file
build: Always compile with _FILE_OFFSET_BITS=64 on Windows (MinGW)
This issue occurs when using GPGME with multiple contexts and setting the OpenPGP engines to different GnuPG home paths. As you mentioned, it is crucial to let gpgconf know the correct home path so that it can locate the socket file used by gpg-agent and properly clean up all instances.
gen-tarball: Add support for gpgmepp and gpgmeqt/qgpgme
Fix gen-tarball.sh for local/remote repos
Signs from the past or is this due to fixed Observer URI I did this morning in this repo?
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.
From aegypten_branch: gpgme++ and qgpgme. Needs gpgme >= 0.4.4. gpgme 0.4.4…
Implement combined sign/encrypt and decrpyt/verify and make sure to really…
Import copies of libgpg-error-0.6 and gpgme-0.4.4, porting Makefile.ams to…
remove superfluous #include, so we can use Context::Protocol in Key's method…
Properly support gpgme's keylist flags - it's a bit fields after all, and add…
Add static GpgME::Key::null
Fix the configure check for GPGME_KEYLIST_MODE_VALIDATE
Support for gpgme_set_locale
Check for gpgme_cancel() (newly readded to gpgme CVS less than two hours ago :)
gpgme_cancel returns an error...
Add EngineInfo class to help with better error messages when scanning for…
Add Key::shortKeyID() and Key::keyID() in anticipation of gpgme support for this
Dunno if this is a good idea - let's see.
Store the keylist mode used in the keylisting the key instance comes from in…
Fix typos and remove some remains of the libgcrypt README that I used as a…
README explaining the design principles of gpgme++ and why the library is…
This should be a bitfields...
Added missing dependency, to fix parallel build when gpgme-copy is being used.
s/isSecret()/hasSecret()/
gpgme 0.3.x contains a gpgme_cancel(), 0.4.x, 0 <= x <= 4, doesn't. 0.4.x, x >=…
Add a workaround for gpgme bug that results in can_sign not being set for…
Fix the assignment operators (they forgot to call Result::operator=()). And…
Plug some minor cut'n'pasted memleaks
Fix warnings that are real error and that gcc 3.3.3 and --enable-warnings…
rename library and include-install-dir of gpgme++ from (lib)gpgmepp to…
s/gpgmepp/gpgme++/ here, too. (Hopefully the last occurrence).
Convenience method Key::isRoot() telling whether or not this key is a root…
Add a ctor that takes a _gpgme_op_keylist_result_t directly, for kpgp…
Add KeyListResult::mergeWith( KeyListResult )
Implement keyListResult().
Add Key::primaryFingerprint() as a convenience. Equivalent to subkeys(0).
fix warning: underquoted definition of _KDEPIM_PATH_GPGME_CONFIG
Make it clearer that libgpgme-copy will be used
Updated libgpg-error-copy to version 0.7.
gpgme_key_t now provides it's own keylist_mode, so use it when available
Increased minimum required gpgme version to 0.4.5.
Forgot to increase version number in configure.in.bot, thanks Malte S. Stretz…
gpgme-copy has those things, so define them.
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
From KDE_3_3_BRANCH: Add DecryptionResult::wrongKeyUsage(), up the version
Fix isNull() for FooResult classes. They previously ignored the errors set in…
From KDE_3_3_BRANCH: check for wrong_key_usage and define…
From KDE_3_3_BRANCH: Add Error::code() and Error::sourceID()
unbreak compilation (gcc 4.0)
From KDE_3_3_BRANCH: Make it default-constructible
- Added includepath for libkdepim/kdepimmacros.h, using builddir as pointed by…
Hopefully the end of today's Makefile.am fun - thanks for the help, Thorsten.
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 ...
From KDE_3_3_BRANCH: Add support for GPGME_INCLUDE_CERTS_DEFAULT.
Forward-port missing commit (adding isQualified) - from revision 465241
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
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
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
Compiles and links with cmake now.
Move check into own directory
Forward port of SVN commit by kloecker:
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
Remove not necessary "class classname;"
Result must be exported, as it's subclassed by other exported classes