aboutsummaryrefslogtreecommitdiffstats
path: root/include/errors.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-09-20Cleanups.Werner Koch1-102/+0
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch1-0/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-11-032004-11-03 Timo Schulz <[email protected]>Timo Schulz1-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 Koch1-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-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-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-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-3/+8
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
2002-06-29Update head to match stable 1.0David Shaw1-59/+60
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-2/+3
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-54/+54
1999-11-13See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1-51/+54
1999-04-26See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1-1/+1
1999-01-17See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-16See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-13See ChangeLog: Wed Jan 13 12:49:36 CET 1999 Werner KochWerner Koch1-0/+1
1999-01-12See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner KochWerner Koch1-2/+5
1998-09-18.Werner Koch1-1/+2
1998-09-14New releaseWerner Koch1-0/+1
1998-08-11bug fix releaseV0-3-4Werner Koch1-0/+1
1998-07-06intermediate releaseWerner Koch1-1/+1
1998-06-16some more internall structure changesWerner Koch1-4/+4
1998-05-13can create v4 signaturesWerner Koch1-0/+5
1998-04-08test releaseWerner Koch1-0/+1
1998-03-19some cleanupsWerner Koch1-0/+1
1998-03-09partial DSA supportWerner Koch1-0/+1
1998-02-11a couple of changes; but some parts are now brokenWerner Koch1-0/+3
1998-01-26added initial i18n stuffWerner Koch1-0/+1
1998-01-16added some trust model stuffWerner Koch1-0/+1
1998-01-12started with trust stuffWerner Koch1-0/+1
1997-12-12added option file handlingWerner Koch1-0/+2
1997-12-09fingerprints and self signatures addedWerner Koch1-0/+1
1997-12-01List and check sigs worksWerner Koch1-0/+1
1997-11-18initially checkinWerner Koch1-0/+52