Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-09-20 | Cleanups. | Werner Koch | 1 | -102/+0 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 1 | -0/+1 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 1 | -1/+5 | |
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise. | |||||
2004-09-09 | * README: Doc --disable-card-support and --without-readline. | Werner Koch | 1 | -1/+2 | |
* configure.ac: Check for readline. Make enable-card-support the default. New option --without-readline. Allow the use of either the development or the stable libusb. * cardglue.h: Add members for CA fingerprints. * cardglue.c (agent_release_card_info): Invalid them. (learn_status_cb): Store them. * app-common.h, app-openpgp.c, iso7816.c, iso7816.h * apdu.c, apdu.h, ccid-driver.c, ccid-driver.h * card-util.c: Updated from current gnupg-1.9. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented. * apdu.c: Include <signal.h>. * apdu.c (reader_table_s): Add function pointers for the backends. (apdu_close_reader, apdu_get_status, apdu_activate) (send_apdu): Make use of them. (new_reader_slot): Intialize them to NULL. (dump_ccid_reader_status, ct_dump_reader_status): New. (dump_pcsc_reader_status): New. (open_ct_reader, open_pcsc_reader, open_ccid_reader) (open_osc_reader, open_rapdu_reader): Intialize function pointers. (ct_activate_card, ct_send_apdu, pcsc_send_apdu, osc_send_apdu) (error_string): Removed. Replaced by apdu_strerror. (get_ccid_error_string): Removed. (ct_activate_card): Remove the unused loop. (reset_ct_reader): Implemented. (ct_send_apdu): Activate the card if not yet done. (pcsc_send_apdu): Ditto. * ccid-driver.h: Add error codes. * ccid-driver.c: Implement more or less proper error codes all over the place. * apdu.c (apdu_send_direct): New. (get_ccid_error_string): Add some error code mappings. (send_apdu): Pass error codes along for drivers already supporting them. (host_sw_string): New. (get_ccid_error_string): Use above. (send_apdu_ccid): Reset the reader if it has not yet been done. (open_ccid_reader): Don't care if the ATR can't be read. (apdu_activate_card): New. (apdu_strerror): New. (dump_reader_status): Only enable it with opt.VERBOSE. * iso7816.c (map_sw): Add mappings for the new error codes. * apdu.c (open_ct_reader, open_pcsc_reader, open_ccid_reader) (reset_ccid_reader, open_osc_reader): Call dump_reader_status only in verbose mode. * app-openpgp.c (do_getattr): Fix for sending CA-FPR. * app-openpgp.c (app_openpgp_readkey): Fixed check for valid exponent. * app-openpgp.c (do_setattr): Sync FORCE_CHV1. * card-util.c (change_login): Kludge to allow reading data from a file. (card_edit): Pass ARG_STRING to change_login. (card_status): Print CA fingerprints. (change_cafpr): New. (card_edit): New command CAFPR. * errors.h (G10ERR_NO_CARD, G10ERR_CANCELED): New error codes. * errors.c (g10_errstr): New error codes G10ERR_NO_CARD, G10ERR_CANCELED. | |||||
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -2/+14 | |
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
2003-06-05 | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 1 | -3/+8 | |
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.) | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -59/+60 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+3 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -54/+54 | |
1999-11-13 | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1 | -51/+54 | |
1999-04-26 | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-01-17 | See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-13 | See ChangeLog: Wed Jan 13 12:49:36 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-12 | See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch | Werner Koch | 1 | -2/+5 | |
1998-09-18 | . | Werner Koch | 1 | -1/+2 | |
1998-09-14 | New release | Werner Koch | 1 | -0/+1 | |
1998-08-11 | bug fix releaseV0-3-4 | Werner Koch | 1 | -0/+1 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -1/+1 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1998-05-13 | can create v4 signatures | Werner Koch | 1 | -0/+5 | |
1998-04-08 | test release | Werner Koch | 1 | -0/+1 | |
1998-03-19 | some cleanups | Werner Koch | 1 | -0/+1 | |
1998-03-09 | partial DSA support | Werner Koch | 1 | -0/+1 | |
1998-02-11 | a couple of changes; but some parts are now broken | Werner Koch | 1 | -0/+3 | |
1998-01-26 | added initial i18n stuff | Werner Koch | 1 | -0/+1 | |
1998-01-16 | added some trust model stuff | Werner Koch | 1 | -0/+1 | |
1998-01-12 | started with trust stuff | Werner Koch | 1 | -0/+1 | |
1997-12-12 | added option file handling | Werner Koch | 1 | -0/+2 | |
1997-12-09 | fingerprints and self signatures added | Werner Koch | 1 | -0/+1 | |
1997-12-01 | List and check sigs works | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+52 | |