Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-05 | * defs.inc: Improved all_cipher_algos and all_hash_algos to work when | David Shaw | 2 | -3/+7 | |
there are more than one line of algorithms. From 1.4. | |||||
2009-04-19 | Fix problem with incompatible gpg.conf files. | Werner Koch | 2 | -1/+9 | |
2009-03-03 | Arggg, forgot one other place. | Werner Koch | 2 | -1/+3 | |
2009-03-03 | fix for pkits. | Werner Koch | 2 | -1/+5 | |
2009-02-19 | Fix bug 1001. | Werner Koch | 6 | -7/+19 | |
Documentation updates. | |||||
2009-01-13 | Add a sample key. | Werner Koch | 2 | -0/+4 | |
Detect and show the card type. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 2 | -0/+20 | |
2008-09-30 | Add gpgsm server command GETINFO agent-check. | Werner Koch | 4 | -3/+17 | |
Fix tests. | |||||
2008-04-15 | Add executable flag to test scripts. | Werner Koch | 16 | -0/+0 | |
2008-03-26 | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 1 | -7/+7 | |
2008-03-20 | Fix a bug in the ambigious name detection. | Werner Koch | 4 | -2/+598 | |
Minor cleanups. | |||||
2008-02-22 | Add some tests. | Werner Koch | 9 | -36/+458 | |
2008-02-19 | Fixed release creation. | Werner Koch | 6 | -28/+36 | |
2008-02-19 | Improve certificate chain construction. | Werner Koch | 24 | -543/+1126 | |
Extend PKITS framework | |||||
2008-02-18 | We better save the description of PKITS along with the test data. | Werner Koch | 1 | -0/+0 | |
2008-01-26 | Typo fixes. | Werner Koch | 2 | -1/+5 | |
Portability fix for asschk.c | |||||
2007-12-14 | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2 | -1/+6 | |
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 2 | -1/+6 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-10-25 | Ported changes from 1.4. | Werner Koch | 29 | -131/+286 | |
Add copyright notices. | |||||
2007-08-24 | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 2 | -0/+22 | |
Documentation updates. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 4 | -13/+7 | |
Removed intl/. | |||||
2007-05-03 | * conventional.test, encrypt.test, encrypt-dsa.test, | David Shaw | 5 | -21/+31 | |
conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers. | |||||
2007-03-05 | Ported multiple-messages protection. | Werner Koch | 2 | -6/+12 | |
2006-11-20 | Made some PIN pads work. | Werner Koch | 2 | -1/+6 | |
Some cleanups for 64 bit CPUs. | |||||
2006-11-05 | Collected fixes. | Werner Koch | 2 | -9/+18 | |
2006-10-04 | Fix for make distcheckgnupg-1.9.91 | Werner Koch | 2 | -1/+5 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 5 | -2/+983 | |
2006-09-06 | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+12 | |
* configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS. | |||||
2006-08-21 | Migrated more stuff to doc/ | Werner Koch | 50 | -0/+4146 | |
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
2006-07-24 | Create bag attributes so that Mozilla will accept these files. | Werner Koch | 1 | -0/+3 | |
Tested with using a CAcert generated certificate. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 6 | -6/+12 | |
2006-06-08 | 2006-06-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+19 | |
* asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__. | |||||
2006-05-16 | Added sample certificates. | Werner Koch | 3 | -1/+7 | |
2006-05-02 | Repackaged PKITS_data.tar.bz2 | Werner Koch | 4 | -2/+7 | |
2005-10-07 | 2005-10-07 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -20/+7 | |
* Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack. It's the responsibility of the person building the software to set it properly. | |||||
2005-02-24 | * gpg-agent.c (handle_connections): Need to check for events if | Werner Koch | 1 | -2/+2 | |
select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it. | |||||
2004-09-30 | Preparing a new release. Updated gettext | Werner Koch | 2 | -7/+12 | |
2004-08-17 | tests/pkits: New directory | Werner Koch | 1 | -1/+12 | |
2004-08-17 | * import.c (check_and_store): Do a full validation if | Werner Koch | 11 | -0/+931 | |
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory | |||||
2004-02-20 | * Makefile.am: Reset GPG_AGENT_INFO here | Werner Koch | 3 | -3/+6 | |
* runtest: and not anymore here. | |||||
2004-02-17 | More samples | Werner Koch | 5 | -0/+49 | |
2004-02-12 | More stuff for testing | Werner Koch | 7 | -0/+17 | |
2003-01-09 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 4 | -0/+1304 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-01-09 | Updated from latest NewPG project | Werner Koch | 4 | -23/+55 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 4 | -1272/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-09-05 | 2002-09-04 Neal H. Walfield <[email protected]> | Neal Walfield | 2 | -4/+15 | |
* Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but rather prepend it. Be more robust and prefer printf over echo -n. | |||||
2002-09-04 | 2002-09-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -5/+11 | |
* asschk.c (start_server): Close the parent's file descriptors in the child. (read_assuan): Variable NREAD removed. Cut off the received line currectly if more than one line was read. | |||||
2002-09-04 | 2002-09-03 Neal H. Walfield <[email protected]> | Neal Walfield | 2 | -1/+20 | |
* Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from LDFLAGS. | |||||
2002-09-03 | new test certs and messages | Werner Koch | 4 | -0/+138 | |
2002-08-09 | Tweaked the build system so that make distcheck finanly said Well | Werner Koch | 8 | -43/+67 | |
Done. |