From cvs at cvs.gnupg.org Thu Apr 1 06:02:27 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 1 06:02:34 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog g10.c plaintext.c) Message-ID: Date: Thursday, April 1, 2004 @ 06:02:27 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog g10.c plaintext.c * g10.c (main): --no-use-embedded-filename. * plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that requires end of line conversion. This is being considered for a UTF8 text packet. If this doesn't take place, no major harm done. If it does take place, we'll get a jump on starting the changeover. -------------+ ChangeLog | 10 ++++++++++ g10.c | 3 +++ plaintext.c | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 1 09:16:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 1 09:16:10 2004 Subject: geam/doc (geamd.sgml) Message-ID: Date: Thursday, April 1, 2004 @ 09:16:05 Author: werner Path: /cvs/wk/geam/doc Modified: geamd.sgml . ------------+ geamd.sgml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Apr 1 09:16:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 1 09:16:17 2004 Subject: geam (ChangeLog NEWS README TODO configure.in) Message-ID: Date: Thursday, April 1, 2004 @ 09:16:05 Author: werner Path: /cvs/wk/geam Modified: ChangeLog NEWS README TODO configure.in . --------------+ ChangeLog | 18 ++++++++++++++++++ NEWS | 8 ++++++++ README | 2 +- TODO | 2 -- configure.in | 4 ++-- 5 files changed, 29 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu Apr 1 09:16:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 1 09:16:25 2004 Subject: geam/src (6 files) Message-ID: Date: Thursday, April 1, 2004 @ 09:16:06 Author: werner Path: /cvs/wk/geam/src Modified: geamd.c rfc821.c rfc821.h rwbuf.c simple-mta.c smtpproxy.c . --------------+ geamd.c | 4 +- rfc821.c | 32 +++++++++------- rfc821.h | 1 rwbuf.c | 2 - simple-mta.c | 19 +++++++++ smtpproxy.c | 112 ++++++++++++++++++++++++++++++++++++++++++++------------- 6 files changed, 128 insertions(+), 42 deletions(-) From cvs at cvs.gnupg.org Thu Apr 1 09:16:06 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 1 09:16:33 2004 Subject: geam/tests (Makefile.am basic) Message-ID: Date: Thursday, April 1, 2004 @ 09:16:06 Author: werner Path: /cvs/wk/geam/tests Modified: Makefile.am basic . -------------+ Makefile.am | 2 ++ basic | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) From cvs at cvs.gnupg.org Mon Apr 5 13:53:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 13:53:59 2004 Subject: gpgme/gpgme (ChangeLog ath-compat.c engine-gpgsm.c gpgme.h) Message-ID: Date: Monday, April 5, 2004 @ 13:53:55 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog ath-compat.c engine-gpgsm.c gpgme.h (gpgsm_keylist_ext): Send with-validation option. Fixed pattern construction. ----------------+ ChangeLog | 5 +++++ ath-compat.c | 2 ++ engine-gpgsm.c | 15 ++++++++++++++- gpgme.h | 5 ++++- 4 files changed, 25 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 5 15:49:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 15:49:34 2004 Subject: gpgme/gpgme (ChangeLog conversion.c verify.c) Message-ID: Date: Monday, April 5, 2004 @ 15:49:29 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog conversion.c verify.c (parse_error): Compare only the last part of the where token. --------------+ ChangeLog | 3 +++ conversion.c | 2 +- verify.c | 10 ++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon Apr 5 19:24:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 19:24:32 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog errors.h) Message-ID: Date: Monday, April 5, 2004 @ 19:24:27 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Modified: ChangeLog errors.h (STATUS_NEWSIG): New. -----------+ ChangeLog | 4 ++++ errors.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 5 19:25:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 19:25:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (8 files) Message-ID: Date: Monday, April 5, 2004 @ 19:25:21 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-dirmngr.c certchain.c certlist.c gpgsm.h keylist.c sign.c verify.c * verify.c (gpgsm_verify): Print STATUS_NEWSIG for each signature. * certchain.c (gpgsm_validate_chain) : Do not just warn if a cert is not suitable; bail out immediately. * call-dirmngr.c (isvalid_status_cb): New. (unhexify_fpr): New. Taken from ../g10/call-agent.c (gpgsm_dirmngr_isvalid): Add new arg CTRL, changed caller to pass it thru. Detect need to check the respondert cert and do that. * certchain.c (gpgsm_validate_chain): Add new arg FLAGS. Changed all callers. ----------------+ ChangeLog | 16 +++++++ call-dirmngr.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- certchain.c | 32 ++++++++++----- certlist.c | 5 +- gpgsm.h | 6 +- keylist.c | 4 - sign.c | 2 verify.c | 5 +- 8 files changed, 159 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Mon Apr 5 19:25:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 19:25:50 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (gpgconf-comp.c) Message-ID: Date: Monday, April 5, 2004 @ 19:25:44 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: gpgconf-comp.c Typo fix ----------------+ gpgconf-comp.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 5 20:39:28 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:39:32 2004 Subject: gpgme/gpgme (ChangeLog engine-gpgsm.c verify.c) Message-ID: Date: Monday, April 5, 2004 @ 20:39:28 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog engine-gpgsm.c verify.c * verify.c (parse_error): Compare only the last part of the where token. (prepare_new_sig): New. (parse_new_sig): Use prepare_new_sig when required. (_gpgme_verify_status_handler): Handle STATUS_NEWSIG. * engine-gpgsm.c (gpgsm_keylist_ext): Send with-validation option. Fixed pattern construction. (status_handler): Add debugging output. ----------------+ ChangeLog | 6 ++++++ engine-gpgsm.c | 15 +++++++++++++-- verify.c | 49 +++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 58 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Mon Apr 5 20:40:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:40:13 2004 Subject: gpgme/tests/gpgsm (Makefile.am) Message-ID: Date: Monday, April 5, 2004 @ 20:40:09 Author: werner Path: /cvs/gnupg/gpgme/tests/gpgsm Modified: Makefile.am * gpgme.h: Add GPGME_STATUS_NEWSIG. * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000. -------------+ Makefile.am | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 5 20:40:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:40:22 2004 Subject: gpgme/tests (ChangeLog) Message-ID: Date: Monday, April 5, 2004 @ 20:40:09 Author: werner Path: /cvs/gnupg/gpgme/tests Modified: ChangeLog * gpgme.h: Add GPGME_STATUS_NEWSIG. * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000. -----------+ ChangeLog | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Mon Apr 5 20:40:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:40:29 2004 Subject: gpgme/gpgme (gpgme.h) Message-ID: Date: Monday, April 5, 2004 @ 20:40:10 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: gpgme.h * gpgme.h: Add GPGME_STATUS_NEWSIG. * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000. ---------+ gpgme.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 5 20:40:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:40:38 2004 Subject: gpgme (TODO) Message-ID: Date: Monday, April 5, 2004 @ 20:40:10 Author: werner Path: /cvs/gnupg/gpgme Modified: TODO * gpgme.h: Add GPGME_STATUS_NEWSIG. * gpgsm/Makefile.am: Changed the faked system time to 20011213T12000. ------+ TODO | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Mon Apr 5 20:54:18 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 5 20:54:22 2004 Subject: gpgme/gpgme (verify.c) Message-ID: Date: Monday, April 5, 2004 @ 20:54:18 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: verify.c Final fix. ----------+ verify.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 6 09:36:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 09:36:29 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 09:36:25 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS configure.ac Require libgcrypt 1.1.94. --------------+ ChangeLog | 6 +++++- NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 09:36:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 09:36:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c) Message-ID: Date: Tuesday, April 6, 2004 @ 09:36:44 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c (main): Use new libgcrypt thread library register scheme. -------------+ ChangeLog | 5 +++++ gpg-agent.c | 27 ++++++++++++++++----------- 2 files changed, 21 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 09:37:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 09:38:12 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog server.c) Message-ID: Date: Tuesday, April 6, 2004 @ 09:37:52 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog server.c Add STATUS_NEWSIG -----------+ ChangeLog | 1 + server.c | 1 + 2 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Tue Apr 6 12:01:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:07 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (scdaemon.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:01 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: scdaemon.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT ------------+ scdaemon.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:11 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:04 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS configure.ac * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT --------------+ ChangeLog | 3 ++- NEWS | 3 +++ configure.ac | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:15 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (certdump.c gpgsm.c import.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:01 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: certdump.c gpgsm.c import.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT ------------+ certdump.c | 6 +++--- gpgsm.c | 20 ++++++++++---------- import.c | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:18 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (gpg-agent.c protect-tool.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:04 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: gpg-agent.c protect-tool.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT ----------------+ gpg-agent.c | 8 ++++---- protect-tool.c | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:02 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:24 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (6 files) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:02 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Added: LINGUAS Modified: ChangeLog Makevars POTFILES.in de.po Removed: LINUGAS * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT -------------+ ChangeLog | 4 LINGUAS | 5 LINUGAS | 4 Makevars | 2 POTFILES.in | 3 de.po | 884 +++++++++++++++++++++++++++++++++++----------------------- 6 files changed, 557 insertions(+), 345 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:33 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (kbxutil.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:03 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Modified: kbxutil.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT -----------+ kbxutil.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:01 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:39 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (gpgconf.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:01 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: gpgconf.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT -----------+ gpgconf.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 12:01:03 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 12:01:47 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (g10.c gpgv.c passphrase.c) Message-ID: Date: Tuesday, April 6, 2004 @ 12:01:03 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: g10.c gpgv.c passphrase.c * configure.ac: Require libgcrypt 1.1.94. Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT --------------+ g10.c | 6 +++--- gpgv.c | 6 +++--- passphrase.c | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 13:40:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 13:40:36 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 13:40:29 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS configure.ac About to release 1.9.7 --------------+ ChangeLog | 2 ++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 15:24:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 15:24:28 2004 Subject: libgcrypt/src (gcrypt.h) Message-ID: Date: Tuesday, April 6, 2004 @ 15:24:23 Author: werner Path: /cvs/gnupg/libgcrypt/src Modified: gcrypt.h * config.guess, config.sub, ltmain.sh: Updated to those from libtools 1.5.4. * libtool.m4: Updated from 1.5.4 ----------+ gcrypt.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 6 15:24:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 15:24:36 2004 Subject: libgcrypt/m4 (ChangeLog libtool.m4) Message-ID: Date: Tuesday, April 6, 2004 @ 15:24:23 Author: werner Path: /cvs/gnupg/libgcrypt/m4 Modified: ChangeLog libtool.m4 * config.guess, config.sub, ltmain.sh: Updated to those from libtools 1.5.4. * libtool.m4: Updated from 1.5.4 ------------+ ChangeLog | 4 libtool.m4 | 7902 +++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 5066 insertions(+), 2840 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 15:24:24 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 15:24:45 2004 Subject: libgcrypt (ChangeLog config.guess config.sub ltmain.sh) Message-ID: Date: Tuesday, April 6, 2004 @ 15:24:24 Author: werner Path: /cvs/gnupg/libgcrypt Modified: ChangeLog config.guess config.sub ltmain.sh * config.guess, config.sub, ltmain.sh: Updated to those from libtools 1.5.4. * libtool.m4: Updated from 1.5.4 --------------+ ChangeLog | 5 config.guess | 335 ++++-- config.sub | 220 ++-- ltmain.sh | 3040 ++++++++++++++++++++++++++++++++++++++++----------------- 4 files changed, 2560 insertions(+), 1040 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 16:15:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:15:53 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 16:15:48 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS configure.ac post release re-versioning --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 6 16:21:31 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:21:35 2004 Subject: gpgme (ChangeLog NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 16:21:31 Author: werner Path: /cvs/gnupg/gpgme Modified: ChangeLog NEWS configure.ac * config.guess, config.sub, ltmain.sh: Updated to those from libtools 1.5.4. --------------+ ChangeLog | 7 +++++++ NEWS | 8 ++------ configure.ac | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 16:21:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:21:47 2004 Subject: gpgme/m4 (libtool.m4) Message-ID: Date: Tuesday, April 6, 2004 @ 16:21:43 Author: werner Path: /cvs/gnupg/gpgme/m4 Modified: libtool.m4 Updated ------------+ libtool.m4 | 7902 +++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 5062 insertions(+), 2840 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 16:22:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:23:01 2004 Subject: gpgme (README) Message-ID: Date: Tuesday, April 6, 2004 @ 16:22:55 Author: werner Path: /cvs/gnupg/gpgme Modified: README Tell that gpgsm 1.9.6 is required. --------+ README | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 6 16:24:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:24:33 2004 Subject: gpgme/gpgme (gpgme.h) Message-ID: Date: Tuesday, April 6, 2004 @ 16:24:29 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: gpgme.h Bumbed version number ---------+ gpgme.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 6 16:41:28 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:41:34 2004 Subject: gpgme (config.guess config.sub ltmain.sh) Message-ID: Date: Tuesday, April 6, 2004 @ 16:41:28 Author: werner Path: /cvs/gnupg/gpgme Modified: config.guess config.sub ltmain.sh Updated --------------+ config.guess | 335 ++++-- config.sub | 220 ++-- ltmain.sh | 3040 ++++++++++++++++++++++++++++++++++++++++----------------- 3 files changed, 2555 insertions(+), 1040 deletions(-) From cvs at cvs.gnupg.org Tue Apr 6 16:42:58 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 6 16:43:04 2004 Subject: gpgme (NEWS configure.ac) Message-ID: Date: Tuesday, April 6, 2004 @ 16:42:58 Author: werner Path: /cvs/gnupg/gpgme Modified: NEWS configure.ac Post-release version bumb --------------+ NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Apr 7 18:17:27 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 7 18:17:31 2004 Subject: gpgme/gpgme (ChangeLog decrypt-verify.c) Message-ID: Date: Wednesday, April 7, 2004 @ 18:17:27 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog decrypt-verify.c (decrypt_verify_status_handler): Hack to cope with meaningless error codes from the verify status function. ------------------+ ChangeLog | 5 +++++ decrypt-verify.c | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Apr 7 18:53:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 7 18:53:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Wednesday, April 7, 2004 @ 18:53:56 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c (my_dgettext): Switch the codeset once to utf-8. Allow building with out NLS. ----------------+ ChangeLog | 5 +++++ gpgconf-comp.c | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Apr 7 19:59:18 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 7 19:59:22 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (5 files) Message-ID: Date: Wednesday, April 7, 2004 @ 19:59:18 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-dirmngr.c fingerprint.c gpgsm.c gpgsm.h * gpgsm.c: New option --force-crl-refresh. * call-dirmngr.c (gpgsm_dirmngr_isvalid): Pass option to dirmngr. ----------------+ ChangeLog | 5 +++++ call-dirmngr.c | 13 +++++++++++++ fingerprint.c | 2 +- gpgsm.c | 7 ++++++- gpgsm.h | 1 + 5 files changed, 26 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Apr 7 20:02:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 7 20:02:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Wednesday, April 7, 2004 @ 20:02:56 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi Documented --force-crl-refresh ------------+ gpgsm.texi | 10 ++++++++++ 1 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Thu Apr 8 10:34:03 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Thu Apr 8 10:34:07 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Thursday, April 8, 2004 @ 10:34:03 Author: mo Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-04-08 Moritz Schulte * src/gpg-error.c (main): Return zero on success. -----------+ ChangeLog | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Thu Apr 8 10:34:03 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Thu Apr 8 10:34:15 2004 Subject: libgpg-error/src (gpg-error.c) Message-ID: Date: Thursday, April 8, 2004 @ 10:34:03 Author: mo Path: /cvs/gnupg/libgpg-error/src Modified: gpg-error.c 2004-04-08 Moritz Schulte * src/gpg-error.c (main): Return zero on success. -------------+ gpg-error.c | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Thu Apr 8 11:53:02 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 8 11:53:08 2004 Subject: gpgme/gpgme (5 files) Message-ID: Date: Thursday, April 8, 2004 @ 11:53:02 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog decrypt-verify.c decrypt.c gpgme.h verify.c * verify.c (_gpgme_verify_status_handler): Ignore the error status if we can't process it. * decrypt-verify.c (decrypt_verify_status_handler): Backed out yesterday's hack. It is not any longer required. ------------------+ ChangeLog | 7 +++++++ decrypt-verify.c | 9 --------- decrypt.c | 3 +++ gpgme.h | 2 +- verify.c | 6 ++++-- 5 files changed, 15 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Thu Apr 8 11:53:32 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 8 11:53:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog decrypt.c) Message-ID: Date: Thursday, April 8, 2004 @ 11:53:32 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog decrypt.c (gpgsm_decrypt): Return GPG_ERR_NO_DATA if it is not a encrypted message. -----------+ ChangeLog | 5 +++++ decrypt.c | 5 +++++ 2 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Sat Apr 10 04:38:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Apr 10 04:38:28 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Saturday, April 10, 2004 @ 04:38:23 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpg.sgml * gpg.sgml: Document delsig. Clarify that --refresh-keys arguments are optional. Document --bzip2-decompress-lowmem. -----------+ ChangeLog | 5 +++++ gpg.sgml | 25 +++++++++++++++++++++---- 2 files changed, 26 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Sat Apr 10 04:40:53 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat Apr 10 04:40:55 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Saturday, April 10, 2004 @ 04:40:53 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Document delsig. Clarify that --refresh-keys arguments are optional. Document --bzip2-decompress-lowmem. -----------+ ChangeLog | 5 +++++ gpg.sgml | 17 ++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Tue Apr 13 03:17:32 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Apr 13 03:17:38 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (5 files) Message-ID: Date: Tuesday, April 13, 2004 @ 03:17:32 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog build-packet.c keygen.c packet.h sign.c * keygen.c (make_backsig): New function to add a backsig to a binding sig of signing subkeys. Currently disabled. (write_keybinding): Call it here, for signing subkeys only. * sign.c (make_keysig_packet): Allow generating 0x19 signatures (same as 0x18 or 0x28, but used for backsigs). * packet.h, build-packet.c (build_sig_subpkt): Add new SIGSUBPKT_SIGNATURE type for embedded signatures. ----------------+ ChangeLog | 12 +++++ build-packet.c | 7 ++- keygen.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++----- packet.h | 1 sign.c | 20 +++++---- 5 files changed, 139 insertions(+), 19 deletions(-) From cvs at cvs.gnupg.org Tue Apr 13 11:45:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 13 11:45:27 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog simple-pwquery.c) Message-ID: Date: Tuesday, April 13, 2004 @ 11:45:23 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Modified: ChangeLog simple-pwquery.c (copy_and_escape): Relaxed quoting. ------------------+ ChangeLog | 4 ++++ simple-pwquery.c | 12 +++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Tue Apr 13 11:45:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 13 11:45:39 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog export.c gpgsm.h import.c misc.c) Message-ID: Date: Tuesday, April 13, 2004 @ 11:45:35 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog export.c gpgsm.h import.c misc.c * misc.c (setup_pinentry_env): New. * import.c (popen_protect_tool): Call it. * export.c (popen_protect_tool): Call it. -----------+ ChangeLog | 6 ++++++ export.c | 2 ++ gpgsm.h | 2 ++ import.c | 2 ++ misc.c | 36 ++++++++++++++++++++++++++++++++++-- 5 files changed, 46 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Apr 14 19:56:24 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Apr 14 19:56:33 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Wednesday, April 14, 2004 @ 19:56:24 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c import.c keyserver.c mainproc.c options.h * options.h: Encapsulate keyserver details. Change all callers. -------------+ ChangeLog | 4 +++ g10.c | 2 - import.c | 2 - keyserver.c | 76 +++++++++++++++++++++++++++++----------------------------- mainproc.c | 8 +++--- options.h | 13 ++++++--- 6 files changed, 57 insertions(+), 48 deletions(-) From cvs at cvs.gnupg.org Wed Apr 14 23:33:45 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed Apr 14 23:33:52 2004 Subject: gnupg/g10 (7 files) Message-ID: Date: Wednesday, April 14, 2004 @ 23:33:45 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c import.c keyserver-internal.h keyserver.c mainproc.c options.h * options.h, import.c, keyserver-internal.h, g10.c, mainproc.c, keyserver.c (parse_keyserver_uri): Parse keyserver URI into a structure. Cleanup for new "guess my keyserver" functionality, as well as refreshing via a preferred keyserver subpacket. ----------------------+ ChangeLog | 5 ++ g10.c | 5 +- import.c | 4 - keyserver-internal.h | 5 +- keyserver.c | 110 ++++++++++++++++++++++++++++--------------------- mainproc.c | 2 options.h | 2 7 files changed, 80 insertions(+), 53 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 02:30:05 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 15 02:30:09 2004 Subject: gnupg/g10 (ChangeLog getkey.c keyedit.c packet.h) Message-ID: Date: Thursday, April 15, 2004 @ 02:30:05 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog getkey.c keyedit.c packet.h * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_subkey): Keep track of which self-sig we actually chose. * keyedit.c (menu_expire, menu_set_primary_uid, menu_set_preferences): Use it here to avoid updating non-used self-sigs and possibly promoting an old self-sig into consideration again. -----------+ ChangeLog | 8 ++++++++ getkey.c | 2 ++ keyedit.c | 13 +++++++++---- packet.h | 1 + 4 files changed, 20 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 11:00:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:00:26 2004 Subject: libgcrypt/src (10 files) Message-ID: Date: Thursday, April 15, 2004 @ 11:00:22 Author: werner Path: /cvs/gnupg/libgcrypt/src Added: Manifest Modified: ChangeLog gcrypt.h global.c misc.c missing-string.c secmem.c Removed: ath-pth.c ath-pthread.c string.c About to release 1.2 ------------------+ ChangeLog | 13 +++ Manifest | 56 ++++++++++++++++ ath-pth.c | 177 ----------------------------------------------------- ath-pthread.c | 175 ---------------------------------------------------- gcrypt.h | 16 +--- global.c | 68 +++++++++++++------- misc.c | 8 +- missing-string.c | 3 secmem.c | 13 +-- string.c | 47 -------------- 10 files changed, 131 insertions(+), 445 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 11:00:23 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:00:35 2004 Subject: libgcrypt (ChangeLog NEWS README configure.ac) Message-ID: Date: Thursday, April 15, 2004 @ 11:00:23 Author: werner Path: /cvs/gnupg/libgcrypt Modified: ChangeLog NEWS README configure.ac About to release 1.2 --------------+ ChangeLog | 9 ++++++++- NEWS | 7 +++++-- README | 30 ++++++++---------------------- configure.ac | 8 +++----- 4 files changed, 24 insertions(+), 30 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 11:05:14 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:05:20 2004 Subject: libgcrypt/src (Manifest) Message-ID: Date: Thursday, April 15, 2004 @ 11:05:14 Author: werner Path: /cvs/gnupg/libgcrypt/src Modified: Manifest Added missing files. ----------+ Manifest | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 15 11:06:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:06:57 2004 Subject: libgcrypt/src (Makefile.am Manifest) Message-ID: Date: Thursday, April 15, 2004 @ 11:06:52 Author: werner Path: /cvs/gnupg/libgcrypt/src Modified: Makefile.am Manifest Added Manifest to Makefile.am -------------+ Makefile.am | 2 +- Manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 11:12:34 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:12:40 2004 Subject: libgcrypt/src (Makefile.am Manifest) Message-ID: Date: Thursday, April 15, 2004 @ 11:12:34 Author: werner Path: /cvs/gnupg/libgcrypt/src Modified: Makefile.am Manifest Fixed typo in Makefile.am -------------+ Makefile.am | 2 +- Manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 11:46:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 11:46:41 2004 Subject: libgcrypt (NEWS README configure.ac) Message-ID: Date: Thursday, April 15, 2004 @ 11:46:37 Author: werner Path: /cvs/gnupg/libgcrypt Modified: NEWS README configure.ac Prepared development branch (actually CVS HEAD) --------------+ NEWS | 5 +++++ README | 6 +++++- configure.ac | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 17:18:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 17:18:34 2004 Subject: gpgme/gpgme (ChangeLog keylist.c) Message-ID: Date: Thursday, April 15, 2004 @ 17:18:30 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog keylist.c (gpgme_get_key): Return an error if FPR is NULL. -----------+ ChangeLog | 4 ++++ keylist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 15 17:58:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 15 17:58:14 2004 Subject: gpgme/gpgme (ChangeLog verify.c) Message-ID: Date: Thursday, April 15, 2004 @ 17:58:09 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog verify.c (prepare_new_sig, _gpgme_verify_status_handler): Remove unused result.signatures items. -----------+ ChangeLog | 3 ++ verify.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 59 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Thu Apr 15 20:16:18 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 15 20:16:24 2004 Subject: gnupg/g10 (7 files) Message-ID: Date: Thursday, April 15, 2004 @ 20:16:18 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c gpgv.c import.c keyserver.c mainproc.c options.h * options.h, keyserver.c (parse_keyserver_options): Remove duplicate code from parse_keyserver_options by calling the generic parse_options. * keyserver.c (keyserver_spawn, keyserver_refresh), g10.c (main), gpgv.c (main), mainproc.c (check_sig_and_print), import.c (revocation_present): Change all callers. -------------+ ChangeLog | 10 ++++ g10.c | 12 ++-- gpgv.c | 2 import.c | 3 - keyserver.c | 140 ++++++++++++++++++++++++---------------------------------- mainproc.c | 2 options.h | 18 ++++--- 7 files changed, 91 insertions(+), 96 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 04:57:20 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 16 04:57:25 2004 Subject: gnupg/g10 (ChangeLog main.h misc.c) Message-ID: Date: Friday, April 16, 2004 @ 04:57:20 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog main.h misc.c * main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so they can be called separately. -----------+ ChangeLog | 3 ++ main.h | 1 misc.c | 87 +++++++++++++++++++++++++++++++++++++----------------------- 3 files changed, 59 insertions(+), 32 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 11:46:54 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 16 11:46:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/jnlib (ChangeLog logging.c logging.h) Message-ID: Date: Friday, April 16, 2004 @ 11:46:54 Author: werner Path: /cvs/gnupg/gnupg/jnlib Tag: GNUPG-1-9-BRANCH Modified: ChangeLog logging.c logging.h * gpg-agent.c (main): Tell the logging code taht we are runnign detached. * logging.h (JNLIB_LOG_WITH_PREFIX): Add constants for the flag values. * logging.c (log_set_prefix): New flag DETACHED. (fun_writer): Take care of this flag. (log_test_fd): New. -----------+ ChangeLog | 10 +++++++ logging.c | 77 ++++++++++++++++++++++++++++++++++++++++++------------------ logging.h | 8 +++++- 3 files changed, 70 insertions(+), 25 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 11:46:54 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 16 11:47:14 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c) Message-ID: Date: Friday, April 16, 2004 @ 11:46:54 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c * gpg-agent.c (main): Tell the logging code taht we are runnign detached. * logging.h (JNLIB_LOG_WITH_PREFIX): Add constants for the flag values. * logging.c (log_set_prefix): New flag DETACHED. (fun_writer): Take care of this flag. (log_test_fd): New. -------------+ ChangeLog | 5 +++++ gpg-agent.c | 24 ++++++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 17:19:35 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 16 17:19:39 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Friday, April 16, 2004 @ 17:19:35 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver-internal.h keyserver.c main.h misc.c * main.h, misc.c (optsep, argsplit, optlen, parse_options): Simplify code and properly handle a partial match against an option with an argument. * keyserver-internal.h, keyserver.c (parse_keyserver_options): Use new optsep and argsplit functions. ----------------------+ ChangeLog | 9 +++++ keyserver-internal.h | 2 - keyserver.c | 10 ++++-- main.h | 4 +- misc.c | 74 ++++++++++++++++++++++++++++--------------------- 5 files changed, 62 insertions(+), 37 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 18:07:08 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 16 18:07:15 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Friday, April 16, 2004 @ 18:07:08 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog build-packet.c keygen.c packet.h sign.c * keygen.c (gen_elg, gen_dsa, gen_rsa, do_create, do_generate_keypair, generate_subkeypair): New is_subkey argument to set whether a generated key is a subkey. Do not overload the ret_sk. This is some early cleanup to do backsigs for signing subkeys. * keygen.c (write_keybinding, do_generate_keypair, generate_subkeypair): Keep track of the unprotected subkey secret key so we can make a backsig with it. * keygen.c (make_backsig): New function to add a backsig to a binding sig of signing subkeys. Currently disabled. (write_keybinding): Call it here, for signing subkeys only. * sign.c (make_keysig_packet): Allow generating 0x19 signatures (same as 0x18 or 0x28, but used for backsigs). * packet.h, build-packet.c (build_sig_subpkt): Add new SIGSUBPKT_SIGNATURE type for embedded signatures. ----------------+ ChangeLog | 20 ++++ build-packet.c | 7 + keygen.c | 253 +++++++++++++++++++++++++++++++++++++++---------------- packet.h | 1 sign.c | 20 ++-- 5 files changed, 220 insertions(+), 81 deletions(-) From cvs at cvs.gnupg.org Fri Apr 16 18:31:20 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 16 18:31:23 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Friday, April 16, 2004 @ 18:31:19 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog build-packet.c g10.c keyedit.c plaintext.c * plaintext.c (handle_plaintext): Accept 'u' as a plaintext mode that requires end of line conversion. This is being considered for a UTF8 text packet. If this doesn't take place, no major harm done. If it does take place, we'll get a jump on starting the changeover. * g10.c (main): --no-use-embedded-filename. * build-packet.c (calc_plaintext, do_plaintext): Do not create illegal (packet header indicates a size larger than the actual packet) encrypted data packets when not compressing and using a filename longer than 255 characters. * keyedit.c (no_primary_warning): Cleanup. (menu_expire): Don't give primary warning for subkey expiration changes. These cannot reorder primaries. ----------------+ ChangeLog | 17 +++++++++++++++++ build-packet.c | 15 ++++++++------- g10.c | 3 +++ keyedit.c | 36 +++++++++++++++++------------------- plaintext.c | 2 +- 5 files changed, 46 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 14:56:07 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 14:56:15 2004 Subject: libgpg-error (libgpg-error.spec.in) Message-ID: Date: Monday, April 19, 2004 @ 14:56:07 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: libgpg-error.spec.in 2004-03-09 Marcus Brinkmann * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre . ----------------------+ libgpg-error.spec.in | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Mon Apr 19 15:11:08 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 15:11:17 2004 Subject: libgpg-error/src (mkerrcodes.awk) Message-ID: Date: Monday, April 19, 2004 @ 15:11:08 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: mkerrcodes.awk 2004-04-19 Marcus Brinkmann * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8. ----------------+ mkerrcodes.awk | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 19 15:11:09 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 15:11:24 2004 Subject: libgpg-error (ChangeLog NEWS) Message-ID: Date: Monday, April 19, 2004 @ 15:11:09 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog NEWS 2004-04-19 Marcus Brinkmann * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8. -----------+ ChangeLog | 5 +++++ NEWS | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 19 15:40:18 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 15:40:24 2004 Subject: libgpg-error/src (gpg-error.m4) Message-ID: Date: Monday, April 19, 2004 @ 15:40:18 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: gpg-error.m4 2004-04-19 Marcus Brinkmann * src/gpg-error.m4: Quote first argument to AC_DEFUN. --------------+ gpg-error.m4 | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 19 15:40:19 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 15:40:30 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Monday, April 19, 2004 @ 15:40:19 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-04-19 Marcus Brinkmann * src/gpg-error.m4: Quote first argument to AC_DEFUN. -----------+ ChangeLog | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Mon Apr 19 16:05:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:05:45 2004 Subject: libgcrypt (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:05:38 Author: marcus Path: /cvs/gnupg/libgcrypt Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:06:45 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:07:00 2004 Subject: libgpg-error (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:06:45 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:09:30 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:09:39 2004 Subject: gpgme (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:09:30 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:12:24 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:12:37 2004 Subject: libassuan (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:12:24 Author: marcus Path: /cvs/gnupg/libassuan Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:15:57 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:16:03 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:15:57 Author: marcus Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:17:32 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 19 16:17:52 2004 Subject: gnupg/scripts (ChangeLog autogen.sh) Message-ID: Date: Monday, April 19, 2004 @ 16:17:32 Author: marcus Path: /cvs/gnupg/gnupg/scripts Modified: ChangeLog autogen.sh 2004-04-02 Thomas Schwinge * autogen.sh: Added ACLOCAL_FLAGS. ------------+ ChangeLog | 4 ++++ autogen.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 16:24:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 19 16:25:03 2004 Subject: gpgme/assuan (4 files) Message-ID: Date: Monday, April 19, 2004 @ 16:24:57 Author: werner Path: /cvs/gnupg/gpgme/assuan Modified: ChangeLog assuan-domain-connect.c assuan-socket-connect.c assuan-socket-server.c * assuan-socket-connect.c: Include sys/types.h * assuan-socket-server.c: Ditto * assuan-domain-connect.c: Ditto. -------------------------+ ChangeLog | 6 ++++++ assuan-domain-connect.c | 1 + assuan-socket-connect.c | 1 + assuan-socket-server.c | 1 + 4 files changed, 9 insertions(+) From cvs at cvs.gnupg.org Mon Apr 19 16:25:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 19 16:25:30 2004 Subject: libassuan/src (5 files) Message-ID: Date: Monday, April 19, 2004 @ 16:25:25 Author: werner Path: /cvs/gnupg/libassuan/src Modified: ChangeLog assuan-domain-connect.c assuan-socket-connect.c assuan-socket-server.c assuan-util.c * assuan-socket-server.c, assuan-socket-connect.c: Includes sys/types.h. Reported by Michael Nottebrock. * assuan-domain-connect.c: Ditto. -------------------------+ ChangeLog | 11 +++++++++++ assuan-domain-connect.c | 1 + assuan-socket-connect.c | 1 + assuan-socket-server.c | 1 + assuan-util.c | 4 ++-- 5 files changed, 16 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 19 18:02:12 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Apr 19 18:02:21 2004 Subject: gnupg/g10 (ChangeLog g10.c keyserver.c options.h) Message-ID: Date: Monday, April 19, 2004 @ 18:02:12 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keyserver.c options.h * options.h, g10.c (main): Add keyserver-option honor-keyserver-url. parse_keyserver_options now returns a success code. * keyserver.c (parse_keyserver_options): Return error on failure to parse. Currently there is no way to fail as any unrecognized options get saved to be sent to the keyserver plugins later. Check length of keyserver option tokens since with =arguments we must only match the prefix. (free_keyserver_spec): Moved code from parse_keyserver_url. (keyserver_work, keyserver_spawn): Pass in a struct keyserver_spec rather than using the global keyserver option. (calculate_keyid_fpr): New. Fills in a KEYDB_SEARCH_DESC for a key. (keyidlist): New implementation using get_pubkey_bynames rather than searching the keydb directly. If honor-keyserver-url is set, make up a keyserver_spec and try and fetch that key directly. Do not include it in the returned keyidlist in that case. -------------+ ChangeLog | 21 +++++ g10.c | 11 ++ keyserver.c | 238 +++++++++++++++++++++++++++++++++++----------------------- options.h | 1 4 files changed, 177 insertions(+), 94 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 08:50:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 08:50:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (fopencookie.c) Message-ID: Date: Tuesday, April 20, 2004 @ 08:50:55 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Removed: fopencookie.c Removed this file from the CVS. ---------------+ fopencookie.c | 37 ------------------------------------- 1 files changed, 37 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 16:16:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 16:16:30 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog THANKS) Message-ID: Date: Tuesday, April 20, 2004 @ 16:16:26 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog THANKS * configure.ac: Remove the fopencookie test. We don't need the dummy function because we conditionally use fopencookie, fpencookie or a replacement at place. -----------+ ChangeLog | 6 ++++++ THANKS | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 16:16:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 16:16:49 2004 Subject: GNUPG-1-9-BRANCH gnupg (configure.ac) Message-ID: Date: Tuesday, April 20, 2004 @ 16:16:44 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: configure.ac Remove the fopencookie test. We don't need the dummy function because we conditionally use fopencookie, fpencookie or a replacement at place. --------------+ configure.ac | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 20 16:16:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 16:16:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (ChangeLog keybox-defs.h) Message-ID: Date: Tuesday, April 20, 2004 @ 16:16:55 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keybox-defs.h Include jnlib/types.h and remove our own definitions for byte.u16 and u32. ---------------+ ChangeLog | 5 +++++ keybox-defs.h | 17 ++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 16:17:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 16:17:14 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (11 files) Message-ID: Date: Tuesday, April 20, 2004 @ 16:17:10 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Added: pcsc-wrapper.c Modified: ChangeLog Makefile.am apdu.c apdu.h ccid-driver.c ccid-driver.h command.c iso7816.c scdaemon.c scdaemon.h * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. ----------------+ ChangeLog | 54 ++++ Makefile.am | 16 - apdu.c | 688 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- apdu.h | 11 ccid-driver.c | 276 ++++++++++++++++++---- ccid-driver.h | 1 command.c | 69 ++++- iso7816.c | 3 pcsc-wrapper.c | 631 ++++++++++++++++++++++++++++++++++++++++++++++++++ scdaemon.c | 154 ++++++++++++ scdaemon.h | 2 11 files changed, 1827 insertions(+), 78 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 18:02:31 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Apr 20 18:02:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Tuesday, April 20, 2004 @ 18:02:31 Author: marcus Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c 2004-04-20 Marcus Brinkmann * gpgconf-comp.c (gc_options_gpg_agent): Change type of ignore-cache-for-signing option to GC_ARG_TYPE_NONE. ----------------+ ChangeLog | 5 +++++ gpgconf-comp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 20 18:22:26 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue Apr 20 18:22:32 2004 Subject: libgpg-error/po (ChangeLog LINGUAS pl.po) Message-ID: Date: Tuesday, April 20, 2004 @ 18:22:26 Author: marcus Path: /cvs/gnupg/libgpg-error/po Added: pl.po Modified: ChangeLog LINGUAS 2004-04-20 Marcus Brinkmann * LINGUAS: Add pl. * pl.po: New file. -----------+ ChangeLog | 5 LINGUAS | 1 pl.po | 890 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 896 insertions(+) From cvs at cvs.gnupg.org Tue Apr 20 18:42:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 18:43:05 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (5 files) Message-ID: Date: Tuesday, April 20, 2004 @ 18:42:55 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog apdu.c app-help.c ccid-driver.c command.c * command.c (scd_update_reader_status_file): Write status files. * app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS. ---------------+ ChangeLog | 7 +++++++ apdu.c | 23 ++++++++++++++++------- app-help.c | 7 ++++++- ccid-driver.c | 2 +- command.c | 35 +++++++++++++++++++++++++++++++++-- 5 files changed, 63 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 18:42:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 20 18:43:14 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS) Message-ID: Date: Tuesday, April 20, 2004 @ 18:42:56 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS * command.c (scd_update_reader_status_file): Write status files. * app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS. ------+ NEWS | 5 +++++ 1 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Tue Apr 20 21:37:58 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Apr 20 21:38:06 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Tuesday, April 20, 2004 @ 21:37:58 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog keyserver.c * keyserver.c (parse_keyserver_uri): Do not accept "http" as an alias for "hkp". They are not the same thing. -------------+ ChangeLog | 5 +++++ keyserver.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue Apr 20 22:17:39 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue Apr 20 22:17:48 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Tuesday, April 20, 2004 @ 22:17:39 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c * keyserver.c (parse_keyserver_uri): Do not accept "http" as an alias for "hkp". They are not the same thing. -------------+ ChangeLog | 5 +++++ keyserver.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Wed Apr 21 16:42:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 16:42:23 2004 Subject: libassuan/src (7 files) Message-ID: Date: Wednesday, April 21, 2004 @ 16:42:17 Author: werner Path: /cvs/gnupg/libassuan/src Modified: ChangeLog assuan-connect.c assuan-defs.h assuan-pipe-connect.c assuan-pipe-server.c assuan-socket-connect.c assuan-socket-server.c * assuan-socket-server.c (accept_connection_bottom): Save the pid of the peer if it is available. * assuan-socket-connect.c (assuan_socket_connect): Do not save the dummy SERVED_PID arg. * assuan-pipe-connect.c (do_finish): Don't wait if the pid is 0. (assuan_pipe_connect2): Store the parents pid in the environment of the child. * assuan-pipe-server.c (assuan_init_pipe_server): Initialize the peer's pid from the environment. * assuan-connect.c (assuan_get_pid): Do not return 0 as a PID. -------------------------+ ChangeLog | 13 +++++++++++++ assuan-connect.c | 3 ++- assuan-defs.h | 6 +----- assuan-pipe-connect.c | 12 +++++++++++- assuan-pipe-server.c | 10 +++++++++- assuan-socket-connect.c | 1 - assuan-socket-server.c | 9 +++++---- 7 files changed, 41 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Wed Apr 21 16:42:17 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 16:42:34 2004 Subject: libassuan (NEWS THANKS) Message-ID: Date: Wednesday, April 21, 2004 @ 16:42:17 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS THANKS * assuan-socket-server.c (accept_connection_bottom): Save the pid of the peer if it is available. * assuan-socket-connect.c (assuan_socket_connect): Do not save the dummy SERVED_PID arg. * assuan-pipe-connect.c (do_finish): Don't wait if the pid is 0. (assuan_pipe_connect2): Store the parents pid in the environment of the child. * assuan-pipe-server.c (assuan_init_pipe_server): Initialize the peer's pid from the environment. * assuan-connect.c (assuan_get_pid): Do not return 0 as a PID. --------+ NEWS | 2 ++ THANKS | 4 ++++ 2 files changed, 6 insertions(+) From cvs at cvs.gnupg.org Wed Apr 21 16:43:51 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 16:44:00 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpg-agent.texi) Message-ID: Date: Wednesday, April 21, 2004 @ 16:43:51 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpg-agent.texi * call-scd.c (start_scd): Send event-signal option. Always check that the scdaemon is still running. * gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity. ----------------+ gpg-agent.texi | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Wed Apr 21 16:43:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 16:44:09 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog call-scd.c gpg-agent.c) Message-ID: Date: Wednesday, April 21, 2004 @ 16:43:52 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-scd.c gpg-agent.c * call-scd.c (start_scd): Send event-signal option. Always check that the scdaemon is still running. * gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity. -------------+ ChangeLog | 8 ++++++++ call-scd.c | 31 +++++++++++++++++++++++++++---- gpg-agent.c | 10 +++------- 3 files changed, 38 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Wed Apr 21 16:44:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 16:44:19 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog command.c scdaemon.c) Message-ID: Date: Wednesday, April 21, 2004 @ 16:44:10 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog command.c scdaemon.c * command.c (scd_update_reader_status_file): Send a signal back to the client. (option_handler): Parse the new event-signal option. * scdaemon.c (handle_signal): Do not use SIGUSR{1,2} anymore for changing the verbosity. ------------+ ChangeLog | 9 +++++++++ command.c | 46 ++++++++++++++++++++++++++++++++++++++++++++-- scdaemon.c | 8 ++------ 3 files changed, 55 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Wed Apr 21 20:14:12 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 21 20:14:19 2004 Subject: gpgme/gpgme (ChangeLog key.c) Message-ID: Date: Wednesday, April 21, 2004 @ 20:14:12 Author: werner Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog key.c (gpgme_key_unref): Allow passing NULL like free does. The rule of least surprise. -----------+ ChangeLog | 5 +++++ key.c | 3 +++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Thu Apr 22 02:45:28 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 22 02:45:37 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog parse-packet.c) Message-ID: Date: Thursday, April 22, 2004 @ 02:45:28 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog parse-packet.c * parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt, can_handle_critical): Parse and display 0x19 signatures. ----------------+ ChangeLog | 5 + parse-packet.c | 148 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 85 insertions(+), 68 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 02:54:31 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 22 02:54:37 2004 Subject: gnupg/g10 (ChangeLog parse-packet.c) Message-ID: Date: Thursday, April 22, 2004 @ 02:54:31 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog parse-packet.c * parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt, can_handle_critical): Parse and display 0x19 signatures. ----------------+ ChangeLog | 5 + parse-packet.c | 162 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 92 insertions(+), 75 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 15:03:44 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 22 15:03:50 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog certdump.c gpgsm.c keylist.c) Message-ID: Date: Thursday, April 22, 2004 @ 15:03:44 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog certdump.c gpgsm.c keylist.c (main): New commands --dump-keys, --dump-external-keys, --dump-secret-keys. ------------+ ChangeLog | 5 + certdump.c | 1 gpgsm.c | 32 ++++++++ keylist.c | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 4 files changed, 241 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 19:27:44 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 19:27:48 2004 Subject: libgpg-error/po (ChangeLog pl.po) Message-ID: Date: Thursday, April 22, 2004 @ 19:27:44 Author: marcus Path: /cvs/gnupg/libgpg-error/po Modified: ChangeLog pl.po 2004-04-22 Marcus Brinkmann * pl.po: Update. -----------+ ChangeLog | 4 ++++ pl.po | 13 +++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 20:20:34 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:20:44 2004 Subject: libgpg-error/src (Makefile.am gpg-error.c) Message-ID: Date: Thursday, April 22, 2004 @ 20:20:34 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: Makefile.am gpg-error.c 2004-04-22 Marcus Brinkmann * src/Makefile.am (gpg_error_CPPFLAGS): New variable. (localedir): Likewise. * gpg-error.c: Include the gettext headers. (init_i18n): New function. (main): Call init_i18n, gettextize messages. -------------+ Makefile.am | 2 ++ gpg-error.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 50 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 20:21:32 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:21:35 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Thursday, April 22, 2004 @ 20:21:32 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-04-22 Marcus Brinkmann * src/Makefile.am (gpg_error_CPPFLAGS): New variable. (localedir): Likewise. * gpg-error.c: Include the gettext headers. (init_i18n): New function. (main): Call init_i18n, gettextize messages. -----------+ ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Thu Apr 22 20:21:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:21:55 2004 Subject: libgpg-error/po (ChangeLog POTFILES.in de.po pl.po) Message-ID: Date: Thursday, April 22, 2004 @ 20:21:50 Author: marcus Path: /cvs/gnupg/libgpg-error/po Modified: ChangeLog POTFILES.in de.po pl.po 2004-04-22 Marcus Brinkmann * POTFILES.in: Add src/gpg-error.c. * pl.po: Add messages for gpg-error.c. * de.po: Likewise. -------------+ ChangeLog | 4 ++++ POTFILES.in | 1 + de.po | 10 ++++++++++ pl.po | 10 ++++++++++ 4 files changed, 25 insertions(+) From cvs at cvs.gnupg.org Thu Apr 22 20:23:57 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:24:01 2004 Subject: gpgme/gpgme (ChangeLog gpgme.m4) Message-ID: Date: Thursday, April 22, 2004 @ 20:23:57 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.m4 2004-04-22 Marcus Brinkmann * gpgme.m4: Quote first argument to AC_DEFUN. -----------+ ChangeLog | 4 ++++ gpgme.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu Apr 22 20:24:45 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:24:49 2004 Subject: libgcrypt/src (ChangeLog libgcrypt.m4) Message-ID: Date: Thursday, April 22, 2004 @ 20:24:45 Author: marcus Path: /cvs/gnupg/libgcrypt/src 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 Thu Apr 22 20:25:54 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 22 20:25:59 2004 Subject: libassuan/src (ChangeLog libassuan.m4) Message-ID: Date: Thursday, April 22, 2004 @ 20:25:54 Author: marcus Path: /cvs/gnupg/libassuan/src Modified: ChangeLog libassuan.m4 2004-04-22 Marcus Brinkmann * libassuan.m4: Quote first argument to AC_DEFUN. --------------+ ChangeLog | 4 ++++ libassuan.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Apr 23 05:01:53 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 23 05:01:57 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (7 files) Message-ID: Date: Friday, April 23, 2004 @ 05:01:53 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog getkey.c keygen.c main.h packet.h parse-packet.c sig-check.c * keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create backsigs. * getkey.c (merge_selfsigs_subkey): Find 0x19 backsigs on subkey selfsigs and verify they are valid. If DO_BACKSIGS is not defined, fake this as always valid. * packet.h, parse-packet.c (parse_signature): Make parse_signature non-static so we can parse 0x19s in self-sigs. * main.h, sig-check.c (check_backsig): Check a 0x19 signature. (signature_check2): Give a backsig warning if there is no or a bad 0x19 with signatures from a subkey. ----------------+ ChangeLog | 16 ++++++++++++++++ getkey.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- keygen.c | 2 ++ main.h | 5 ++++- packet.h | 4 ++++ parse-packet.c | 4 +--- sig-check.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 7 files changed, 123 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Fri Apr 23 05:25:58 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri Apr 23 05:26:16 2004 Subject: gnupg/g10 (7 files) Message-ID: Date: Friday, April 23, 2004 @ 05:25:58 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog getkey.c keygen.c main.h packet.h parse-packet.c sig-check.c * keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create backsigs. * getkey.c (merge_selfsigs_subkey): Find 0x19 backsigs on subkey selfsigs and verify they are valid. If DO_BACKSIGS is not defined, fake this as always valid. * packet.h, parse-packet.c (parse_signature): Make parse_signature non-static so we can parse 0x19s in self-sigs. * main.h, sig-check.c (check_backsig): Check a 0x19 signature. (signature_check2): Give a backsig warning if there is no or a bad 0x19 with signatures from a subkey. ----------------+ ChangeLog | 16 ++++++++++++++++ getkey.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- keygen.c | 2 ++ main.h | 2 ++ packet.h | 4 ++++ parse-packet.c | 4 +--- sig-check.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 7 files changed, 121 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Fri Apr 23 12:34:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 23 12:34:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog keylist.c) Message-ID: Date: Friday, April 23, 2004 @ 12:34:26 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keylist.c (oidtranstbl): New. OIDs collected from several sources. (print_name_raw, print_names_raw, list_cert_raw): New. (gpgsm_list_keys): Check the dump mode and pass it down as necessary. -----------+ ChangeLog | 7 + keylist.c | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 309 insertions(+), 21 deletions(-) From cvs at cvs.gnupg.org Fri Apr 23 14:43:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri Apr 23 14:43:55 2004 Subject: libgpg-error/src (Makefile.am) Message-ID: Date: Friday, April 23, 2004 @ 14:43:50 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: Makefile.am 2004-04-23 Marcus Brinkmann * src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule. (code-from-errno.h): Likewise. -------------+ Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri Apr 23 14:43:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri Apr 23 14:44:01 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Friday, April 23, 2004 @ 14:43:50 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-04-23 Marcus Brinkmann * src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule. (code-from-errno.h): Likewise. -----------+ ChangeLog | 5 +++++ 1 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Mon Apr 26 02:36:02 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Apr 26 15:32:45 2004 Subject: gnupg/g10 (ChangeLog getkey.c) Message-ID: Date: Monday, April 26, 2004 @ 02:36:02 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog getkey.c * getkey.c (key_byname): If namelist is NULL, return the first key in the keyring. -----------+ ChangeLog | 5 ++++ getkey.c | 72 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 47 insertions(+), 30 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 03:20:03 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon Apr 26 15:32:53 2004 Subject: gnupg/g10 (ChangeLog getkey.c) Message-ID: Date: Monday, April 26, 2004 @ 03:20:03 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog getkey.c * getkey.c (get_seckey_byname2): Significantly simplify this function by using key_byname to do the heavy lifting. Note that this also fixes an old problem when the first key on the secret keyring has an unusable stub primary, but is still chosen. -----------+ ChangeLog | 5 +++++ getkey.c | 45 +++++++++++++-------------------------------- 2 files changed, 18 insertions(+), 32 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 10:09:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:32:59 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog keydb.c) Message-ID: Date: Monday, April 26, 2004 @ 10:09:21 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keydb.c The keybox gets now compressed after 3 hours and ephemeral stored certificates are deleted after about a day. -----------+ ChangeLog | 2 ++ keydb.c | 15 +++++++++++++++ 2 files changed, 17 insertions(+) From cvs at cvs.gnupg.org Mon Apr 26 10:09:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:06 2004 Subject: GNUPG-1-9-BRANCH gnupg/kbx (9 files) Message-ID: Date: Monday, April 26, 2004 @ 10:09:22 Author: werner Path: /cvs/gnupg/gnupg/kbx Tag: GNUPG-1-9-BRANCH Added: Manifest Modified: ChangeLog keybox-blob.c keybox-defs.h keybox-dump.c keybox-file.c keybox-search.c keybox-update.c keybox.h The keybox gets now compressed after 3 hours and ephemeral stored certificates are deleted after about a day. -----------------+ ChangeLog | 24 +++++ Manifest | 8 + keybox-blob.c | 27 +++++- keybox-defs.h | 3 keybox-dump.c | 27 +++++- keybox-file.c | 50 +++++++++++- keybox-search.c | 53 ++++++++---- keybox-update.c | 225 ++++++++++++++++++++++++++++++++++++++++++++++++------ keybox.h | 6 - 9 files changed, 369 insertions(+), 54 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 10:09:25 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:20 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Monday, April 26, 2004 @ 10:09:25 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi The keybox gets now compressed after 3 hours and ephemeral stored certificates are deleted after about a day. ------------+ gpgsm.texi | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 10:09:26 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:24 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS TODO) Message-ID: Date: Monday, April 26, 2004 @ 10:09:26 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS TODO The keybox gets now compressed after 3 hours and ephemeral stored certificates are deleted after about a day. ------+ NEWS | 6 ++++++ TODO | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 26 15:07:08 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon Apr 26 15:33:28 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog scdaemon.c) Message-ID: Date: Monday, April 26, 2004 @ 15:07:08 Author: marcus Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog scdaemon.c 2004-04-26 Marcus Brinkmann * scdaemon.c (main): For now, always print default filename for --gpgconf-list, and never /dev/null. ------------+ ChangeLog | 5 +++++ scdaemon.c | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 15:28:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:31 2004 Subject: GNUPG-1-9-BRANCH gnupg (TODO) Message-ID: Date: Monday, April 26, 2004 @ 15:28:09 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: TODO * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt) (gpgsm_agent_genkey, gpgsm_agent_istrusted) (gpgsm_agent_marktrusted, gpgsm_agent_havekey) (gpgsm_agent_passwd): Add new arg CTRL and changed all callers. (start_agent): New arg CTRL. Send progress item when starting a new agent. * sign.c (gpgsm_get_default_cert, get_default_signer): New arg CTRL to be passed down to the agent function. * decrypt.c (prepare_decryption): Ditto. * certreqgen.c (proc_parameters, read_parameters): Ditto. * certcheck.c (gpgsm_create_cms_signature): Ditto. ------+ TODO | 1 - 1 files changed, 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 26 15:28:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:34 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (11 files) Message-ID: Date: Monday, April 26, 2004 @ 15:28:09 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-agent.c certchain.c certcheck.c certlist.c certreqgen.c export.c gpgsm.c gpgsm.h keylist.c sign.c * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt) (gpgsm_agent_genkey, gpgsm_agent_istrusted) (gpgsm_agent_marktrusted, gpgsm_agent_havekey) (gpgsm_agent_passwd): Add new arg CTRL and changed all callers. (start_agent): New arg CTRL. Send progress item when starting a new agent. * sign.c (gpgsm_get_default_cert, get_default_signer): New arg CTRL to be passed down to the agent function. * decrypt.c (prepare_decryption): Ditto. * certreqgen.c (proc_parameters, read_parameters): Ditto. * certcheck.c (gpgsm_create_cms_signature): Ditto. --------------+ ChangeLog | 14 ++++++++++++++ call-agent.c | 43 +++++++++++++++++++++++-------------------- certchain.c | 4 ++-- certcheck.c | 6 +++--- certlist.c | 4 ++-- certreqgen.c | 30 +++++++++++++++++------------- export.c | 2 +- gpgsm.c | 4 ++-- gpgsm.h | 22 ++++++++++++---------- keylist.c | 4 ++-- sign.c | 13 +++++++------ 11 files changed, 85 insertions(+), 61 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 15:29:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:33:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (decrypt.c) Message-ID: Date: Monday, April 26, 2004 @ 15:29:09 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: decrypt.c * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt) (gpgsm_agent_genkey, gpgsm_agent_istrusted) (gpgsm_agent_marktrusted, gpgsm_agent_havekey) (gpgsm_agent_passwd): Add new arg CTRL and changed all callers. (start_agent): New arg CTRL. Send progress item when starting a new agent. * sign.c (gpgsm_get_default_cert, get_default_signer): New arg CTRL to be passed down to the agent function. * decrypt.c (prepare_decryption): Ditto. * certreqgen.c (proc_parameters, read_parameters): Ditto. * certcheck.c (gpgsm_create_cms_signature): Ditto. -----------+ decrypt.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 15:46:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:46:40 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog scdaemon.c) Message-ID: Date: Monday, April 26, 2004 @ 15:46:36 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog scdaemon.c * scdaemon.c (main): Do the last change the usual way. This is so that we can easily test for versioned config files above. * gpgsm.c (main) : Do not use /dev/null as default config filename. ------------+ ChangeLog | 5 +++++ scdaemon.c | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 15:46:36 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 15:46:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog gpgsm.c) Message-ID: Date: Monday, April 26, 2004 @ 15:46:36 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.c * scdaemon.c (main): Do the last change the usual way. This is so that we can easily test for versioned config files above. * gpgsm.c (main) : Do not use /dev/null as default config filename. -----------+ ChangeLog | 3 +++ gpgsm.c | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 20:26:41 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 20:26:54 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog call-scd.c) Message-ID: Date: Monday, April 26, 2004 @ 20:26:41 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-scd.c (start_scd): Do not register an event signal if we are running as a pipe server. ------------+ ChangeLog | 5 +++++ call-scd.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon Apr 26 20:26:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 20:27:02 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog card-util.c) Message-ID: Date: Monday, April 26, 2004 @ 20:26:55 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog card-util.c (change_name): Check that the NAME is not too long. (change_url): Likewise. (change_login): Likewise. -------------+ ChangeLog | 6 ++++++ card-util.c | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) From cvs at cvs.gnupg.org Mon Apr 26 20:27:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 20:27:09 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-common.h app-openpgp.c) Message-ID: Date: Monday, April 26, 2004 @ 20:27:04 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-common.h app-openpgp.c * app-common.h: New members FNC.DEINIT and APP_LOCAL. * app.c (release_application): Call new deconstructor. * app-openpgp.c (do_deinit): New. (get_cached_data, flush_cache_item, flush_cache_after_error) (flush_cache): New. (get_one_do): Replaced arg SLOT by APP. Make used of cached data. (verify_chv2, verify_chv3): Flush some cache item after error. (do_change_pin): Ditto. (do_sign): Ditto. (do_setattr): Flush cache item. (do_genkey): Flush the entire cache. (compare_fingerprint): Use cached data. ---------------+ ChangeLog | 13 ++ app-common.h | 5 - app-openpgp.c | 244 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 229 insertions(+), 33 deletions(-) From cvs at cvs.gnupg.org Mon Apr 26 20:28:07 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon Apr 26 20:28:12 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (app.c) Message-ID: Date: Monday, April 26, 2004 @ 20:28:07 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: app.c * app-common.h: New members FNC.DEINIT and APP_LOCAL. * app.c (release_application): Call new deconstructor. * app-openpgp.c (do_deinit): New. (get_cached_data, flush_cache_item, flush_cache_after_error) (flush_cache): New. (get_one_do): Replaced arg SLOT by APP. Make used of cached data. (verify_chv2, verify_chv3): Flush some cache item after error. (do_change_pin): Ditto. (do_sign): Ditto. (do_setattr): Flush cache item. (do_genkey): Flush the entire cache. (compare_fingerprint): Use cached data. -------+ app.c | 6 ++++++ 1 files changed, 6 insertions(+) From cvs at cvs.gnupg.org Tue Apr 27 10:23:46 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 27 10:23:51 2004 Subject: gnupg/g10 (19 files) Message-ID: Date: Tuesday, April 27, 2004 @ 10:23:46 Author: werner Path: /cvs/gnupg/gnupg/g10 Added: tlv.c tlv.h Modified: ChangeLog Makefile.am apdu.c apdu.h app-common.h app-openpgp.c card-util.c cardglue.c cardglue.h ccid-driver.c ccid-driver.h g10.c iso7816.c iso7816.h options.h status.c status.h A bunch of changes for the openpgp card. ---------------+ ChangeLog | 65 +++++ Makefile.am | 2 apdu.c | 717 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- apdu.h | 16 + app-common.h | 84 ++++-- app-openpgp.c | 392 ++++++++++++++++++++---------- card-util.c | 29 ++ cardglue.c | 2 cardglue.h | 17 + ccid-driver.c | 297 +++++++++++++++++++---- ccid-driver.h | 1 g10.c | 8 iso7816.c | 272 +++++++++++++++++++-- iso7816.h | 13 + options.h | 1 status.c | 1 status.h | 1 tlv.c | 209 ++++++++++++++++ tlv.h | 86 ++++++ 19 files changed, 1954 insertions(+), 259 deletions(-) From cvs at cvs.gnupg.org Tue Apr 27 10:24:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 27 10:24:40 2004 Subject: gnupg/doc (ChangeLog DETAILS) Message-ID: Date: Tuesday, April 27, 2004 @ 10:24:29 Author: werner Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog DETAILS * DETAILS (NEWSIG): Documented. -----------+ ChangeLog | 4 ++++ DETAILS | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) From cvs at cvs.gnupg.org Tue Apr 27 10:24:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 27 10:24:49 2004 Subject: gnupg/include (ChangeLog mpi.h) Message-ID: Date: Tuesday, April 27, 2004 @ 10:24:37 Author: werner Path: /cvs/gnupg/gnupg/include Modified: ChangeLog mpi.h Renamed prototype parameter name to avoid gcc warnings. -----------+ ChangeLog | 4 ++++ mpi.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue Apr 27 12:20:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue Apr 27 12:20:43 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Tuesday, April 27, 2004 @ 12:20:38 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c (keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed setting use_temp_file because this option has been removed. -------------+ ChangeLog | 3 +++ keyserver.c | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed Apr 28 10:59:34 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 28 10:59:38 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog gpgsm.c keydb.c keydb.h) Message-ID: Date: Wednesday, April 28, 2004 @ 10:59:34 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.c keydb.c keydb.h * gpgsm.c: New command --keydb-clear-some-cert-flags. * keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED. -----------+ ChangeLog | 7 ++++ gpgsm.c | 11 ++++++ keydb.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- keydb.h | 2 + 4 files changed, 118 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed Apr 28 10:59:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 28 10:59:46 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (gpgsm.texi) Message-ID: Date: Wednesday, April 28, 2004 @ 10:59:35 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: gpgsm.texi * gpgsm.c: New command --keydb-clear-some-cert-flags. * keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED. ------------+ gpgsm.texi | 9 +++++++++ 1 files changed, 9 insertions(+) From cvs at cvs.gnupg.org Wed Apr 28 11:00:05 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 28 11:00:08 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-common.h app-openpgp.c) Message-ID: Date: Wednesday, April 28, 2004 @ 11:00:05 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-common.h app-openpgp.c * app-common.h: Do not include ksba.h for gnupg 1. ---------------+ ChangeLog | 4 ++++ app-common.h | 2 ++ app-openpgp.c | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed Apr 28 11:04:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 28 11:04:11 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Wednesday, April 28, 2004 @ 11:04:04 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c Add --ocsp-signer for the dirmngr backend. ----------------+ ChangeLog | 4 ++++ gpgconf-comp.c | 3 +++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Wed Apr 28 13:55:47 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed Apr 28 13:55:50 2004 Subject: gnupg/g10 (ChangeLog app-openpgp.c card-util.c) Message-ID: Date: Wednesday, April 28, 2004 @ 13:55:47 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog app-openpgp.c card-util.c * card-util.c (card_edit): Require PIN only for generate. * app-openpgp.c (do_setattr): Sync FORCE_CHV1. ---------------+ ChangeLog | 6 +++++ app-openpgp.c | 6 ++++- card-util.c | 58 +++++++++++++++++++++++++------------------------------- 3 files changed, 37 insertions(+), 33 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 05:42:55 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu Apr 29 05:42:59 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Thursday, April 29, 2004 @ 05:42:55 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c keylist.c keyserver.c main.h mainproc.c * main.h, keylist.c (show_notation): Add argument to show only user notations, only standard notations, or both. Change all callers. * keyserver.c (keyserver_spawn): We still need EXEC_TEMPFILE_ONLY. -------------+ ChangeLog | 8 ++++++++ keyedit.c | 2 +- keylist.c | 15 ++++++++++++--- keyserver.c | 4 ++++ main.h | 2 +- mainproc.c | 4 ++-- 6 files changed, 28 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 12:55:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 12:55:54 2004 Subject: gpgme/gpgme (ChangeLog keylist.c) Message-ID: Date: Thursday, April 29, 2004 @ 12:55:50 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog keylist.c 2004-04-29 Marcus Brinkmann * keylist.c (set_mainkey_trust_info): Rewritten. (set_subkey_capability): Handle 'd' (disabled). (set_mainkey_capability): Rewritten. -----------+ ChangeLog | 6 +++ keylist.c | 119 +++++++++++++++++++++++++++++------------------------------- 2 files changed, 65 insertions(+), 60 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 13:01:31 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 13:01:37 2004 Subject: gpgme (NEWS) Message-ID: Date: Thursday, April 29, 2004 @ 13:01:31 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Add item about key fields. ------+ NEWS | 2 ++ 1 files changed, 2 insertions(+) From cvs at cvs.gnupg.org Thu Apr 29 13:41:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 13:41:47 2004 Subject: libassuan/src (4 files) Message-ID: Date: Thursday, April 29, 2004 @ 13:41:43 Author: werner Path: /cvs/gnupg/libassuan/src Modified: ChangeLog assuan-buffer.c assuan-logging.c assuan-socket-connect.c * assuan-socket-connect.c: Include string.h. * assuan-logging.c: Ditto. -------------------------+ ChangeLog | 5 +++++ assuan-buffer.c | 2 +- assuan-logging.c | 1 + assuan-socket-connect.c | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 17:11:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 17:11:43 2004 Subject: libassuan (NEWS THANKS configure.ac) Message-ID: Date: Thursday, April 29, 2004 @ 17:11:37 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS THANKS configure.ac About to release 0.6.5 --------------+ NEWS | 4 ++-- THANKS | 2 +- configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 18:22:45 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 18:22:54 2004 Subject: libassuan (NEWS configure.ac) Message-ID: Date: Thursday, April 29, 2004 @ 18:22:45 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS configure.ac post release version bump --------------+ NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 19:25:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:25:43 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog call-agent.c card-util.c) Message-ID: Date: Thursday, April 29, 2004 @ 19:25:38 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog call-agent.c card-util.c * card-util.c (card_edit): Remove PIN verification. (generate_card_keys): New arg SERIALNO. Do PIN verification here after resetting forced_chv1. --------------+ ChangeLog | 6 +++++ call-agent.c | 2 - card-util.c | 58 +++++++++++++++++++++++++-------------------------------- 3 files changed, 33 insertions(+), 33 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 19:25:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:26:01 2004 Subject: GNUPG-1-9-BRANCH gnupg/scd (ChangeLog app-openpgp.c) Message-ID: Date: Thursday, April 29, 2004 @ 19:25:57 Author: werner Path: /cvs/gnupg/gnupg/scd Tag: GNUPG-1-9-BRANCH Modified: ChangeLog app-openpgp.c * app-openpgp.c (do_setattr): Sync FORCE_CHV1. ---------------+ ChangeLog | 4 ++++ app-openpgp.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 19:26:14 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:26:19 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (certreqgen.c) Message-ID: Date: Thursday, April 29, 2004 @ 19:26:14 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: certreqgen.c typo fix --------------+ certreqgen.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 19:32:02 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:32:08 2004 Subject: GNUPG-1-9-BRANCH gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Thursday, April 29, 2004 @ 19:32:02 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: ChangeLog NEWS configure.ac About to release 1.9.8 --------------+ ChangeLog | 4 ++++ NEWS | 5 ++++- configure.ac | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 19:35:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:35:53 2004 Subject: GNUPG-1-9-BRANCH gnupg/scripts (compile) Message-ID: Date: Thursday, April 29, 2004 @ 19:35:48 Author: werner Path: /cvs/gnupg/gnupg/scripts Tag: GNUPG-1-9-BRANCH Added: compile Added ---------+ compile | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 107 insertions(+) From cvs at cvs.gnupg.org Thu Apr 29 19:38:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 19:38:26 2004 Subject: GNUPG-1-9-BRANCH gnupg/po (de.po) Message-ID: Date: Thursday, April 29, 2004 @ 19:38:21 Author: werner Path: /cvs/gnupg/gnupg/po Tag: GNUPG-1-9-BRANCH Modified: de.po autoupdated -------+ de.po | 282 ++++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 141 insertions(+), 141 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 20:16:45 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Thu Apr 29 20:16:59 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS configure.ac) Message-ID: Date: Thursday, April 29, 2004 @ 20:16:45 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS configure.ac post release version bump --------------+ NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 21:00:37 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 21:00:41 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Thursday, April 29, 2004 @ 21:00:37 Author: marcus Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c 2004-04-29 Marcus Brinkmann * gpgconf-comp.c (change_options_program): Turn on utf8-strings in the gpgconf specific part of the config file for the GnuPG backend. ----------------+ ChangeLog | 6 ++++++ gpgconf-comp.c | 5 +++++ 2 files changed, 11 insertions(+) From cvs at cvs.gnupg.org Thu Apr 29 23:18:40 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:18:43 2004 Subject: gpgme (NEWS) Message-ID: Date: Thursday, April 29, 2004 @ 23:18:40 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Add Albrecht Dress, because he was helpful. ------+ NEWS | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 23:19:09 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:19:12 2004 Subject: gpgme (THANKS) Message-ID: Date: Thursday, April 29, 2004 @ 23:19:09 Author: marcus Path: /cvs/gnupg/gpgme Modified: THANKS Add Albrecht Dreß , because he was helpful. --------+ THANKS | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Thu Apr 29 23:19:31 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:19:34 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Thursday, April 29, 2004 @ 23:19:31 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-04-29 Marcus Brinkmann * gpgme.texi (Verify): Correct type of member wrong_key_usage. ------------+ ChangeLog | 4 ++++ gpgme.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 23:19:44 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:19:49 2004 Subject: gpgme/gpgme (ChangeLog gpgme.h) Message-ID: Date: Thursday, April 29, 2004 @ 23:19:44 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.h 2004-04-29 Marcus Brinkmann * gpgme.h (struct _gpgme_signature): Change member WRONG_KEY_USAGE to unsigned int. Same for member _unused. -----------+ ChangeLog | 3 +++ gpgme.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 23:47:23 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:47:26 2004 Subject: gpgme (NEWS) Message-ID: Date: Thursday, April 29, 2004 @ 23:47:23 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Finalize for 0.4.7. ------+ NEWS | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Thu Apr 29 23:49:11 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:49:15 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Thursday, April 29, 2004 @ 23:49:11 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-04-29 Marcus Brinkmann Released 0.4.7. * configure.ac (LIBGPGME_LT_REVISION): Bump it up. --------------+ ChangeLog | 6 ++++++ configure.ac | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu Apr 29 23:50:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Thu Apr 29 23:50:40 2004 Subject: gpgme/gpgme (gpgme.h) Message-ID: Date: Thursday, April 29, 2004 @ 23:50:38 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: gpgme.h Update version number. ---------+ gpgme.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Apr 30 05:03:35 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 05:03:46 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Friday, April 30, 2004 @ 05:03:35 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c Added more runtime flags for the gpg-agent backend. ----------------+ ChangeLog | 5 +++++ gpgconf-comp.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Fri Apr 30 05:27:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 05:27:20 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog import.c) Message-ID: Date: Friday, April 30, 2004 @ 05:27:11 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog import.c (check_and_store): Do not update the stats for hidden imports of issuer certs. -----------+ ChangeLog | 5 +++++ import.c | 23 +++++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri Apr 30 05:58:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 05:58:25 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog gpg-agent.c) Message-ID: Date: Friday, April 30, 2004 @ 05:58:21 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.c * gpg-agent.c (parse_rereadable_options): New arg REREAD. Allow changing oLogFile. (current_logfile): New. * logging.c (log_set_file): Make sure the log stream will be closed even if the stderr fileno will be assigned to a new socket. -------------+ ChangeLog | 6 ++++++ gpg-agent.c | 30 +++++++++++++++++++++++------- 2 files changed, 29 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Fri Apr 30 05:58:21 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 05:58:33 2004 Subject: GNUPG-1-9-BRANCH gnupg/jnlib (ChangeLog logging.c) Message-ID: Date: Friday, April 30, 2004 @ 05:58:21 Author: werner Path: /cvs/gnupg/gnupg/jnlib Tag: GNUPG-1-9-BRANCH Modified: ChangeLog logging.c * gpg-agent.c (parse_rereadable_options): New arg REREAD. Allow changing oLogFile. (current_logfile): New. * logging.c (log_set_file): Make sure the log stream will be closed even if the stderr fileno will be assigned to a new socket. -----------+ ChangeLog | 5 +++++ logging.c | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Apr 30 05:58:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 05:58:47 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (gpgconf-comp.c) Message-ID: Date: Friday, April 30, 2004 @ 05:58:43 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: gpgconf-comp.c Allow changing --log-file ----------------+ gpgconf-comp.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri Apr 30 17:24:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 17:24:37 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog import.c) Message-ID: Date: Friday, April 30, 2004 @ 17:24:33 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog import.c * protect-tool.c: New option --enable-status-msg. (store_private_key): Print status messages for imported keys. (read_and_unprotect): Ditto for bad passphrase. * import.c (check_and_store): Do not update the stats for hidden imports of issuer certs. (popen_protect_tool): Request statusmessages from the protect-tool. (parse_p12): Detect status messages. Add new arg STATS and update them. (print_imported_summary): Include secret key stats. -----------+ ChangeLog | 3 ++ import.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 62 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Fri Apr 30 17:24:33 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 17:24:47 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog protect-tool.c) Message-ID: Date: Friday, April 30, 2004 @ 17:24:33 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog protect-tool.c * protect-tool.c: New option --enable-status-msg. (store_private_key): Print status messages for imported keys. (read_and_unprotect): Ditto for bad passphrase. * import.c (check_and_store): Do not update the stats for hidden imports of issuer certs. (popen_protect_tool): Request statusmessages from the protect-tool. (parse_p12): Detect status messages. Add new arg STATS and update them. (print_imported_summary): Include secret key stats. ----------------+ ChangeLog | 4 ++++ protect-tool.c | 11 +++++++++++ 2 files changed, 15 insertions(+) From cvs at cvs.gnupg.org Fri Apr 30 18:36:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri Apr 30 18:36:42 2004 Subject: GNUPG-1-9-BRANCH gnupg/g10 (ChangeLog g10.c) Message-ID: Date: Friday, April 30, 2004 @ 18:36:37 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: GNUPG-1-9-BRANCH Modified: ChangeLog g10.c (main) : Use gpg.conf and not /dev/null as default filename. -----------+ ChangeLog | 5 +++++ g10.c | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-)