aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-04Avoid catch-22 with README.main not being distributed but having thegnupg-2.0.13Werner Koch1-0/+3
project-id marker string.
2009-09-04preparae releaseWerner Koch1-1/+1
2009-08-26Expand a ~ in the ca-cert-file argument.Werner Koch1-3/+3
2009-07-21Make bug reporting address easier changeable.Werner Koch1-1/+1
2009-06-29Reworked the estream memory buffer allocation.Werner Koch1-1/+3
Committed already posted patches for the v2 card.
2009-06-17Post release updatesWerner Koch1-2/+2
2009-06-17Preparing for 2.0.12.gnupg-2.0.12Werner Koch1-1/+1
2009-06-05Add full Camellia support.David Shaw1-24/+0
* configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here.
2009-05-19Remove testing cruft.Werner Koch1-1/+0
Typo fixes.
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch1-0/+1
Add caching for symkey encryption. Minor cleanups.
2009-04-01Ported changes from 1.4.Werner Koch1-1/+1
2009-03-19Make sure not to leak file descriptors if running gpg-agent with aWerner Koch1-1/+1
command. Restore the signal mask to solve a problem in Mono.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-2/+2
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-03Add --reload command to gpgconf.Werner Koch1-1/+1
Fix a problem in exechelp.c Get ready for a release.
2009-01-12Post release updatesWerner Koch1-2/+2
2009-01-12preparing a releaseWerner Koch1-1/+2
2008-12-09Minor bug fix.Werner Koch1-2/+2
2008-12-09Preparing a release candidate.Werner Koch1-2/+2
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+18
Other minor changes.
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-1/+1
2008-08-27* configure.ac: Use printf for the most portable SVN versionDavid Shaw1-5/+2
detection.
2008-08-27* configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw1-2/+3
understand '-n'. Use tr to trim the carriage return instead.
2008-05-06Fixed bug#907.Werner Koch1-0/+2
Fixed a segv in keybox and made it more robust.
2008-04-23Fixed a C-89 incompatibility.Werner Koch1-0/+3
Minor changes to make it build on Debian bo. Thanks to Alain Guibert.
2008-04-07Minor cleanups.Werner Koch1-2/+34
Implemented key helper kdns
2008-04-01Fix a problem with dirmngr looked up certificates.Werner Koch1-1/+2
Typo fixes.
2008-03-26Post release updateWerner Koch1-2/+2
2008-03-26Preparing a release.Werner Koch1-1/+1
2008-02-19Fixed release creation.Werner Koch1-11/+1
2008-02-19Improve certificate chain construction.Werner Koch1-1/+1
Extend PKITS framework
2008-02-15Preparing a test releaseWerner Koch1-1/+1
2008-01-26Typo fixes.Werner Koch1-2/+2
Portability fix for asschk.c
2007-12-20Preparing a release.gnupg-2.0.8Werner Koch1-1/+1
2007-12-17Fixed a W32 ldaps problem.Werner Koch1-2/+13
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch1-2/+2
2007-12-12Support DSA2.Werner Koch1-0/+22
Support Camellia for testing. More audit stuff.
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-1/+4
Other minor buf fixes.
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-1/+1
Made socket servers secure under Windows.
2007-09-14Print used library version with --version.Werner Koch1-0/+2
Typo fixes
2007-09-10post release version bumpWerner Koch1-2/+2
2007-09-10Preparing 2.0.7gnupg-2.0.7Werner Koch1-1/+1
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-26/+39
New tool gpg-check-pattern.
2007-08-16Post release version number bumpWerner Koch1-2/+2
2007-08-16About to do a releasegnupg-2.0.6Werner Koch1-1/+1
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+1
2007-07-10Typo fixes.Werner Koch1-1/+6
iconv detection fix. Use the currect type in t-gettime.
2007-07-05Post release updatesWerner Koch1-2/+2
2007-07-05Prearing a releaseWerner Koch1-1/+1
2007-07-05Fixed card key generation of gpg2.Werner Koch1-1/+1
Reveal less information about timings while generating a key.
2007-07-042007-07-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* configure.ac: Invoke AM_LANGINFO_CODESET.