Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -7/+48 |
| | |||||
* | Reworked the posix and w32 exechelpers. | Werner Koch | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Start a new development branch. | Werner Koch | 2009-09-21 | 1 | -1/+5 |
| | | | | | Translations are for now disabled. | ||||
* | preparing a release | Werner Koch | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Preparing a release candidate. | Werner Koch | 2008-12-09 | 1 | -3/+2 |
| | |||||
* | Fixed release creation. | Werner Koch | 2008-02-19 | 1 | -3/+4 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -1/+1 |
| | | | | | Removed intl/. | ||||
* | Preparing 2.0.4gnupg-2.0.4 | Werner Koch | 2007-05-09 | 1 | -6/+8 |
| | |||||
* | Preparing the 2.0.3 release | Werner Koch | 2007-03-08 | 1 | -1/+1 |
| | |||||
* | . | Werner Koch | 2006-11-11 | 1 | -5/+93 |
| | |||||
* | post release updates | Werner Koch | 2006-11-06 | 1 | -14/+8 |
| | |||||
* | Preparing a new release | Werner Koch | 2006-10-04 | 1 | -6/+6 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -3/+1 |
| | |||||
* | doc fixes | Werner Koch | 2006-09-08 | 1 | -449/+15 |
| | |||||
* | More man pages. Added include files for 2 common paragraphs. | Werner Koch | 2006-08-18 | 1 | -3/+4 |
| | |||||
* | 2006-07-29 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 2006-07-29 | 1 | -15/+15 |
| | | | | | * README: Spelling fixes. | ||||
* | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | Preparing 1.9.17V1-9-17 | Werner Koch | 2005-06-20 | 1 | -30/+11 |
| | |||||
* | * configure.ac: Do not build gpg by default. | Werner Koch | 2005-04-21 | 1 | -2/+3 |
| | | | | | | | | | | | | * gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check. | ||||
* | * configure.ac: Require libksba 0.9.11. | Werner Koch | 2005-04-18 | 1 | -4/+4 |
| | | | | | | | | | | | | sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto. | ||||
* | * sc-investigate: Removed. | Werner Koch | 2004-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1. | ||||
* | Preparing a new release. Updated gettext | Werner Koch | 2004-09-30 | 1 | -4/+4 |
| | |||||
* | * trustlist.c (read_list): Allow colons in the fingerprint. | Werner Koch | 2004-07-22 | 1 | -13/+21 |
| | | | | | | | | | | | | | (headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip. | ||||
* | Require libksba 0.9.4 and libgcrypt 1.1.92. | Werner Koch | 2004-02-13 | 1 | -10/+6 |
| | |||||
* | * README: Updated. | Werner Koch | 2004-01-29 | 1 | -17/+114 |
| | |||||
* | (parse_dn_part): Map common OIDs to human readable | Werner Koch | 2004-01-29 | 1 | -4/+8 |
| | | | | | | labels. Make sure that a value won't get truncated if it includes a Nul. | ||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 1 | -2/+2 |
| | | | | | smartcard applications. | ||||
* | * README-alpha: Removed.V1-9-3 | Werner Koch | 2003-12-23 | 1 | -10/+12 |
| | | | | | * configure.ac, Makefile.am: Add the tests and tools directories. | ||||
* | * call-agent.c (agent_scd_getattr): Don't clear the passed info | Werner Koch | 2003-10-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | structure, so that it can indeed be updated. * card-util.c (fpr_is_zero): New. (generate_card_keys): New. (card_edit): New command "generate". * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call to check_smartcard. (check_smartcard,show_smartcard): Removed. (show_sha1_fpr,fpr_is_zero): Removed. * app-openpgp.c (do_getattr): Support SERIALNO and AID. | ||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 1 | -1/+37 |
| | |||||
* | Make use of libgpg-error | Werner Koch | 2003-06-03 | 1 | -1/+2 |
| | |||||
* | * configure.ac (ALL_LINUGAS): Removed. | Werner Koch | 2003-04-29 | 1 | -3/+2 |
| | | | | | | * Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5. | ||||
* | Updated from latest NewPG project | Werner Koch | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | * configure.ac: Bumped version number to 1.9.0-cvs. | Werner Koch | 2002-10-19 | 1 | -2/+2 |
| | |||||
* | Merged Top directory of NewPG with GnuPG. | Werner Koch | 2002-10-19 | 1 | -541/+261 |
| | |||||
* | * README: Some typo fixes from Florian Weimer, and bump version number. | David Shaw | 2002-10-16 | 1 | -12/+13 |
| | |||||
* | * configure.ac (random_modules): The default random module for | Werner Koch | 2002-09-11 | 1 | -1/+1 |
| | | | | | system lacking a /dev/random is now auto selected at runtime. | ||||
* | typo fixes and new credits. | Werner Koch | 2002-09-10 | 1 | -1/+1 |
| | |||||
* | * gnupg.7: New mini man page. | Werner Koch | 2002-09-02 | 1 | -12/+3 |
| | | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes. | ||||
* | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 2002-08-30 | 1 | -1/+3 |
| | | | | | random module. Define USE_ALL_RANDOM_MODULES for value all. | ||||
* | minor doc fixes. | Werner Koch | 2002-08-06 | 1 | -5/+1 |
| | |||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -4/+3 |
| | |||||
* | * README, configure.ac: --with-exec-path is now clarified into | David Shaw | 2002-07-30 | 1 | -5/+4 |
| | | | | | --disable-keyserver-path | ||||
* | * README: Document --disable-exec, --disable-photo-viewers, | David Shaw | 2002-07-04 | 1 | -0/+23 |
| | | | | | | | | | --disable-keyserver-helpers, --enable-exec-path, and --with-photo-viewer. * configure.ac: Add --with-photo-viewer to lock the viewer at compile time and --disable-keyserver-helpers and --disable-photo-viewers to allow disabling one without disabling the other. | ||||
* | * INSTALL: Replaced by generic install file.V1-1-90 | Werner Koch | 2002-07-01 | 1 | -14/+158 |
| | | | | | | * README: Marked as development version and moved most stuff of the old INSTALL file to here. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -10/+490 |
| | |||||
* | Add more warningsABANDONED-V-1-2-0 | Werner Koch | 2001-07-04 | 1 | -0/+4 |
| | |||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -8/+0 |
| | |||||
* | About to release 1.1.2V1-1-2 | Werner Koch | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 1 | -509/+3 |
| |