aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Release 1.3.1gpgme-1.3.1Marcus Brinkmann2011-06-163-4/+10
|
* Check context pointers for null pointer on entry points.Marcus Brinkmann2011-05-2622-6/+266
|
* Fix I/O callback example.Marcus Brinkmann2011-05-122-7/+14
|
* Correct key-gen example.Marcus Brinkmann2011-05-122-6/+11
|
* Clean up the tests correctly.Marcus Brinkmann2011-05-113-6/+22
|
* Update NEWS file.Marcus Brinkmann2011-05-061-1/+2
|
* Remove complus support.Marcus Brinkmann2011-05-062-7/+3
|
* Remove complus (10 years unused).Marcus Brinkmann2011-05-0620-3156/+5
|
* Remove unused macro GNUPG_FIX_HDR_VERSION.Marcus Brinkmann2011-05-062-26/+4
|
* Make sure an existing agent doesn't interfere with test suite generation.Marcus Brinkmann2011-05-062-0/+9
|
* Improve import tests for GnuPG 2.1.Marcus Brinkmann2011-05-032-1/+10
|
* Update GPGME test suite for use with GnuPG 2.1.Marcus Brinkmann2011-04-278-746/+127
|
* Require autoconf 1.11Werner Koch2011-04-142-1/+5
| | | | | This is because AM_SUBST_NOTMAKE is only offically supported since this version of automake.
* Add an AC_SUBST_NOTMAKEWerner Koch2011-04-061-0/+1
| | | | | Without that the multiline INSERT__TYPEDEFS_FOR_GPGME_H would be expanded in the Makefiles and mess them up.
* gpgme-config cleanups and --host optionWerner Koch2011-04-064-33/+72
| | | | | | | | gpgme-config.in: Add option --host. Change options --cflags and --libs to collapse duplicate include and lib dirs. Try to put extra libs at the end. Note that gpgme.m4 has not yet been extended.
* Update gpg-error.m4Werner Koch2011-04-062-7/+25
|
* Insert platform dependent typedefs into gpgme.hWerner Koch2011-04-065-75/+121
| | | | | | | | | | | | | We already modify gpgme.h per playform and thus we can also get rid of some #ifdefs. The change does not change anything for current platforms but should do the right think for W64. Note that as per MS specs ssize_t is to be defined as LONG_PTR which translates to a long on 32 bit platforms and to __int64 on 64 bit Windows platforms. We already used long in the past. There seems to be a problem with some versions of mingw32 which includes a ssize_t type typedefed to int. O(n 32 bit W32 platforms int and long are identically.
* Merge branch 'master' of git+ssh://playfair.gnupg.org/git/gpgmeWerner Koch2011-02-038-205/+216
|\
| * Fix socket implementation on Windows.Marcus Brinkmann2011-02-032-1/+5
| | | | | | | | | | | | 2011-02-03 Marcus Brinkmann <[email protected]> * w32-io.c (_gpgme_io_socket): Return fd, not res.
| * Fix Windows port (spawn and assuan engine).Marcus Brinkmann2011-02-026-45/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-02-02 Marcus Brinkmann <[email protected]> * configure.ac (NEED_LIBASSUAN_VERSION): Bump to 2.0.2 for system hooks. src/ 2011-02-02 Marcus Brinkmann <[email protected]> * assuan-support.c (my_socket, my_connect): New functions. (_gpgme_assuan_system_hooks): Add my_Socket, my_connect. * priv-io.h (_gpgme_io_socket): New prototype. * w32-io.c (pid_to_handle, handle_to_oid, fd_to_handle): Remove macros. (is_socket): Remove function. (_gpgme_io_spawn) [HAVE_W32CE_SYSTEM]: Remove some dead code. (_gpgme_io_spawn): Translate handles before DuplicateHandle them.
| * Merge commit 'a2b9adafe46c55a2c26dd46163055bbdf3526835'Marcus Brinkmann2011-02-022-15/+21
| |\
| | * 2011-02-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2011-02-022-15/+21
| | | | | | | | | | | | | | | | | | * w32-util.c (mkstemp): Don't use CreateFile instead of open (the function is not used on Windows CE, and the callers were not adjusted).
| * | Fix gpgconf option change if not self-assigning.Marcus Brinkmann2011-01-212-5/+8
| | | | | | | | | | | | | | | | | | | | | 2011-01-21 Marcus Brinkmann <[email protected]> * engine-gpgconf.c (_gpgme_conf_opt_change): Fix the case that is not self-assignment.
* | | Add support for non-API GnuPG status codes.Werner Koch2011-02-035-79/+125
|/ / | | | | | | | | | | | | As an example stub code for DECRYTPION_INFO has been added. Note that the status codes in gpgme.h do only make sense for the edit interactor interface and thus certain codes don't need to be part of the public interface.
* | Typo fixes spotted by Daiki Ueno.Werner Koch2011-01-071-2/+2
| |
* | Typo fixes. Spotted by Daiki Ueno.Werner Koch2011-01-071-0/+5
| |
* | Shorten git revision idWerner Koch2011-01-031-1/+2
| |
* | Add a git revision numberWerner Koch2010-12-302-2/+9
| |
* | Allow multiple patterns for KEYLIST.Werner Koch2010-12-082-6/+65
| |
* | 2010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-232-0/+17
| | | | | | | | | | | | | | * w32-io.c (create_reader, create_writer): Use small stack size on Windows CE.
* | 2010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-234-5/+12
| | | | | | | | | | | | | | | | | | * gpgme.h.in (gpgme_conf_arg_new): Make VALUE arg const void *. * gpgconf.c (_gpgme_conf_arg_new): Likewise. (gpgme_conf_arg_new): Likewise. * engine-gpgconf.c (_gpgme_conf_arg_new): Likewise. (gpgconf_write): Remove debug hack.
* | 2010-11-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-192-5/+15
| | | | | | | | | | | | * engine-gpgconf.c (_gpgme_conf_opt_change): Support self-assignment. Requested by Marc Mutz.
* | 2010-11-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-172-0/+19
| | | | | | | | | | | | | | * vasprintf.c (int_vasprintf) [HAVE_W32CE_SYSTEM]: Just use a fixed size buffer, as va_copy is not easy to fake.
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-154-0/+7
| | | | | | | | | | | | * w32-ce.h (strcasecmp, strdup) [_MSC_VER]: Define. * genkey.c, passphrase.c: Include util.h.
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-2/+6
| | | | | | | | | | | | | | * conf-w32ce-msc/fcntl.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add fnctl.h. (sources): Remove memrchr.c.
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-152-1/+5
| | | | | | | | | | * w32-util.c (_gpgme_w32ce_get_debug_envvar): Fix return value.
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-2/+6
| | | | | | | | | | | | * conf-w32ce-msc/io.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add io.h.
* | 2010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-153-11/+17
| | | | | | | | | | | | | | * conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. * conf-w32ce-msc/build.mk (copy-static-source): Revert last change.
* | Fixes for the MSC buildWerner Koch2010-11-157-6/+63
| |
* | More changes for W32CE with MSC.Werner Koch2010-11-047-221/+23
| |
* | Hopefully last changes for building with MSC.Werner Koch2010-11-036-8/+63
| |
* | More include guards.Werner Koch2010-11-0334-38/+152
|/ | | | | | Provide access for Wince. Install dummy sehmap.h
* Might now build for CE using MSC.Werner Koch2010-11-026-18/+141
|
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-0236-46/+729
| | | | | Fixed regression in plain W32 build.
* 2010-10-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-10-282-3/+10
| | | | | | * opassuan.c (gpgme_op_assuan_transact_ext): Fix uninitialized value use. Reported by Marc Mutz.
* Fix last changeWerner Koch2010-10-071-1/+1
|
* Enable debugging feature for W32CE.Werner Koch2010-10-075-2/+41
| | | | | kFreeBSD portability fix.
* Return GPG_ERR_MISSING_ISSUER_CERT.Werner Koch2010-09-162-1/+5
|
* Add a new error code.Werner Koch2010-09-163-0/+14
|
* 2010-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-09-022-1/+6
| | | | | | * error.c (gpgme_err_code_to_errno): Fix cut and paste bug (thanks to Marc Mutz).