From cvs at cvs.gnupg.org Fri Sep 3 20:34:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 3 20:34:30 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt (NEWS README configure.ac) Message-ID: Date: Friday, September 3, 2004 @ 20:34:23 Author: werner Path: /cvs/gnupg/libgcrypt Tag: LIBGCRYPT-1-2-BRANCH Modified: NEWS README configure.ac Prepared version numbers for the next release --------------+ NEWS | 5 +++++ README | 2 +- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sat Sep 4 00:06:37 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Sep 4 00:06:43 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Saturday, September 4, 2004 @ 00:06:37 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c * keyserver.c (parse_keyrec): Force the 'e'xpired flag on as soon as we know the key is definitely expired. Some translatable string cleanup. -------------+ ChangeLog | 6 ++++++ keyserver.c | 29 ++++++++++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Tue Sep 7 18:49:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Sep 7 18:49:19 2004 Subject: gnupg/g10 (ChangeLog photoid.c) Message-ID: Date: Tuesday, September 7, 2004 @ 18:49:10 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog photoid.c (generate_photo_id): Use tty_printf and not just printf. Put _() around one string. -----------+ ChangeLog | 5 +++++ photoid.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 09:27:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:08:49 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c) Message-ID: Date: Thursday, September 9, 2004 @ 09:27:57 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c (check_for_running_agent): New. (main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note. -------------+ ChangeLog | 8 ++++++ gpg-agent.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 78 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 09:27:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:08:50 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS THANKS) Message-ID: Date: Thursday, September 9, 2004 @ 09:27:57 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS THANKS (check_for_running_agent): New. (main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note. --------+ NEWS | 6 ++++++ THANKS | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 09:28:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:08:51 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-common.h app-openpgp.c app.c) Message-ID: Date: Thursday, September 9, 2004 @ 09:28:48 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-common.h app-openpgp.c app.c * app.c (select_application): Fixed serial number extraction and added the BMI card workaround. (app_munge_serialno): New. * app-openpgp.c (app_select_openpgp): Try munging serialno. ---------------+ ChangeLog | 7 ++++++ app-common.h | 4 +++ app-openpgp.c | 7 ++++++ app.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 74 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 09:29:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:08:53 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpg-agent.texi) Message-ID: Date: Thursday, September 9, 2004 @ 09:29:36 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpg-agent.texi doc --max-cache-ttl ----------------+ gpg-agent.texi | 6 ++++++ 1 files changed, 6 insertions(+) From cvs at cvs.gnupg.org Thu Sep 9 14:42:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:19 2004 Subject: gnupg/include (iobuf.h) Message-ID: Date: Thursday, September 9, 2004 @ 14:42:10 Author: werner Path: /cvs/gnupg/gnupg/include Modified: iobuf.h * photoid.c: Include ttyio.h. * parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL. ---------+ iobuf.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 9 14:42:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:20 2004 Subject: gnupg/util (ChangeLog iobuf.c) Message-ID: Date: Thursday, September 9, 2004 @ 14:42:09 Author: werner Path: /cvs/gnupg/gnupg/util Modified: ChangeLog iobuf.c * photoid.c: Include ttyio.h. * parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL. -----------+ ChangeLog | 5 +++++ iobuf.c | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) From cvs at cvs.gnupg.org Thu Sep 9 14:42:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:23 2004 Subject: gnupg/g10 (ChangeLog parse-packet.c photoid.c) Message-ID: Date: Thursday, September 9, 2004 @ 14:42:10 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog parse-packet.c photoid.c * photoid.c: Include ttyio.h. * parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL. ----------------+ ChangeLog | 7 +++++++ parse-packet.c | 37 +++++++++++-------------------------- photoid.c | 1 + 3 files changed, 19 insertions(+), 26 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 14:42:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:25 2004 Subject: gnupg (AUTHORS) Message-ID: Date: Thursday, September 9, 2004 @ 14:42:10 Author: werner Path: /cvs/gnupg/gnupg Modified: AUTHORS * photoid.c: Include ttyio.h. * parse-packet.c (skip_rest): Removed. Changed all callers to use the new iobuf_skip_reset. Orginal patch by Florian Weimer. * iobuf.c (iobuf_skip_rest): New. Orginal patch by Florian Weimer. Added new argument PARTIAL. ---------+ AUTHORS | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 19:04:42 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:39 2004 Subject: gnupg/util (ChangeLog ttyio.c) Message-ID: Date: Thursday, September 9, 2004 @ 19:04:42 Author: werner Path: /cvs/gnupg/gnupg/util Modified: ChangeLog ttyio.c * configure.ac: Check for readline. * signal.c (got_fatal_signal): Do readline cleanup. Print signal number if we can't print the name. Use new autoconf macro HAVE_DECL_SYS_SIGLIST. (get_signal_name): Removed. * ttyio.c (tty_get): Add readline support. -----------+ ChangeLog | 2 ++ ttyio.c | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 19:04:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:41 2004 Subject: gnupg/g10 (ChangeLog signal.c) Message-ID: Date: Thursday, September 9, 2004 @ 19:04:43 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog signal.c * configure.ac: Check for readline. * signal.c (got_fatal_signal): Do readline cleanup. Print signal number if we can't print the name. Use new autoconf macro HAVE_DECL_SYS_SIGLIST. (get_signal_name): Removed. * ttyio.c (tty_get): Add readline support. -----------+ ChangeLog | 5 +++++ signal.c | 43 ++++++++++++++++++++++++++++--------------- 2 files changed, 33 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 19:04:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:43 2004 Subject: gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Thursday, September 9, 2004 @ 19:04:44 Author: werner Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS configure.ac * configure.ac: Check for readline. * signal.c (got_fatal_signal): Do readline cleanup. Print signal number if we can't print the name. Use new autoconf macro HAVE_DECL_SYS_SIGLIST. (get_signal_name): Removed. * ttyio.c (tty_get): Add readline support. --------------+ ChangeLog | 4 ++++ NEWS | 3 +++ configure.ac | 8 +++++++- 3 files changed, 14 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 9 20:18:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:46 2004 Subject: gnupg/util (ChangeLog errors.c) Message-ID: Date: Thursday, September 9, 2004 @ 20:18:32 Author: werner Path: /cvs/gnupg/gnupg/util Modified: ChangeLog errors.c * README: Doc --disable-card-support and --without-readline. * 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 . * 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. -----------+ ChangeLog | 3 +++ errors.c | 2 ++ 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Thu Sep 9 20:18:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:48 2004 Subject: gnupg/po (en@boldquot.gmo en@quot.gmo) Message-ID: Date: Thursday, September 9, 2004 @ 20:18:33 Author: werner Path: /cvs/gnupg/gnupg/po Modified: en@boldquot.gmo en@quot.gmo * README: Doc --disable-card-support and --without-readline. * 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 . * 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. -----------------+ en@boldquot.gmo | 0 en@quot.gmo | 0 2 files changed From cvs at cvs.gnupg.org Thu Sep 9 20:18:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:49 2004 Subject: gnupg/g10 (10 files) Message-ID: Date: Thursday, September 9, 2004 @ 20:18:35 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog apdu.c apdu.h app-openpgp.c card-util.c cardglue.c cardglue.h ccid-driver.c ccid-driver.h iso7816.c * README: Doc --disable-card-support and --without-readline. * 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 . * 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. ---------------+ ChangeLog | 74 ++ apdu.c | 1827 +++++++++++++++++++++++++++++++++++++------------------- apdu.h | 28 app-openpgp.c | 4 card-util.c | 123 +++ cardglue.c | 19 cardglue.h | 15 ccid-driver.c | 173 ++++- ccid-driver.h | 16 iso7816.c | 7 10 files changed, 1619 insertions(+), 667 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 20:18:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:50 2004 Subject: gnupg (ChangeLog NEWS README TODO configure.ac) Message-ID: Date: Thursday, September 9, 2004 @ 20:18:36 Author: werner Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS README TODO configure.ac * README: Doc --disable-card-support and --without-readline. * 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 . * 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. --------------+ ChangeLog | 6 +++++- NEWS | 9 +++++++-- README | 15 +++++++++++++-- TODO | 3 --- configure.ac | 27 +++++++++++++++++++-------- 5 files changed, 44 insertions(+), 16 deletions(-) From cvs at cvs.gnupg.org Thu Sep 9 20:18:34 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 10 13:09:52 2004 Subject: gnupg/include (ChangeLog errors.h) Message-ID: Date: Thursday, September 9, 2004 @ 20:18:34 Author: werner Path: /cvs/gnupg/gnupg/include Modified: ChangeLog errors.h * README: Doc --disable-card-support and --without-readline. * 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 . * 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. -----------+ ChangeLog | 4 ++++ errors.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Sep 10 23:16:47 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:06 2004 Subject: gnupg/util (ChangeLog http.c) Message-ID: Date: Friday, September 10, 2004 @ 23:16:47 Author: dshaw Path: /cvs/gnupg/gnupg/util Modified: ChangeLog http.c * http.c (make_radix64_string, do_parse_uri, send_request): Add basic auth for proxies and direct requests. Suggested by Florent Thoumie. -----------+ ChangeLog | 4 ++ http.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 82 insertions(+), 16 deletions(-) From cvs at cvs.gnupg.org Fri Sep 10 23:17:32 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:08 2004 Subject: gnupg/include (ChangeLog http.h) Message-ID: Date: Friday, September 10, 2004 @ 23:17:32 Author: dshaw Path: /cvs/gnupg/gnupg/include Modified: ChangeLog http.h * http.h: Add auth field for a parsed_uri to allow for basic auth. -----------+ ChangeLog | 4 ++++ http.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Sat Sep 11 04:29:37 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:09 2004 Subject: gnupg/g10 (ChangeLog ccid-driver.c) Message-ID: Date: Saturday, September 11, 2004 @ 04:29:37 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog ccid-driver.c * ccid-driver.c (read_device_info): Fix segfault when usb device is not accessible. (ccid_open_reader): Allow working with an even older version of libusb (usb_busses global instead of usb_get_busses()). ---------------+ ChangeLog | 7 +++++++ ccid-driver.c | 8 ++++++++ 2 files changed, 15 insertions(+) From cvs at cvs.gnupg.org Sat Sep 11 04:34:01 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:11 2004 Subject: gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Saturday, September 11, 2004 @ 04:34:01 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS configure.ac * NEWS: Note HTTP basic auth. * configure.ac: Check for usb_get_busses since very old stable libusb doesn't have it. --------------+ ChangeLog | 7 +++++++ NEWS | 9 ++++++++- configure.ac | 3 ++- 3 files changed, 17 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Sat Sep 11 05:30:48 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:13 2004 Subject: gnupg/g10 (ChangeLog app-openpgp.c) Message-ID: Date: Saturday, September 11, 2004 @ 05:30:48 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c * app-openpgp.c (get_cached_data): Avoid mallocing zero since it breaks us when using --enable-m-guard. ---------------+ ChangeLog | 3 +++ app-openpgp.c | 20 ++++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Sat Sep 11 15:34:41 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Sep 13 18:36:19 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog openfile.c) Message-ID: Date: Saturday, September 11, 2004 @ 15:34:41 Author: mo Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog openfile.c 2004-09-11 Moritz Schulte * openfile.c (copy_options_file): Fixed last commit (added a `+'). ------------+ ChangeLog | 4 ++++ openfile.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Sat Sep 11 16:22:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 13 18:36:21 2004 Subject: gnupg/artwork [new] Message-ID: Date: Saturday, September 11, 2004 @ 16:22:26 Author: werner Path: /cvs/gnupg/gnupg/artwork Directory /cvs/gnupg/gnupg/artwork added to the repository --> Using per-directory sticky tag `GNUPG-1-9-BRANCH' From cvs at cvs.gnupg.org Sat Sep 11 16:32:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 13 18:36:23 2004 Subject: GNUPG-1-9-BRANCH gnupg/artwork (20 files) Message-ID: Date: Saturday, September 11, 2004 @ 16:32:37 Author: werner Path: /cvs/gnupg/gnupg/artwork Tag: GNUPG-1-9-BRANCH Added: README ascii-key gnu-head-sm.jpg gnu1.jpg gnu5.png gnud.png gnue.png gnue2.png gnupg-1.0-available-now.png gnupg-1.0-ist-da.png gnupg-badge-openpgp.cdr.gz gnupg-badge-openpgp.eps.gz gnupg-badge-openpgp.jpg gnupg-logo-black.jpg gnupg-logo-cia.jpg gnupg-logo-cia2.jpg gnurieg.png gpglogo.eps.gz gpglogo.jpg tl-gnu1.jpg Collection of artwork collected over the years -----------------------------+ README | 2 ++ ascii-key | 5 +++++ gnu-head-sm.jpg | 0 gnu1.jpg | 0 gnu5.png | 0 gnud.png | 0 gnue.png | 0 gnue2.png | 0 gnupg-1.0-available-now.png | 0 gnupg-1.0-ist-da.png | 0 gnupg-badge-openpgp.cdr.gz | 0 gnupg-badge-openpgp.eps.gz | 0 gnupg-badge-openpgp.jpg | 0 gnupg-logo-black.jpg | 0 gnupg-logo-cia.jpg | 0 gnupg-logo-cia2.jpg | 0 gnurieg.png | 0 gpglogo.eps.gz | 0 gpglogo.jpg | 0 tl-gnu1.jpg | 0 20 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Sat Sep 11 16:50:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 13 18:36:25 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (Notes) Message-ID: Date: Saturday, September 11, 2004 @ 16:50:35 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Added: Notes Some more new files -------+ Notes | 242 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 242 insertions(+) From cvs at cvs.gnupg.org Sat Sep 11 16:50:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 13 18:36:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/artwork (gpglogo.fig) Message-ID: Date: Saturday, September 11, 2004 @ 16:50:35 Author: werner Path: /cvs/gnupg/gnupg/artwork Tag: GNUPG-1-9-BRANCH Added: gpglogo.fig Some more new files -------------+ gpglogo.fig | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+) From cvs at cvs.gnupg.org Sat Sep 11 16:51:51 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 13 18:36:29 2004 Subject: misc-scripts (manifest-tool scrutmime.c vegetarise.c) Message-ID: Date: Saturday, September 11, 2004 @ 16:51:51 Author: werner Path: /cvs/wk/misc-scripts Added: scrutmime.c Modified: manifest-tool vegetarise.c ---------------+ manifest-tool | 2 scrutmime.c | 572 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ vegetarise.c | 6 3 files changed, 576 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Sat Sep 11 17:42:20 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:32 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Saturday, September 11, 2004 @ 17:42:20 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog card-util.c import.c keyserver-internal.h keyserver.c * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the card to fetch an updated copy. Works with either straight URLs or HKP or LDAP keyservers. * keyserver-internal.h, keyserver.c (keyserver_import_fprint), import.c (revocation_present): Use a keyserver_spec so the caller can pass in whatever keyserver they like. ----------------------+ ChangeLog | 10 +++++++++ card-util.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++- import.c | 3 +- keyserver-internal.h | 3 +- keyserver.c | 5 ++-- 5 files changed, 67 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Sun Sep 12 17:27:38 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Sep 13 18:36:35 2004 Subject: gnupg/g10 (ChangeLog g10.c keylist.c options.h) Message-ID: Date: Sunday, September 12, 2004 @ 17:27:38 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keylist.c options.h * options.h, keylist.c (print_one_subpacket, print_subpackets_colon): Print a spk record for each request subpacket. (list_keyblock_colon): Call them here. * g10.c (parse_subpacket_list, parse_list_options): New. Make the list of subpackets we are going to print. (main): Call them here. -----------+ ChangeLog | 11 ++++ g10.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++++------------ keylist.c | 48 ++++++++++++++++++++ options.h | 2 4 files changed, 176 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 03:52:30 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 14 03:52:35 2004 Subject: STABLE-BRANCH-1-2 gnupg/tools (ChangeLog pgpgroup-to-gpggroup) Message-ID: Date: Tuesday, September 14, 2004 @ 03:52:30 Author: dshaw Path: /cvs/gnupg/gnupg/tools Tag: STABLE-BRANCH-1-2 Added: pgpgroup-to-gpggroup Modified: ChangeLog * pgpgroup-to-gpggroup: New perl script to take groups from PGP command line and write out GnuPG 'group' config lines. ----------------------+ ChangeLog | 5 +++++ pgpgroup-to-gpggroup | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) From cvs at cvs.gnupg.org Tue Sep 14 03:55:58 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 14 03:56:05 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog getkey.c) Message-ID: Date: Tuesday, September 14, 2004 @ 03:55:58 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog getkey.c * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig mismatch when some secret subkeys are missing. Discovered by Michael Roth. -----------+ ChangeLog | 6 ++++++ getkey.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 14 03:57:25 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 14 03:57:30 2004 Subject: gnupg/tools (ChangeLog pgpgroup-to-gpggroup) Message-ID: Date: Tuesday, September 14, 2004 @ 03:57:25 Author: dshaw Path: /cvs/gnupg/gnupg/tools Added: pgpgroup-to-gpggroup Modified: ChangeLog * pgpgroup-to-gpggroup: New perl script to take groups from PGP command line and write out GnuPG 'group' config lines. ----------------------+ ChangeLog | 5 +++++ pgpgroup-to-gpggroup | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) From cvs at cvs.gnupg.org Tue Sep 14 04:00:39 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 14 04:00:44 2004 Subject: gnupg/g10 (ChangeLog getkey.c) Message-ID: Date: Tuesday, September 14, 2004 @ 04:00:39 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog getkey.c * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig mismatch when some secret subkeys are missing. Discovered by Michael Roth. -----------+ ChangeLog | 4 ++++ getkey.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 14 17:47:17 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 14 17:47:23 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Tuesday, September 14, 2004 @ 17:47:17 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes in --pgp8. Rephrase the "don't play algorithm games" warning now that PGP has blowfish, zlib, and bzip2. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 59 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 34 insertions(+), 31 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 19:14:48 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 19:14:54 2004 Subject: libgpg-error (ChangeLog configure.ac) Message-ID: Date: Tuesday, September 14, 2004 @ 19:14:48 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog configure.ac 2004-09-14 Marcus Brinkmann * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms. --------------+ ChangeLog | 5 +++++ configure.ac | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 19:39:36 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 19:39:40 2004 Subject: libgpg-error (README) Message-ID: Date: Tuesday, September 14, 2004 @ 19:39:36 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: README Fix some wording to be more clear. --------+ README | 45 +++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 19:43:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 19:43:42 2004 Subject: libgpg-error (README.CVS) Message-ID: Date: Tuesday, September 14, 2004 @ 19:43:38 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: README.CVS Fix some wordings. ------------+ README.CVS | 41 ++++++++++++++++++++--------------------- 1 files changed, 20 insertions(+), 21 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 20:25:25 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:25:31 2004 Subject: libgpg-error/src (gpg-error.m4) Message-ID: Date: Tuesday, September 14, 2004 @ 20:25:25 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: gpg-error.m4 2004-09-14 Marcus Brinkmann * src/gpg-error.m4: Add copyright note. --------------+ gpg-error.m4 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 14 20:25:25 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:25:38 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Tuesday, September 14, 2004 @ 20:25:25 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-09-14 Marcus Brinkmann * src/gpg-error.m4: Add copyright note. -----------+ ChangeLog | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Tue Sep 14 20:30:23 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:30:28 2004 Subject: gpgme/m4 (ChangeLog glibc21.m4 gpg-error.m4 pth.m4) Message-ID: Date: Tuesday, September 14, 2004 @ 20:30:23 Author: marcus Path: /cvs/gnupg/gpgme/m4 Added: ChangeLog glibc21.m4 gpg-error.m4 pth.m4 2004-09-14 Marcus Brinkmann * acinclude.m4: Add copyright notice. (jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE, AC_CHECK_PTH): Removed. m4/ 2004-09-14 Marcus Brinkmann * glibc21.m4: New file. * gpg-error.m4: New file. * pth.m4: New file. --------------+ ChangeLog | 15 ++ glibc21.m4 | 32 ++++ gpg-error.m4 | 65 +++++++++ pth.m4 | 403 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 515 insertions(+) From cvs at cvs.gnupg.org Tue Sep 14 20:30:23 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:30:36 2004 Subject: gpgme (ChangeLog acinclude.m4) Message-ID: Date: Tuesday, September 14, 2004 @ 20:30:23 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog acinclude.m4 2004-09-14 Marcus Brinkmann * acinclude.m4: Add copyright notice. (jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE, AC_CHECK_PTH): Removed. m4/ 2004-09-14 Marcus Brinkmann * glibc21.m4: New file. * gpg-error.m4: New file. * pth.m4: New file. --------------+ ChangeLog | 6 acinclude.m4 | 530 ++------------------------------------------------------- 2 files changed, 30 insertions(+), 506 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 20:31:45 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:31:50 2004 Subject: gpgme/m4 (ChangeLog pth.m4) Message-ID: Date: Tuesday, September 14, 2004 @ 20:31:45 Author: marcus Path: /cvs/gnupg/gpgme/m4 Modified: ChangeLog pth.m4 2004-09-14 Marcus Brinkmann * pth.m4: Disable _ac_pth_line, and don't fail if Pth is not found. -----------+ ChangeLog | 3 +++ pth.m4 | 54 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 31 insertions(+), 26 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 20:40:35 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 20:40:40 2004 Subject: gpgme/gpgme (ChangeLog gpgme.m4) Message-ID: Date: Tuesday, September 14, 2004 @ 20:40:35 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.m4 2004-09-14 Marcus Brinkmann * gpgme.m4: Add copyright notice. -----------+ ChangeLog | 4 ++++ gpgme.m4 | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 21:27:47 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 21:27:52 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Tuesday, September 14, 2004 @ 21:27:47 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-09-14 Marcus Brinkmann * configure.ac: Print diagnostics about found thread libraries at the end. Check for the versions of GPG and GPGSM and print the found versions at the end. (HAVE_GPGSM): Do not require GPGSM to exist and be readable. (AC_CONFIG_MACRO_DIR): Invoke with argument m4. --------------+ ChangeLog | 6 +++ configure.ac | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 98 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Tue Sep 14 21:47:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 14 21:47:55 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Tuesday, September 14, 2004 @ 21:47:50 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-09-14 Marcus Brinkmann * configure.ac: Improve diagnostics with version check. --------------+ ChangeLog | 2 ++ configure.ac | 38 +++++++++++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Wed Sep 15 11:16:22 2004 From: cvs at cvs.gnupg.org (cvs user wk) Date: Wed Sep 15 11:16:32 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt (6 files) Message-ID: Date: Wednesday, September 15, 2004 @ 12:23:04 Author: wk Path: /cvs/libgcrypt/libgcrypt Tag: LIBGCRYPT-1-2-BRANCH Modified: cipher/ChangeLog cipher/pubkey.c cipher/random.c cipher/random.h src/ChangeLog src/global.c * random.c (read_pool): Fixed dropping of the volatile warning when passing MY_PID to add_random. * pubkey.c (sexp_data_to_mpi): Fixed syntax error. Aiih committing changes without compiling is a real brown paper bag bug. * global.c (gcry_control): Adjusted random into call for the changed API in random.c. Seemed we never compiled the entire thing since May. ------------------+ cipher/ChangeLog | 8 ++++++++ cipher/pubkey.c | 2 +- cipher/random.c | 5 ++++- cipher/random.h | 2 +- src/ChangeLog | 6 ++++++ src/global.c | 4 +++- 6 files changed, 23 insertions(+), 4 deletions(-) Index: libgcrypt/cipher/ChangeLog diff -u libgcrypt/cipher/ChangeLog:1.211.2.3 libgcrypt/cipher/ChangeLog:1.211.2.4 --- libgcrypt/cipher/ChangeLog:1.211.2.3 Thu Aug 19 12:16:54 2004 +++ libgcrypt/cipher/ChangeLog Wed Sep 15 12:23:04 2004 @@ -1,3 +1,11 @@ +2004-09-15 Werner Koch + + * random.c (read_pool): Fixed dropping of the volatile warning when + passing MY_PID to add_random. + + * pubkey.c (sexp_data_to_mpi): Fixed syntax error. Aiih committing + changes without compiling is a real brown paper bag bug. + 2004-08-19 Werner Koch * pubkey.c (sexp_data_to_mpi): Changed the zero random byte Index: libgcrypt/cipher/pubkey.c diff -u libgcrypt/cipher/pubkey.c:1.69.2.2 libgcrypt/cipher/pubkey.c:1.69.2.3 --- libgcrypt/cipher/pubkey.c:1.69.2.2 Thu Aug 19 12:16:54 2004 +++ libgcrypt/cipher/pubkey.c Wed Sep 15 12:23:04 2004 @@ -1213,7 +1213,7 @@ if (!p[j]) p[j] = pp[--k]; if (p[j]) - j++ + j++; } gcry_free (pp); } Index: libgcrypt/cipher/random.c diff -u libgcrypt/cipher/random.c:1.69.2.2 libgcrypt/cipher/random.c:1.69.2.3 --- libgcrypt/cipher/random.c:1.69.2.2 Sat Aug 14 22:15:51 2004 +++ libgcrypt/cipher/random.c Wed Sep 15 12:23:04 2004 @@ -763,7 +763,10 @@ /* Mix the pid in so that we for sure won't deliver the same random after a fork. */ - add_randomness (&my_pid, sizeof (my_pid), 0); + { + pid_t apid = my_pid; + add_randomness (&apid, sizeof (apid), 0); + } /* Mix the pool (if add_randomness() didn't it). */ if (!just_mixed) Index: libgcrypt/cipher/random.h diff -u libgcrypt/cipher/random.h:1.19 libgcrypt/cipher/random.h:1.19.2.1 --- libgcrypt/cipher/random.h:1.19 Tue Nov 18 15:25:30 2003 +++ libgcrypt/cipher/random.h Wed Sep 15 12:23:04 2004 @@ -22,7 +22,7 @@ #include "types.h" -void _gcry_random_initialize (void); +void _gcry_random_initialize (int); void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int), void *cb_data ); void _gcry_random_dump_stats(void); Index: libgcrypt/src/ChangeLog diff -u libgcrypt/src/ChangeLog:1.151.2.4 libgcrypt/src/ChangeLog:1.151.2.5 --- libgcrypt/src/ChangeLog:1.151.2.4 Sun Aug 22 10:53:16 2004 +++ libgcrypt/src/ChangeLog Wed Sep 15 12:23:04 2004 @@ -1,3 +1,9 @@ +2004-09-15 Werner Koch + + * global.c (gcry_control): Adjusted random into call for the + changed API in random.c. Seemed we never compiled the entire + thing since May. + 2004-08-22 Moritz Schulte * secmem.c (_gcry_secmem_init): Try to lock pool into core not Index: libgcrypt/src/global.c diff -u libgcrypt/src/global.c:1.45 libgcrypt/src/global.c:1.45.2.1 --- libgcrypt/src/global.c:1.45 Thu Apr 15 11:00:22 2004 +++ libgcrypt/src/global.c Wed Sep 15 12:23:04 2004 @@ -263,7 +263,9 @@ if (! init_finished) { global_init (); - _gcry_random_initialize (); + /* Do only a basic random initialization, i.e. init the + mutexes. */ + _gcry_random_initialize (0); init_finished = 1; } break; From cvs at cvs.gnupg.org Wed Sep 15 15:49:37 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Sep 15 15:49:45 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Wednesday, September 15, 2004 @ 16:56:22 Author: mo Path: /cvs/libgcrypt/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog pubkey.c 2004-09-16 Moritz Schulte * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E; merged from HEAD. -----------+ ChangeLog | 5 +++++ pubkey.c | 1 + 2 files changed, 6 insertions(+) Index: libgcrypt/cipher/ChangeLog diff -u libgcrypt/cipher/ChangeLog:1.211.2.4 libgcrypt/cipher/ChangeLog:1.211.2.5 --- libgcrypt/cipher/ChangeLog:1.211.2.4 Wed Sep 15 12:23:04 2004 +++ libgcrypt/cipher/ChangeLog Wed Sep 15 16:56:22 2004 @@ -1,3 +1,8 @@ +2004-09-16 Moritz Schulte + + * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E; + merged from HEAD. + 2004-09-15 Werner Koch * random.c (read_pool): Fixed dropping of the volatile warning when Index: libgcrypt/cipher/pubkey.c diff -u libgcrypt/cipher/pubkey.c:1.69.2.3 libgcrypt/cipher/pubkey.c:1.69.2.4 --- libgcrypt/cipher/pubkey.c:1.69.2.3 Wed Sep 15 12:23:04 2004 +++ libgcrypt/cipher/pubkey.c Wed Sep 15 16:56:22 2004 @@ -53,6 +53,7 @@ #endif #if USE_ELGAMAL { &_gcry_pubkey_spec_elg, GCRY_PK_ELG }, + { &_gcry_pubkey_spec_elg, GCRY_PK_ELG_E }, #endif #if USE_DSA { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA }, From cvs at cvs.gnupg.org Wed Sep 15 17:26:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 15 17:26:23 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Wednesday, September 15, 2004 @ 17:26:17 Author: werner Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml Document "--debug-ccid-driver". -----------+ ChangeLog | 4 ++++ gpg.sgml | 7 +++++++ 2 files changed, 11 insertions(+) From cvs at cvs.gnupg.org Wed Sep 15 17:26:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 15 17:26:42 2004 Subject: gnupg/g10 (ChangeLog ccid-driver.c ccid-driver.h g10.c) Message-ID: Date: Wednesday, September 15, 2004 @ 17:26:38 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog ccid-driver.c ccid-driver.h g10.c * g10.c [HAVE_LIBUSB]: New option --debug-ccid-driver. * ccid-driver.c (read_device_info): Removed. (make_reader_id, scan_or_find_devices): New. (ccid_open_reader): Simplified by make use of the new functions. (ccid_set_debug_level): New. Changed the macros to make use of it. It has turned out that it is often useful to enable debugging at runtime so I added this option. ---------------+ ChangeLog | 11 + ccid-driver.c | 463 ++++++++++++++++++++++++++++++++++++++++---------------- ccid-driver.h | 1 g10.c | 14 + 4 files changed, 361 insertions(+), 128 deletions(-) From cvs at cvs.gnupg.org Wed Sep 15 19:39:47 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Sep 15 19:39:53 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (ChangeLog serpent.c) Message-ID: Date: Wednesday, September 15, 2004 @ 20:46:34 Author: mo Path: /cvs/libgcrypt/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog serpent.c 2004-09-17 Moritz Schulte * serpent.c: Use "u32_t" instead of "unsigned long", do not declare S-Box variables as "register". Fixes failure on OpenBSD/sparc64, reported by Nikolay Sturm. -----------+ ChangeLog | 6 +++++ serpent.c | 64 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 38 insertions(+), 32 deletions(-) Index: libgcrypt/cipher/ChangeLog diff -u libgcrypt/cipher/ChangeLog:1.211.2.5 libgcrypt/cipher/ChangeLog:1.211.2.6 --- libgcrypt/cipher/ChangeLog:1.211.2.5 Wed Sep 15 16:56:22 2004 +++ libgcrypt/cipher/ChangeLog Wed Sep 15 20:46:34 2004 @@ -1,3 +1,9 @@ +2004-09-17 Moritz Schulte + + * serpent.c: Use "u32_t" instead of "unsigned long", do not + declare S-Box variables as "register". Fixes failure on + OpenBSD/sparc64, reported by Nikolay Sturm. + 2004-09-16 Moritz Schulte * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E; Index: libgcrypt/cipher/serpent.c diff -u libgcrypt/cipher/serpent.c:1.4 libgcrypt/cipher/serpent.c:1.4.2.1 --- libgcrypt/cipher/serpent.c:1.4 Thu Dec 11 16:46:12 2003 +++ libgcrypt/cipher/serpent.c Wed Sep 15 20:46:34 2004 @@ -78,8 +78,8 @@ #define SBOX0(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t05, t06, t07, t08, t09; \ - register unsigned long t11, t12, t13, t14, t15, t17, t01; \ + u32_t t02, t03, t05, t06, t07, t08, t09; \ + u32_t t11, t12, t13, t14, t15, t17, t01; \ t01 = b ^ c ; \ t02 = a | d ; \ t03 = a ^ b ; \ @@ -102,8 +102,8 @@ #define SBOX0_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t08, t09, t10; \ - register unsigned long t12, t13, t14, t15, t17, t18, t01; \ + u32_t t02, t03, t04, t05, t06, t08, t09, t10; \ + u32_t t12, t13, t14, t15, t17, t18, t01; \ t01 = c ^ d ; \ t02 = a | b ; \ t03 = b | c ; \ @@ -127,8 +127,8 @@ #define SBOX1(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t08; \ - register unsigned long t10, t11, t12, t13, t16, t17, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t08; \ + u32_t t10, t11, t12, t13, t16, t17, t01; \ t01 = a | d ; \ t02 = c ^ d ; \ t03 = ~ b ; \ @@ -151,8 +151,8 @@ #define SBOX1_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t08; \ - register unsigned long t09, t10, t11, t14, t15, t17, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t08; \ + u32_t t09, t10, t11, t14, t15, t17, t01; \ t01 = a ^ b ; \ t02 = b | d ; \ t03 = a & c ; \ @@ -175,8 +175,8 @@ #define SBOX2(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t05, t06, t07, t08; \ - register unsigned long t09, t10, t12, t13, t14, t01; \ + u32_t t02, t03, t05, t06, t07, t08; \ + u32_t t09, t10, t12, t13, t14, t01; \ t01 = a | c ; \ t02 = a ^ b ; \ t03 = d ^ t01; \ @@ -197,8 +197,8 @@ #define SBOX2_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t06, t07, t08, t09; \ - register unsigned long t10, t11, t12, t15, t16, t17, t01; \ + u32_t t02, t03, t04, t06, t07, t08, t09; \ + u32_t t10, t11, t12, t15, t16, t17, t01; \ t01 = a ^ d ; \ t02 = c ^ d ; \ t03 = a & c ; \ @@ -221,8 +221,8 @@ #define SBOX3(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t08; \ - register unsigned long t09, t10, t11, t13, t14, t15, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t08; \ + u32_t t09, t10, t11, t13, t14, t15, t01; \ t01 = a ^ c ; \ t02 = a | d ; \ t03 = a & d ; \ @@ -245,8 +245,8 @@ #define SBOX3_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t09; \ - register unsigned long t11, t12, t13, t14, t16, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t09; \ + u32_t t11, t12, t13, t14, t16, t01; \ t01 = c | d ; \ t02 = a | d ; \ t03 = c ^ t02; \ @@ -268,8 +268,8 @@ #define SBOX4(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t08, t09; \ - register unsigned long t10, t11, t12, t13, t14, t15, t16, t01; \ + u32_t t02, t03, t04, t05, t06, t08, t09; \ + u32_t t10, t11, t12, t13, t14, t15, t16, t01; \ t01 = a | b ; \ t02 = b | c ; \ t03 = a ^ t02; \ @@ -293,8 +293,8 @@ #define SBOX4_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t09; \ - register unsigned long t10, t11, t12, t13, t15, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t09; \ + u32_t t10, t11, t12, t13, t15, t01; \ t01 = b | d ; \ t02 = c | d ; \ t03 = a & t01; \ @@ -316,8 +316,8 @@ #define SBOX5(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t07, t08, t09; \ - register unsigned long t10, t11, t12, t13, t14, t01; \ + u32_t t02, t03, t04, t05, t07, t08, t09; \ + u32_t t10, t11, t12, t13, t14, t01; \ t01 = b ^ d ; \ t02 = b | d ; \ t03 = a & t01; \ @@ -339,8 +339,8 @@ #define SBOX5_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t07, t08, t09; \ - register unsigned long t10, t12, t13, t15, t16, t01; \ + u32_t t02, t03, t04, t05, t07, t08, t09; \ + u32_t t10, t12, t13, t15, t16, t01; \ t01 = a & d ; \ t02 = c ^ t01; \ t03 = a ^ d ; \ @@ -362,8 +362,8 @@ #define SBOX6(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t07, t08, t09, t10; \ - register unsigned long t11, t12, t13, t15, t17, t18, t01; \ + u32_t t02, t03, t04, t05, t07, t08, t09, t10; \ + u32_t t11, t12, t13, t15, t17, t18, t01; \ t01 = a & d ; \ t02 = b ^ c ; \ t03 = a ^ d ; \ @@ -387,8 +387,8 @@ #define SBOX6_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t07, t08, t09; \ - register unsigned long t12, t13, t14, t15, t16, t17, t01; \ + u32_t t02, t03, t04, t05, t06, t07, t08, t09; \ + u32_t t12, t13, t14, t15, t16, t17, t01; \ t01 = a ^ c ; \ t02 = ~ c ; \ t03 = b & t01; \ @@ -412,8 +412,8 @@ #define SBOX7(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t05, t06, t08, t09, t10; \ - register unsigned long t11, t13, t14, t15, t16, t17, t01; \ + u32_t t02, t03, t04, t05, t06, t08, t09, t10; \ + u32_t t11, t13, t14, t15, t16, t17, t01; \ t01 = a & c ; \ t02 = ~ d ; \ t03 = a & t02; \ @@ -437,8 +437,8 @@ #define SBOX7_INVERSE(a, b, c, d, w, x, y, z) \ { \ - register unsigned long t02, t03, t04, t06, t07, t08, t09; \ - register unsigned long t10, t11, t13, t14, t15, t16, t01; \ + u32_t t02, t03, t04, t06, t07, t08, t09; \ + u32_t t10, t11, t13, t14, t15, t16, t01; \ t01 = a & b ; \ t02 = a | b ; \ t03 = c | t01; \ From cvs at cvs.gnupg.org Wed Sep 15 19:54:31 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Sep 15 19:54:36 2004 Subject: libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Wednesday, September 15, 2004 @ 21:01:18 Author: mo Path: /cvs/libgcrypt/libgcrypt/cipher Modified: ChangeLog pubkey.c 2004-09-11 Moritz Schulte * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E. -----------+ ChangeLog | 4 ++++ pubkey.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) Index: libgcrypt/cipher/ChangeLog diff -u libgcrypt/cipher/ChangeLog:1.220 libgcrypt/cipher/ChangeLog:1.221 --- libgcrypt/cipher/ChangeLog:1.220 Mon Aug 23 15:33:15 2004 +++ libgcrypt/cipher/ChangeLog Wed Sep 15 21:01:18 2004 @@ -1,3 +1,7 @@ +2004-09-11 Moritz Schulte + + * pubkey.c (pubkey_table): Added an alias entry for GCRY_PK_ELG_E. + 2004-08-23 Moritz Schulte * ac.c: Do not include . Index: libgcrypt/cipher/pubkey.c diff -u libgcrypt/cipher/pubkey.c:1.72 libgcrypt/cipher/pubkey.c:1.73 --- libgcrypt/cipher/pubkey.c:1.72 Mon Aug 23 14:15:35 2004 +++ libgcrypt/cipher/pubkey.c Wed Sep 15 21:01:18 2004 @@ -49,13 +49,14 @@ } pubkey_table[] = { #if USE_RSA - { &_gcry_pubkey_spec_rsa, GCRY_PK_RSA }, + { &_gcry_pubkey_spec_rsa, GCRY_PK_RSA }, #endif #if USE_ELGAMAL - { &_gcry_pubkey_spec_elg, GCRY_PK_ELG }, + { &_gcry_pubkey_spec_elg, GCRY_PK_ELG }, + { &_gcry_pubkey_spec_elg, GCRY_PK_ELG_E }, #endif #if USE_DSA - { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA }, + { &_gcry_pubkey_spec_dsa, GCRY_PK_DSA }, #endif { NULL, 0 }, }; From cvs at cvs.gnupg.org Wed Sep 15 20:33:14 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 15 20:33:22 2004 Subject: gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Wednesday, September 15, 2004 @ 20:33:14 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS configure.ac * configure.ac: Give warning when using capabilities. Check for usb_get_string_simple for old libusb reasons. --------------+ ChangeLog | 5 +++++ NEWS | 8 +++++--- configure.ac | 9 ++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Sep 15 20:41:36 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 15 20:41:43 2004 Subject: gnupg/g10 (ChangeLog ccid-driver.c gpgv.c misc.c) Message-ID: Date: Wednesday, September 15, 2004 @ 20:41:36 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog ccid-driver.c gpgv.c misc.c * gpgv.c (agent_scd_getattr): Stub. * misc.c (get_signature_count): New. Get the signature count from a smartcard. (pct_expando): Call it here so the %c expando becomes the number of signatures issued. This allows for notations or the like with an automatic signature count. * ccid-driver.c (usb_get_string_simple): Replacement function to work with older libusb. ---------------+ ChangeLog | 13 +++++++++++++ ccid-driver.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gpgv.c | 3 +++ misc.c | 26 ++++++++++++++++++++++++++ 4 files changed, 98 insertions(+) From cvs at cvs.gnupg.org Wed Sep 15 21:29:23 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Sep 15 21:29:29 2004 Subject: libgcrypt/tests (ChangeLog pkbench.c) Message-ID: Date: Wednesday, September 15, 2004 @ 22:36:11 Author: mo Path: /cvs/libgcrypt/libgcrypt/tests Modified: ChangeLog pkbench.c 2004-09-15 Moritz Schulte * pkbench.c: Include . -----------+ ChangeLog | 4 ++++ pkbench.c | 1 + 2 files changed, 5 insertions(+) Index: libgcrypt/tests/ChangeLog diff -u libgcrypt/tests/ChangeLog:1.52 libgcrypt/tests/ChangeLog:1.53 --- libgcrypt/tests/ChangeLog:1.52 Tue Aug 24 21:56:25 2004 +++ libgcrypt/tests/ChangeLog Wed Sep 15 22:36:10 2004 @@ -1,3 +1,7 @@ +2004-09-15 Moritz Schulte + + * pkbench.c: Include . + 2004-08-24 Moritz Schulte * pkbench.c (context_init): Improve generation of test data. Index: libgcrypt/tests/pkbench.c diff -u libgcrypt/tests/pkbench.c:1.2 libgcrypt/tests/pkbench.c:1.3 --- libgcrypt/tests/pkbench.c:1.2 Tue Aug 24 21:56:25 2004 +++ libgcrypt/tests/pkbench.c Wed Sep 15 22:36:10 2004 @@ -27,6 +27,7 @@ #include #include #include +#include typedef struct context { From cvs at cvs.gnupg.org Wed Sep 15 23:39:42 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Thu Sep 16 00:00:18 2004 Subject: libgcrypt/tests (Makefile.am) Message-ID: Date: Thursday, September 16, 2004 @ 00:46:30 Author: mo Path: /cvs/libgcrypt/libgcrypt/tests Modified: Makefile.am Removed `mpi' from TESTS, which was added unintenionally. -------------+ Makefile.am | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: libgcrypt/tests/Makefile.am diff -u libgcrypt/tests/Makefile.am:1.18 libgcrypt/tests/Makefile.am:1.19 --- libgcrypt/tests/Makefile.am:1.18 Tue Aug 24 21:56:25 2004 +++ libgcrypt/tests/Makefile.am Thu Sep 16 00:46:30 2004 @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in -TESTS = prime register ac basic tsexp keygen pubkey benchmark pkbench mpi +TESTS = prime register ac basic tsexp keygen pubkey benchmark pkbench INCLUDES = -I$(top_srcdir)/src LDADD = ../src/libgcrypt.la From cvs at cvs.gnupg.org Thu Sep 16 15:35:38 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 16 15:35:44 2004 Subject: gnupg/doc (ChangeLog DETAILS gpg.sgml) Message-ID: Date: Thursday, September 16, 2004 @ 15:35:38 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog DETAILS gpg.sgml * DETAILS: Document the 'spk' signature subpacket record. Add more detail on "tru" records. * gpg.sgml: Note that PGP scales photo IDs to fit in the dialog box. Document show-sig-subpackets. Document the '%c' signature counter expando. -----------+ ChangeLog | 9 +++++++++ DETAILS | 31 +++++++++++++++++++++++++------ gpg.sgml | 20 +++++++++++++++++--- 3 files changed, 51 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Thu Sep 16 21:46:44 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 16 21:46:48 2004 Subject: libgpg-error (THANKS) Message-ID: Date: Thursday, September 16, 2004 @ 21:46:44 Author: marcus Path: /cvs/gnupg/libgpg-error Added: THANKS Initial check-in. --------+ THANKS | 13 +++++++++++++ 1 files changed, 13 insertions(+) From cvs at cvs.gnupg.org Thu Sep 16 22:07:42 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 16 22:07:48 2004 Subject: gnupg/g10 (ChangeLog keyedit.c keygen.c) Message-ID: Date: Thursday, September 16, 2004 @ 22:07:42 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c keygen.c * keygen.c (keygen_add_keyserver_url), keyedit.c (menu_set_keyserver_url): Allow setting a keyserver URL of "none" to remove an existing keyserver URL. -----------+ ChangeLog | 4 ++++ keyedit.c | 40 ++++++++++++++++++++++++++-------------- keygen.c | 5 ++++- 3 files changed, 34 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Thu Sep 16 21:53:06 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 16 22:08:12 2004 Subject: gnupg/g10 (ChangeLog keyedit.c) Message-ID: Date: Thursday, September 16, 2004 @ 21:53:06 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c * keyedit.c (menu_set_keyserver_url): Confirm replacement of a keyserver URL before overwriting the old one. -----------+ ChangeLog | 5 +++++ keyedit.c | 29 ++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Thu Sep 16 22:55:09 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 16 22:55:14 2004 Subject: gnupg/g10 (ChangeLog keyedit.c) Message-ID: Date: Thursday, September 16, 2004 @ 22:55:09 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c * keyedit.c (show_key_with_all_names, show_prefs): Show preferred keyserver(s) in "showpref" output. -----------+ ChangeLog | 3 +++ keyedit.c | 37 ++++++++++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Fri Sep 17 00:17:51 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri Sep 17 00:17:56 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Friday, September 17, 2004 @ 00:17:51 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-09-17 Marcus Brinkmann * configure.ac: Disable AC_CONFIG_MACRO_DIR for now. --------------+ ChangeLog | 4 ++++ configure.ac | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Sep 17 00:21:49 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri Sep 17 00:21:53 2004 Subject: gpgme (TODO) Message-ID: Date: Friday, September 17, 2004 @ 00:21:49 Author: marcus Path: /cvs/gnupg/gpgme Modified: TODO Add entry about AC_CONFIG_MACRO_DIR. ------+ TODO | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Sep 17 15:57:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 17 15:57:36 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Friday, September 17, 2004 @ 15:57:29 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog apdu.c ccid-driver.c ccid-driver.h g10.c * configure.ac: Don't check for usb_create_match or use_get_string_simple anymore. * g10.c (list_config): New config option ccid-reader-id. (gpgconf_list): Add "reader-port". * apdu.c (open_ccid_reader): New arg PORTSTR. Pass it to ccid_open_reader. (apdu_open_reader): Pass portstr to open_ccid_reader. * ccid-driver.c (ccid_get_reader_list): New. (ccid_open_reader): Changed API to take a string for the reader. Removed al the cruft for the libusb development vesion which seems not to be maintained anymore and there are no packages anyway. The stable library works just fine. (struct ccid_reader_id_s): Deleted and replaced everywhere by a simple string. (usb_get_string_simple): Removed. (bulk_in): Do valgrind hack here and not just everywhere. ---------------+ ChangeLog | 19 + apdu.c | 7 ccid-driver.c | 870 +++++++++++++++++++++++++++++++++++++------------------- ccid-driver.h | 5 g10.c | 16 + 5 files changed, 622 insertions(+), 295 deletions(-) From cvs at cvs.gnupg.org Fri Sep 17 15:57:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 17 15:57:45 2004 Subject: gnupg (ChangeLog configure.ac) Message-ID: Date: Friday, September 17, 2004 @ 15:57:29 Author: werner Path: /cvs/gnupg/gnupg Modified: ChangeLog configure.ac * configure.ac: Don't check for usb_create_match or use_get_string_simple anymore. * g10.c (list_config): New config option ccid-reader-id. (gpgconf_list): Add "reader-port". * apdu.c (open_ccid_reader): New arg PORTSTR. Pass it to ccid_open_reader. (apdu_open_reader): Pass portstr to open_ccid_reader. * ccid-driver.c (ccid_get_reader_list): New. (ccid_open_reader): Changed API to take a string for the reader. Removed al the cruft for the libusb development vesion which seems not to be maintained anymore and there are no packages anyway. The stable library works just fine. (struct ccid_reader_id_s): Deleted and replaced everywhere by a simple string. (usb_get_string_simple): Removed. (bulk_in): Do valgrind hack here and not just everywhere. --------------+ ChangeLog | 5 +++++ configure.ac | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Fri Sep 17 16:26:50 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Sep 17 16:26:55 2004 Subject: gnupg/g10 (ChangeLog apdu.c ccid-driver.c) Message-ID: Date: Friday, September 17, 2004 @ 16:26:50 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog apdu.c ccid-driver.c (apdu_open_reader): No fallback if a full CCID reader id has been Removed test code from ccid-driver.c ---------------+ ChangeLog | 2 apdu.c | 10 ++ ccid-driver.c | 247 ++------------------------------------------------------ 3 files changed, 21 insertions(+), 238 deletions(-) From cvs at cvs.gnupg.org Mon Sep 20 15:15:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 15:15:43 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Monday, September 20, 2004 @ 15:15:38 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog apdu.c apdu.h cardglue.c ccid-driver.c ccid-driver.h * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto. * ccid-driver.c (do_close_reader): Factored some code out from ... (ccid_close_reader): ..here. (ccid_shutdown_reader): New. * apdu.c (apdu_shutdown_reader): New. (shutdown_ccid_reader): New. ---------------+ ChangeLog | 12 ++++ apdu.c | 24 +++++++++ apdu.h | 1 cardglue.c | 40 +++++++++++---- ccid-driver.c | 144 +++++++++++++++++++++++++++++++++++++++++++------------- ccid-driver.h | 1 6 files changed, 179 insertions(+), 43 deletions(-) From cvs at cvs.gnupg.org Mon Sep 20 20:38:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:38:46 2004 Subject: gnupg/g10 (8 files) Message-ID: Date: Monday, September 20, 2004 @ 20:38:38 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog card-util.c cardglue.c g10.c keyedit.c keygen.c keylist.c main.h * gpg.sgml: Document -K. * g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto. -------------+ ChangeLog | 11 ++++ card-util.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++ cardglue.c | 4 - g10.c | 2 keyedit.c | 35 +++++++++++++++ keygen.c | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- keylist.c | 44 +++++++++++++++++++ main.h | 5 ++ 8 files changed, 333 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Mon Sep 20 20:38:39 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:38:53 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Monday, September 20, 2004 @ 20:38:39 Author: werner Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Document -K. * g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto. -----------+ ChangeLog | 4 ++++ gpg.sgml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 20 20:38:40 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:39:01 2004 Subject: gnupg (NEWS TODO) Message-ID: Date: Monday, September 20, 2004 @ 20:38:40 Author: werner Path: /cvs/gnupg/gnupg Modified: NEWS TODO * gpg.sgml: Document -K. * g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto. ------+ NEWS | 8 +++++++- TODO | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 20 20:47:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:47:17 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certchain.c) Message-ID: Date: Monday, September 20, 2004 @ 20:47:10 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certchain.c (show_key_with_all_names): Print the card S/N. * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno. -------------+ ChangeLog | 6 ++++++ certchain.c | 15 ++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon Sep 20 20:47:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:47:26 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-openpgp.c) Message-ID: Date: Monday, September 20, 2004 @ 20:47:10 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-openpgp.c (show_key_with_all_names): Print the card S/N. * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno. ---------------+ ChangeLog | 5 +++++ app-openpgp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 20 20:47:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 20 20:47:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog keyedit.c) Message-ID: Date: Monday, September 20, 2004 @ 20:47:11 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keyedit.c (show_key_with_all_names): Print the card S/N. * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno. -----------+ ChangeLog | 4 ++++ keyedit.c | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) From cvs at cvs.gnupg.org Tue Sep 21 11:11:52 2004 From: cvs at cvs.gnupg.org (cvs user wk) Date: Tue Sep 21 11:11:57 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog sexp.c) Message-ID: Date: Tuesday, September 21, 2004 @ 12:19:11 Author: wk Path: /cvs/libgcrypt/libgcrypt/src Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog sexp.c (sexp_sscan): Removed c++ style commets. Noted by Yoann Vandoorselaere. -----------+ ChangeLog | 5 +++++ sexp.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) Index: libgcrypt/src/ChangeLog diff -u libgcrypt/src/ChangeLog:1.151.2.5 libgcrypt/src/ChangeLog:1.151.2.6 --- libgcrypt/src/ChangeLog:1.151.2.5 Wed Sep 15 12:23:04 2004 +++ libgcrypt/src/ChangeLog Tue Sep 21 12:19:11 2004 @@ -1,3 +1,8 @@ +2004-09-21 Werner Koch + + * sexp.c (sexp_sscan): Removed c++ style commets. Noted by Yoann + Vandoorselaere. + 2004-09-15 Werner Koch * global.c (gcry_control): Adjusted random into call for the Index: libgcrypt/src/sexp.c diff -u libgcrypt/src/sexp.c:1.40 libgcrypt/src/sexp.c:1.40.2.1 --- libgcrypt/src/sexp.c:1.40 Tue Feb 3 13:13:16 2004 +++ libgcrypt/src/sexp.c Tue Sep 21 12:19:11 2004 @@ -973,7 +973,6 @@ *erroff = p - buffer; /* Invalid octal value. */ err = GPG_ERR_SEXP_BAD_QUOTATION; - //return gcry_error (GPG_ERR_SEXP_BAD_QUOTATION); } p += 2; n -= 2; @@ -986,7 +985,6 @@ *erroff = p - buffer; /* Invalid hex value. */ err = GPG_ERR_SEXP_BAD_QUOTATION; - //return gcry_error (GPG_ERR_SEXP_BAD_QUOTATION); } p += 2; n -= 2; From cvs at cvs.gnupg.org Wed Sep 22 00:24:48 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 22 00:24:53 2004 Subject: gnupg/g10 (ChangeLog keydb.h keyedit.c keyserver.c) Message-ID: Date: Wednesday, September 22, 2004 @ 00:24:48 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keydb.h keyedit.c keyserver.c * keyedit.c (keyedit_menu): Don't show "addcardkey" in the menu if we do not have card support. * keydb.h, keyserver.c (print_keyrec, keyserver_spawn): fpr is an array of unsigned bytes. -------------+ ChangeLog | 8 ++++++++ keydb.h | 2 +- keyedit.c | 2 ++ keyserver.c | 8 ++++---- 4 files changed, 15 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Wed Sep 22 05:16:41 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 22 05:16:46 2004 Subject: gnupg/g10 (ChangeLog keyedit.c mainproc.c) Message-ID: Date: Wednesday, September 22, 2004 @ 05:16:41 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c mainproc.c * mainproc.c (check_sig_and_print), keyedit.c (show_prefs, menu_set_keyserver_url): Make sure that keyserver URLs with control characters inside are printed properly. In fact, handle them as UTF8. ------------+ ChangeLog | 5 +++++ keyedit.c | 14 +++++++++----- mainproc.c | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Thu Sep 23 15:32:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 23 15:32:37 2004 Subject: gnupg/g10 (12 files) Message-ID: Date: Thursday, September 23, 2004 @ 15:32:31 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog apdu.c app-common.h app-openpgp.c card-util.c cardglue.c cardglue.h keydb.h keyedit.c keygen.c keyid.c main.h * gpg.sgml: Document "addcardkey" and "keytocard". * apdu.c (open_pcsc_reader): Do not print empty reader string. * keygen.c (ask_algo): Allow creation of AUTH keys. * keyid.c (usagestr_from_pk): New. * app-openpgp.c (app_openpgp_storekey): Call flush_cache. * keyedit.c (keyedit_menu): New command "keytocard" (keyedit_menu): Bad hack for the not_with_sk element. (show_key_with_all_names): Print the usage. (find_pk_from_sknode): New. * card-util.c (card_store_subkey): New. (copy_mpi): New. * cardglue.c (agent_openpgp_storekey): New. ---------------+ ChangeLog | 27 +++ apdu.c | 3 app-common.h | 6 app-openpgp.c | 2 card-util.c | 478 +++++++++++++++++++++++++++++++++++++++++++------------- cardglue.c | 19 ++ cardglue.h | 6 keydb.h | 1 keyedit.c | 77 ++++++++- keygen.c | 28 +++ keyid.c | 29 +++ main.h | 1 12 files changed, 563 insertions(+), 114 deletions(-) From cvs at cvs.gnupg.org Thu Sep 23 15:32:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 23 15:32:45 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Thursday, September 23, 2004 @ 15:32:31 Author: werner Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Document "addcardkey" and "keytocard". * apdu.c (open_pcsc_reader): Do not print empty reader string. * keygen.c (ask_algo): Allow creation of AUTH keys. * keyid.c (usagestr_from_pk): New. * app-openpgp.c (app_openpgp_storekey): Call flush_cache. * keyedit.c (keyedit_menu): New command "keytocard" (keyedit_menu): Bad hack for the not_with_sk element. (show_key_with_all_names): Print the usage. (find_pk_from_sknode): New. * card-util.c (card_store_subkey): New. (copy_mpi): New. * cardglue.c (agent_openpgp_storekey): New. -----------+ ChangeLog | 4 ++++ gpg.sgml | 11 +++++++++++ 2 files changed, 15 insertions(+) From cvs at cvs.gnupg.org Thu Sep 23 15:32:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 23 15:32:52 2004 Subject: gnupg (NEWS) Message-ID: Date: Thursday, September 23, 2004 @ 15:32:32 Author: werner Path: /cvs/gnupg/gnupg Modified: NEWS * gpg.sgml: Document "addcardkey" and "keytocard". * apdu.c (open_pcsc_reader): Do not print empty reader string. * keygen.c (ask_algo): Allow creation of AUTH keys. * keyid.c (usagestr_from_pk): New. * app-openpgp.c (app_openpgp_storekey): Call flush_cache. * keyedit.c (keyedit_menu): New command "keytocard" (keyedit_menu): Bad hack for the not_with_sk element. (show_key_with_all_names): Print the usage. (find_pk_from_sknode): New. * card-util.c (card_store_subkey): New. (copy_mpi): New. * cardglue.c (agent_openpgp_storekey): New. ------+ NEWS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 23 19:54:26 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 23 19:54:31 2004 Subject: gpgme/gpgme (ChangeLog data-stream.c data.c data.h) Message-ID: Date: Thursday, September 23, 2004 @ 19:54:26 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog data-stream.c data.c data.h 2004-09-23 Marcus Brinkmann * data-stream.c (stream_seek): Call ftello and return the current offset. * data.h (struct gpgme_data): Change type of data.mem.offset to off_t. * data.c (gpgme_data_seek): Check dh->cbs->seek callback, not read callback. If SEEK_CUR, adjust the offset by the pending buffer size. Clear pending buffer on success. ---------------+ ChangeLog | 10 ++++++++++ data-stream.c | 11 +++++++++-- data.c | 14 ++++++++++++-- data.h | 2 +- 4 files changed, 32 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Sep 23 21:23:33 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 23 21:23:38 2004 Subject: gpgme/gpgme (ChangeLog data.c) Message-ID: Date: Thursday, September 23, 2004 @ 21:23:33 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog data.c 2004-09-23 Marcus Brinkmann * data.c (_gpgme_data_outbound_handler): Close the file descriptor if we get an EPIPE. -----------+ ChangeLog | 4 ++++ data.c | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 23 21:34:45 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 23 21:34:52 2004 Subject: gnupg/cipher (ChangeLog rsa.c) Message-ID: Date: Thursday, September 23, 2004 @ 21:34:45 Author: werner Path: /cvs/gnupg/gnupg/cipher Modified: ChangeLog rsa.c Note: I have not fully tested the new key creation due to a pc/sc error. However the backupfile has been created successfully. * rsa.c (rsa_generate): Return the dummy list of factors only if the caller asked for it. * card_util.c (generate_card_keys): ask whether backup should be created. (card_store_subkey): Factored some code out to .. * keygen.c (save_unprotected_key_to_card): .. new function. (gen_card_key_with_backup): New. (generate_raw_key): New. (generate_keypair): New arg BACKUP_ENCRYPTION_DIR. Changed all callers. (do_generate_keypair): Divert to gen_card_key_with_backup when desired. -----------+ ChangeLog | 5 +++++ rsa.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 23 21:34:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 23 21:35:00 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Thursday, September 23, 2004 @ 21:34:44 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c card-util.c g10.c keygen.c main.h Note: I have not fully tested the new key creation due to a pc/sc error. However the backupfile has been created successfully. * rsa.c (rsa_generate): Return the dummy list of factors only if the caller asked for it. * card_util.c (generate_card_keys): ask whether backup should be created. (card_store_subkey): Factored some code out to .. * keygen.c (save_unprotected_key_to_card): .. new function. (gen_card_key_with_backup): New. (generate_raw_key): New. (generate_keypair): New arg BACKUP_ENCRYPTION_DIR. Changed all callers. (do_generate_keypair): Divert to gen_card_key_with_backup when desired. ---------------+ ChangeLog | 15 + app-openpgp.c | 124 +++++++--- card-util.c | 135 ----------- g10.c | 4 keygen.c | 671 ++++++++++++++++++++++++++++++++++++++++++++------------ main.h | 4 6 files changed, 642 insertions(+), 311 deletions(-) From cvs at cvs.gnupg.org Fri Sep 24 16:34:46 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Sep 24 16:34:54 2004 Subject: gnupg/g10 (ChangeLog gpgv.c keyedit.c keygen.c) Message-ID: Date: Friday, September 24, 2004 @ 16:34:46 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog gpgv.c keyedit.c keygen.c * keyedit.c (keyedit_menu), gpgv.c (agent_scd_getattr (stub)), keygen.c (copy_mpi, generate_raw_key): Fix a compile problem and a few warnings when building without card support. -----------+ ChangeLog | 6 +++++ gpgv.c | 2 + keyedit.c | 64 ++++++++++++++++++++++++++++++------------------------------ keygen.c | 7 +++--- 4 files changed, 45 insertions(+), 34 deletions(-) From cvs at cvs.gnupg.org Fri Sep 24 22:34:38 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Sep 24 22:34:45 2004 Subject: gnupg/g10 (12 files) Message-ID: Date: Friday, September 24, 2004 @ 22:34:38 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog armor.c cardglue.c encode.c g10.c getkey.c import.c keyedit.c keygen.c main.h passphrase.c sign.c * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set opt.s2k_digest_algo. This helps fix a problem with PGP 2.x encrypted symmetric messages. Change all callers (encode.c, g10.c, keyedit.c, keygen.c, passphrase.c, sign.c). * armor.c, cardglue.c, getkey.c, import.c, keygen.c: Be consistent in some more quoted strings. Always use 'user ID', not 'user id', "quotes" for user IDs, etc. --------------+ ChangeLog | 9 +++++++++ armor.c | 12 ++++++------ cardglue.c | 2 +- encode.c | 4 ++-- g10.c | 9 +++------ getkey.c | 4 ++-- import.c | 10 +++++----- keyedit.c | 2 +- keygen.c | 10 +++++----- main.h | 13 +++++++++---- passphrase.c | 2 +- sign.c | 2 +- 12 files changed, 45 insertions(+), 34 deletions(-) From cvs at cvs.gnupg.org Sat Sep 25 15:04:55 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Sep 25 15:05:01 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Saturday, September 25, 2004 @ 15:04:55 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c card-util.c g10.c main.h options.h * main.h, g10.c (main), card-util.c (change_pin): If "admin" has not been issued, skip right to the CHV1/CHV2 PIN change. No need to show the unblock or admin PIN change option. (card_edit): Add "admin" command to add admin commands to the menu. Do not allow admin commands until "admin" is given. * app-openpgp.c (verify_chv3): Show a countdown of how many wrong admin PINs can be entered before the card is locked. * options.h, g10.c (main), app-openpgp.c (verify_chv3): Remove --allow-admin. ---------------+ ChangeLog | 14 ++++ app-openpgp.c | 28 ++++++-- card-util.c | 180 ++++++++++++++++++++++++++++++++------------------------ g10.c | 12 --- main.h | 2 options.h | 1 6 files changed, 143 insertions(+), 94 deletions(-) From cvs at cvs.gnupg.org Sun Sep 26 23:48:13 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Sun Sep 26 23:48:19 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog agent.h command.c pksign.c) Message-ID: Date: Sunday, September 26, 2004 @ 23:48:13 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog agent.h command.c pksign.c 2004-09-25 Moritz Schulte * agent.h: Declare: agent_pksign_do. (struct server_control_s): New member: raw_value. * pksign.c (do_encode_md): New argument: raw_value; support generation of raw (non-pkcs1) data objects; adjust callers. (agent_pksign_do): New function, based on code ripped out from agent_pksign. (agent_pksign): Use agent_pksign_do. * command.c (start_command_handler): Set ctrl.digest.raw_value. -----------+ ChangeLog | 13 +++++ agent.h | 3 + command.c | 1 pksign.c | 136 ++++++++++++++++++++++++++++++++++++++++++------------------ 4 files changed, 113 insertions(+), 40 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 08:45:09 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Sep 27 08:45:14 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (7 files) Message-ID: Date: Monday, September 27, 2004 @ 08:45:09 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog agent.h command-ssh.c command.c gpg-agent.c pksign.c query.c 2004-09-27 Moritz Schulte **MERGED FROM MAIN BRANCH, RE-PATCHED** * command-ssh.c: New file. * findkey.c (modify_description): New function. (agent_key_from_file): New variables: comment, comment_sexp, comment_length, desc_text_modified; extract comment from S-Exp, pass modified version to unprotect(). * agent.h: Declare: start_command_handler_ssh. (struct opt): New member: ssh_support. * gpg-agent.c: Include . New configuration option: ssh-support. (socket_name_ssh): New variabel. (handle_connections): Additional argument: listen_fd_ssh. Accept connections on both sockets, call start_connection_thread_ssh for connections on listen_fd_ssh. (start_connection_thread_ssh): New function. (cleanup_do): New functions, basically old cleanup function. (cleanup): Call cleanup_do for socket_name and socket_name_ssh. (server_socket_create): New function ... (main): ... use it. (main): Generate environment entries for ssh. * query.c (start_pinentry): Accept CTRL being NULL. ---------------+ ChangeLog | 115 +- agent.h | 4 command-ssh.c | 2400 ++++++++++++++++++++++++++++++++++---------------------- command.c | 1 gpg-agent.c | 117 ++ pksign.c | 53 - query.c | 28 7 files changed, 1691 insertions(+), 1027 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 08:47:56 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Sep 27 08:48:00 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (6 files) Message-ID: Date: Monday, September 27, 2004 @ 08:47:56 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Added: estream.c estream.h Modified: ChangeLog Removed: gpg-stream-config.h gpg-stream.c gpg-stream.h Added Libestream. ---------------------+ ChangeLog | 2 estream.c | 2376 ++++++++++++++++++++++++++++++++++++++++++++++++++ estream.h | 159 +++ gpg-stream-config.h | 41 gpg-stream.c | 1440 ------------------------------ gpg-stream.h | 166 --- 6 files changed, 2536 insertions(+), 1648 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 11:42:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 27 11:42:32 2004 Subject: gnupg/g10 (ChangeLog app-openpgp.c) Message-ID: Date: Monday, September 27, 2004 @ 11:42:26 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c We need to take care that several files are also used in gnupg 1.9 and there by the scdaemon which is a bit different to the direct integration in gpg 1.3. In general they should all be maintained in 1.9 but while preparing 1.4 its okay to do it in 1.3. We just need to take some care not to break 1.9 to heavily. app-openpgp.c: Made all strings translatable. (verify_chv3) [GNUPG_MAJOR_VERSION]: Make opt.allow_admin available for use in gnupg 2. (verify_chv3): Reimplemented countdown showing to use only functions from this module. ---------------+ ChangeLog | 8 ++++ app-openpgp.c | 100 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 67 insertions(+), 41 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 14:56:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 27 14:56:10 2004 Subject: gnupg/g10 (ChangeLog app-openpgp.c card-util.c) Message-ID: Date: Monday, September 27, 2004 @ 14:56:05 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c card-util.c * card-util.c (card_edit): Take admin only status from the table. * app-openpgp.c: Made all strings translatable. (verify_chv3) [GNUPG_MAJOR_VERSION]: Make opt.allow_admin available for use in gnupg 2. (verify_chv3): Reimplemented countdown showing to use only functions from this module. Flush the CVH status cache on a successful read. (get_one_do): Hack to bypass the cache for cards versions > 1.0. (store_fpr): Store the creation date for card version > 1.0. ---------------+ ChangeLog | 7 ++++ app-openpgp.c | 79 ++++++++++++++++++++++++++++++++++++++++++-------------- card-util.c | 62 +++++++++++++++++++------------------------ 3 files changed, 94 insertions(+), 54 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 15:47:00 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 27 15:47:05 2004 Subject: libassuan (6 files) Message-ID: Date: Monday, September 27, 2004 @ 15:47:00 Author: werner Path: /cvs/gnupg/libassuan Added: config.guess config.sub Modified: ChangeLog NEWS README configure.ac about to release 0.6.7 --------------+ ChangeLog | 4 NEWS | 4 README | 7 config.guess | 1441 ++++++++++++++++++++++++++++++++++++++++++++++++++++ config.sub | 1552 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 6 files changed, 3005 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Mon Sep 27 15:58:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Sep 27 15:58:30 2004 Subject: libassuan (NEWS configure.ac) Message-ID: Date: Monday, September 27, 2004 @ 15:58:26 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS configure.ac . --------------+ NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 27 17:23:26 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Sep 27 17:23:31 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Monday, September 27, 2004 @ 17:23:26 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-09-27 Marcus Brinkmann * gpgme.texi: Update copyright year for tex version. ------------+ ChangeLog | 4 ++++ gpgme.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 27 22:24:48 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Sep 27 22:27:50 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Monday, September 27, 2004 @ 22:24:48 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-09-27 Marcus Brinkmann * gpgme.texi (Passphrase Callback): Document GPG_ERR_NOT_IMPLEMENTED. ------------+ ChangeLog | 3 +++ gpgme.texi | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Sep 27 22:56:55 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Sep 27 22:57:00 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (Makefile.am) Message-ID: Date: Monday, September 27, 2004 @ 22:56:55 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: Makefile.am -------------+ Makefile.am | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 28 10:35:47 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Sep 28 10:35:53 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (findkey.c) Message-ID: Date: Tuesday, September 28, 2004 @ 10:35:47 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: findkey.c Use gcry_malloc instead of malloc where appropriate. -----------+ findkey.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 28 13:42:06 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Sep 28 13:42:11 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Tuesday, September 28, 2004 @ 13:42:06 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-09-28 Marcus Brinkmann * gpgme.texi (Passphrase Callback): Fix last change. ------------+ ChangeLog | 4 ++++ gpgme.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 28 16:12:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Sep 28 16:12:16 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog protect.c) Message-ID: Date: Tuesday, September 28, 2004 @ 16:12:10 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog protect.c (agent_unprotect): Fixed wiping of CLEARTEXT. Thanks to Moritz for pointing this out. -----------+ ChangeLog | 5 +++++ protect.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Sep 28 16:50:05 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Sep 28 16:50:11 2004 Subject: gnupg/g10 (ChangeLog keyserver.c signal.c) Message-ID: Date: Tuesday, September 28, 2004 @ 16:50:05 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c signal.c * signal.c (got_fatal_signal): HAVE_DECL_SYS_SIGLIST is defined, but zero if not found. Noted by John Clizbe. * keyserver.c (parse_keyrec): Fix problem with non-expiring keys appearing expired in --search-keys results. -------------+ ChangeLog | 8 ++++++++ keyserver.c | 6 +++--- signal.c | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 01:15:39 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Sep 29 01:15:44 2004 Subject: gpgme/gpgme (ChangeLog gpgme.h) Message-ID: Date: Wednesday, September 29, 2004 @ 01:15:39 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.h doc/ 2004-09-29 Marcus Brinkmann * gpgme.texi (Key Management): Change type of keylist_mode in gpgme_key_t to gpgme_keylist_mode_t. gpgme/ 2004-09-29 Marcus Brinkmann * gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG, GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET, (GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN, GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from enum to macros. (gpgme_keylist_mode_t): Define as unsigned int. (gpgme_key_t): Change type of keylist_mode to gpgme_keylist_mode_t. -----------+ ChangeLog | 11 +++++++++++ gpgme.h | 44 +++++++++++++++++++------------------------- 2 files changed, 30 insertions(+), 25 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 01:15:39 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Sep 29 01:15:51 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Wednesday, September 29, 2004 @ 01:15:39 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi doc/ 2004-09-29 Marcus Brinkmann * gpgme.texi (Key Management): Change type of keylist_mode in gpgme_key_t to gpgme_keylist_mode_t. gpgme/ 2004-09-29 Marcus Brinkmann * gpgme.h (GPGME_IMPORT_NEW, GPGME_IMPORT_UID, GPGME_IMPORT_SIG, GPGME_IMPORT_SUBKEY, GPGME_IMPORT_SECRET, (GPGME_KEYLIST_MODE_LOCAL, GPGME_KEYLIST_MODERN_EXTERN, GPGME_KEYLIST_MODE_SIGS, GPGME_KEYLIST_MODE_VALIDATE): Change from enum to macros. (gpgme_keylist_mode_t): Define as unsigned int. (gpgme_key_t): Change type of keylist_mode to gpgme_keylist_mode_t. ------------+ ChangeLog | 5 +++++ gpgme.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Sep 29 01:25:35 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Sep 29 01:25:39 2004 Subject: gpgme (TODO) Message-ID: Date: Wednesday, September 29, 2004 @ 01:25:35 Author: marcus Path: /cvs/gnupg/gpgme Modified: TODO Update some entries. ------+ TODO | 12 +----------- 1 files changed, 1 insertion(+), 11 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 05:21:05 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 29 05:21:12 2004 Subject: gnupg/g10 (ChangeLog keyedit.c) Message-ID: Date: Wednesday, September 29, 2004 @ 05:21:05 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c * keyedit.c (print_and_check_one_sig): Account for the extra space that show-sig-expire takes up so we do not wrap lines. (show_key_with_all_names): No need to show subkey revocations as a seperate line since we now show revocation date in the main subkey line. -----------+ ChangeLog | 6 ++++++ keyedit.c | 19 +++---------------- 2 files changed, 9 insertions(+), 16 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 13:04:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 13:04:38 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (6 files) Message-ID: Date: Wednesday, September 29, 2004 @ 13:04:30 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Added: tools.texi Modified: ChangeLog Makefile.am Notes gnupg.texi gpg-agent.texi Changed license of the manual stuff to GPL. * gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi. ----------------+ ChangeLog | 9 ++++++ Makefile.am | 4 +- Notes | 3 ++ gnupg.texi | 26 +++++-------------- gpg-agent.texi | 2 - tools.texi | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 15:50:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 15:50:38 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog export.c import.c) Message-ID: Date: Wednesday, September 29, 2004 @ 15:50:30 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog export.c import.c * minip12.c (parse_bag_encrypted_data): Print error if a bad passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise. -----------+ ChangeLog | 6 ++++++ export.c | 33 +++++++++++++++++++++++++++++---- import.c | 32 ++++++++++++++++++++++++++------ 3 files changed, 61 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 15:50:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 15:50:44 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog gpg-agent.texi) Message-ID: Date: Wednesday, September 29, 2004 @ 15:50:30 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.texi * minip12.c (parse_bag_encrypted_data): Print error if a bad passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise. ----------------+ ChangeLog | 3 +++ gpg-agent.texi | 8 ++++++++ 2 files changed, 11 insertions(+) From cvs at cvs.gnupg.org Wed Sep 29 15:50:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 15:50:52 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog minip12.c protect-tool.c) Message-ID: Date: Wednesday, September 29, 2004 @ 15:50:31 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog minip12.c protect-tool.c * minip12.c (parse_bag_encrypted_data): Print error if a bad passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise. ----------------+ ChangeLog | 5 +++++ minip12.c | 27 +++++++++++++++++++++------ protect-tool.c | 2 ++ 3 files changed, 28 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 15:50:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 15:51:01 2004 Subject: GNUPG-1-9-BRANCH gnupg (TODO) Message-ID: Date: Wednesday, September 29, 2004 @ 15:50:32 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: TODO * minip12.c (parse_bag_encrypted_data): Print error if a bad passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise. ------+ TODO | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Sep 29 16:28:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 16:28:26 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (de.po) Message-ID: Date: Wednesday, September 29, 2004 @ 16:28:16 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: de.po Fuzzy fixes -------+ de.po | 401 ++++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 214 insertions(+), 187 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 18:16:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 18:16:32 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (de.po) Message-ID: Date: Wednesday, September 29, 2004 @ 18:16:03 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: de.po Added a few strings. -------+ de.po | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 50 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 18:16:46 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 18:16:51 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog addgnupghome gpgconf-comp.c) Message-ID: Date: Wednesday, September 29, 2004 @ 18:16:46 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog addgnupghome gpgconf-comp.c * gpgsm.texi (Configuration Options): Add --log-file. * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain. ----------------+ ChangeLog | 6 ++++ addgnupghome | 4 +-- gpgconf-comp.c | 72 ++++++++++++++++++++++++++++++++----------------------- 3 files changed, 51 insertions(+), 31 deletions(-) From cvs at cvs.gnupg.org Wed Sep 29 18:16:47 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 18:16:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog gpgsm.texi) Message-ID: Date: Wednesday, September 29, 2004 @ 18:16:47 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.texi * gpgsm.texi (Configuration Options): Add --log-file. * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain. ------------+ ChangeLog | 2 ++ gpgsm.texi | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Sep 29 19:15:42 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Sep 29 19:15:46 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (gpgsm.c) Message-ID: Date: Wednesday, September 29, 2004 @ 19:15:42 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: gpgsm.c Print warning when --default-key is used. ---------+ gpgsm.c | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Wed Sep 29 19:41:58 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Sep 29 19:42:03 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Wednesday, September 29, 2004 @ 19:41:58 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c keylist.c keyserver.c mainproc.c * keyedit.c, keylist.c, keyserver.c, mainproc.c: Reduce the many variations of "revoked" ("revoked", "[revoked]", " [revoked]", "[revoked] ") "and" expired down to two to simplify translation. -------------+ ChangeLog | 6 ++++++ keyedit.c | 16 ++++++++-------- keylist.c | 18 +++++++++--------- keyserver.c | 13 ++++++++----- mainproc.c | 4 ++-- 5 files changed, 33 insertions(+), 24 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 01:05:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 01:05:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog contrib.texi) Message-ID: Date: Thursday, September 30, 2004 @ 01:05:38 Author: marcus Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog contrib.texi 2004-09-30 Marcus Brinkmann * contrib.texi (Contributors): Add two missing periods. --------------+ ChangeLog | 4 ++++ contrib.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 01:06:02 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 01:06:07 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog tools.texi) Message-ID: Date: Thursday, September 30, 2004 @ 01:06:02 Author: marcus Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog tools.texi 2004-09-30 Marcus Brinkmann * tools.texi (Changing options): Add documentation for gpgconf. ------------+ ChangeLog | 2 tools.texi | 500 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 500 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 01:06:59 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 01:07:03 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (README.gpgconf) Message-ID: Date: Thursday, September 30, 2004 @ 01:06:59 Author: marcus Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: README.gpgconf Remove what is now in the texi docs. ----------------+ README.gpgconf | 346 ------------------------------------------------------- 1 files changed, 3 insertions(+), 343 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 02:19:22 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 02:19:36 2004 Subject: gpgme/gpgme (ChangeLog data.c) Message-ID: Date: Thursday, September 30, 2004 @ 02:19:22 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog data.c 2004-09-30 Marcus Brinkmann * data.c (_gpgme_data_inbound_handler): Use _gpgme_io_read, not read, to improve debug output. -----------+ ChangeLog | 5 +++++ data.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 02:24:59 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 02:25:11 2004 Subject: gpgme/gpgme (ChangeLog rungpg.c) Message-ID: Date: Thursday, September 30, 2004 @ 02:24:59 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog rungpg.c 2004-09-30 Marcus Brinkmann * rungpg.c (read_status): Move the polling of the output data pipe to just before removing the command fd, from just before adding it. This avoids buffering problems. -----------+ ChangeLog | 4 ++++ rungpg.c | 48 +++++++++++++++++++++++++----------------------- 2 files changed, 29 insertions(+), 23 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 03:06:20 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:06:34 2004 Subject: gpgme/gpgme (ChangeLog gpgme.m4) Message-ID: Date: Thursday, September 30, 2004 @ 03:06:20 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.m4 2004-09-30 Marcus Brinkmann * gpgme.m4: Implement the --api-version check. -----------+ ChangeLog | 2 + gpgme.m4 | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 66 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 03:30:11 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:30:23 2004 Subject: gpgme (ChangeLog Makefile.am README-alpha) Message-ID: Date: Thursday, September 30, 2004 @ 03:30:11 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog Makefile.am Removed: README-alpha 2004-09-30 Marcus Brinkmann * Makefile.am (EXTRA_DIST): Remove README-alpha. * README-alpha: Remove file. --------------+ ChangeLog | 5 +++++ Makefile.am | 2 +- README-alpha | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 03:30:28 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:30:36 2004 Subject: gpgme (README) Message-ID: Date: Thursday, September 30, 2004 @ 03:30:28 Author: marcus Path: /cvs/gnupg/gpgme Modified: README Update information. --------+ README | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 03:32:17 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:32:26 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Thursday, September 30, 2004 @ 03:32:17 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-09-30 Marcus Brinkmann Released 1.0.0. * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. (AC_INIT): Set version to 1.0.0. --------------+ ChangeLog | 5 +++++ configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 03:33:49 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:33:56 2004 Subject: gpgme (NEWS) Message-ID: Date: Thursday, September 30, 2004 @ 03:33:49 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Update for 1.0.0 release. ------+ NEWS | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 03:44:17 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 03:44:26 2004 Subject: gpgme (gpgme.txt) Message-ID: Date: Thursday, September 30, 2004 @ 03:44:17 Author: marcus Path: /cvs/gnupg/gpgme Modified: gpgme.txt Update the information before release, for what it's worth. -----------+ gpgme.txt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 04:11:18 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 04:11:28 2004 Subject: gpgme/doc (ChangeLog Makefile.am fdl.texi gpgme.texi) Message-ID: Date: Thursday, September 30, 2004 @ 04:11:18 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog Makefile.am gpgme.texi Removed: fdl.texi 2004-09-30 Marcus Brinkmann * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. * gpgme.texi: Do not include fdl.texi. Change license to GPL. * fdl.texi: File removed. -------------+ ChangeLog | 6 Makefile.am | 2 fdl.texi | 402 ---------------------------------------------------------- gpgme.texi | 47 +++--- 4 files changed, 33 insertions(+), 424 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 04:37:13 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Sep 30 04:37:21 2004 Subject: gpgme (README) Message-ID: Date: Thursday, September 30, 2004 @ 04:37:13 Author: marcus Path: /cvs/gnupg/gpgme Modified: README Add some more info. --------+ README | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 insertions(+) From cvs at cvs.gnupg.org Thu Sep 30 06:07:24 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 30 06:07:34 2004 Subject: gnupg/mpi (ChangeLog mpicoder.c) Message-ID: Date: Thursday, September 30, 2004 @ 06:07:24 Author: dshaw Path: /cvs/gnupg/gnupg/mpi Modified: ChangeLog mpicoder.c * mpicoder.c (mpi_read): If we must fail due to a oversize (generally corrupt) MPI, make sure the number of bytes we read is valid so we can skip the rest of the bad packet (in hopes the whole stream isn't invalid). ------------+ ChangeLog | 7 +++++++ mpicoder.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 09:54:13 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 09:54:23 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (certdump.c) Message-ID: Date: Thursday, September 30, 2004 @ 09:54:13 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: certdump.c spelling fix ------------+ certdump.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 10:38:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 10:38:40 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (7 files) Message-ID: Date: Thursday, September 30, 2004 @ 10:38:32 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am gnupg.texi gpg-agent.texi gpgsm.texi scdaemon.texi tools.texi * gpg.texi: New. * gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto. ----------------+ ChangeLog | 10 +++++++++ Makefile.am | 4 +-- gnupg.texi | 3 +- gpg-agent.texi | 25 ++++++++++++------------ gpgsm.texi | 56 ++++++++++++++++++++++++++++--------------------------- scdaemon.texi | 21 ++++++++++---------- tools.texi | 19 ++++++++++++------ 7 files changed, 80 insertions(+), 58 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 10:39:08 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 10:39:14 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpg.texi) Message-ID: Date: Thursday, September 30, 2004 @ 10:39:08 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Added: gpg.texi * gpg.texi: New. ----------+ gpg.texi | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+) From cvs at cvs.gnupg.org Thu Sep 30 15:24:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 15:24:40 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog keylist.c) Message-ID: Date: Thursday, September 30, 2004 @ 15:24:31 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keylist.c * de.po: Updated. * POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag. -----------+ ChangeLog | 5 +++++ keylist.c | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 15:24:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 15:24:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-openpgp.c) Message-ID: Date: Thursday, September 30, 2004 @ 15:24:31 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-openpgp.c * de.po: Updated. * POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag. ---------------+ ChangeLog | 71 ++++++++++++++ app-openpgp.c | 276 +++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 267 insertions(+), 80 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 15:24:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 15:24:56 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (ChangeLog POTFILES.in de.po) Message-ID: Date: Thursday, September 30, 2004 @ 15:24:33 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: ChangeLog POTFILES.in de.po * de.po: Updated. * POTFILES.in: Add more files. * app-openpgp.c (do_sign): Add the error string to the verify failed messages. * keylist.c (list_cert_colon): Make sure that the expired flag has a higher precedence than the invalid flag. -------------+ ChangeLog | 6 ++ POTFILES.in | 2 de.po | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 119 insertions(+), 14 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:26:36 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 30 16:26:45 2004 Subject: gnupg/util (ChangeLog dotlock.c iobuf.c) Message-ID: Date: Thursday, September 30, 2004 @ 16:26:36 Author: dshaw Path: /cvs/gnupg/gnupg/util Modified: ChangeLog dotlock.c iobuf.c * iobuf.c (pop_filter): Make static. * dotlock.c (destroy_dotlock): New. Remove the handle from the list of locks. (release_dotlock): Don't act if we don't have any locks at all. From bogus@does.not.exist.com Wed Sep 22 19:59:32 2004 From: bogus@does.not.exist.com () Date: Thu Sep 30 16:26:45 2004 Subject: No subject Message-ID: -----------+ ChangeLog | 9 +++++++++ dotlock.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++----------- iobuf.c | 2 +- 3 files changed, 59 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:27:34 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 30 16:27:40 2004 Subject: gnupg/include (ChangeLog util.h) Message-ID: Date: Thursday, September 30, 2004 @ 16:27:34 Author: dshaw Path: /cvs/gnupg/gnupg/include Modified: ChangeLog util.h * util.h: Prototype destroy_dotlock(). From Werner on stable branch. -----------+ ChangeLog | 5 +++++ util.h | 1 + 2 files changed, 6 insertions(+) From cvs at cvs.gnupg.org Thu Sep 30 16:34:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:34:31 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:22 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:34:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:27 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:34 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:34:44 2004 Subject: GNUPG-1-9-BRANCH gnupg (ABOUT-NLS ChangeLog README configure.ac) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:34 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ABOUT-NLS ChangeLog README configure.ac Preparing a new release. Updated gettext --------------+ ABOUT-NLS | 989 ++++++++++++++++++++++++++++++++------------------------- ChangeLog | 8 README | 8 configure.ac | 5 4 files changed, 581 insertions(+), 429 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:34:51 2004 Subject: GNUPG-1-9-BRANCH gnupg/m4 (19 files) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:26 Author: werner Path: /cvs/gnupg/gnupg/m4 Tag: GNUPG-1-9-BRANCH Added: intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 Modified: ChangeLog Makefile.am gettext.m4 gpg-error.m4 lib-ld.m4 lib-prefix.m4 libassuan.m4 libgcrypt.m4 po.m4 ulonglong.m4 Preparing a new release. Updated gettext -----------------+ ChangeLog | 22 ++++ Makefile.am | 2 gettext.m4 | 80 +++++++++++++++++ gpg-error.m4 | 2 intmax.m4 | 32 +++++++ lib-ld.m4 | 24 ++--- lib-prefix.m4 | 4 libassuan.m4 | 2 libgcrypt.m4 | 2 longdouble.m4 | 30 ++++++ longlong.m4 | 25 +++++ po.m4 | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- printf-posix.m4 | 46 ++++++++++ signed.m4 | 19 ++++ size_max.m4 | 61 +++++++++++++ ulonglong.m4 | 10 +- wchar_t.m4 | 22 ++++ wint_t.m4 | 22 ++++ xsize.m4 | 14 +++ 19 files changed, 629 insertions(+), 31 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:34:58 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (6 files) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:25 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am apdu.c apdu.h ccid-driver.c ccid-driver.h Preparing a new release. Updated gettext ---------------+ ChangeLog | 2 Makefile.am | 6 apdu.c | 44 ++ apdu.h | 1 ccid-driver.c | 914 ++++++++++++++++++++++++++++++++++++++++---------------- ccid-driver.h | 5 6 files changed, 712 insertions(+), 260 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/scripts (4 files) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:24 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: GNUPG-1-9-BRANCH Added: ChangeLog Modified: config.guess config.rpath config.sub Preparing a new release. Updated gettext --------------+ ChangeLog | 16 ++ config.guess | 370 +++++++++++++++++++++++++++++++++++++-------------------- config.rpath | 8 - config.sub | 259 ++++++++++++++++++++++++++++----------- 4 files changed, 449 insertions(+), 204 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:11 2004 Subject: GNUPG-1-9-BRANCH gnupg/tests (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:23 Author: werner Path: /cvs/gnupg/gnupg/tests Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 5 +++++ Makefile.am | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:18 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:23 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 2 ++ Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:28 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/intl (45 files) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:28 Author: werner Path: /cvs/gnupg/gnupg/intl Tag: GNUPG-1-9-BRANCH Added: printf-args.c printf-args.h printf-parse.c printf-parse.h printf.c vasnprintf.c vasnprintf.h vasnwprintf.h wprintf-parse.h xsize.h Modified: ChangeLog Makefile.in VERSION bindtextdom.c config.charset dcgettext.c dcigettext.c dcngettext.c dgettext.c dngettext.c eval-plural.h explodename.c finddomain.c gettext.c gettextP.h gmo.h hash-string.h intl-compat.c l10nflist.c libgnuintl.h.in loadinfo.h loadmsgcat.c localcharset.c locale.alias localealias.c localename.c log.c ngettext.c plural-exp.c plural-exp.h plural.c plural.y relocatable.c relocatable.h textdomain.c Preparing a new release. Updated gettext -----------------+ ChangeLog | 4 Makefile.in | 24 + VERSION | 2 bindtextdom.c | 21 - config.charset | 285 ++++++++++++----- dcgettext.c | 7 dcigettext.c | 75 +--- dcngettext.c | 11 dgettext.c | 9 dngettext.c | 12 eval-plural.h | 10 explodename.c | 21 - finddomain.c | 9 gettext.c | 5 gettextP.h | 91 ++--- gmo.h | 5 hash-string.h | 17 - intl-compat.c | 44 -- l10nflist.c | 62 --- libgnuintl.h.in | 146 ++++++-- loadinfo.h | 47 +- loadmsgcat.c | 382 ++++++++++++++--------- localcharset.c | 2 locale.alias | 12 localealias.c | 29 - localename.c | 478 +++++++++++++++++++++++++---- log.c | 12 ngettext.c | 7 plural-exp.c | 8 plural-exp.h | 24 - plural.c | 82 +--- plural.y | 52 --- printf-args.c | 119 +++++++ printf-args.h | 137 ++++++++ printf-parse.c | 537 ++++++++++++++++++++++++++++++++ printf-parse.h | 75 ++++ printf.c | 371 ++++++++++++++++++++++ relocatable.c | 14 relocatable.h | 10 textdomain.c | 5 vasnprintf.c | 887 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ vasnprintf.h | 61 +++ vasnwprintf.h | 46 ++ wprintf-parse.h | 75 ++++ xsize.h | 109 ++++++ 45 files changed, 3678 insertions(+), 763 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:35 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:32 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:44 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog Makefile.am) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:33 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am Preparing a new release. Updated gettext -------------+ ChangeLog | 4 ++++ Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 16:34:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 16:35:52 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (ChangeLog Makefile.in.in Rules-quot) Message-ID: Date: Thursday, September 30, 2004 @ 16:34:25 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.in.in Rules-quot Preparing a new release. Updated gettext ----------------+ ChangeLog | 5 +++++ Makefile.in.in | 25 +++++++++++++++++++------ Rules-quot | 5 +++++ 3 files changed, 29 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 17:00:58 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Sep 30 17:01:06 2004 Subject: gnupg/g10 (ChangeLog g10.c gpgv.c keydb.c) Message-ID: Date: Thursday, September 30, 2004 @ 17:00:58 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c gpgv.c keydb.c * gpgv.c, keydb.c (keydb_add_resource): Factored keyring creation out to .. (maybe_create_keyring): .. new. Make sure that we do the checks in a locked state. Problem reported by Stefan Haller. Try to create the home directory before acquiring a lock for the keyring. From Werner on stable branch. * g10.c (main): Blow up if we didn't lose setuid. From Werner on stable branch. -----------+ ChangeLog | 12 ++++ g10.c | 7 ++ gpgv.c | 1 keydb.c | 168 +++++++++++++++++++++++++++++++++++++++++------------------- 4 files changed, 136 insertions(+), 52 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 23:37:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 23:42:17 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certdump.c gpgsm.c gpgsm.h) Message-ID: Date: Thursday, September 30, 2004 @ 23:37:07 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certdump.c gpgsm.c gpgsm.h * gpgv.c (i18n_init): Always use LC_ALL. * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. ------------+ ChangeLog | 12 ++++++++++++ certdump.c | 46 ++++++++++++++++++++++++++++++++++------------ gpgsm.c | 5 ----- gpgsm.h | 2 ++ 4 files changed, 48 insertions(+), 17 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 23:37:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Sep 30 23:42:58 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS) Message-ID: Date: Thursday, September 30, 2004 @ 23:37:11 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS * gpgv.c (i18n_init): Always use LC_ALL. * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. ------+ NEWS | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Thu Sep 30 23:37:08 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Oct 1 00:08:10 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (ChangeLog kbxutil.c) Message-ID: Date: Thursday, September 30, 2004 @ 23:37:08 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Modified: ChangeLog kbxutil.c * gpgv.c (i18n_init): Always use LC_ALL. * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. -----------+ ChangeLog | 4 +++- kbxutil.c | 7 +------ 2 files changed, 4 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 23:37:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Oct 1 00:09:02 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf.c) Message-ID: Date: Thursday, September 30, 2004 @ 23:37:05 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf.c * gpgv.c (i18n_init): Always use LC_ALL. * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. -----------+ ChangeLog | 2 ++ gpgconf.c | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Sep 30 23:37:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Oct 1 00:09:33 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog gpgv.c) Message-ID: Date: Thursday, September 30, 2004 @ 23:37:10 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgv.c * gpgv.c (i18n_init): Always use LC_ALL. * kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. -----------+ ChangeLog | 2 ++ gpgv.c | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-)