aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merged with gpg 1.4.3 code. Werner Koch2006-04-1990-10511/+17949
| | | | | | | | | | The gpg part does not yet build.
| * 2006-04-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-04-142-19/+35
| | | | | | | | | | | | | | | | * app.c (select_application): Cover up a slot mismatch error in case it happens (it shouldn't happen). (release_application): Use APP->slot. Lock the reader. (application_notify_card_removed): Lock the reader.
| * Added command APDUWerner Koch2006-04-116-4/+189
| |
| * 2006-04-09 Moritz Schulte <[email protected]>Moritz Schulte2006-04-092-5/+13
| | | | | | | | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
| * RenamedWerner Koch2006-04-051-0/+0
| |
| * 2006-04-01 Moritz Schulte <[email protected]>Moritz Schulte2006-04-012-3/+7
| | | | | | | | | | | | | | * command-ssh.c (ssh_identity_register): Make KEY_GRIP_RAW be 20 instead of 21 bytes long; do not fill KEY_GRIP_RAW[20] with NUL byte - KEY_GRIP_RAW is a raw binary string anyway.
| * Allo RMD160 signaturesWerner Koch2006-03-215-4/+40
| |
| * Add Kludge for RegTP sillyness.Werner Koch2006-03-216-12/+152
| |
| * Fixed card removal problemsWerner Koch2006-03-016-137/+203
| |
| * Better warning messagesWerner Koch2006-02-192-8/+13
| |
| * Added documentation for qualified signaturesWerner Koch2006-02-143-1/+105
| |
| * PIN caching of cards does now work.Werner Koch2006-02-099-30/+256
| |
| * Fixed a couple of problems with omnikey based readersWerner Koch2006-02-082-20/+65
| |
| * .Werner Koch2006-02-064-1/+10
| |
| * Support for CardMan 4040Werner Koch2006-02-063-232/+510
| |
| * post release preparationsWerner Koch2005-12-202-2/+9
| |
| * Preparing a releasedgnupg-1.9.20Werner Koch2005-12-203-7/+10
| |
| * Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-169-56/+285
| |
| * Add support for direct pkcs#7 signaturesWerner Koch2005-12-142-10/+70
| |
| * Print warning for missing pcsc-wrapperWerner Koch2005-12-062-1/+14
| |
| * Preparing an interim releaseWerner Koch2005-11-2832-170/+784
| |
| * Add translationsWerner Koch2005-11-234-141/+209
| |
| * Print a note that the software has not been approved for qualified signatures.Werner Koch2005-11-236-9/+127
| |
| * Don't use keywords for signed files.Werner Koch2005-11-141-2/+21
| |
| * Added signature propertyWerner Koch2005-11-140-0/+0
| |
| * .Werner Koch2005-11-141-0/+14
| |
| * Added real informationWerner Koch2005-11-142-4/+73
| |
| * Added qualified signature features.Werner Koch2005-11-1312-9/+535
| |
| * NEw file qualified.ttx - not yet ready for distributionWerner Koch2005-11-134-1/+27
| |
| * 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-082-0/+3
| | | | | | | | | | * Makefile.am (watchgnupg_LDADD): New variable.
| * agent/Marcus Brinkmann2005-10-0810-15/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
| * 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-072-1/+6
| | | | | | | | | | | | * signal.c (get_signal_name): Check value of HAVE_DECL_SYS_SIGLIST instead of just if it is defined.
| * 2005-10-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-072-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-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-282-1/+6
| | | | | | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
| * 2005-09-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-282-1/+5
| | | | | | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBGCRYPT_CFLAGS).
| * Fixed padding in pkcs#12 Werner Koch2005-09-162-2/+17
| |
| * 2005-09-15 Moritz Schulte <[email protected]>Moritz Schulte2005-09-152-2/+170
| | | | | | | | | | | | * t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory.
| * About to release 1.9.19V1-9-19Werner Koch2005-09-122-2/+4
| |
| * Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch2005-09-092-2/+3
| |
| * Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-0915-71/+256
| |
| * The BELPIC card does now work.Werner Koch2005-09-0611-196/+352
| |
| * Changed license of this parser to LPGL.Werner Koch2005-09-063-36/+41
| |
| * Basically made Belgian EID cards work.Werner Koch2005-09-057-44/+349
| | | | | | | | | | | | Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
| * Use a default argument for --write-env-file.Werner Koch2005-08-163-2/+15
| |
| * About to release 1.9.18V1-9-18Werner Koch2005-08-017-12/+36
| |
| * Fixed Umlaut problemWerner Koch2005-08-012-161/+165
| |
| * * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-258-24/+91
| | | | | | | | | | | | | | This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
| * * gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch2005-07-215-36/+164
| | | | | | | | | | | | | | | | | | | | | | * certreqgen.c (get_parameter, get_parameter_value): Add SEQ arg to allow enumeration. Changed all callers. (create_request): Process DNS and URI parameters. * gpgsm-gencert.sh: Reworked to allow for multiple email addresses as well as DNsanmes and URi. Present the parameter file before creating the certificate.
| * Fix to let it compile. This is not required but avoids complaintsWerner Koch2005-07-201-2/+1
| | | | | | | | | | from folks not reading the documentation.
| * * keylist.c (email_kludge): Reworked.Werner Koch2005-07-2011-15/+62
| | | | | | | | | | | | | | * certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto