From cvs at cvs.gnupg.org Tue Aug 3 23:23:55 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Aug 3 23:24:01 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog configure.ac) Message-ID: Date: Tuesday, August 3, 2004 @ 23:23:55 Author: dshaw Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog configure.ac * configure.ac: Give warning when using capabilities. --------------+ ChangeLog | 4 ++++ configure.ac | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 3 23:35:06 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Aug 3 23:35:11 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Tuesday, August 3, 2004 @ 23:35:06 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpg.sgml * gpg.sgml: Note that --throw-keyid is --throw-keyids. -----------+ ChangeLog | 4 ++++ gpg.sgml | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Thu Aug 5 11:24:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 5 11:24:42 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certreqgen.c) Message-ID: Date: Thursday, August 5, 2004 @ 11:24:35 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certreqgen.c * configure.ac: Changed tests for libusb to also suuport the stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * 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. --------------+ ChangeLog | 5 +++++ certreqgen.c | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Thu Aug 5 11:24:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 5 11:24:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (9 files) Message-ID: Date: Thursday, August 5, 2004 @ 11:24:35 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog apdu.c apdu.h app.c ccid-driver.c ccid-driver.h iso7816.c scdaemon.c scdaemon.h * configure.ac: Changed tests for libusb to also suuport the stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * 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. ---------------+ ChangeLog | 13 ++++++ apdu.c | 39 ++++++++++++++++++- apdu.h | 3 - app.c | 19 +++++++-- ccid-driver.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++------ ccid-driver.h | 2 iso7816.c | 1 scdaemon.c | 6 ++ scdaemon.h | 2 9 files changed, 181 insertions(+), 18 deletions(-) From cvs at cvs.gnupg.org Thu Aug 5 11:24:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 5 11:24:56 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog scdaemon.texi) Message-ID: Date: Thursday, August 5, 2004 @ 11:24:36 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog scdaemon.texi * configure.ac: Changed tests for libusb to also suuport the stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * 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. ---------------+ ChangeLog | 4 +++ scdaemon.texi | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Aug 5 11:24:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 5 11:25:06 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog TODO configure.ac) Message-ID: Date: Thursday, August 5, 2004 @ 11:24:36 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog TODO configure.ac * configure.ac: Changed tests for libusb to also suuport the stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * 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. --------------+ ChangeLog | 5 +++++ TODO | 22 ++++++++++++++++++++++ configure.ac | 6 ++---- 3 files changed, 29 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Thu Aug 5 22:18:44 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Aug 5 22:18:49 2004 Subject: gnupg/g10 (ChangeLog armor.c) Message-ID: Date: Thursday, August 5, 2004 @ 22:18:44 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog armor.c * armor.c (radix64_read): No armor CRC is legal according to the spec (the CRC is a MAY). -----------+ ChangeLog | 5 +++++ armor.c | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Aug 6 18:14:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 13:21:09 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog gpgsm.c gpgsm.h keylist.c) Message-ID: Date: Friday, August 6, 2004 @ 18:14:10 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.c gpgsm.h keylist.c * gpgsm.c: New option --with-ephemeral-keys. * keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through. -----------+ ChangeLog | 7 +++++++ gpgsm.c | 3 +++ gpgsm.h | 3 +++ keylist.c | 34 ++++++++++++++++++++++++++-------- 4 files changed, 39 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri Aug 6 18:14:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 13:21:11 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Friday, August 6, 2004 @ 18:14:10 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi * gpgsm.c: New option --with-ephemeral-keys. * keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through. ------------+ gpgsm.texi | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Sat Aug 7 16:36:47 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 9 13:21:31 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Saturday, August 7, 2004 @ 16:36:47 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Remove show-long-keyids since it is replaced by --keyid-format. Rename show-validity as show-uid-validity. --ask-cert-level defaults to no. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 33 +++++++++------------------------ 2 files changed, 15 insertions(+), 24 deletions(-) From cvs at cvs.gnupg.org Sat Aug 7 22:36:53 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:21:44 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (ChangeLog command-ssh.c findkey.c) Message-ID: Date: Saturday, August 7, 2004 @ 22:36:53 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog command-ssh.c findkey.c 2004-08-07 Moritz Schulte * command-ssh.c (ssh_key_to_sexp_buffer): New argument: comment; integrate into S-Exp. (ssh_identity_register): New argument: comment; pass to ssh_key_to_sexp_buffer(). (ssh_handler_add_identity): Pass comment to ssh_identity_register(). (ssh_identity_register): Allocate description dynamically, insert comment; new variable: description_length; removed variable: i. (data_sign): Do not calculate key grip for integration in description; removed variable: i. * 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(). ---------------+ ChangeLog | 18 +++++++ command-ssh.c | 50 ++++++++++---------- findkey.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 176 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Sun Aug 8 15:28:04 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 9 13:22:06 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Sunday, August 8, 2004 @ 15:28:04 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c pkclist.c plaintext.c sign.c status.c * plaintext.c (handle_plaintext): Bigger buffer for extra safety. * g10.c (main): New alias --throw-keyid for --throw-keyids, so that it continues to work in old configuration files. Noted by Jens Adam. * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, and bzip2. * status.c (do_get_from_fd): Flush stdout if status isn't flushing it for us. This guarantees that any menus that were displayed before the prompt don't get stuck in a buffer. Noted by Peter Palfrader. This is Debian bug #254072. * sign.c (update_keysig_packet): Revert change of 2004-05-18. It is not appropriate to strip policy and notations when remaking a sig. That should only happen when specifically requested by the user. -------------+ ChangeLog | 21 +++++++++++++++++++++ g10.c | 14 ++++++++------ pkclist.c | 22 +++++++++++++--------- plaintext.c | 2 +- sign.c | 16 ++-------------- status.c | 3 +++ 6 files changed, 48 insertions(+), 30 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 00:39:30 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:08 2004 Subject: GNUPG-1-9-BRANCH-MO gnupg/agent (ChangeLog findkey.c) Message-ID: Date: Monday, August 9, 2004 @ 00:39:30 Author: mo Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH-MO Modified: ChangeLog findkey.c 2004-08-09 Moritz Schulte * findkey.c (modify_description): Accept description being NULL. -----------+ ChangeLog | 4 ++++ findkey.c | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 12:31:32 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:36 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog libgcrypt.m4) Message-ID: Date: Monday, August 9, 2004 @ 12:31:32 Author: mo Path: /cvs/gnupg/libgcrypt/src Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog libgcrypt.m4 2004-04-22 Marcus Brinkmann * libgcrypt.m4: Quote first argument to AC_DEFUN. --------------+ ChangeLog | 4 ++++ libgcrypt.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 12:33:30 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:37 2004 Subject: libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Monday, August 9, 2004 @ 12:33:30 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog pubkey.c 2004-08-09 Moritz Schulte * pubkey.c (gcry_pk_sign): Fixed memory leak; fix provided by Modestas Vainius. -----------+ ChangeLog | 5 +++++ pubkey.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 12:36:27 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:39 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt (ChangeLog THANKS libgcrypt.txt) Message-ID: Date: Monday, August 9, 2004 @ 12:36:27 Author: mo Path: /cvs/gnupg/libgcrypt Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog THANKS libgcrypt.txt 2004-08-09 Moritz Schulte * THANKS: Updated. * libgcrypt.txt: Slightly updated. ---------------+ ChangeLog | 22 ++++++++++++++++++++++ THANKS | 4 ++++ libgcrypt.txt | 6 +++--- 3 files changed, 29 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 12:38:02 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:40 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/doc (ChangeLog gcrypt.texi) Message-ID: Date: Monday, August 9, 2004 @ 12:38:02 Author: mo Path: /cvs/gnupg/libgcrypt/doc Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog gcrypt.texi 2004-05-07 Moritz Schulte * gcrypt.texi: Merged several fixes reported by Umberto Salsi. -------------+ ChangeLog | 8 ++++++++ gcrypt.texi | 33 +++++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 12:39:51 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:41 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (5 files) Message-ID: Date: Monday, August 9, 2004 @ 12:39:51 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog ac.c pubkey.c random.c rijndael.c 2004-08-09 Moritz Schulte * pubkey.c (gcry_pk_sign): Fixed memory leak; fix provided by Modestas Vainius. 2004-07-16 Werner Koch * rijndael.c (do_encrypt): Fix alignment problem. Bugs found by Matthias Urlichs. (do_decrypt): Ditto. (keySched, keySched2): Use 2 macros along with unions in the key schedule context. ------------+ ChangeLog | 34 ++++++++ ac.c | 2 pubkey.c | 5 + random.c | 4 + rijndael.c | 227 +++++++++++++++++++++++++++++++++++------------------------ 5 files changed, 180 insertions(+), 92 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 12:40:40 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:41 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt (autogen.sh configure.ac) Message-ID: Date: Monday, August 9, 2004 @ 12:40:40 Author: mo Path: /cvs/gnupg/libgcrypt Tag: LIBGCRYPT-1-2-BRANCH Modified: autogen.sh configure.ac 2004-04-21 Werner Koch * configure.ac: Don't print a warning if GNU make was not found. 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. --------------+ autogen.sh | 4 ++-- configure.ac | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 12:40:55 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:42 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt (libgcrypt.txt) Message-ID: Date: Monday, August 9, 2004 @ 12:40:55 Author: mo Path: /cvs/gnupg/libgcrypt Tag: LIBGCRYPT-1-2-BRANCH Modified: libgcrypt.txt ---------------+ libgcrypt.txt | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 12:41:31 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:43 2004 Subject: libgcrypt (ChangeLog THANKS) Message-ID: Date: Monday, August 9, 2004 @ 12:41:31 Author: mo Path: /cvs/gnupg/libgcrypt Modified: ChangeLog THANKS 2004-08-09 Moritz Schulte * THANKS: Updated. -----------+ ChangeLog | 4 ++++ THANKS | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Mon Aug 9 12:43:20 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:44 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (rsa.c) Message-ID: Date: Monday, August 9, 2004 @ 12:43:20 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: rsa.c 2004-07-14 Moritz Schulte * rsa.c (_gcry_rsa_decrypt): Don't forget to free "a". Thanks to Nikos Mavroyanopoulos. -------+ rsa.c | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Mon Aug 9 13:14:55 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 13:22:45 2004 Subject: libgcrypt (libgcrypt.txt) Message-ID: Date: Monday, August 9, 2004 @ 13:14:55 Author: mo Path: /cvs/gnupg/libgcrypt Modified: libgcrypt.txt ---------------+ libgcrypt.txt | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 13:58:26 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 9 14:13:55 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgsm-gencert.sh) Message-ID: Date: Monday, August 9, 2004 @ 13:58:26 Author: mo Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Added: gpgsm-gencert.sh Modified: ChangeLog 2004-08-09 Moritz Schulte * gpgsm-gencert.sh: New file. ------------------+ ChangeLog | 4 + gpgsm-gencert.sh | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) From cvs at cvs.gnupg.org Mon Aug 9 21:45:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:45:43 2004 Subject: STABLE-BRANCH-1-2 gnupg/util (ChangeLog Makefile.am) Message-ID: Date: Monday, August 9, 2004 @ 21:45:35 Author: werner Path: /cvs/gnupg/gnupg/util Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.am * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 21:45:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:45:54 2004 Subject: STABLE-BRANCH-1-2 gnupg/tools (ChangeLog Makefile.am) Message-ID: Date: Monday, August 9, 2004 @ 21:45:36 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.am * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. -------------+ ChangeLog | 4 ++++ Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 21:45:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:46:03 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts (ChangeLog autogen.sh) Message-ID: Date: Monday, August 9, 2004 @ 21:45:37 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: STABLE-BRANCH-1-2 Modified: ChangeLog autogen.sh * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. ------------+ ChangeLog | 4 ++++ autogen.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 21:46:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:47:15 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (28 files) Message-ID: Date: Monday, August 9, 2004 @ 21:46:32 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Modified: ChangeLog be.po ca.po cs.po da.po de.po el.po eo.po es.po et.po fi.po fr.po gl.po hu.po id.po it.po ja.po nl.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sv.po tr.po zh_CN.po zh_TW.po * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. -----------+ ChangeLog | 19 be.po | 242 ++----- ca.po | 2018 ++++++++++++++++++++++++++++-------------------------------- cs.po | 242 ++----- da.po | 242 ++----- de.po | 242 ++----- el.po | 242 ++----- eo.po | 242 ++----- es.po | 242 ++----- et.po | 242 ++----- fi.po | 242 ++----- fr.po | 244 ++----- gl.po | 242 ++----- hu.po | 242 ++----- id.po | 242 ++----- it.po | 242 ++----- ja.po | 242 ++----- nl.po | 242 ++----- pl.po | 242 ++----- pt.po | 242 ++----- pt_BR.po | 242 ++----- ro.po | 242 ++----- ru.po | 242 ++----- sk.po | 242 ++----- sv.po | 244 ++----- tr.po | 242 ++----- zh_CN.po | 242 ++----- zh_TW.po | 242 ++----- 28 files changed, 3489 insertions(+), 4844 deletions(-) From cvs at cvs.gnupg.org Mon Aug 9 21:47:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:47:19 2004 Subject: STABLE-BRANCH-1-2 gnupg/keyserver (ChangeLog Makefile.am) Message-ID: Date: Monday, August 9, 2004 @ 21:47:06 Author: werner Path: /cvs/gnupg/gnupg/keyserver Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.am * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 21:47:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:47:23 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog Makefile.am g10.c) Message-ID: Date: Monday, August 9, 2004 @ 21:47:07 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.am g10.c * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. -------------+ ChangeLog | 9 +++++++++ Makefile.am | 2 +- g10.c | 7 +++++++ 3 files changed, 17 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 9 21:47:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 9 21:47:30 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog Makefile.am configure.ac) Message-ID: Date: Monday, August 9, 2004 @ 21:47:09 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.am configure.ac * configure.ac (ALL_LINGUAS): Removed. * Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL. * Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. * ca.po: Updated. * autogen.sh: Run aclocal with -I m4. * Makefile.am: Replaced INTLLIBS by LIBINTL. * Makefile.am (http-test): Replaced INTLLIBS by LIBINTL. --------------+ ChangeLog | 10 ++++++++++ Makefile.am | 4 +++- configure.ac | 5 ++--- 3 files changed, 15 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 16:30:37 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Aug 10 16:30:43 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS) Message-ID: Date: Tuesday, August 10, 2004 @ 16:30:37 Author: dshaw Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS * NEWS: Minor tweak to news to clarify that --enable-key-cache is a build-time option. -----------+ ChangeLog | 5 +++++ NEWS | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 18:33:48 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Aug 10 18:34:03 2004 Subject: libgcrypt/src (ChangeLog gcrypt.h) Message-ID: Date: Tuesday, August 10, 2004 @ 18:33:48 Author: mo Path: /cvs/gnupg/libgcrypt/src Modified: ChangeLog gcrypt.h 2004-08-10 Moritz Schulte * gcrypt.h: Include , thanks to Simon Josefsson. -----------+ ChangeLog | 4 ++++ gcrypt.h | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Tue Aug 10 18:34:50 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Aug 10 18:35:06 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog gcrypt.h) Message-ID: Date: Tuesday, August 10, 2004 @ 18:34:50 Author: mo Path: /cvs/gnupg/libgcrypt/src Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog gcrypt.h 2004-08-10 Moritz Schulte * gcrypt.h: Include , thanks to Simon Josefsson. -----------+ ChangeLog | 4 ++++ gcrypt.h | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Tue Aug 10 19:22:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 19:22:54 2004 Subject: STABLE-BRANCH-1-2 gnupg/intl (26 files) Message-ID: Date: Tuesday, August 10, 2004 @ 19:22:44 Author: werner Path: /cvs/gnupg/gnupg/intl Tag: STABLE-BRANCH-1-2 Modified: ChangeLog Makefile.in VERSION bindtextdom.c config.charset dcgettext.c dcigettext.c dcngettext.c dgettext.c dngettext.c explodename.c finddomain.c gettext.c gettextP.h hash-string.h intl-compat.c l10nflist.c loadinfo.h loadmsgcat.c localcharset.c locale.alias localealias.c ngettext.c plural.c plural.y textdomain.c update to gettext 0.14.1 ----------------+ ChangeLog | 13 Makefile.in | 339 ++++++++++--- VERSION | 2 bindtextdom.c | 54 -- config.charset | 312 +++++++++--- dcgettext.c | 12 dcigettext.c | 408 +++++++--------- dcngettext.c | 15 dgettext.c | 15 dngettext.c | 16 explodename.c | 21 finddomain.c | 14 gettext.c | 11 gettextP.h | 217 +++----- hash-string.h | 17 intl-compat.c | 133 ++--- l10nflist.c | 204 ++++---- loadinfo.h | 104 ++-- loadmsgcat.c | 1169 +++++++++++++++++++++++++++++++++++++++++------ localcharset.c | 155 +++++- locale.alias | 12 localealias.c | 144 +++-- ngettext.c | 11 plural.c | 1344 ++++++++++++++++++++++++++++++------------------------- plural.y | 70 -- textdomain.c | 17 26 files changed, 3092 insertions(+), 1737 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 19:23:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 19:23:15 2004 Subject: STABLE-BRANCH-1-2 gnupg (ABOUT-NLS) Message-ID: Date: Tuesday, August 10, 2004 @ 19:23:09 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ABOUT-NLS update to gettext 0.14.1 -----------+ ABOUT-NLS | 741 ++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 593 insertions(+), 148 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 19:23:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 19:23:23 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (Makefile.in.in) Message-ID: Date: Tuesday, August 10, 2004 @ 19:23:10 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Modified: Makefile.in.in update to gettext 0.14.1 ----------------+ Makefile.in.in | 330 +++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 250 insertions(+), 80 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 19:23:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 19:23:32 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts (mkinstalldirs) Message-ID: Date: Tuesday, August 10, 2004 @ 19:23:10 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: STABLE-BRANCH-1-2 Modified: mkinstalldirs update to gettext 0.14.1 ---------------+ mkinstalldirs | 126 ++++++++++++++++++++++++++++++-------------------------- 1 files changed, 68 insertions(+), 58 deletions(-) From cvs at cvs.gnupg.org Tue Aug 10 20:17:49 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 20:17:55 2004 Subject: STABLE-BRANCH-1-2 gnupg/m4 (32 files) Message-ID: Date: Tuesday, August 10, 2004 @ 20:17:49 Author: werner Path: /cvs/gnupg/gnupg/m4 Tag: STABLE-BRANCH-1-2 Added: ChangeLog Makefile Makefile.am Makefile.in codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 Added m4 directory -----------------+ ChangeLog | 32 +++ Makefile | 329 ++++++++++++++++++++++++++++++++ Makefile.am | 1 Makefile.in | 329 ++++++++++++++++++++++++++++++++ codeset.m4 | 23 ++ gettext.m4 | 487 +++++++++++++++++++++++++++++++++++++++++++++++ glibc21.m4 | 32 +++ iconv.m4 | 103 ++++++++++ intdiv0.m4 | 72 +++++++ intmax.m4 | 32 +++ inttypes-pri.m4 | 32 +++ inttypes.m4 | 27 ++ inttypes_h.m4 | 28 ++ isc-posix.m4 | 26 ++ lcmessage.m4 | 32 +++ lib-ld.m4 | 112 ++++++++++ lib-link.m4 | 551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ lib-prefix.m4 | 155 +++++++++++++++ longdouble.m4 | 30 ++ longlong.m4 | 25 ++ nls.m4 | 49 ++++ po.m4 | 426 +++++++++++++++++++++++++++++++++++++++++ printf-posix.m4 | 46 ++++ progtest.m4 | 91 ++++++++ signed.m4 | 19 + size_max.m4 | 61 +++++ stdint_h.m4 | 28 ++ uintmax_t.m4 | 32 +++ ulonglong.m4 | 25 ++ wchar_t.m4 | 22 ++ wint_t.m4 | 22 ++ xsize.m4 | 14 + 32 files changed, 3293 insertions(+) From cvs at cvs.gnupg.org Tue Aug 10 21:39:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 21:39:07 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (10 files) Message-ID: Date: Tuesday, August 10, 2004 @ 21:39:01 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Added: LINGUAS Makevars Rules-quot boldquot.sed en@boldquot.header en@quot.header insert-header.sin quot.sed remove-potcdate.sin stamp-po added missing files ---------------------+ LINGUAS | 21 +++++++++++++++++++++ Makevars | 41 +++++++++++++++++++++++++++++++++++++++++ Rules-quot | 47 +++++++++++++++++++++++++++++++++++++++++++++++ boldquot.sed | 10 ++++++++++ en@boldquot.header | 25 +++++++++++++++++++++++++ en@quot.header | 22 ++++++++++++++++++++++ insert-header.sin | 23 +++++++++++++++++++++++ quot.sed | 6 ++++++ remove-potcdate.sin | 19 +++++++++++++++++++ stamp-po | 1 + 10 files changed, 215 insertions(+) From cvs at cvs.gnupg.org Tue Aug 10 21:39:02 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 21:39:15 2004 Subject: STABLE-BRANCH-1-2 gnupg/intl (23 files) Message-ID: Date: Tuesday, August 10, 2004 @ 21:39:02 Author: werner Path: /cvs/gnupg/gnupg/intl Tag: STABLE-BRANCH-1-2 Added: eval-plural.h gmo.h libgnuintl.h.in localcharset.h localename.c log.c os2compat.c os2compat.h osdep.c plural-exp.c plural-exp.h printf-args.c printf-args.h printf-parse.c printf-parse.h printf.c relocatable.c relocatable.h vasnprintf.c vasnprintf.h vasnwprintf.h wprintf-parse.h xsize.h added missing files -----------------+ eval-plural.h | 108 +++++ gmo.h | 149 +++++++ libgnuintl.h.in | 383 ++++++++++++++++++ localcharset.h | 42 + localename.c | 1142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ log.c | 98 ++++ os2compat.c | 98 ++++ os2compat.h | 46 ++ osdep.c | 24 + plural-exp.c | 154 +++++++ plural-exp.h | 118 +++++ printf-args.c | 119 +++++ printf-args.h | 137 ++++++ printf-parse.c | 537 +++++++++++++++++++++++++ printf-parse.h | 75 +++ printf.c | 371 +++++++++++++++++ relocatable.c | 449 +++++++++++++++++++++ relocatable.h | 77 +++ vasnprintf.c | 887 +++++++++++++++++++++++++++++++++++++++++ vasnprintf.h | 61 ++ vasnwprintf.h | 46 ++ wprintf-parse.h | 75 +++ xsize.h | 109 +++++ 23 files changed, 5305 insertions(+) From cvs at cvs.gnupg.org Tue Aug 10 21:39:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 21:39:22 2004 Subject: STABLE-BRANCH-1-2 gnupg (README) Message-ID: Date: Tuesday, August 10, 2004 @ 21:39:03 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: README added missing files --------+ README | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 10 21:40:51 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 10 21:40:56 2004 Subject: STABLE-BRANCH-1-2 gnupg/intl (libgnuintl.h) Message-ID: Date: Tuesday, August 10, 2004 @ 21:40:51 Author: werner Path: /cvs/gnupg/gnupg/intl Tag: STABLE-BRANCH-1-2 Removed: libgnuintl.h libgnuintl.h get s now build from *.in --------------+ libgnuintl.h | 128 --------------------------------------------------------- 1 files changed, 128 deletions(-) From cvs at cvs.gnupg.org Thu Aug 12 16:02:51 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Thu Aug 12 16:02:56 2004 Subject: mo libgcrypt/tests (ChangeLog Makefile.am) Message-ID: Date: Thursday, August 12, 2004 @ 16:02:51 Author: mo Path: /cvs/gnupg/libgcrypt/tests Tag: mo Modified: ChangeLog Makefile.am Remove "cipher.c"-cruft. -------------+ ChangeLog | 1 - Makefile.am | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:00:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:00:15 2004 Subject: STABLE-BRANCH-1-2 gnupg/util (ChangeLog dotlock.c) Message-ID: Date: Friday, August 13, 2004 @ 19:00:04 Author: werner Path: /cvs/gnupg/gnupg/util Tag: STABLE-BRANCH-1-2 Modified: ChangeLog dotlock.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. -----------+ ChangeLog | 7 ++++++- dotlock.c | 33 ++++++++++++++++++++++++--------- 2 files changed, 30 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:00:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:00:24 2004 Subject: STABLE-BRANCH-1-2 gnupg/include (util.h) Message-ID: Date: Friday, August 13, 2004 @ 19:00:05 Author: werner Path: /cvs/gnupg/gnupg/include Tag: STABLE-BRANCH-1-2 Modified: util.h * 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. --------+ util.h | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Fri Aug 13 19:00:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:00:32 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog gpgv.c keydb.c) Message-ID: Date: Friday, August 13, 2004 @ 19:00:07 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpgv.c keydb.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. -----------+ ChangeLog | 8 ++ gpgv.c | 1 keydb.c | 161 ++++++++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 118 insertions(+), 52 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:00:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:00:55 2004 Subject: STABLE-BRANCH-1-2 gnupg/scripts (ChangeLog config.guess config.sub) Message-ID: Date: Friday, August 13, 2004 @ 19:00:48 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: STABLE-BRANCH-1-2 Modified: ChangeLog config.guess config.sub About to do releaase 1.2.6rc1 --------------+ ChangeLog | 4 config.guess | 333 +++++++++++++++++++++++++++++++++++---------------------- config.sub | 171 +++++++++++++++++++++-------- 3 files changed, 338 insertions(+), 170 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:00:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:01:03 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (gpg.texi) Message-ID: Date: Friday, August 13, 2004 @ 19:00:48 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: gpg.texi About to do releaase 1.2.6rc1 ----------+ gpg.texi | 50 ++++++++++++++++++++++++++------------------------ 1 files changed, 26 insertions(+), 24 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:00:49 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:01:12 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS THANKS configure.ac) Message-ID: Date: Friday, August 13, 2004 @ 19:00:49 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS THANKS configure.ac About to do releaase 1.2.6rc1 --------------+ ChangeLog | 4 ++++ NEWS | 5 +++++ THANKS | 1 + configure.ac | 4 ++-- 4 files changed, 12 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Aug 13 19:03:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 13 19:26:07 2004 Subject: STABLE-BRANCH-1-2 gnupg/po (28 files) Message-ID: Date: Friday, August 13, 2004 @ 19:03:16 Author: werner Path: /cvs/gnupg/gnupg/po Tag: STABLE-BRANCH-1-2 Added: remove-potcdate.sed Modified: be.po ca.po cs.po da.po de.po el.po eo.po es.po et.po fi.po fr.po gl.po hu.po id.po it.po ja.po nl.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sv.po tr.po zh_CN.po zh_TW.po autoupdated po files. ---------------------+ be.po | 8 ++++---- ca.po | 8 ++++---- cs.po | 8 ++++---- da.po | 8 ++++---- de.po | 8 ++++---- el.po | 8 ++++---- eo.po | 8 ++++---- es.po | 8 ++++---- et.po | 8 ++++---- fi.po | 8 ++++---- fr.po | 10 +++++----- gl.po | 8 ++++---- hu.po | 8 ++++---- id.po | 8 ++++---- it.po | 8 ++++---- ja.po | 8 ++++---- nl.po | 8 ++++---- pl.po | 8 ++++---- pt.po | 8 ++++---- pt_BR.po | 8 ++++---- remove-potcdate.sed | 11 +++++++++++ ro.po | 8 ++++---- ru.po | 8 ++++---- sk.po | 8 ++++---- sv.po | 10 +++++----- tr.po | 8 ++++---- zh_CN.po | 8 ++++---- zh_TW.po | 8 ++++---- 28 files changed, 121 insertions(+), 110 deletions(-) From cvs at cvs.gnupg.org Sat Aug 14 22:15:51 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Sat Aug 14 22:16:00 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (ChangeLog random.c) Message-ID: Date: Saturday, August 14, 2004 @ 22:15:51 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog random.c Merged this change from HEAD: 2004-05-07 Werner Koch * random.c (initialize): Factored out some code to .. (initialize_basics): .. new function. (_gcry_random_initialize): Just call initialize_basics unless the new arg FULL is set to TRUE. (_gcry_fast_random_poll): Don't do anything unless the random system has been really initialized. And added a missing piece from this change (D'oh): 2004-05-09 Werner Koch * random.c (read_pool): Mix the PID in to better protect after a fork. -----------+ ChangeLog | 9 +++++++ random.c | 76 +++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 56 insertions(+), 29 deletions(-) From cvs at cvs.gnupg.org Mon Aug 16 10:19:42 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 16 10:19:55 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog gpgv.c) Message-ID: Date: Monday, August 16, 2004 @ 10:19:42 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpgv.c Removed stray semicolon. -----------+ ChangeLog | 4 ++++ gpgv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 16 13:15:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 16 13:16:00 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog server.c) Message-ID: Date: Monday, August 16, 2004 @ 13:15:56 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog server.c (cmd_encrypt): Use DEFAULT_RECPLIST and not recplist for encrypt-to keys. -----------+ ChangeLog | 5 +++++ server.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 17 17:17:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:17:13 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog secmem.c) Message-ID: Date: Tuesday, August 17, 2004 @ 17:17:07 Author: werner Path: /cvs/gnupg/libgcrypt/src Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog secmem.c Defer printing of the no-secmem warning -----------+ ChangeLog | 4 ++++ secmem.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Aug 17 17:23:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:23:52 2004 Subject: gnupg/tests/pkits [new] Message-ID: Date: Tuesday, August 17, 2004 @ 17:23:48 Author: werner Path: /cvs/gnupg/gnupg/tests/pkits Directory /cvs/gnupg/gnupg/tests/pkits added to the repository --> Using per-directory sticky tag `GNUPG-1-9-BRANCH' From cvs at cvs.gnupg.org Tue Aug 17 17:26:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:22 2004 Subject: GNUPG-1-9-BRANCH gnupg/tests/pkits (10 files) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:15 Author: werner Path: /cvs/gnupg/gnupg/tests/pkits Tag: GNUPG-1-9-BRANCH Added: ChangeLog Makefile.am PKITS_data.tar.bz2 README common.sh import-all-certs import-all-certs.data inittests runtest validate-all-certs * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory -----------------------+ ChangeLog | 18 + Makefile.am | 69 ++++++ PKITS_data.tar.bz2 | 0 README | 9 common.sh | 135 +++++++++++++ import-all-certs | 53 +++++ import-all-certs.data | 490 ++++++++++++++++++++++++++++++++++++++++++++++++ inittests | 94 +++++++++ runtest | 4 validate-all-certs | 55 +++++ 10 files changed, 927 insertions(+) From cvs at cvs.gnupg.org Tue Aug 17 17:26:19 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (de.po) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:19 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: de.po * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory -------+ de.po | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) From cvs at cvs.gnupg.org Tue Aug 17 17:26:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:21 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory ------------+ gpgsm.texi | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 17 17:26:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:39 2004 Subject: GNUPG-1-9-BRANCH gnupg/tests (ChangeLog) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:16 Author: werner Path: /cvs/gnupg/gnupg/tests Tag: GNUPG-1-9-BRANCH Modified: ChangeLog * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory -----------+ ChangeLog | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Tue Aug 17 17:26:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:44 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS TODO configure.ac) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:22 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS TODO configure.ac * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory --------------+ ChangeLog | 5 +++++ NEWS | 3 +++ TODO | 7 +++++-- configure.ac | 21 ++++++++++++++++----- 4 files changed, 29 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Tue Aug 17 17:26:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:26:54 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (6 files) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:16 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certchain.c certcheck.c gpgsm.c gpgsm.h import.c * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory -------------+ ChangeLog | 15 ++++++ certchain.c | 16 ++++-- certcheck.c | 140 ++++++++++++++++++++++++++++++++++++++++------------------ gpgsm.c | 8 ++- gpgsm.h | 1 import.c | 39 +++++++++++----- 6 files changed, 157 insertions(+), 62 deletions(-) From cvs at cvs.gnupg.org Tue Aug 17 17:26:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:27:02 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (sc-investigate.c) Message-ID: Date: Tuesday, August 17, 2004 @ 17:26:17 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: sc-investigate.c * import.c (check_and_store): Do a full validation if --with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory ------------------+ sc-investigate.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 17 17:32:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 17 17:33:01 2004 Subject: GNUPG-1-9-BRANCH gnupg/tests (Makefile.am) Message-ID: Date: Tuesday, August 17, 2004 @ 17:32:56 Author: werner Path: /cvs/gnupg/gnupg/tests Tag: GNUPG-1-9-BRANCH Modified: Makefile.am tests/pkits: New directory -------------+ Makefile.am | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 17 22:06:24 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Aug 17 22:06:29 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog import.c) Message-ID: Date: Tuesday, August 17, 2004 @ 22:06:24 Author: marcus Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog import.c 2004-08-17 Marcus Brinkmann * import.c: Fix typo in last change. -----------+ ChangeLog | 4 ++++ import.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 17 23:13:20 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Aug 17 23:13:26 2004 Subject: gpgme/tests (ChangeLog) Message-ID: Date: Tuesday, August 17, 2004 @ 23:13:20 Author: marcus Path: /cvs/gnupg/gpgme/tests Modified: ChangeLog 2004-08-17 Marcus Brinkmann * gpgsm/t-keylist.c (struct): Add new fields VALIDITY and KEY_LENGTH. (main): Use them. * gpgsm/t-import.c (check_result): New argument total_stat. (main): Pass this argument. Reduce number of total considered keys to 1 for the second test. -----------+ ChangeLog | 9 +++++++++ 1 files changed, 9 insertions(+) From cvs at cvs.gnupg.org Tue Aug 17 23:13:20 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Aug 17 23:13:34 2004 Subject: gpgme/tests/gpgsm (t-import.c t-keylist.c) Message-ID: Date: Tuesday, August 17, 2004 @ 23:13:20 Author: marcus Path: /cvs/gnupg/gpgme/tests/gpgsm Modified: t-import.c t-keylist.c 2004-08-17 Marcus Brinkmann * gpgsm/t-keylist.c (struct): Add new fields VALIDITY and KEY_LENGTH. (main): Use them. * gpgsm/t-import.c (check_result): New argument total_stat. (main): Pass this argument. Reduce number of total considered keys to 1 for the second test. -------------+ t-import.c | 9 +++++---- t-keylist.c | 18 +++++++++++++----- 2 files changed, 18 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Tue Aug 17 23:16:12 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Aug 17 23:16:16 2004 Subject: gpgme/gpgme (ChangeLog rungpg.c) Message-ID: Date: Tuesday, August 17, 2004 @ 23:16:12 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog rungpg.c 2004-08-17 Marcus Brinkmann * rungpg.c (build_argv): Use --no-sk-comment, not --no-comment. -----------+ ChangeLog | 4 ++++ rungpg.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 02:03:07 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Aug 18 02:03:13 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog passphrase.c) Message-ID: Date: Wednesday, August 18, 2004 @ 02:03:07 Author: marcus Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog passphrase.c 2004-08-18 Marcus Brinkmann * passphrase.c (agent_get_passphrase): --------------+ ChangeLog | 5 +++++ passphrase.c | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 02:06:08 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Aug 18 02:06:13 2004 Subject: gnupg/g10 (ChangeLog passphrase.c) Message-ID: Date: Wednesday, August 18, 2004 @ 02:06:08 Author: marcus Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog passphrase.c 2004-08-18 Marcus Brinkmann * passphrase.c (agent_get_passphrase): --------------+ ChangeLog | 5 +++++ passphrase.c | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 02:48:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Aug 18 02:48:56 2004 Subject: gpgme/gpgme (ChangeLog passphrase.c) Message-ID: Date: Wednesday, August 18, 2004 @ 02:48:50 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog passphrase.c 2004-08-18 Marcus Brinkmann * passphrase.c (_gpgme_passphrase_status_handler): Always run the status handler. --------------+ ChangeLog | 5 +++++ passphrase.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 02:48:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Wed Aug 18 02:49:03 2004 Subject: gpgme (TODO) Message-ID: Date: Wednesday, August 18, 2004 @ 02:48:50 Author: marcus Path: /cvs/gnupg/gpgme Modified: TODO 2004-08-18 Marcus Brinkmann * passphrase.c (_gpgme_passphrase_status_handler): Always run the status handler. ------+ TODO | 2 -- 1 files changed, 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 12:12:40 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 12:12:46 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog passphrase.c) Message-ID: Date: Wednesday, August 18, 2004 @ 12:12:40 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog passphrase.c (agent_get_passphrase): Fixed detection of canceled error state as send by current gpg-agents. --------------+ ChangeLog | 5 +++++ passphrase.c | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 14:47:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 14:47:40 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog protect-tool.c) Message-ID: Date: Wednesday, August 18, 2004 @ 14:47:33 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog protect-tool.c (get_passphrase): Make sure that the default prompts passed to gpg-agent are utf-8 encoded. ----------------+ ChangeLog | 5 +++++ protect-tool.c | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) From cvs at cvs.gnupg.org Wed Aug 18 15:21:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 15:22:03 2004 Subject: GNUPG-1-9-BRANCH gnupg/jnlib (ChangeLog stringhelp.c) Message-ID: Date: Wednesday, August 18, 2004 @ 15:21:56 Author: werner Path: /cvs/gnupg/gnupg/jnlib Tag: GNUPG-1-9-BRANCH Modified: ChangeLog stringhelp.c (print_sanitized_utf8_string): Actually implement it. --------------+ ChangeLog | 5 +++++ stringhelp.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 15:26:50 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Aug 18 15:26:56 2004 Subject: libgcrypt/doc (ChangeLog gcrypt.texi) Message-ID: Date: Wednesday, August 18, 2004 @ 15:26:50 Author: mo Path: /cvs/gnupg/libgcrypt/doc Modified: ChangeLog gcrypt.texi 2004-08-18 Moritz Schulte * gcrypt.texi (Multi Threading): Document GCRY_THREAD_OPTION_PTH_IMPL, GCRY_THREAD_OPTION_PTHREAD_IMPL. -------------+ ChangeLog | 5 +++++ gcrypt.texi | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 15:28:30 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Wed Aug 18 15:28:37 2004 Subject: libgcrypt/doc (gcrypt.texi) Message-ID: Date: Wednesday, August 18, 2004 @ 15:28:30 Author: mo Path: /cvs/gnupg/libgcrypt/doc Modified: gcrypt.texi Improved. -------------+ gcrypt.texi | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Aug 18 16:37:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 16:37:30 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog simple-pwquery.c) Message-ID: Date: Wednesday, August 18, 2004 @ 16:37:22 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Modified: ChangeLog simple-pwquery.c (simple_pwquery): Handle gpg-error style return code for canceled. ------------------+ ChangeLog | 5 +++++ simple-pwquery.c | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 16:37:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 16:37:37 2004 Subject: GNUPG-1-9-BRANCH gnupg (TODO) Message-ID: Date: Wednesday, August 18, 2004 @ 16:37:22 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: TODO (simple_pwquery): Handle gpg-error style return code for canceled. ------+ TODO | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Wed Aug 18 16:38:47 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 16:38:51 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog call-dirmngr.c certlist.c gpgsm.h) Message-ID: Date: Wednesday, August 18, 2004 @ 16:38:47 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-dirmngr.c certlist.c gpgsm.h * certlist.c (gpgsm_cert_use_ocsp_p): New. (cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here. ----------------+ ChangeLog | 6 ++++++ call-dirmngr.c | 4 +--- certlist.c | 29 ++++++++++++++++++++++++++++- gpgsm.h | 1 + 4 files changed, 36 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Aug 18 16:38:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 16:39:01 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Wednesday, August 18, 2004 @ 16:38:48 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi * certlist.c (gpgsm_cert_use_ocsp_p): New. (cert_usage_p): Support it here. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here. ------------+ gpgsm.texi | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Aug 18 18:21:13 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 18 18:21:20 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog protect-tool.c) Message-ID: Date: Wednesday, August 18, 2004 @ 18:21:13 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog protect-tool.c (get_passphrase): Make sure that the default prompts passed to gpg-agent are utf-8 encoded. Add new prompt values. (import_p12_file, import_p12_file, export_p12_file): Changed calls to get_passphrase so that better prompts are displayed. (get_new_passphrase): New. ----------------+ ChangeLog | 5 +++ protect-tool.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 71 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 11:29:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 19 11:29:29 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog seskey.c) Message-ID: Date: Thursday, August 19, 2004 @ 11:29:23 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog seskey.c (encode_session_key): Changed the zero random byte substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. -----------+ ChangeLog | 6 ++++++ seskey.c | 13 ++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 12:12:54 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 19 12:13:00 2004 Subject: gnupg/g10 (ChangeLog seskey.c) Message-ID: Date: Thursday, August 19, 2004 @ 12:12:54 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog seskey.c (encode_session_key): Changed the zero random byte substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. -----------+ ChangeLog | 6 ++++++ seskey.c | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 12:16:54 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 19 12:16:58 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Thursday, August 19, 2004 @ 12:16:54 Author: werner Path: /cvs/gnupg/libgcrypt/cipher Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog pubkey.c (sexp_data_to_mpi): Changed the zero random byte substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. -----------+ ChangeLog | 6 ++++++ pubkey.c | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 12:18:00 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Aug 19 12:18:05 2004 Subject: libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Thursday, August 19, 2004 @ 12:18:00 Author: werner Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog pubkey.c (sexp_data_to_mpi): Changed the zero random byte substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. -----------+ ChangeLog | 6 ++++++ pubkey.c | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 22:28:01 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Aug 19 22:28:07 2004 Subject: STABLE-BRANCH-1-2 gnupg/util (ChangeLog http.c) Message-ID: Date: Thursday, August 19, 2004 @ 22:28:01 Author: dshaw Path: /cvs/gnupg/gnupg/util Tag: STABLE-BRANCH-1-2 Modified: ChangeLog http.c * http.c (insert_escapes): Fix encoding problem for non-URI-safe characters. Noted by Vladimir Novak. -----------+ ChangeLog | 5 +++++ http.c | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 22:40:52 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Aug 19 22:40:57 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog hkp.c keyserver.c) Message-ID: Date: Thursday, August 19, 2004 @ 22:40:52 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog hkp.c keyserver.c * hkp.c (hkp_search): Translate string to search for from utf8 to native before displaying it. * keyserver.c (keyserver_search_prompt): Comments. -------------+ ChangeLog | 7 +++++++ hkp.c | 16 +++++++++------- keyserver.c | 5 +++-- 3 files changed, 19 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Thu Aug 19 23:19:37 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Aug 19 23:25:35 2004 Subject: gnupg/util (ChangeLog http.c) Message-ID: Date: Thursday, August 19, 2004 @ 23:19:37 Author: dshaw Path: /cvs/gnupg/gnupg/util Modified: ChangeLog http.c * http.c (insert_escapes): Fix encoding problem for non-URI-safe characters. Noted by Vladimir Novak. -----------+ ChangeLog | 5 +++++ http.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Aug 20 15:03:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 20 15:03:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog query.c) Message-ID: Date: Friday, August 20, 2004 @ 15:03:32 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog query.c (start_pinentry): Use a timeout for the pinentry lock. -----------+ ChangeLog | 4 ++++ query.c | 26 +++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Fri Aug 20 15:43:14 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Aug 20 15:43:23 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog agent.h cache.c gpg-agent.c) Message-ID: Date: Friday, August 20, 2004 @ 15:43:14 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog agent.h cache.c gpg-agent.c * gpg-agent.c: New option --max-cache-ttl. Suggested by Alexander Belopolsky. * cache.c (housekeeping): Use it here instead of the hardwired default of 1 hour. -------------+ ChangeLog | 5 +++++ agent.h | 1 + cache.c | 5 +++-- gpg-agent.c | 9 +++++++-- 4 files changed, 16 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Fri Aug 20 19:24:08 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Aug 20 19:24:14 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (7 files) Message-ID: Date: Friday, August 20, 2004 @ 19:24:08 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog encode.c getkey.c hkp.c import.c keydb.h sign.c * hkp.c (dehtmlize): Understand the quote character (i.e. """) in HTML responses. * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native and remove the printable stuff since we're print-ifying valid utf8 characters. Change all callers in import.c, sign.c, and encode.c. -----------+ ChangeLog | 10 ++++++++++ encode.c | 2 +- getkey.c | 28 ++++++++++++---------------- hkp.c | 10 ++++++++++ import.c | 10 +++++----- keydb.h | 7 ++++--- sign.c | 2 +- 7 files changed, 43 insertions(+), 26 deletions(-) From cvs at cvs.gnupg.org Sun Aug 22 10:49:32 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Sun Aug 22 10:49:37 2004 Subject: libgcrypt/src (ChangeLog secmem.c) Message-ID: Date: Sunday, August 22, 2004 @ 10:49:32 Author: mo Path: /cvs/gnupg/libgcrypt/src Modified: ChangeLog secmem.c 2004-08-18 Moritz Schulte * secmem.c (_gcry_secmem_init): Try to lock pool into core not only when running with root privileges. -----------+ ChangeLog | 5 +++++ secmem.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Sun Aug 22 10:53:16 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Sun Aug 22 10:53:22 2004 Subject: LIBGCRYPT-1-2-BRANCH libgcrypt/src (ChangeLog secmem.c) Message-ID: Date: Sunday, August 22, 2004 @ 10:53:16 Author: mo Path: /cvs/gnupg/libgcrypt/src Tag: LIBGCRYPT-1-2-BRANCH Modified: ChangeLog secmem.c 2004-08-22 Moritz Schulte * secmem.c (_gcry_secmem_init): Try to lock pool into core not only when running with root privileges. -----------+ ChangeLog | 5 +++++ secmem.c | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 05:13:28 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 05:13:34 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Monday, August 23, 2004 @ 05:13:28 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (find_basekeyspacedn): Use LDAP_SCOPE_BASE along with a full DN rather than LDAP_SCOPE_ONELEVEL plus a filter to find the pgpServerInfo object. Some LDAP setups don't like the search. (main): Stop binding to the server since it seems no server really requires it, and some require it not be there. ----------------+ ChangeLog | 9 +++++++++ gpgkeys_ldap.c | 31 ++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 14:15:35 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 23 14:15:40 2004 Subject: libgcrypt/cipher (ChangeLog pubkey.c) Message-ID: Date: Monday, August 23, 2004 @ 14:15:35 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog pubkey.c 2004-08-23 Moritz Schulte * pubkey.c (dummy_generate, dummy_check_secret_key) (dummy_encrypt, dummy_decrypt, dummy_sign, dummy_verify): Return err code GPG_ERR_NOT_IMPLEMENTED instead of aborting through log_bug(). (dummy_get_nbits): Return 0 instead of aborting though log_bug(). -----------+ ChangeLog | 8 ++++++++ pubkey.c | 19 ++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 14:32:19 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 23 14:32:25 2004 Subject: libgcrypt/tests (ChangeLog Makefile.am pkbench.c) Message-ID: Date: Monday, August 23, 2004 @ 14:32:19 Author: mo Path: /cvs/gnupg/libgcrypt/tests Added: pkbench.c Modified: ChangeLog Makefile.am 2004-08-23 Moritz Schulte * Makefile.am (TESTS): Added: pkbench. * pkbench.c: New file. -------------+ ChangeLog | 5 Makefile.am | 2 pkbench.c | 358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 364 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Aug 23 15:33:16 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 23 15:33:21 2004 Subject: libgcrypt/cipher (14 files) Message-ID: Date: Monday, August 23, 2004 @ 15:33:16 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog ac.c blowfish.c cipher.c crc.c md4.c md5.c rmd160.c rndegd.c rndlinux.c rndunix.c sha1.c sha256.c tiger.c 2004-08-23 Moritz Schulte * ac.c: Do not include . * rndegd.c: Likewise. * sha1.c: Likewise. * rndunix.c: Likewise. * rndlinux.c: Likewise. * rmd160.c: Likewise. * md5.c: Likewise. * md4.c: Likewise. * cipher.c: Likewise. * crc.c: Likewise. * blowfish.c: Likewise. ------------+ ChangeLog | 12 ++++++++++++ ac.c | 1 - blowfish.c | 1 - cipher.c | 1 - crc.c | 2 +- md4.c | 2 +- md5.c | 2 +- rmd160.c | 2 +- rndegd.c | 1 - rndlinux.c | 1 - rndunix.c | 1 - sha1.c | 2 +- sha256.c | 2 +- tiger.c | 2 +- 14 files changed, 19 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 15:34:51 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Mon Aug 23 15:34:59 2004 Subject: libgcrypt/src (ChangeLog global.c misc.c module.c sexp.c) Message-ID: Date: Monday, August 23, 2004 @ 15:34:51 Author: mo Path: /cvs/gnupg/libgcrypt/src Modified: ChangeLog global.c misc.c module.c sexp.c 2004-08-23 Moritz Schulte * global.c: Do not include . * sexp.c: Likewise. * module.c: Likewise. * misc.c: Likewise. -----------+ ChangeLog | 7 +++++++ global.c | 1 - misc.c | 1 - module.c | 1 - sexp.c | 1 - 5 files changed, 7 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 16:24:06 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 16:24:11 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Monday, August 23, 2004 @ 16:24:06 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (build_attrs): Properly terminate user ID strings that got shrunk due to encoding. ----------------+ ChangeLog | 5 +++++ gpgkeys_ldap.c | 2 ++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Mon Aug 23 16:39:48 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 16:39:53 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Monday, August 23, 2004 @ 16:39:48 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c * keyserver.c (keyserver_search_prompt): Make sure the search string is converted from UTF-8 before display. -------------+ ChangeLog | 5 +++++ keyserver.c | 28 +++++++++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 17:22:46 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Aug 23 17:22:52 2004 Subject: STABLE-BRANCH-1-2 gnupg/util (ChangeLog dotlock.c) Message-ID: Date: Monday, August 23, 2004 @ 17:22:46 Author: werner Path: /cvs/gnupg/gnupg/util Tag: STABLE-BRANCH-1-2 Modified: ChangeLog dotlock.c (destroy_dotlock): Remove the handle from the list of locks. (release_dotlock): Don't act if we don't have any locks at all. -----------+ ChangeLog | 10 ++++++++++ dotlock.c | 31 +++++++++++++++++++++++++++---- 2 files changed, 37 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 18:59:11 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 18:59:16 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Monday, August 23, 2004 @ 18:59:11 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (get_key): Factor out informational display into new function build_info(). ----------------+ ChangeLog | 3 + gpgkeys_ldap.c | 154 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 82 insertions(+), 75 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 19:43:40 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 19:43:46 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_hkp.c) Message-ID: Date: Monday, August 23, 2004 @ 19:43:40 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_hkp.c * gpgkeys_hkp.c (dehtmlize): Understand the quote character (i.e. """) in HTML responses. (search_key): Search key must be unsigned for url encoder to work properly for 8-bit values. ---------------+ ChangeLog | 5 +++++ gpgkeys_hkp.c | 23 ++++++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 19:55:49 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 19:55:56 2004 Subject: gnupg/g10 (7 files) Message-ID: Date: Monday, August 23, 2004 @ 19:55:49 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog encode.c getkey.c import.c keydb.h keylist.c sign.c * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native and remove the printable stuff since we're print-ifying valid utf8 characters. Change all callers in import.c, sign.c, keylist.c, and encode.c. -----------+ ChangeLog | 5 +++++ encode.c | 2 +- getkey.c | 28 ++++++++++++---------------- import.c | 12 ++++++------ keydb.h | 6 +++--- keylist.c | 6 +++--- sign.c | 2 +- 7 files changed, 31 insertions(+), 30 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 21:20:17 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 21:20:23 2004 Subject: gnupg/g10 (ChangeLog keyid.c keyserver.c) Message-ID: Date: Monday, August 23, 2004 @ 21:20:17 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyid.c keyserver.c * keyserver.c (keyserver_spawn): Show log line for what keyserver action we are taking. * keyid.c (keystr): If printing a keyid that lacks the high 4 bytes, print the low 4 alone. (keystr_from_desc): Handle short keyids and warn on v3 fingerprints. -------------+ ChangeLog | 8 ++++++++ keyid.c | 49 ++++++++++++++++++++++++++++++++----------------- keyserver.c | 20 +++++++++++++++----- 3 files changed, 55 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Mon Aug 23 21:54:41 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Aug 23 21:54:46 2004 Subject: gnupg/keyserver (4 files) Message-ID: Date: Monday, August 23, 2004 @ 21:54:41 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_hkp.c gpgkeys_http.c gpgkeys_ldap.c * gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key, search_key), gpgkeys_http.c (get_key): Do not give informational logs since this is now done inside gpg. ----------------+ ChangeLog | 4 ++++ gpgkeys_hkp.c | 7 ------- gpgkeys_http.c | 4 ---- gpgkeys_ldap.c | 7 ------- 4 files changed, 4 insertions(+), 18 deletions(-) From cvs at cvs.gnupg.org Tue Aug 24 20:13:16 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 24 20:13:21 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certlist.c) Message-ID: Date: Tuesday, August 24, 2004 @ 20:13:16 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certlist.c Fixed typo in ocsp OID. ------------+ ChangeLog | 4 ++++ certlist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Aug 24 21:55:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 24 21:55:53 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (5 files) Message-ID: Date: Tuesday, August 24, 2004 @ 21:55:48 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Added: keybox-openpgp.c Modified: ChangeLog Makefile.am kbxutil.c keybox-defs.h * kbxutil.c: New command --import-openpgp. (main): Updated libgcrypt initialization stuff. (my_gcry_logger): New. (read_file): New. Taken from ../agent/protect-tool. (dump_fpr, dump_openpgp_key, import_openpgp): New. * keybox-openpgp.c: New. ------------------+ ChangeLog | 10 + Makefile.am | 1 kbxutil.c | 269 ++++++++++++++++++++++++--- keybox-defs.h | 41 ++++ keybox-openpgp.c | 516 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 810 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Tue Aug 24 21:56:25 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Aug 24 21:56:29 2004 Subject: libgcrypt/tests (ChangeLog Makefile.am pkbench.c) Message-ID: Date: Tuesday, August 24, 2004 @ 21:56:25 Author: mo Path: /cvs/gnupg/libgcrypt/tests Modified: ChangeLog Makefile.am pkbench.c 2004-08-24 Moritz Schulte * pkbench.c (context_init): Improve generation of test data. -------------+ ChangeLog | 4 ++++ Makefile.am | 2 +- pkbench.c | 5 +++-- 3 files changed, 8 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Aug 24 22:22:46 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Tue Aug 24 22:22:50 2004 Subject: libgcrypt/doc (ChangeLog gcrypt.texi) Message-ID: Date: Tuesday, August 24, 2004 @ 22:22:46 Author: mo Path: /cvs/gnupg/libgcrypt/doc Modified: ChangeLog gcrypt.texi 2004-08-24 Moritz Schulte * gcrypt.texi (Miscellaneous): Document gcry_mpi_randomize. -------------+ ChangeLog | 4 ++++ gcrypt.texi | 22 +++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Wed Aug 25 16:40:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 25 16:40:40 2004 Subject: STABLE-BRANCH-1-2 gnupg/m4 (Makefile) Message-ID: Date: Wednesday, August 25, 2004 @ 16:40:23 Author: werner Path: /cvs/gnupg/gnupg/m4 Tag: STABLE-BRANCH-1-2 Removed: Makefile ----------+ Makefile | 329 ------------------------------------------------------------- 1 files changed, 329 deletions(-) From cvs at cvs.gnupg.org Wed Aug 25 16:43:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 25 16:43:35 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Wednesday, August 25, 2004 @ 16:43:17 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS configure.ac About to release 1.2.6 --------------+ ChangeLog | 4 ++++ NEWS | 4 ++-- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Aug 25 18:11:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Aug 25 18:11:27 2004 Subject: STABLE-BRANCH-1-2 gnupg (NEWS configure.ac) Message-ID: Date: Wednesday, August 25, 2004 @ 18:11:09 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: NEWS configure.ac post release preparations --------------+ NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Aug 27 19:32:31 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Aug 27 19:32:37 2004 Subject: gnupg/g10 (ChangeLog encode.c exec.c g10.c sign.c) Message-ID: Date: Friday, August 27, 2004 @ 19:32:31 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog encode.c exec.c g10.c sign.c * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. Change some "this" to `this'. -----------+ ChangeLog | 5 +++ encode.c | 8 +++--- exec.c | 16 ++++++------ g10.c | 79 +++++++++++++++++++++++++++++------------------------------- sign.c | 20 ++++++++------- 5 files changed, 68 insertions(+), 60 deletions(-) From cvs at cvs.gnupg.org Fri Aug 27 20:21:32 2004 From: cvs at cvs.gnupg.org (cvs user sbellon) Date: Fri Aug 27 20:21:37 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_hkp.c) Message-ID: Date: Friday, August 27, 2004 @ 20:21:32 Author: sbellon Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_hkp.c fix type incompatibility ---------------+ ChangeLog | 11 ++++++++--- gpgkeys_hkp.c | 10 +++++----- 2 files changed, 13 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri Aug 27 23:16:16 2004 From: cvs at cvs.gnupg.org (cvs user sbellon) Date: Fri Aug 27 23:16:24 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_hkp.c) Message-ID: Date: Friday, August 27, 2004 @ 23:16:16 Author: sbellon Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_hkp.c change back skey to unsigned and cast instead ---------------+ ChangeLog | 5 ++++- gpgkeys_hkp.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Aug 31 09:57:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 31 09:57:38 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog Makefile.am openfile.c) Message-ID: Date: Tuesday, August 31, 2004 @ 09:57:33 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog Makefile.am openfile.c * openfile.c (copy_options_file): Use gpg-conf.skel * Makefile.am: Install options.skel as gpg-conf.skel. -------------+ ChangeLog | 5 +++++ Makefile.am | 2 +- openfile.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Aug 31 11:00:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 31 11:01:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog openfile.c) Message-ID: Date: Tuesday, August 31, 2004 @ 11:00:58 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog openfile.c Better take the length of SKELEXT into account ------------+ ChangeLog | 3 ++- openfile.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Aug 31 17:22:51 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 31 17:22:56 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog keydb.c) Message-ID: Date: Tuesday, August 31, 2004 @ 17:22:51 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog keydb.c (maybe_create_keyring): Try to create the home directory before acquiring a lock for the keyring. -----------+ ChangeLog | 5 +++++ keydb.c | 57 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 25 deletions(-) From cvs at cvs.gnupg.org Tue Aug 31 17:22:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Aug 31 17:23:04 2004 Subject: STABLE-BRANCH-1-2 gnupg (THANKS TODO) Message-ID: Date: Tuesday, August 31, 2004 @ 17:22:52 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: THANKS TODO (maybe_create_keyring): Try to create the home directory before acquiring a lock for the keyring. --------+ THANKS | 1 + TODO | 3 +++ 2 files changed, 4 insertions(+)