aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port to npth.Marcus Brinkmann2012-01-251-27/+22
| | | | | | | | | | | | | | | | | | | | | * configure.ac: Don't check for PTH but for NPTH. (AH_BOTTOM): Remove PTH_SYSCALL_SOFT. (have_pth): Rename to ... (have_npth): ... this. (USE_GNU_NPTH): Rename to ... (USE_GNU_PTH): ... this. * m4/npth.m4: New file. * agent/Makefile.am, agent/cache.c, agent/call-pinentry.c, agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c, agent/trustlist.c, common/Makefile.am, common/estream.c, common/exechelp-posix.c, common/exechelp-w32.c, common/exechelp-w32ce.c, common/http.c, common/init.c, common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c, dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c, dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am, g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am, scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c, scd/scdaemon.c, tools/Makefile.am: Port to npth.
* estream: Fix unclean usage of realloc.Werner Koch2012-01-201-2/+1
| | | | | | | | | | | | | | | | * common/estream-printf.c (_ESTREAM_PRINTF_MALLOC): Remove. (_ESTREAM_PRINTF_FREE): Remove. (_ESTREAM_PRINTF_REALLOC): New. (fixed_realloc) [!_ESTREAM_PRINTF_REALLOC]): New. (estream_vasprintf): Use my_printf_realloc instead of my_printf_malloc and my_printf_free. (dynamic_buffer_out): Use my_printf_realloc instead of realloc. -- This bug will never happen in current GnuPG/Libgcrypt because we use the standard memory allocation functions via Libgcrypt. However, when used in other environments it would mess up the heap for an asprintf with an output length larger than ~512 bytes.
* Post-release version number updateWerner Koch2011-12-201-2/+2
|
* Prepare for the beta3 release.Werner Koch2011-12-201-2/+2
|
* Require Libassuan 2.0.3Werner Koch2011-12-201-1/+1
| | | | | | | | | * configure.ac: Require Libassuan 2.0.3. * agent/call-scd.c (ASSUAN_CONVEY_COMMENTS): Remove macro replacement. * agent/command.c (cmd_killagent) [ASSUAN_FORCE_CLOSE]: Remove dependency. (cmd_killagent) [ASSUAN_FORCE_CLOSE]: Ditto. * scd/command.c (cmd_killscd) [ASSUAN_FORCE_CLOSE]: Ditto.
* Remove check for gcry_kdf_deriveWerner Koch2011-09-271-24/+9
| | | | | This is not anymore required because we require Libgcrypt 1.5.0 which features this function.
* Fix autoconf warnings and update config.* files.Werner Koch2011-08-101-14/+14
|
* Require libgpg-error 1.10Werner Koch2011-05-201-1/+1
| | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text.
* Make use of gcry_kdf_derive.Werner Koch2011-03-101-0/+25
| | | | | | Factoring common code out is always a Good Thing. Also added a configure test to print an error if gcry_kdf_derive is missing in Libgcrypt.
* Post beta release updatesWerner Koch2011-03-081-2/+2
|
* Prepare for 1.5.0beta2gnupg-2.1.0beta2Werner Koch2011-03-081-2/+2
|
* Require libgcrypt 1.5Werner Koch2011-03-081-37/+3
| | | | | | | | Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes.
* Update some M4 files and AUTHORS.Werner Koch2011-03-011-1/+1
|
* Fix test for gcry_pk_get_curve.Werner Koch2011-02-031-32/+35
| | | | | Add a compatibility fixes for the non-curve case. Remove -lber from the dirmngr link line.
* Update copyright yearWerner Koch2011-02-031-2/+2
| | | | Nuked some trailing spaces.
* Sample ECC keys and message do now work.Werner Koch2011-02-021-0/+16
| | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed.
* Fix ECDH configure testWerner Koch2011-01-241-1/+1
|
* Merge branch 'master' into ECC-INTEGRATION-2-1Werner Koch2011-01-241-3/+23
|\
| * Remove keyserver/ from the build system.Werner Koch2011-01-201-3/+5
| |
| * Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-191-0/+18
| | | | | | | | Change insalled name of gpg2 for Wince.
* | Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <[email protected]> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <[email protected]> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <[email protected]> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement.
* | Milestone: Data signing/verification and key signing/verification work with ↵Andrey Jivsov2011-01-061-1/+1
| | | | | | | | ECDSA.
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-3/+3
| | | | | | | | | | | | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring.
* | Make sure that --disable-optimization works in its attempt to replace -Ox ↵Andrey Jivsov2011-01-061-1/+1
|/ | | | with -O0.
* Tweaks for gpgconf.Werner Koch2010-12-141-1/+26
| | | | | Fixed dirmngr bug 1010.
* Smartcard related updatesWerner Koch2010-11-171-1/+1
|
* Better support unsigned time_tWerner Koch2010-10-271-0/+2
|
* Honor TMPDIR.Werner Koch2010-10-271-2/+2
|
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-261-2/+2
|
* New configure optionh --enable-dirmngr-auto-start.Werner Koch2010-10-081-0/+18
| | | | | autogen.sh enables this for CE.
* Import fixes.Werner Koch2010-10-061-3/+3
| | | | | new otion for watchgnupg
* [w32ce] Do not print the faulty timezone infoWerner Koch2010-10-041-1/+0
| | | | | Switch FAQ sources to org-mode
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+1
| | | | | | A couple of forward ported changes. Doc updates.
* Prepare for gpg-error changeWerner Koch2010-08-191-0/+3
|
* Print a note about wldap32Werner Koch2010-08-101-1/+9
|
* Support logging via TCPWerner Koch2010-08-091-1/+1
|
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-021-2/+6
| | | | | Currently used for W32 and W32CE.
* Some work on the dirmngrWerner Koch2010-07-261-0/+7
|
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-1/+1
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-16/+56
| | | | | A few code changes to support dirmngr.
* Add unfinished gpgtar.Werner Koch2010-06-071-2/+5
| | | | | Collected changes and ports of bug fixes from stable.
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-1/+2
|
* auto start the agent if --use-standard-socket is in use.Werner Koch2010-05-031-5/+30
|
* Disable card support for nowWerner Koch2010-04-211-1/+1
|
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-14/+30
|
* More changes for CE. gpgsm does now build and run a keylisting.Werner Koch2010-03-241-19/+41
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+1
| | | | | descriptors.
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-1/+4
| | | | | stdio.
* Merged jnlib into common.Werner Koch2010-03-101-7/+3
|
* Fix for latest libgpg-error.Werner Koch2010-03-091-8/+26
|