From cvs at cvs.gnupg.org Sat May 1 11:04:22 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 1 11:04:29 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog acinclude.m4) Message-ID: Date: Saturday, May 1, 2004 @ 11:04:22 Author: werner Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}. Reported by Todd Vierling. --------------+ ChangeLog | 5 +++++ acinclude.m4 | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Sat May 1 11:05:59 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 1 11:06:13 2004 Subject: gnupg (ChangeLog TODO acinclude.m4) Message-ID: Date: Saturday, May 1, 2004 @ 11:05:59 Author: werner Path: /cvs/gnupg/gnupg Modified: ChangeLog TODO acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}. Reported by Todd Vierling. --------------+ ChangeLog | 5 +++++ TODO | 3 +++ acinclude.m4 | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Mon May 3 15:37:37 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon May 3 15:37:46 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Monday, May 3, 2004 @ 15:37:37 Author: werner Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c * gpg-agent.c: Remove help texts for options lile --lc-ctype. (main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent. ----------------+ ChangeLog | 4 ++++ gpgconf-comp.c | 3 +++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Mon May 3 15:37:38 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon May 3 15:37:52 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog gpg-agent.texi) Message-ID: Date: Monday, May 3, 2004 @ 15:37:38 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpg-agent.texi * gpg-agent.c: Remove help texts for options lile --lc-ctype. (main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent. ----------------+ ChangeLog | 4 ++++ gpg-agent.texi | 6 ++++++ 2 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Mon May 3 15:37:39 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon May 3 15:38:02 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog agent.h gpg-agent.c trustlist.c) Message-ID: Date: Monday, May 3, 2004 @ 15:37:39 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog agent.h gpg-agent.c trustlist.c * gpg-agent.c: Remove help texts for options lile --lc-ctype. (main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent. -------------+ ChangeLog | 6 ++++++ agent.h | 1 + gpg-agent.c | 35 +++++++++++++++++++++++------------ trustlist.c | 6 +++++- 4 files changed, 35 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Mon May 3 16:18:40 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed May 5 15:25:01 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpgv.sgml) Message-ID: Date: Monday, May 3, 2004 @ 16:18:40 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpgv.sgml Removed reference to non-available option --no-default-keyring. -----------+ ChangeLog | 5 +++++ gpgv.sgml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Mon May 3 16:19:14 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed May 5 15:25:04 2004 Subject: gnupg/doc (ChangeLog gpgv.sgml) Message-ID: Date: Monday, May 3, 2004 @ 16:19:14 Author: werner Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpgv.sgml Removed reference to non-available option --no-default-keyring. -----------+ ChangeLog | 5 +++++ gpgv.sgml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Wed May 5 04:40:28 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed May 5 15:26:37 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Wednesday, May 5, 2004 @ 04:40:28 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keyedit.c keylist.c mainproc.c options.h * keylist.c (show_notation): Use bits to select which sort of notation to show. Don't allow a not-shown notation to prevent us from issuing the proper --status-fd message. * options.h, g10.c (main): Add show-std/standard-notations and show-user-notations. show-notations is both. Default is to show standard notations only during verify. Change all callers. ------------+ ChangeLog | 10 ++++++++ g10.c | 8 +++++- keyedit.c | 4 ++- keylist.c | 70 +++++++++++++++++++++++++++++++---------------------------- mainproc.c | 4 ++- options.h | 26 ++++++++++++--------- 6 files changed, 75 insertions(+), 47 deletions(-) From cvs at cvs.gnupg.org Wed May 5 20:28:39 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed May 5 20:28:44 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Wednesday, May 5, 2004 @ 20:28:39 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog gpg.sgml * gpg.sgml: --comment works with all armored messages. Clarify that --charset applies to informational strings and does not recode messages themselves. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Wed May 5 21:33:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Wed May 5 21:34:00 2004 Subject: GNUPG-1-9-BRANCH gnupg/jnlib (ChangeLog logging.c) Message-ID: Date: Wednesday, May 5, 2004 @ 21:33:56 Author: werner Path: /cvs/gnupg/gnupg/jnlib Tag: GNUPG-1-9-BRANCH Modified: ChangeLog logging.c (log_set_file): Oops, don't close if LOGSTREAM is NULL. -----------+ ChangeLog | 4 ++++ logging.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri May 7 01:04:32 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Fri May 7 01:04:40 2004 Subject: libgcrypt/cipher (ChangeLog ac.c) Message-ID: Date: Friday, May 7, 2004 @ 01:04:32 Author: mo Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog ac.c 2004-05-07 Moritz Schulte * ac.c (gcry_ac_open): Do not dereference NULL pointer. Reported by Umberto Salsi. -----------+ ChangeLog | 5 +++++ ac.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri May 7 01:05:17 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Fri May 7 01:05:21 2004 Subject: libgcrypt/doc (ChangeLog gcrypt.texi) Message-ID: Date: Friday, May 7, 2004 @ 01:05:17 Author: mo Path: /cvs/gnupg/libgcrypt/doc Modified: ChangeLog gcrypt.texi 2004-05-07 Moritz Schulte * gcrypt.texi: Merged several fixes reported by Umberto Salsi. -------------+ ChangeLog | 8 ++++++++ gcrypt.texi | 33 +++++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) From cvs at cvs.gnupg.org Fri May 7 01:07:24 2004 From: cvs at cvs.gnupg.org (cvs user mo) Date: Fri May 7 01:07:27 2004 Subject: libgcrypt (ChangeLog THANKS) Message-ID: Date: Friday, May 7, 2004 @ 01:07:24 Author: mo Path: /cvs/gnupg/libgcrypt Modified: ChangeLog THANKS 2004-05-07 Moritz Schulte * THANKS: Updated. -----------+ ChangeLog | 4 ++++ THANKS | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Fri May 7 11:31:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 11:31:36 2004 Subject: gnupg/g10 (ChangeLog sign.c) Message-ID: Date: Friday, May 7, 2004 @ 11:31:29 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog sign.c (write_plaintext_packet): Fixed the detection of too large files in the same way as in encode.c. -----------+ ChangeLog | 5 +++++ sign.c | 21 +++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri May 7 11:32:53 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 11:32:58 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog sign.c) Message-ID: Date: Friday, May 7, 2004 @ 11:32:53 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog sign.c (write_plaintext_packet): Fixed the detection of too large files in the same way as in encode.c. -----------+ ChangeLog | 5 +++++ sign.c | 21 +++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Fri May 7 15:52:10 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 15:52:15 2004 Subject: libgcrypt/src (ChangeLog gcrypt.h global.c) Message-ID: Date: Friday, May 7, 2004 @ 15:52:10 Author: werner Path: /cvs/gnupg/libgcrypt/src Modified: ChangeLog gcrypt.h global.c * random.c (initialize): Factored out some code to .. (initialize_basics): .. new function. (_gcry_random_initialize): Just call initialize_basics unless the new arg FULL is set to TRUE. (_gcry_fast_random_poll): Don't do anything unless the random system has been really initialized. * gcrypt.h: Added GCRYCTL_FAST_POLL. (gcry_fast_random_poll): New. * global.c (gcry_control) : Do only basic random subsystem init. (gcry_control) : New. -----------+ ChangeLog | 8 ++++++++ gcrypt.h | 12 ++++++++++-- global.c | 11 ++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Fri May 7 15:52:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 15:52:22 2004 Subject: libgcrypt/cipher (ChangeLog random.c random.h) Message-ID: Date: Friday, May 7, 2004 @ 15:52:11 Author: werner Path: /cvs/gnupg/libgcrypt/cipher Modified: ChangeLog random.c random.h * random.c (initialize): Factored out some code to .. (initialize_basics): .. new function. (_gcry_random_initialize): Just call initialize_basics unless the new arg FULL is set to TRUE. (_gcry_fast_random_poll): Don't do anything unless the random system has been really initialized. * gcrypt.h: Added GCRYCTL_FAST_POLL. (gcry_fast_random_poll): New. * global.c (gcry_control) : Do only basic random subsystem init. (gcry_control) : New. -----------+ ChangeLog | 9 ++++++++ random.c | 65 ++++++++++++++++++++++++++++++++++++------------------------ random.h | 2 - 3 files changed, 49 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Fri May 7 15:52:11 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 15:52:32 2004 Subject: libgcrypt (ChangeLog NEWS configure.ac libgcrypt.txt) Message-ID: Date: Friday, May 7, 2004 @ 15:52:11 Author: werner Path: /cvs/gnupg/libgcrypt Modified: ChangeLog NEWS configure.ac libgcrypt.txt * random.c (initialize): Factored out some code to .. (initialize_basics): .. new function. (_gcry_random_initialize): Just call initialize_basics unless the new arg FULL is set to TRUE. (_gcry_fast_random_poll): Don't do anything unless the random system has been really initialized. * gcrypt.h: Added GCRYCTL_FAST_POLL. (gcry_fast_random_poll): New. * global.c (gcry_control) : Do only basic random subsystem init. (gcry_control) : New. ---------------+ ChangeLog | 4 ++++ NEWS | 5 +++++ configure.ac | 6 ++++-- libgcrypt.txt | 10 +++++----- 4 files changed, 18 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Fri May 7 17:13:29 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 17:13:39 2004 Subject: geam (ChangeLog NEWS configure.in) Message-ID: Date: Friday, May 7, 2004 @ 17:13:29 Author: werner Path: /cvs/wk/geam Modified: ChangeLog NEWS configure.in About to release 0.8.4 --------------+ ChangeLog | 19 +++++++++++++++++++ NEWS | 7 +++++++ configure.in | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri May 7 17:13:30 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Fri May 7 17:13:49 2004 Subject: geam/src (rfc821.c rfc821.h rwbuf.c smtpproxy.c) Message-ID: Date: Friday, May 7, 2004 @ 17:13:30 Author: werner Path: /cvs/wk/geam/src Modified: rfc821.c rfc821.h rwbuf.c smtpproxy.c About to release 0.8.4 -------------+ rfc821.c | 2 +- rfc821.h | 1 + rwbuf.c | 3 ++- smtpproxy.c | 28 +++++++++++++++++++++++++++- 4 files changed, 31 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sat May 8 15:51:14 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 8 15:51:18 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Saturday, May 8, 2004 @ 15:51:14 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keyedit.c keyserver-internal.h keyserver.c * keyedit.c (keyedit_menu, menu_set_keyserver_url): Allow passing preferred keyserver on "keyserver" command line. Sanity check keyserver URL before accepting it. * keyserver-internal.h, g10.c (main), keyserver.c (parse_keyserver_uri): Add an option to require the scheme:// and change all callers. (free_keyserver_spec): Make public. ----------------------+ ChangeLog | 11 ++ g10.c | 4 - keyedit.c | 192 ++++++++++++++++++++++++++++--------------------- keyserver-internal.h | 3 keyserver.c | 14 ++- 5 files changed, 135 insertions(+), 89 deletions(-) From cvs at cvs.gnupg.org Sat May 8 18:18:36 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 8 18:18:41 2004 Subject: STABLE-BRANCH-1-2 gnupg/doc (6 files) Message-ID: Date: Saturday, May 8, 2004 @ 18:18:36 Author: dshaw Path: /cvs/gnupg/gnupg/doc Tag: STABLE-BRANCH-1-2 Modified: ChangeLog DETAILS credits-1.0 credits-1.2 gpg.sgml gpgv.sgml * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal. * gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover . -------------+ ChangeLog | 9 +++++++++ DETAILS | 6 +++--- credits-1.0 | 2 +- credits-1.2 | 2 +- gpg.sgml | 23 ++++++++++++++++------- gpgv.sgml | 2 +- 6 files changed, 31 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Sat May 8 18:32:31 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 8 18:32:35 2004 Subject: gnupg/doc (6 files) Message-ID: Date: Saturday, May 8, 2004 @ 18:32:31 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog DETAILS credits-1.0 credits-1.2 gpg.sgml gpgv.sgml * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal. * gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover . -------------+ ChangeLog | 9 +++++++++ DETAILS | 6 +++--- credits-1.0 | 2 +- credits-1.2 | 2 +- gpg.sgml | 23 ++++++++++++++++------- gpgv.sgml | 2 +- 6 files changed, 31 insertions(+), 13 deletions(-) From cvs at cvs.gnupg.org Mon May 10 14:00:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Mon May 10 14:01:07 2004 Subject: misc-scripts (addrutil.c) Message-ID: Date: Monday, May 10, 2004 @ 14:00:57 Author: werner Path: /cvs/wk/misc-scripts Modified: addrutil.c . ------------+ addrutil.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Mon May 10 23:46:00 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Mon May 10 23:46:09 2004 Subject: gnupg/g10 (6 files) Message-ID: Date: Monday, May 10, 2004 @ 23:46:00 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c keyedit.c keyserver.c mainproc.c options.h * options.h, mainproc.c (symkey_decrypt_seskey), keyserver.c (struct keyrec, parse_keyrec, keyserver_search_prompt), keyedit.c (keyedit_menu), g10.c (add_keyserver_url, add_policy_url): Fix some compiler warnings. -------------+ ChangeLog | 7 +++++++ g10.c | 8 ++++---- keyedit.c | 3 +-- keyserver.c | 18 ++++++++++++------ mainproc.c | 2 +- options.h | 4 ++-- 6 files changed, 27 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Tue May 11 09:42:04 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 09:42:11 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog keygen.c) Message-ID: Date: Tuesday, May 11, 2004 @ 09:42:04 Author: werner Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog keygen.c (do_generate_keypair, read_parameter_file): Really close the files. (do_generate_keypair): Create the secret key file using safe permissions. Noted by Atom Smasher. -----------+ ChangeLog | 7 +++++++ keygen.c | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) From cvs at cvs.gnupg.org Tue May 11 09:43:20 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 09:43:26 2004 Subject: gnupg/g10 (ChangeLog ccid-driver.c keygen.c keylist.c) Message-ID: Date: Tuesday, May 11, 2004 @ 09:43:20 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog ccid-driver.c keygen.c keylist.c * keylist.c (show_policy_url, show_keyserver_url, show_notation) (list_one): Use const char* for i18n string helpers. * keygen.c (do_generate_keypair, read_parameter_file): Really close the files. (do_generate_keypair): Create the secret key file using safe permissions. Noted by Atom Smasher. ---------------+ ChangeLog | 10 ++++++++++ ccid-driver.c | 3 +++ keygen.c | 18 ++++++++++++++++++ keylist.c | 8 ++++---- 4 files changed, 35 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Tue May 11 11:14:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:15:01 2004 Subject: libassuan/src (4 files) Message-ID: Date: Tuesday, May 11, 2004 @ 11:14:56 Author: werner Path: /cvs/gnupg/libassuan/src Modified: ChangeLog assuan-buffer.c assuan-defs.h assuan-listen.c * assuan-listen.c (assuan_set_hello_line, assuan_accept): Allow for multi line hello strings. * assuan-buffer.c (_assuan_write_line): New with parts of .. (assuan_write_line): .. factored out. -----------------+ ChangeLog | 8 +++++ assuan-buffer.c | 78 +++++++++++++++++++++++++++++++++++++++--------------- assuan-defs.h | 2 + assuan-listen.c | 35 ++++++++++++++++++++---- 4 files changed, 96 insertions(+), 27 deletions(-) From cvs at cvs.gnupg.org Tue May 11 11:14:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:15:08 2004 Subject: libassuan (NEWS) Message-ID: Date: Tuesday, May 11, 2004 @ 11:14:56 Author: werner Path: /cvs/gnupg/libassuan Modified: NEWS * assuan-listen.c (assuan_set_hello_line, assuan_accept): Allow for multi line hello strings. * assuan-buffer.c (_assuan_write_line): New with parts of .. (assuan_write_line): .. factored out. ------+ NEWS | 4 ++++ 1 files changed, 4 insertions(+) From cvs at cvs.gnupg.org Tue May 11 11:15:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:16:03 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog gpgsm.c gpgsm.h server.c) Message-ID: Date: Tuesday, May 11, 2004 @ 11:15:56 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.c gpgsm.h server.c * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. -----------+ ChangeLog | 7 +++++++ gpgsm.c | 12 +++++------- gpgsm.h | 3 ++- server.c | 22 ++++++++++++++++++++-- 4 files changed, 34 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Tue May 11 11:15:57 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:16:11 2004 Subject: GNUPG-1-9-BRANCH gnupg (NEWS TODO configure.ac) Message-ID: Date: Tuesday, May 11, 2004 @ 11:15:57 Author: werner Path: /cvs/gnupg/gnupg Tag: GNUPG-1-9-BRANCH Modified: NEWS TODO configure.ac * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. --------------+ NEWS | 3 +++ TODO | 5 ----- configure.ac | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Tue May 11 11:24:09 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:24:13 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (server.c) Message-ID: Date: Tuesday, May 11, 2004 @ 11:24:09 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: server.c Also print agent and dirmngr info. ----------+ server.c | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Tue May 11 11:54:50 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:54:58 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog gpgsm.c server.c) Message-ID: Date: Tuesday, May 11, 2004 @ 11:54:50 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.c server.c * sysutils.c (disable_core_dumps): Only set the current limit. (enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. -----------+ ChangeLog | 3 +++ gpgsm.c | 5 +++++ server.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue May 11 11:54:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:55:06 2004 Subject: GNUPG-1-9-BRANCH gnupg/doc (ChangeLog gpgsm.texi) Message-ID: Date: Tuesday, May 11, 2004 @ 11:54:52 Author: werner Path: /cvs/gnupg/gnupg/doc Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgsm.texi * sysutils.c (disable_core_dumps): Only set the current limit. (enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. ------------+ ChangeLog | 4 ++++ gpgsm.texi | 8 ++++++++ 2 files changed, 12 insertions(+) From cvs at cvs.gnupg.org Tue May 11 11:54:52 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 11:55:16 2004 Subject: GNUPG-1-9-BRANCH gnupg/common (ChangeLog sysutils.c sysutils.h) Message-ID: Date: Tuesday, May 11, 2004 @ 11:54:52 Author: werner Path: /cvs/gnupg/gnupg/common Tag: GNUPG-1-9-BRANCH Modified: ChangeLog sysutils.c sysutils.h * sysutils.c (disable_core_dumps): Only set the current limit. (enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. ------------+ ChangeLog | 5 +++++ sysutils.c | 37 ++++++++++++++++++++++++++++++------- sysutils.h | 1 + 3 files changed, 36 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Tue May 11 17:36:48 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 17:36:55 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (6 files) Message-ID: Date: Tuesday, May 11, 2004 @ 17:36:48 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog decrypt.c fingerprint.c gpgsm.h keylist.c sign.c * sign.c (gpgsm_sign): Include the error source in the final error message. * decrypt.c (gpgsm_decrypt): Ditto. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. ---------------+ ChangeLog | 10 +++++++++ decrypt.c | 3 +- fingerprint.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gpgsm.h | 1 keylist.c | 26 ++++++++++++++++++++---- sign.c | 18 ++++++++++------ 6 files changed, 106 insertions(+), 12 deletions(-) From cvs at cvs.gnupg.org Tue May 11 21:11:53 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 21:12:04 2004 Subject: GNUPG-1-9-BRANCH gnupg/sm (ChangeLog keylist.c) Message-ID: Date: Tuesday, May 11, 2004 @ 21:11:53 Author: werner Path: /cvs/gnupg/gnupg/sm Tag: GNUPG-1-9-BRANCH Modified: ChangeLog keylist.c * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP. (start_connection_thread): Hack to simulate a ticker. * trustlist.c (agent_trustlist_housekeeping) (agent_reload_trustlist): New. Protected all global functions here with a simple counter which is sufficient for Pth. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. (list_cert_colon): Reorganized to be able to tell whether a root certificate is trusted. -----------+ ChangeLog | 2 + keylist.c | 65 +++++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 20 deletions(-) From cvs at cvs.gnupg.org Tue May 11 21:11:54 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Tue May 11 21:12:12 2004 Subject: GNUPG-1-9-BRANCH gnupg/agent (ChangeLog agent.h gpg-agent.c trustlist.c) Message-ID: Date: Tuesday, May 11, 2004 @ 21:11:54 Author: werner Path: /cvs/gnupg/gnupg/agent Tag: GNUPG-1-9-BRANCH Modified: ChangeLog agent.h gpg-agent.c trustlist.c * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP. (start_connection_thread): Hack to simulate a ticker. * trustlist.c (agent_trustlist_housekeeping) (agent_reload_trustlist): New. Protected all global functions here with a simple counter which is sufficient for Pth. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. (list_cert_colon): Reorganized to be able to tell whether a root certificate is trusted. -------------+ ChangeLog | 8 ++++ agent.h | 2 + gpg-agent.c | 7 +++ trustlist.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++------------ 4 files changed, 106 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Tue May 11 21:36:45 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue May 11 21:36:55 2004 Subject: gnupg/g10 (4 files) Message-ID: Date: Tuesday, May 11, 2004 @ 21:36:45 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver-internal.h keyserver.c options.h * options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri): Improved URI parser that keeps track of the path information and doesn't modify the input string. (keyserver_spawn): Tell keyserver plugins about the path. ----------------------+ ChangeLog | 7 +++ keyserver-internal.h | 2 keyserver.c | 105 ++++++++++++++++++++++++++++--------------------- options.h | 1 4 files changed, 70 insertions(+), 45 deletions(-) From cvs at cvs.gnupg.org Wed May 19 04:22:05 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed May 19 04:22:17 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog sign.c) Message-ID: Date: Wednesday, May 19, 2004 @ 04:22:05 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog sign.c * sign.c (update_keysig_packet): Policies and notations should be stripped out when remaking a self-signature. Noted by Atom Smasher. -----------+ ChangeLog | 6 ++++++ sign.c | 12 ++++++++++++ 2 files changed, 18 insertions(+) From cvs at cvs.gnupg.org Wed May 19 05:11:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Wed May 19 05:11:32 2004 Subject: gnupg/g10 (ChangeLog keyserver.c sign.c) Message-ID: Date: Wednesday, May 19, 2004 @ 05:11:23 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c sign.c * sign.c (update_keysig_packet): Policies and notations should be stripped out when remaking a self-signature. Noted by Atom Smasher. * keyserver.c (parse_keyserver_uri): Fix compiler warnings. -------------+ ChangeLog | 8 ++++++++ keyserver.c | 6 +++--- sign.c | 12 ++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Thu May 20 04:51:23 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 04:51:30 2004 Subject: gnupg/g10 (ChangeLog keyedit.c pubkey-enc.c) Message-ID: Date: Thursday, May 20, 2004 @ 04:51:23 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyedit.c pubkey-enc.c * pubkey-enc.c (get_session_key, get_it), keyedit.c (show_key_with_all_names, show_basic_key_info): --keyid-format conversion. --------------+ ChangeLog | 6 ++++++ keyedit.c | 42 ++++++++++++++++++++++-------------------- pubkey-enc.c | 8 ++++---- 3 files changed, 32 insertions(+), 24 deletions(-) From cvs at cvs.gnupg.org Thu May 20 05:01:47 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 05:01:54 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Thursday, May 20, 2004 @ 05:01:47 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Clarify that --charset applies to informational strings and does not recode messages themselves. Remove include-non-rfc export-option. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 14 ++++---------- 2 files changed, 10 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Thu May 20 05:19:27 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 05:19:46 2004 Subject: gnupg (ChangeLog NEWS acinclude.m4) Message-ID: Date: Thursday, May 20, 2004 @ 05:19:27 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS acinclude.m4 * NEWS: Note the addition of preferred keyserver support, --ask-cert-level, --keyid-format, and the removal of show-long-keyids, the quasi-1991 partial length encoding, --export-all, and include-non-rfc. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a sed expression. --------------+ ChangeLog | 10 ++++++++++ NEWS | 35 +++++++++++++++++++++++++++++++---- acinclude.m4 | 2 +- 3 files changed, 42 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu May 20 05:12:32 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 05:24:38 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog NEWS acinclude.m4) Message-ID: Date: Thursday, May 20, 2004 @ 05:12:32 Author: dshaw Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog NEWS acinclude.m4 * NEWS: Note --ask-cert-level. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a sed expression. --------------+ ChangeLog | 7 +++++++ NEWS | 7 ++++++- acinclude.m4 | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu May 20 19:06:34 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 19:06:45 2004 Subject: gnupg/g10 (ChangeLog g10.c) Message-ID: Date: Thursday, May 20, 2004 @ 19:06:34 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog g10.c * g10.c: New command --gpgconf-list. (gpgconf_list): New. From Werner on stable branch. -----------+ ChangeLog | 5 ++++ g10.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 59 insertions(+), 11 deletions(-) From cvs at cvs.gnupg.org Thu May 20 19:16:35 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 19:16:51 2004 Subject: gnupg/cipher (ChangeLog dsa.c) Message-ID: Date: Thursday, May 20, 2004 @ 19:16:34 Author: dshaw Path: /cvs/gnupg/gnupg/cipher Modified: ChangeLog dsa.c * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner on stable branch. -----------+ ChangeLog | 5 +++++ dsa.c | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Thu May 20 20:04:34 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 20:04:40 2004 Subject: gnupg/g10 (ChangeLog mainproc.c options.h status.c) Message-ID: Date: Thursday, May 20, 2004 @ 20:04:34 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog mainproc.c options.h status.c * options.h (ctrl): New for member IN_AUTO_KEY_RETRIEVE. * mainproc.c (check_sig_and_print): track whether we are retrieving a key. * status.c (status_currently_allowed): New. (write_status_text, write_status_text_and_buffer): Use it here. * g10.c: New command --gpgconf-list. (gpgconf_list): New. From Werner on stable branch. ------------+ ChangeLog | 8 ++++++++ mainproc.c | 7 ++++++- options.h | 9 +++++++++ status.c | 44 +++++++++++++++++++++++++++++++++++++++----- 4 files changed, 62 insertions(+), 6 deletions(-) From cvs at cvs.gnupg.org Thu May 20 19:34:01 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 20:19:55 2004 Subject: gnupg/mpi (ChangeLog longlong.h mpi-pow.c) Message-ID: Date: Thursday, May 20, 2004 @ 19:34:01 Author: dshaw Path: /cvs/gnupg/gnupg/mpi Modified: ChangeLog longlong.h mpi-pow.c * longlong.h: Typo. * mpi-pow.c (mpi_powm): s/exp/exponent/ to shutup a compiler warning. From bogus@does.not.exist.com Sun May 16 21:26:03 2004 From: bogus@does.not.exist.com () Date: Thu May 20 20:19:55 2004 Subject: No subject Message-ID: ------------+ ChangeLog | 7 +++++++ longlong.h | 2 +- mpi-pow.c | 15 ++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) From cvs at cvs.gnupg.org Thu May 20 21:07:10 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 21:07:16 2004 Subject: gnupg/keyserver (ChangeLog Makefile.am gpgkeys_http.c) Message-ID: Date: Thursday, May 20, 2004 @ 21:07:10 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Added: gpgkeys_http.c Modified: ChangeLog Makefile.am * gpgkeys_http.c: New program to do a simple HTTP file fetch using the keyserver interface. * Makefile.am: Build it. ----------------+ ChangeLog | 7 + Makefile.am | 5 gpgkeys_http.c | 381 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 391 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Thu May 20 21:34:00 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 22:13:13 2004 Subject: gnupg (ChangeLog NEWS README configure.ac) Message-ID: Date: Thursday, May 20, 2004 @ 21:34:00 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS README configure.ac * NEWS: Note HTTP key fetching. * README: Update version and note that HKP is no longer build in. * configure.ac: Handle --disable-http and other code to properly build gpgkeys_http. --------------+ ChangeLog | 9 +++++++++ NEWS | 7 +++++++ README | 7 +++---- configure.ac | 21 ++++++++++++++++----- 4 files changed, 35 insertions(+), 9 deletions(-) From cvs at cvs.gnupg.org Thu May 20 22:42:02 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Thu May 20 22:42:09 2004 Subject: gnupg/g10 (ChangeLog keyserver.c pkclist.c sig-check.c) Message-ID: Date: Thursday, May 20, 2004 @ 22:42:02 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c pkclist.c sig-check.c * keyserver.c (keyserver_work): Allow --refresh-keys with a preferred keyserver to happen even if there is no global keyserver set. * sig-check.c (do_check_messages): No need to check for Elgamal signatures any longer. (do_check_messages, do_check, check_key_signature2): --keyid-format conversion. * pkclist.c (show_paths, edit_ownertrust): Remove some unused code. -------------+ ChangeLog | 12 +++++++ keyserver.c | 2 - pkclist.c | 71 --------------------------------------------- sig-check.c | 91 +++++++++++++++++++++++++++------------------------------- 4 files changed, 57 insertions(+), 119 deletions(-) From cvs at cvs.gnupg.org Fri May 21 14:29:54 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 21 14:30:04 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Friday, May 21, 2004 @ 14:29:54 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c * keyserver.c (keyserver_spawn): Fix keyserver options on tempfile only platforms. Noted by Roger Sondermann. -------------+ ChangeLog | 5 +++++ keyserver.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri May 21 15:46:13 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 15:46:17 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Friday, May 21, 2004 @ 15:46:13 Author: marcus Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c 2004-05-21 Marcus Brinkmann * gpgconf-comp.c (gc_component_change_options): Move the per-process backup file into a standard location. ----------------+ ChangeLog | 5 +++++ gpgconf-comp.c | 12 ++++++++++++ 2 files changed, 17 insertions(+) From cvs at cvs.gnupg.org Fri May 21 15:55:43 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 15:55:48 2004 Subject: GNUPG-1-9-BRANCH gnupg/tools (ChangeLog gpgconf-comp.c) Message-ID: Date: Friday, May 21, 2004 @ 15:55:43 Author: marcus Path: /cvs/gnupg/gnupg/tools Tag: GNUPG-1-9-BRANCH Modified: ChangeLog gpgconf-comp.c 2004-05-21 Marcus Brinkmann * gpgconf-comp.c (gc_options_dirmngr): Remove CRL group, put its only option "max-replies" into LDAP group. (gc_component): Change description of dirmngr to "Directory Manager". ----------------+ ChangeLog | 5 +++++ gpgconf-comp.c | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:15:19 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:15:26 2004 Subject: gpgme/gpgme (ChangeLog gpgme.h keylist.c) Message-ID: Date: Friday, May 21, 2004 @ 17:15:19 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.h keylist.c doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Key Management): Add note about new field keylist_mode of gpgme_key_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_key): New member keylist_mode. * keylist.c (keylist_colon_handler): Set the keylist_mode of KEY. -----------+ ChangeLog | 5 +++++ gpgme.h | 27 +++++++++++++++++---------- keylist.c | 1 + 3 files changed, 23 insertions(+), 10 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:15:20 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:15:36 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Friday, May 21, 2004 @ 17:15:20 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Key Management): Add note about new field keylist_mode of gpgme_key_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_key): New member keylist_mode. * keylist.c (keylist_colon_handler): Set the keylist_mode of KEY. ------------+ ChangeLog | 5 +++++ gpgme.texi | 3 +++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Fri May 21 17:15:21 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:15:44 2004 Subject: gpgme (NEWS TODO) Message-ID: Date: Friday, May 21, 2004 @ 17:15:21 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS TODO doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Key Management): Add note about new field keylist_mode of gpgme_key_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_key): New member keylist_mode. * keylist.c (keylist_colon_handler): Set the keylist_mode of KEY. ------+ NEWS | 11 +++++++++++ TODO | 4 ++++ 2 files changed, 15 insertions(+) From cvs at cvs.gnupg.org Fri May 21 17:18:33 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 21 17:18:42 2004 Subject: gnupg/util (ChangeLog setenv.c timegm.c unsetenv.c) Message-ID: Date: Friday, May 21, 2004 @ 17:18:33 Author: dshaw Path: /cvs/gnupg/gnupg/util Added: timegm.c Modified: ChangeLog Removed: setenv.c unsetenv.c * timegm.c: New replacement function. Removes the need for setenv.c and unsetenv.c. * setenv.c: Removed. * unsetenv.c: Removed. ------------+ ChangeLog | 9 +++++++ setenv.c | 51 -------------------------------------------- timegm.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ unsetenv.c | 58 --------------------------------------------------- 4 files changed, 76 insertions(+), 109 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:19:54 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 21 17:20:02 2004 Subject: gnupg (ChangeLog configure.ac) Message-ID: Date: Friday, May 21, 2004 @ 17:19:54 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog configure.ac * configure.ac: Replacement function for timegm(). No need to check for setenv() any longer. --------------+ ChangeLog | 5 +++++ configure.ac | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:46:54 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 21 17:47:02 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_ldap.c) Message-ID: Date: Friday, May 21, 2004 @ 17:46:54 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_ldap.c * gpgkeys_ldap.c (ldap2epochtime): We can always rely on timegm() being available now, since it's a replacement function. ----------------+ ChangeLog | 5 +++++ gpgkeys_ldap.c | 25 +++---------------------- 2 files changed, 8 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:51:52 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:52:02 2004 Subject: gpgme/gpgme (ChangeLog decrypt.c gpgme.h) Message-ID: Date: Friday, May 21, 2004 @ 17:51:52 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog decrypt.c gpgme.h doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Decrypt): Add note about new field wrong_key_usage of gpgme_decrypt_result_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_decrypt_result): New fields wrong_key_usage and _unused. * decrypt.c (_gpgme_decrypt_status_handler): Don't skip over character after a matched string, as in a protocol error this could skip over the trailing binary zero. Handle decrypt.keyusage error notifications. -----------+ ChangeLog | 7 +++++++ decrypt.c | 24 +++++++++++++++++++----- gpgme.h | 7 +++++++ 3 files changed, 33 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:51:53 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:52:10 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Friday, May 21, 2004 @ 17:51:53 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Decrypt): Add note about new field wrong_key_usage of gpgme_decrypt_result_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_decrypt_result): New fields wrong_key_usage and _unused. * decrypt.c (_gpgme_decrypt_status_handler): Don't skip over character after a matched string, as in a protocol error this could skip over the trailing binary zero. Handle decrypt.keyusage error notifications. ------------+ ChangeLog | 3 +++ gpgme.texi | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Fri May 21 17:51:54 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 17:52:19 2004 Subject: gpgme (NEWS TODO) Message-ID: Date: Friday, May 21, 2004 @ 17:51:54 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS TODO doc/ 2004-05-21 Marcus Brinkmann * gpgme.texi (Decrypt): Add note about new field wrong_key_usage of gpgme_decrypt_result_t. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme.h (struct _gpgme_decrypt_result): New fields wrong_key_usage and _unused. * decrypt.c (_gpgme_decrypt_status_handler): Don't skip over character after a matched string, as in a protocol error this could skip over the trailing binary zero. Handle decrypt.keyusage error notifications. ------+ NEWS | 5 +++++ TODO | 2 ++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Fri May 21 18:39:00 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 18:39:09 2004 Subject: gpgme/doc (ChangeLog gpgme.texi) Message-ID: Date: Friday, May 21, 2004 @ 18:39:00 Author: marcus Path: /cvs/gnupg/gpgme/doc Modified: ChangeLog gpgme.texi 2004-05-21 Marcus Brinkmann * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status. ------------+ ChangeLog | 2 ++ gpgme.texi | 6 ++++++ 2 files changed, 8 insertions(+) From cvs at cvs.gnupg.org Fri May 21 18:39:30 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 18:39:39 2004 Subject: gpgme (NEWS) Message-ID: Date: Friday, May 21, 2004 @ 18:39:30 Author: marcus Path: /cvs/gnupg/gpgme Modified: NEWS Add item about GPG_ERR_CERT_REVOKED in verify status. ------+ NEWS | 3 +++ 1 files changed, 3 insertions(+) From cvs at cvs.gnupg.org Fri May 21 19:32:30 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 21 19:32:36 2004 Subject: gnupg/g10 (ChangeLog keydb.h keyid.c keyserver.c) Message-ID: Date: Friday, May 21, 2004 @ 19:32:30 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keydb.h keyid.c keyserver.c * keyserver.c (keyidlist): Go back to the old fast keyid lister. Only merge selfsigs if we have to for honor-keyserver-url. (keyserver_refresh): Keyserver URL handler moved here. (calculate_keyid_fpr): Removed. * keydb.h, keyid.c (keystr_from_desc): Calculate a key string from a KEYDB_SEARCH_DESC. -------------+ ChangeLog | 8 ++ keydb.h | 1 keyid.c | 24 ++++++ keyserver.c | 232 +++++++++++++++++++++++++++++++++------------------------- 4 files changed, 166 insertions(+), 99 deletions(-) From cvs at cvs.gnupg.org Fri May 21 18:36:29 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 19:59:27 2004 Subject: gpgme/gpgme (ChangeLog gpgme.h verify.c) Message-ID: Date: Friday, May 21, 2004 @ 18:36:29 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme.h verify.c 2004-05-21 Marcus Brinkmann * gpgme.h (gpgme_status_code_t): Add GPGME_STATUS_REVKEYSIG. * verify.c (_gpgme_verify_status_handler): Add handling of GPGME_STATUS_REVKEYSIG. (parse_trust): Likewise. -----------+ ChangeLog | 7 +++++++ gpgme.h | 3 ++- verify.c | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri May 21 21:15:07 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:15:18 2004 Subject: gpgme/gpgme (ChangeLog verify.c) Message-ID: Date: Friday, May 21, 2004 @ 21:15:07 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog verify.c 2004-05-21 Marcus Brinkmann * verify.c (parse_error): Do not skip location of where token. -----------+ ChangeLog | 2 ++ verify.c | 9 ++------- 2 files changed, 4 insertions(+), 7 deletions(-) From cvs at cvs.gnupg.org Fri May 21 21:17:27 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:17:33 2004 Subject: gpgme/gpgme (ChangeLog decrypt.c verify.c) Message-ID: Date: Friday, May 21, 2004 @ 21:17:27 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog decrypt.c verify.c 2004-05-21 Marcus Brinkmann * decrypt.c (_gpgme_decrypt_status_handler): Fix last change. * verify.c (parse_error): Likewise. -----------+ ChangeLog | 3 +++ decrypt.c | 2 -- verify.c | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Fri May 21 21:19:11 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:19:15 2004 Subject: gpgme (TODO) Message-ID: Date: Friday, May 21, 2004 @ 21:19:11 Author: marcus Path: /cvs/gnupg/gpgme Modified: TODO Remove item about verify.keyusage. ------+ TODO | 2 -- 1 files changed, 2 deletions(-) From cvs at cvs.gnupg.org Fri May 21 21:43:39 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:43:47 2004 Subject: gpgme/gpgme (ChangeLog libgpgme.vers) Message-ID: Date: Friday, May 21, 2004 @ 21:43:39 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog libgpgme.vers 2004-05-21 Marcus Brinkmann * libgpgme.vers: List all gpgme symbols under version GPGME_1.0. ---------------+ ChangeLog | 2 libgpgme.vers | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 129 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Fri May 21 21:49:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:49:42 2004 Subject: gpgme/gpgme (ChangeLog gpgme-config.in) Message-ID: Date: Friday, May 21, 2004 @ 21:49:38 Author: marcus Path: /cvs/gnupg/gpgme/gpgme Modified: ChangeLog gpgme-config.in 2004-05-21 Marcus Brinkmann * configure.ac (GPGME_CONFIG_API_VERSION): New variable, substitute it. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme-config.in (Options): Support --api-version. -----------------+ ChangeLog | 2 ++ gpgme-config.in | 5 +++++ 2 files changed, 7 insertions(+) From cvs at cvs.gnupg.org Fri May 21 21:49:38 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:49:59 2004 Subject: gpgme (ChangeLog configure.ac) Message-ID: Date: Friday, May 21, 2004 @ 21:49:38 Author: marcus Path: /cvs/gnupg/gpgme Modified: ChangeLog configure.ac 2004-05-21 Marcus Brinkmann * configure.ac (GPGME_CONFIG_API_VERSION): New variable, substitute it. gpgme/ 2004-05-21 Marcus Brinkmann * gpgme-config.in (Options): Support --api-version. --------------+ ChangeLog | 5 +++++ configure.ac | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Fri May 21 21:53:50 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 21 21:53:54 2004 Subject: gpgme (TODO) Message-ID: Date: Friday, May 21, 2004 @ 21:53:50 Author: marcus Path: /cvs/gnupg/gpgme Modified: TODO Add item about gpgme.m4. ------+ TODO | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Sat May 22 02:34:29 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 22 02:34:37 2004 Subject: gnupg/doc (ChangeLog gpg.sgml) Message-ID: Date: Saturday, May 22, 2004 @ 02:34:28 Author: dshaw Path: /cvs/gnupg/gnupg/doc Modified: ChangeLog gpg.sgml * gpg.sgml: Document --edit-key "keyserver" command, --keyid-format, --keyserver-option honor-keyserver-url, and --list and --verify option show-std/user-notations. -----------+ ChangeLog | 6 ++++++ gpg.sgml | 40 +++++++++++++++++++++++++++++++++++----- 2 files changed, 41 insertions(+), 5 deletions(-) From cvs at cvs.gnupg.org Sat May 22 05:35:57 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 22 05:36:03 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_http.c) Message-ID: Date: Saturday, May 22, 2004 @ 05:35:57 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_http.c * gpgkeys_http.c (get_key): Cosmetic fix - make sure that URLs with no path use a path of "/". ----------------+ ChangeLog | 3 +++ gpgkeys_http.c | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Sat May 22 05:50:20 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 22 05:50:24 2004 Subject: gnupg/g10 (5 files) Message-ID: Date: Saturday, May 22, 2004 @ 05:50:20 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog gpgv.c keyserver-internal.h keyserver.c mainproc.c * mainproc.c (check_sig_and_print): If we're honoring preferred keyservers, and auto-key-retrieve is set, try and get a missing key from the preferred keyserver subpacket when we verify the sig. * gpgv.c (parse_preferred_keyserver, free_keyserver_spec): Stubs. * keyserver.c (keyidlist): Use new parse_preferred_keyserver function. (keyserver_work): Use the passed-in keyserver spec rather than the options global one. * keyserver-internal.h, keyserver.c (parse_preferred_keyserver): New function to take a sig and return a split out keyserver_spec. (keyserver_import_keyid): Now takes a keyserver_spec. ----------------------+ ChangeLog | 15 +++++++++++++ gpgv.c | 3 ++ keyserver-internal.h | 23 ++++++++++++++++++-- keyserver.c | 56 ++++++++++++++++++++++++++----------------------- mainproc.c | 51 +++++++++++++++++++++++++++++++++----------- 5 files changed, 107 insertions(+), 41 deletions(-) From cvs at cvs.gnupg.org Sat May 22 05:57:22 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sat May 22 05:57:29 2004 Subject: gnupg (ChangeLog NEWS) Message-ID: Date: Saturday, May 22, 2004 @ 05:57:22 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS * NEWS: Note --sig-keyserver-url and the ability to use a preferred keyserver in a regular data sig to fetch the signing key. -----------+ ChangeLog | 4 ++++ NEWS | 6 ++++++ 2 files changed, 10 insertions(+) From cvs at cvs.gnupg.org Sat May 22 09:31:50 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 09:32:02 2004 Subject: gnupg/scripts (autogen.sh) Message-ID: Date: Saturday, May 22, 2004 @ 09:31:50 Author: werner Path: /cvs/gnupg/gnupg/scripts Modified: autogen.sh About to release 1.3.6 ------------+ autogen.sh | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) From cvs at cvs.gnupg.org Sat May 22 09:31:51 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 09:32:11 2004 Subject: gnupg/po (5 files) Message-ID: Date: Saturday, May 22, 2004 @ 09:31:51 Author: werner Path: /cvs/gnupg/gnupg/po Modified: de.po en@boldquot.gmo en@boldquot.po en@quot.gmo en@quot.po About to release 1.3.6 -----------------+ de.po | 1527 ++++++++++++++++++++++++++++-------------------------- en@boldquot.gmo | 0 en@boldquot.po | 1457 ++++++++++++++++++++++++++------------------------- en@quot.gmo | 0 en@quot.po | 1457 ++++++++++++++++++++++++++------------------------- 5 files changed, 2333 insertions(+), 2108 deletions(-) From cvs at cvs.gnupg.org Sat May 22 09:31:55 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 09:32:35 2004 Subject: gnupg/m4 (Makefile) Message-ID: Date: Saturday, May 22, 2004 @ 09:31:55 Author: werner Path: /cvs/gnupg/gnupg/m4 Removed: Makefile About to release 1.3.6 ----------+ Makefile | 331 ------------------------------------------------------------- 1 files changed, 331 deletions(-) From cvs at cvs.gnupg.org Sat May 22 09:31:56 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 09:32:53 2004 Subject: gnupg (ChangeLog NEWS configure.ac) Message-ID: Date: Saturday, May 22, 2004 @ 09:31:56 Author: werner Path: /cvs/gnupg/gnupg Modified: ChangeLog NEWS configure.ac About to release 1.3.6 --------------+ ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Sat May 22 13:33:43 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 13:33:57 2004 Subject: gnupg/g10 (8 files) Message-ID: Date: Saturday, May 22, 2004 @ 13:33:43 Author: werner Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog cardglue.h ccid-driver.c keyedit.c mainproc.c options.h status.c trustdb.c some late minor fixes. ---------------+ ChangeLog | 11 +++++++++++ cardglue.h | 2 +- ccid-driver.c | 9 +++++++-- keyedit.c | 2 -- mainproc.c | 8 ++++---- options.h | 2 +- status.c | 2 +- trustdb.c | 8 ++++---- 8 files changed, 29 insertions(+), 15 deletions(-) From cvs at cvs.gnupg.org Sat May 22 13:33:45 2004 From: cvs at cvs.gnupg.org (cvs user werner) Date: Sat May 22 13:34:05 2004 Subject: gnupg/m4 (Makefile.in) Message-ID: Date: Saturday, May 22, 2004 @ 13:33:45 Author: werner Path: /cvs/gnupg/gnupg/m4 Modified: Makefile.in some late minor fixes. -------------+ Makefile.in | 1 + 1 files changed, 1 insertion(+) From cvs at cvs.gnupg.org Sun May 23 18:09:03 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sun May 23 18:09:17 2004 Subject: STABLE-BRANCH-1-2 gnupg/g10 (ChangeLog pkclist.c) Message-ID: Date: Sunday, May 23, 2004 @ 18:09:02 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Tag: STABLE-BRANCH-1-2 Modified: ChangeLog pkclist.c * pkclist.c (do_edit_ownertrust): Fix kbnode leak. -----------+ ChangeLog | 4 ++++ pkclist.c | 1 + 2 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Sun May 23 18:24:16 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Sun May 23 18:24:23 2004 Subject: gnupg/g10 (ChangeLog pkclist.c verify.c) Message-ID: Date: Sunday, May 23, 2004 @ 18:24:16 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog pkclist.c verify.c * verify.c (verify_signatures): Verify multiple files in the same order in which we hashed them when issuing the signature. Noted by Nicholas Cole. * pkclist.c (do_edit_ownertrust): Fix a kbnode leak and do another keyid-format conversion. -----------+ ChangeLog | 9 +++++++++ pkclist.c | 41 +++++++++++++++++++++-------------------- verify.c | 4 ++-- 3 files changed, 32 insertions(+), 22 deletions(-) From cvs at cvs.gnupg.org Mon May 24 23:50:29 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon May 24 23:50:51 2004 Subject: gsti/src (12 files) Message-ID: Date: Monday, May 24, 2004 @ 23:50:29 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog Makefile.am api.h auth.c fsm.c gsti.h kex.c main.c packet.c pubkey.c utils.c utils.h examples/ 2004-05-24 Marcus Brinkmann * server.c (main): Add HD argument to gsti_set_log_level. * client.c (make_connection): Likewise. src/ 2004-05-24 Marcus Brinkmann Everywhere: Pass context to invocation of _gsti_log_info and friends. Change _gsti_log_rc to _gsti_log_err. * gsti.h (gsti_log_level_t): New type, using the existing enum for GSTI_LOG_* symbols. Add symbol GSTI_LOG_MAX. Change the values of GSTI_LOG_INFO and GSTI_LOG_DEBUG to make room for insertions. (GSTI_LOG_FNC): Rename to ... (gsti_log_cb_t): ... this. Add new argument CTX, change type of log level argument. (gsti_set_log_handler): Removed. (gsti_set_log_stream): New prototype. (gsti_set_log_level): Add new argument CTX. * utils.h (_gsti_log_rc, _gsti_log_info, _gsti_log_debug): Add argument CTX to prototype. (_gsti_get_log_level): Prototype removed. * api.h (struct gsti_context): New members LOG_CB, LOG_CB_HOOK, and LOG_LEVEL. * main.c (log_handler, log_handler_value, log_level, _gsti_get_log_level): Removed. (_gsti_logv, _gsti_log_rc, _gsti_log_info, _gsti_log_debug, gsti_set_log_level): Moved to ... * logging.c: ... this new file. * Makefile.am (libgsti_la_SOURCES): Add logging.c. -------------+ ChangeLog | 27 ++++++++++++ Makefile.am | 1 api.h | 42 ++++++++++--------- auth.c | 62 +++++++++++++++++----------- fsm.c | 81 +++++++++++++++++++----------------- gsti.h | 78 +++++++++++++++++++++-------------- kex.c | 93 +++++++++++++++++++++--------------------- main.c | 128 +++++++++------------------------------------------------- packet.c | 77 ++++++++++++++++++---------------- pubkey.c | 47 +++++++++++---------- utils.c | 79 ++++++++++++++++++----------------- utils.h | 49 ++++++++++------------ 12 files changed, 378 insertions(+), 386 deletions(-) From cvs at cvs.gnupg.org Mon May 24 23:50:30 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Mon May 24 23:50:58 2004 Subject: gsti/examples (ChangeLog client.c server.c) Message-ID: Date: Monday, May 24, 2004 @ 23:50:30 Author: marcus Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c server.c examples/ 2004-05-24 Marcus Brinkmann * server.c (main): Add HD argument to gsti_set_log_level. * client.c (make_connection): Likewise. src/ 2004-05-24 Marcus Brinkmann Everywhere: Pass context to invocation of _gsti_log_info and friends. Change _gsti_log_rc to _gsti_log_err. * gsti.h (gsti_log_level_t): New type, using the existing enum for GSTI_LOG_* symbols. Add symbol GSTI_LOG_MAX. Change the values of GSTI_LOG_INFO and GSTI_LOG_DEBUG to make room for insertions. (GSTI_LOG_FNC): Rename to ... (gsti_log_cb_t): ... this. Add new argument CTX, change type of log level argument. (gsti_set_log_handler): Removed. (gsti_set_log_stream): New prototype. (gsti_set_log_level): Add new argument CTX. * utils.h (_gsti_log_rc, _gsti_log_info, _gsti_log_debug): Add argument CTX to prototype. (_gsti_get_log_level): Prototype removed. * api.h (struct gsti_context): New members LOG_CB, LOG_CB_HOOK, and LOG_LEVEL. * main.c (log_handler, log_handler_value, log_level, _gsti_get_log_level): Removed. (_gsti_logv, _gsti_log_rc, _gsti_log_info, _gsti_log_debug, gsti_set_log_level): Moved to ... * logging.c: ... this new file. * Makefile.am (libgsti_la_SOURCES): Add logging.c. -----------+ ChangeLog | 5 +++++ client.c | 38 +++++++++++++++++++------------------- server.c | 38 +++++++++++++++++++------------------- 3 files changed, 43 insertions(+), 38 deletions(-) From cvs at cvs.gnupg.org Tue May 25 01:18:39 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue May 25 01:18:47 2004 Subject: STABLE-BRANCH-1-2 gnupg (ChangeLog configure.ac) Message-ID: Date: Tuesday, May 25, 2004 @ 01:18:39 Author: dshaw Path: /cvs/gnupg/gnupg Tag: STABLE-BRANCH-1-2 Modified: ChangeLog configure.ac * configure.ac: Try for wldap32 on Win32 platforms. --------------+ ChangeLog | 4 ++++ configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue May 25 01:20:11 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Tue May 25 01:20:17 2004 Subject: gnupg (ChangeLog configure.ac) Message-ID: Date: Tuesday, May 25, 2004 @ 01:20:11 Author: dshaw Path: /cvs/gnupg/gnupg Modified: ChangeLog configure.ac * configure.ac: Try for wldap32 on Win32 platforms. --------------+ ChangeLog | 4 ++++ configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) From cvs at cvs.gnupg.org Tue May 25 02:23:03 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Tue May 25 02:23:10 2004 Subject: gsti/src (logging.c) Message-ID: Date: Tuesday, May 25, 2004 @ 02:23:03 Author: marcus Path: /cvs/wk/gsti/src Added: logging.c examples/ 2004-05-24 Marcus Brinkmann * server.c (main): Add HD argument to gsti_set_log_level. * client.c (make_connection): Likewise. src/ 2004-05-24 Marcus Brinkmann Everywhere: Pass context to invocation of _gsti_log_info and friends. Change _gsti_log_rc to _gsti_log_err. * gsti.h (gsti_log_level_t): New type, using the existing enum for GSTI_LOG_* symbols. Add symbol GSTI_LOG_MAX. Change the values of GSTI_LOG_INFO and GSTI_LOG_DEBUG to make room for insertions. (GSTI_LOG_FNC): Rename to ... (gsti_log_cb_t): ... this. Add new argument CTX, change type of log level argument. (gsti_set_log_handler): Removed. (gsti_set_log_stream): New prototype. (gsti_set_log_level): Add new argument CTX. * utils.h (_gsti_log_rc, _gsti_log_info, _gsti_log_debug): Add argument CTX to prototype. (_gsti_get_log_level): Prototype removed. * api.h (struct gsti_context): New members LOG_CB, LOG_CB_HOOK, and LOG_LEVEL. * main.c (log_handler, log_handler_value, log_level, _gsti_get_log_level): Removed. (_gsti_logv, _gsti_log_rc, _gsti_log_info, _gsti_log_debug, gsti_set_log_level): Moved to ... * logging.c: ... this new file. * Makefile.am (libgsti_la_SOURCES): Add logging.c. -----------+ logging.c | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 145 insertions(+) From cvs at cvs.gnupg.org Tue May 25 02:41:34 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:01:15 2004 Subject: libgpg-error/src (err-codes.h.in) Message-ID: Date: Tuesday, May 25, 2004 @ 02:41:34 Author: marcus Path: /cvs/gnupg/libgpg-error/src Modified: err-codes.h.in 2004-05-25 Marcus Brinkmann * src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC. ----------------+ err-codes.h.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue May 25 02:41:35 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:01:23 2004 Subject: libgpg-error (ChangeLog) Message-ID: Date: Tuesday, May 25, 2004 @ 02:41:35 Author: marcus Path: /cvs/gnupg/libgpg-error Modified: ChangeLog 2004-05-25 Marcus Brinkmann * src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC. -----------+ ChangeLog | 5 +++++ 1 files changed, 5 insertions(+) From cvs at cvs.gnupg.org Tue May 25 02:26:25 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:01:30 2004 Subject: gsti/examples (ChangeLog server.c) Message-ID: Date: Tuesday, May 25, 2004 @ 02:26:25 Author: marcus Path: /cvs/wk/gsti/examples Modified: ChangeLog server.c 2004-05-25 Marcus Brinkmann * server.c (main): Do not look at result of gsti_deinit. -----------+ ChangeLog | 4 ++++ server.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) From cvs at cvs.gnupg.org Tue May 25 02:47:41 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:01:35 2004 Subject: gsti/src (7 files) Message-ID: Date: Tuesday, May 25, 2004 @ 02:47:41 Author: marcus Path: /cvs/wk/gsti/src Modified: buffer.c buffer.h fsm.c gsti.h kex.c main.c pubkey.c Fix last change. ----------+ buffer.c | 4 ++-- buffer.h | 2 +- fsm.c | 4 ++-- gsti.h | 22 ---------------------- kex.c | 15 ++++++++------- main.c | 2 +- pubkey.c | 17 +++++++++-------- 7 files changed, 23 insertions(+), 43 deletions(-) From cvs at cvs.gnupg.org Tue May 25 02:47:42 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:01:41 2004 Subject: gsti/examples (client.c server.c) Message-ID: Date: Tuesday, May 25, 2004 @ 02:47:42 Author: marcus Path: /cvs/wk/gsti/examples Modified: client.c server.c Fix last change. ----------+ client.c | 4 ++-- server.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) From cvs at cvs.gnupg.org Wed May 26 16:05:40 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:04:07 2004 Subject: gsti/src (12 files) Message-ID: Date: Wednesday, May 26, 2004 @ 16:05:40 Author: marcus Path: /cvs/wk/gsti/src Modified: ChangeLog api.h auth.c fsm.c gsti.h kex.c kex.h logging.c main.c packet.c packet.h utils.h src/ 2004-05-26 Marcus Brinkmann * gsti.h (GSTIHD): Rename type to ... (gsti_ctx_t): ... this. Everywhere: Change GSTIHD hd to gsti_ctx_t ctx. examples/ 2004-05-26 Marcus Brinkmann Everywhere: Change GSTIHD hd to gsti_ctx_t ctx. -----------+ ChangeLog | 7 api.h | 22 +-- auth.c | 76 +++++----- fsm.c | 370 +++++++++++++++++++++++++-------------------------- gsti.h | 43 +++--- kex.c | 430 ++++++++++++++++++++++++++++++------------------------------ kex.h | 36 ++--- logging.c | 12 - main.c | 167 +++++++++++------------ packet.c | 188 +++++++++++++------------- packet.h | 10 - utils.h | 6 12 files changed, 692 insertions(+), 675 deletions(-) From cvs at cvs.gnupg.org Wed May 26 16:05:42 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:04:12 2004 Subject: gsti/examples (ChangeLog client.c server.c) Message-ID: Date: Wednesday, May 26, 2004 @ 16:05:42 Author: marcus Path: /cvs/wk/gsti/examples Modified: ChangeLog client.c server.c src/ 2004-05-26 Marcus Brinkmann * gsti.h (GSTIHD): Rename type to ... (gsti_ctx_t): ... this. Everywhere: Change GSTIHD hd to gsti_ctx_t ctx. examples/ 2004-05-26 Marcus Brinkmann Everywhere: Change GSTIHD hd to gsti_ctx_t ctx. -----------+ ChangeLog | 4 ++++ client.c | 32 +++++++++++++++++--------------- server.c | 28 +++++++++++++++------------- 3 files changed, 36 insertions(+), 28 deletions(-) From cvs at cvs.gnupg.org Wed May 26 17:01:48 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 28 10:05:45 2004 Subject: gnupg/g10 (ChangeLog keyserver.c) Message-ID: Date: Wednesday, May 26, 2004 @ 17:01:48 Author: dshaw Path: /cvs/gnupg/gnupg/g10 Modified: ChangeLog keyserver.c * keyserver.c (keyserver_refresh): Keep track of keys already fetched so we don't do a regular keyserver fetch if the preferred keyserver fetch has exhausted the list. -------------+ ChangeLog | 6 ++++++ keyserver.c | 11 ++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Wed May 26 21:38:39 2004 From: cvs at cvs.gnupg.org (cvs user dshaw) Date: Fri May 28 10:06:03 2004 Subject: gnupg/keyserver (ChangeLog gpgkeys_http.c) Message-ID: Date: Wednesday, May 26, 2004 @ 21:38:39 Author: dshaw Path: /cvs/gnupg/gnupg/keyserver Modified: ChangeLog gpgkeys_http.c * gpgkeys_http.c: General polish and removal of leftover stuff from gpgkeys_hkp.c. ----------------+ ChangeLog | 5 +++++ gpgkeys_http.c | 52 +++++++++++++++++++++------------------------------- 2 files changed, 26 insertions(+), 31 deletions(-) From cvs at cvs.gnupg.org Thu May 27 12:15:52 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Fri May 28 10:06:26 2004 Subject: gsti/src (ChangeLog pubkey.c) Message-ID: Date: Thursday, May 27, 2004 @ 12:15:52 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog pubkey.c 2004-05-27 Timo Schulz * pubkey.c (_gsti_sig_decode): separate the MPI values, the new Libgcrypt interface does not support the old way. -----------+ ChangeLog | 5 +++++ pubkey.c | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) From cvs at cvs.gnupg.org Tue May 25 02:32:00 2004 From: cvs at cvs.gnupg.org (cvs user marcus) Date: Fri May 28 10:07:04 2004 Subject: gsti/src (gsti.h) Message-ID: Date: Tuesday, May 25, 2004 @ 02:32:00 Author: marcus Path: /cvs/wk/gsti/src Modified: gsti.h Fix last change. --------+ gsti.h | 3 --- 1 files changed, 3 deletions(-) From cvs at cvs.gnupg.org Fri May 28 10:48:58 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sat Jun 5 11:13:18 2004 Subject: gsti/src (ChangeLog gsti.h pubkey.c) Message-ID: Date: Friday, May 28, 2004 @ 10:48:57 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h pubkey.c 2004-05-28 Timo Schulz * pubkey.c: Change GSTI_KEY to gsti_key_t and some cleanups. -----------+ ChangeLog | 13 +++++++++---- gsti.h | 7 ++++--- pubkey.c | 60 ++++++++++++++++++++++++++++++++---------------------------- 3 files changed, 45 insertions(+), 35 deletions(-) From cvs at cvs.gnupg.org Fri May 28 11:44:23 2004 From: cvs at cvs.gnupg.org (cvs user twoaday) Date: Sat Jun 5 11:13:29 2004 Subject: gsti/src (ChangeLog gsti.h pubkey.c pubkey.h) Message-ID: Date: Friday, May 28, 2004 @ 11:44:23 Author: twoaday Path: /cvs/wk/gsti/src Modified: ChangeLog gsti.h pubkey.c pubkey.h 2004-05-28 Timo Schulz * pubkey.c (gsti_key_load): Open file in binary mode. Untested RSA support. * pubkey.h: Removed unused prototypes. -----------+ ChangeLog | 8 ++ gsti.h | 3 pubkey.c | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++++------- pubkey.h | 8 -- 4 files changed, 175 insertions(+), 27 deletions(-)